From 4c58d57928e2590ec720e397c1e2e78422e7a704 Mon Sep 17 00:00:00 2001 From: Scott Pouliot Date: Mon, 4 May 2026 22:14:25 -0400 Subject: [PATCH] Commit misc scripts, feature specs, SQL deploy scripts, and settings updates --- .claude/settings.local.json | 31 +- TODO.txt | 22 +- TODO.txt.bak | 16 +- features/guided-activation-flow.md | 258 + features/guided-activation-flow.md.bak | 0 features/progress-style-bar.md | 173 + features/progress-style-bar.md.bak | 0 scripts/043026_deploy_full_idempotent.sql | 6447 + scripts/043026_deploy_migration.sql | 49 + scripts/050226_deploy_full_idempotent.sql | 6598 + ...r-Prismatic-Product-Urls-By-ColorParam.ps1 | 319 + .../Get-Product-Info-Resumable.ps1 | 410 + .../Get-Product-Info-Resumable.ps1.bak | 410 + scripts/Web Scraping/Get-Product-Info.ps1 | 265 + ...r-Prismatic-Product-Urls-By-ColorParam.ps1 | 319 + .../Web Scraping/backup/Get-Product-Info.ps1 | 265 + scripts/Web Scraping/backup/batch-50.txt | Bin 0 -> 9324 bytes .../backup/color-discovery-log.json | 270 + .../discover-prismatic-by-color-param.js | 237 + scripts/Web Scraping/backup/package-lock.json | 60 + scripts/Web Scraping/backup/package.json | 16 + .../backup/prismatic-browser-scraper.js | 189 + .../backup/prismatic_powders.json | 33 + scripts/Web Scraping/backup/product-urls.txt | 5192 + scripts/Web Scraping/batch-50.txt | Bin 0 -> 9324 bytes scripts/Web Scraping/color-discovery-log.json | 270 + .../discover-prismatic-by-color-param.js | 237 + scripts/Web Scraping/package-lock.json | 60 + scripts/Web Scraping/package.json | 16 + .../Web Scraping/prismatic-browser-scraper.js | 298 + scripts/Web Scraping/prismatic_powders.json | 143582 +++++++++++++++ scripts/Web Scraping/product-urls.txt | 5192 + 32 files changed, 171219 insertions(+), 15 deletions(-) create mode 100644 features/guided-activation-flow.md create mode 100644 features/guided-activation-flow.md.bak create mode 100644 features/progress-style-bar.md create mode 100644 features/progress-style-bar.md.bak create mode 100644 scripts/043026_deploy_full_idempotent.sql create mode 100644 scripts/043026_deploy_migration.sql create mode 100644 scripts/050226_deploy_full_idempotent.sql create mode 100644 scripts/Web Scraping/Discover-Prismatic-Product-Urls-By-ColorParam.ps1 create mode 100644 scripts/Web Scraping/Get-Product-Info-Resumable.ps1 create mode 100644 scripts/Web Scraping/Get-Product-Info-Resumable.ps1.bak create mode 100644 scripts/Web Scraping/Get-Product-Info.ps1 create mode 100644 scripts/Web Scraping/backup/Discover-Prismatic-Product-Urls-By-ColorParam.ps1 create mode 100644 scripts/Web Scraping/backup/Get-Product-Info.ps1 create mode 100644 scripts/Web Scraping/backup/batch-50.txt create mode 100644 scripts/Web Scraping/backup/color-discovery-log.json create mode 100644 scripts/Web Scraping/backup/discover-prismatic-by-color-param.js create mode 100644 scripts/Web Scraping/backup/package-lock.json create mode 100644 scripts/Web Scraping/backup/package.json create mode 100644 scripts/Web Scraping/backup/prismatic-browser-scraper.js create mode 100644 scripts/Web Scraping/backup/prismatic_powders.json create mode 100644 scripts/Web Scraping/backup/product-urls.txt create mode 100644 scripts/Web Scraping/batch-50.txt create mode 100644 scripts/Web Scraping/color-discovery-log.json create mode 100644 scripts/Web Scraping/discover-prismatic-by-color-param.js create mode 100644 scripts/Web Scraping/package-lock.json create mode 100644 scripts/Web Scraping/package.json create mode 100644 scripts/Web Scraping/prismatic-browser-scraper.js create mode 100644 scripts/Web Scraping/prismatic_powders.json create mode 100644 scripts/Web Scraping/product-urls.txt diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 72db0a0..c8a9ea0 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -142,7 +142,36 @@ "PowerShell(dotnet build *)", "PowerShell(New-Item *)", "PowerShell(& \"Y:\\\\PCC\\\\PowderCoatingApp\\\\scripts\\\\generate-migration-script.ps1\")", - "PowerShell(if \\(Test-Path \"Y:\\\\pcc\\\\deployment\\\\migrations.sql\"\\) { $f = Get-Item \"Y:\\\\pcc\\\\deployment\\\\migrations.sql\"; Write-Host \"File exists: $\\($f.Length\\) bytes\" } else { Write-Host \"File not created\" })" + "PowerShell(if \\(Test-Path \"Y:\\\\pcc\\\\deployment\\\\migrations.sql\"\\) { $f = Get-Item \"Y:\\\\pcc\\\\deployment\\\\migrations.sql\"; Write-Host \"File exists: $\\($f.Length\\) bytes\" } else { Write-Host \"File not created\" })", + "Bash(git add *)", + "Bash(git commit -m ' *)", + "Bash(git push *)", + "Bash(git commit *)", + "Bash(git checkout *)", + "Bash(git merge *)", + "Bash(dotnet package *)", + "Bash(dotnet test *)", + "Bash(git rm *)", + "Bash(git stash *)", + "Bash(dotnet ef *)", + "Bash(sqlcmd -S \".\\\\SQLEXPRESS\" -d PowderCoatingDb -Q \"SELECT Id, DisplayName, IsCoating, IsActive FROM InventoryCategoryLookups ORDER BY DisplayOrder\" -W)", + "Skill(schedule)", + "Bash(git -C \"//192.168.0.37/SCPSoftware/tmp/PowderCoatingApp-dev-perf\" log --oneline -10)", + "Bash(git -C \"//192.168.0.37/SCPSoftware/tmp/PowderCoatingApp-dev-perf\" status --short)", + "Bash(git *)", + "Bash(get-childitem -Recurse -Filter \"QuotesController.cs\")", + "Bash(Select-Object -ExpandProperty FullName)", + "Bash(dotnet user-secrets *)", + "Bash(Get-ChildItem -Path \"Y:\\\\PCC\\\\PowderCoatingApp\" -Directory)", + "Bash(Select-Object Name)", + "Bash(Get-Content *)", + "Bash(python -c \"import json; data=json.load\\(open\\('prismatic_powders.json','r',encoding='utf-8'\\)\\); print\\(f'Total records: {len\\(data\\)}'\\); print\\('First record:'\\); print\\(json.dumps\\(data[0], indent=2\\)\\)\")", + "Bash(python -c \"import json; data=json.load\\(open\\('prismatic_powders.json','r',encoding='utf-8'\\)\\); keys=list\\(data.keys\\(\\)\\); print\\('Top-level keys:', keys[:10]\\); first=data[keys[0]]; print\\('First record key:', keys[0]\\); print\\(json.dumps\\(first, indent=2\\)\\)\")", + "PowerShell(Get-ChildItem *)", + "PowerShell(Select-String *)", + "Bash(Select-Object -First 20)", + "PowerShell(node -e \"require\\('fs'\\).existsSync\\(require\\('path'\\).join\\(process.cwd\\(\\), 'node_modules', 'sharp'\\)\\) ? console.log\\('sharp ok'\\) : console.log\\('no sharp'\\)\")", + "WebFetch(domain:www.powdercoatinglogix.com)" ] } } diff --git a/TODO.txt b/TODO.txt index e8b4747..fd1a85d 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,15 +1,7 @@ Shop Management App TO DO List ============================== --Look into possibly having AI scan a product catalog and suggest prices for items. --Add images to product catalog items for easily identification of parts --AI Company Lookup (similar to inventory lookup) - - --Add ability to save a quoted item to the product catalog either from an AI Photo Quote or from the calculated item - +-Google review request email after a job -Check my ChatGPT chat about surface area for a few solid ideas for the system - --Add SMS capabilities -Fix up approve/decline messages between customer and user on quote approval feature Done and need testing @@ -178,7 +170,17 @@ AI Agent item where we upload a picture and it will calculate the approximate sq -Make sure we're tracking logins. I see a user logged on, but the company health page states they have never logged in. -Allow printing blank work orders (model after the SCP Powder Coating blank work order) -IDEA: Print powders to use on work order with their QR code so they can be scanned right from there and usage recorded. - +-Add ability to save a quoted item to the product catalog either from an AI Photo Quote or from the calculated item +-Add images to product catalog items for easily identification of parts +-Look into possibly having AI scan a product catalog and suggest prices for items. +-Add Oven and Add Blasting Setup don't work in Setup Wizard +-When scanning inventory QR Code, there is no cancel button +-Bug: When scanning Inventory QR Code, if not logged in...it takes you to the dashboard after login, not our inventory scanning screen +-Add SMS capabilities +-Lookup not working 100% correct. If I type columbia as the manufacturer and a color name....it's finding blackmamba from prismatic incorrectly. +-Lookup Modal not showing ALL matches. Maybe make scrollable +-Pickup cure information from TDS Sheet if not found by AI Search +-ON AI Photo Quote page, when the AI info comes back we should scroll the modal window down so it's visible. It's not clear that new info has been added to the modal for all customers Ideas Removed ======================= diff --git a/TODO.txt.bak b/TODO.txt.bak index 92817d1..fd36605 100644 --- a/TODO.txt.bak +++ b/TODO.txt.bak @@ -1,9 +1,11 @@ Shop Management App TO DO List ============================== --Add ability to save a quoted item to the product catalog either from an AI Photo Quote or from the calculated item +-Lookup not working 100% correct. If I type columbia as the manufacturer and a color name....it's finding blackmamba from prismatic incorrectly. +-Lookup Modal not showing ALL matches. Maybe make scrollable +-Pickup cure information from TDS Sheet if not found by AI Search +-ON AI Photo Quote page, when the AI info comes back we should scroll the modal window down so it's visible. It's not clear that new info has been added to the modal for all customers +-Google review request email after a job -Check my ChatGPT chat about surface area for a few solid ideas for the system - --Add SMS capabilities -Fix up approve/decline messages between customer and user on quote approval feature Done and need testing @@ -172,7 +174,13 @@ AI Agent item where we upload a picture and it will calculate the approximate sq -Make sure we're tracking logins. I see a user logged on, but the company health page states they have never logged in. -Allow printing blank work orders (model after the SCP Powder Coating blank work order) -IDEA: Print powders to use on work order with their QR code so they can be scanned right from there and usage recorded. - +-Add ability to save a quoted item to the product catalog either from an AI Photo Quote or from the calculated item +-Add images to product catalog items for easily identification of parts +-Look into possibly having AI scan a product catalog and suggest prices for items. +-Add Oven and Add Blasting Setup don't work in Setup Wizard +-When scanning inventory QR Code, there is no cancel button +-Bug: When scanning Inventory QR Code, if not logged in...it takes you to the dashboard after login, not our inventory scanning screen +-Add SMS capabilities Ideas Removed ======================= diff --git a/features/guided-activation-flow.md b/features/guided-activation-flow.md new file mode 100644 index 0000000..851d195 --- /dev/null +++ b/features/guided-activation-flow.md @@ -0,0 +1,258 @@ +# Guided Activation Flow Feature Spec + +## Overview + +This feature introduces a **post-setup guided activation flow** for new companies. + +After completing the setup wizard, users should be guided through their **first real workflow** so they understand how to use the system immediately. + +This is NOT a tooltip tour. + +This is a **guided outcome flow using real system actions** (quotes, jobs, invoices). + +--- + +## Problem + +Current behavior: +- Users complete setup wizard +- Land on dashboard +- Do not create quotes, jobs, or invoices +- Drop off + +Goal: +- Ensure users complete at least ONE real workflow +- Create an "aha moment" within first session + +--- + +## Business Workflows + +### 1. Quote-First Workflow +- Create Quote +- Send to customer +- Convert Quote → Job +- Process Job +- Create Invoice +- Customer Pays + +### 2. Job-First Workflow (Walk-in) +- Create Job directly +- Process Job +- Create Invoice +- Customer Pays + +--- + +## Feature Behavior + +### Trigger Condition + +IF: +- setup wizard is completed +- AND firstWorkflowCompleted == false + +THEN: +→ redirect user to guided activation flow + +--- + +## Step 1: Workflow Selection + +Display full-screen page: + +### Title: +"Your shop is set up. Let’s run your first workflow." + +### Subtitle: +"Choose how jobs usually start for your shop and we’ll guide you through it." + +### Question: +"How do jobs usually start for your shop?" + +### Options: + +#### Option A: +Title: "I send a quote first" +Description: "Create a quote, convert it to a job, then invoice when work is complete." + +#### Option B: +Title: "I start with a job" +Description: "For walk-ins or approved work where you start immediately." + +--- + +### On Selection: +Save: +- onboardingPath = "quote_first" | "job_first" + +Then continue into guided flow + +--- + +## Step 2: Guided Flow + +### Path A — Quote First + +#### Step A1: Create Quote +- Use existing quote creation logic +- Pre-fill fields: + - Customer: "Sample Customer" + - Item: "Wheel Set" + - Quantity: 4 + - Notes: "Sample onboarding quote" +- Allow editing before submit + +#### Step A2: Show Quote Created +Message: +"This is the quote you would send to your customer." + +CTA: +"Convert to Job" + +#### Step A3: Convert Quote → Job +- Use existing conversion logic + +#### Step A4: Show Job +Message: +"This job is now tracked in your workflow." + +CTA: +"Create Invoice" (if supported) + +#### Step A5: Create Invoice (optional) +- Use existing invoice logic + +#### Completion: +Set: +- firstWorkflowCompleted = true + +--- + +### Path B — Job First + +#### Step B1: Create Job +- Use existing job creation logic +- Pre-fill: + - Customer: "Walk-in Customer" + - Item: "Wheel Set" + - Quantity: 4 + - Notes: "Sample onboarding job" + +#### Step B2: Show Job +Message: +"This job is now in your workflow." + +CTA: +"Create Invoice" (optional) + +#### Step B3: Create Invoice (optional) + +#### Completion: +Set: +- firstWorkflowCompleted = true + +--- + +## Skipping + +Provide "Skip for now" option. + +If skipped: +- DO NOT set firstWorkflowCompleted +- Redirect to dashboard +- Continue showing activation banner + +--- + +## Dashboard Behavior + +If: +- setup complete +- AND firstWorkflowCompleted == false + +Show persistent banner: + +Title: +"Create your first job or quote" + +Text: +"Run a quick 2-minute workflow to see how the system works." + +CTA: +"Start first workflow" + +--- + +## Data Model Changes + +Add to Company or User: + +- onboardingPath: string | null +- firstWorkflowCompleted: boolean + +Optional: +- firstQuoteCreatedAt: datetime +- firstJobCreatedAt: datetime +- firstInvoiceCreatedAt: datetime + +--- + +## Events / Tracking (if system exists) + +Track: +- onboarding_path_selected +- first_quote_created +- first_job_created +- first_invoice_created +- first_workflow_completed +- first_workflow_skipped + +--- + +## Implementation Constraints + +- MUST reuse existing quote/job/invoice logic +- DO NOT duplicate business logic +- DO NOT create separate fake systems +- Use existing forms and APIs where possible +- Keep UI minimal and fast +- Pre-fill as much as possible + +--- + +## UX Requirements + +- No tooltip tours +- Linear guided flow only +- One action at a time +- Minimize user effort +- Show immediate visual feedback + +--- + +## Developer Instructions + +Before coding: +1. Inspect setup wizard completion logic +2. Identify routing after setup +3. Identify quote/job/invoice creation flows +4. Identify data model structure + +Then: +5. Propose implementation plan +6. Wait for approval +7. Implement incrementally +8. Summarize changes +9. Provide manual QA steps + +--- + +## Success Criteria + +- % of users creating first job increases significantly +- Users complete at least one workflow during onboarding +- Reduced drop-off after setup wizard + +Target: +≥ 30% of new users create at least one job or quote \ No newline at end of file diff --git a/features/guided-activation-flow.md.bak b/features/guided-activation-flow.md.bak new file mode 100644 index 0000000..e69de29 diff --git a/features/progress-style-bar.md b/features/progress-style-bar.md new file mode 100644 index 0000000..97235a7 --- /dev/null +++ b/features/progress-style-bar.md @@ -0,0 +1,173 @@ +Add a dashboard progress widget for post-onboarding activation. + +Context: +This is a powder coating shop management app. We recently shortened the setup wizard and added a guided activation flow. Some setup items are intentionally deferred so users can evaluate the system quickly before fully configuring everything. + +Goal: +Create a dashboard widget that helps users “get the most out of their shop” without making it feel like unfinished homework. + +Do NOT call it “Complete setup.” + +Recommended title: +“Get the most out of your shop” + +Purpose: +Show progress based on real usage/configuration milestones and give users clear next actions. + +Requirements: + +1. Inspect existing dashboard structure + +* Locate the dashboard controller/view/components. +* Reuse existing card, alert, progress bar, and button styles. +* Follow existing UI conventions. + +2. Widget visibility + Show the widget for companies that: + +* Have completed the setup wizard +* Are not yet meaningfully activated OR still have recommended setup tasks incomplete + +It is okay to keep showing it until all tasks are complete. + +3. Progress calculation + Create a checklist of 5–6 items max. + +Suggested items: + +A. Create your first quote or job +Complete when: + +* company has at least one quote OR at least one job + +CTA: + +* “Create quote/job” or “Start workflow” + +B. Move a job through your workflow +Complete when: + +* at least one job has had a status/stage change +* If there is no existing way to detect this, use the closest available activity/history/status timestamp + +CTA: + +* “Open daily board” + +C. Create your first invoice +Complete when: + +* company has at least one invoice + +CTA: + +* “Create invoice” + +D. Invite your team +Complete when: + +* company has more than one active user/team member + +CTA: + +* “Invite team” + +E. Customize pricing +Complete when: + +* company has configured pricing tiers/custom pricing settings beyond defaults +* If this is hard to detect reliably, make this optional or use a simple existing flag/count + +CTA: + +* “Customize pricing” + +F. Review payment terms +Complete when: + +* company has customized payment terms from default +* If this is hard to detect reliably, make this optional or use a simple existing flag/value comparison + +CTA: + +* “Review terms” + +4. UX copy + Use friendly, value-focused language. + +Widget title: +“Get the most out of your shop” + +Subtitle: +“Complete a few quick steps to unlock the full workflow.” + +Progress text: +“X of Y complete” + +Avoid wording like: + +* “Incomplete setup” +* “Missing configuration” +* “Required steps” + +5. Visual design + +* Use a card-style widget near the top of the dashboard. +* Include a progress bar. +* Show checklist rows with completed and incomplete states. +* Completed items should feel rewarding. +* Incomplete items should have one clear CTA. +* Keep it compact and non-annoying. + +6. Behavior + +* Each checklist item should link to the most relevant existing page or action. +* Do not build new duplicate workflows. +* Reuse existing guided activation route for “Create your first quote or job” if available. +* If a task cannot be detected reliably yet, implement it conservatively or leave a TODO comment explaining why. + +7. Data/query logic + +* Prefer calculating progress server-side in the dashboard view model. +* Avoid expensive queries. +* Reuse existing repositories/services if available. +* Keep the logic readable and testable. + +8. Dismissal behavior + Add optional dismissal if easy: + +* Let user collapse or dismiss the widget. +* If dismissed, do not permanently hide it forever unless all tasks are complete. +* Prefer “collapse” over full dismissal. +* Store dismissal/collapse state only if there is already a simple place to store dashboard preferences. + +9. Important product guidance + This widget should guide users from evaluation into real adoption. + +The emotional framing should be: +“You’re already making progress — here are the next valuable things to try.” + +Not: +“You failed to finish setup.” + +10. Implementation style + Before coding: + +* Inspect relevant dashboard, setup wizard, guided activation, company preference, quote, job, invoice, user/team, pricing, and payment term structures. +* Propose a concise implementation plan. +* Then implement incrementally. + +After coding: + +* Summarize changed files. +* Explain how progress is calculated. +* Provide manual QA steps. + +Manual QA scenarios: + +* Brand new company after setup wizard +* Company with first quote/job created +* Company with moved job/status change +* Company with invoice created +* Company with invited team member +* Company with all tasks complete diff --git a/features/progress-style-bar.md.bak b/features/progress-style-bar.md.bak new file mode 100644 index 0000000..e69de29 diff --git a/scripts/043026_deploy_full_idempotent.sql b/scripts/043026_deploy_full_idempotent.sql new file mode 100644 index 0000000..82e8d4f --- /dev/null +++ b/scripts/043026_deploy_full_idempotent.sql @@ -0,0 +1,6447 @@ +IF OBJECT_ID(N'[__EFMigrationsHistory]') IS NULL +BEGIN + CREATE TABLE [__EFMigrationsHistory] ( + [MigrationId] nvarchar(150) NOT NULL, + [ProductVersion] nvarchar(32) NOT NULL, + CONSTRAINT [PK___EFMigrationsHistory] PRIMARY KEY ([MigrationId]) + ); +END; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260316155002_Baseline' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-16T15:49:58.7377851Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260316155002_Baseline' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-16T15:49:58.7377856Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260316155002_Baseline' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-16T15:49:58.7377858Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260316155002_Baseline' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260316155002_Baseline', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260317121938_AddAiContextProfile' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [AiContextProfile] nvarchar(2000) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260317121938_AddAiContextProfile' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-17T12:19:34.4894690Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260317121938_AddAiContextProfile' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-17T12:19:34.4894696Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260317121938_AddAiContextProfile' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-17T12:19:34.4894698Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260317121938_AddAiContextProfile' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260317121938_AddAiContextProfile', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260317205927_FixLaborItemQuantityDecimal' +) +BEGIN + DECLARE @var0 sysname; + SELECT @var0 = [d].[name] + FROM [sys].[default_constraints] [d] + INNER JOIN [sys].[columns] [c] ON [d].[parent_column_id] = [c].[column_id] AND [d].[parent_object_id] = [c].[object_id] + WHERE ([d].[parent_object_id] = OBJECT_ID(N'[QuoteItems]') AND [c].[name] = N'Quantity'); + IF @var0 IS NOT NULL EXEC(N'ALTER TABLE [QuoteItems] DROP CONSTRAINT [' + @var0 + '];'); + ALTER TABLE [QuoteItems] ALTER COLUMN [Quantity] decimal(18,2) NOT NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260317205927_FixLaborItemQuantityDecimal' +) +BEGIN + DECLARE @var1 sysname; + SELECT @var1 = [d].[name] + FROM [sys].[default_constraints] [d] + INNER JOIN [sys].[columns] [c] ON [d].[parent_column_id] = [c].[column_id] AND [d].[parent_object_id] = [c].[object_id] + WHERE ([d].[parent_object_id] = OBJECT_ID(N'[JobItems]') AND [c].[name] = N'Quantity'); + IF @var1 IS NOT NULL EXEC(N'ALTER TABLE [JobItems] DROP CONSTRAINT [' + @var1 + '];'); + ALTER TABLE [JobItems] ALTER COLUMN [Quantity] decimal(18,2) NOT NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260317205927_FixLaborItemQuantityDecimal' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-17T20:59:24.2463737Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260317205927_FixLaborItemQuantityDecimal' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-17T20:59:24.2463746Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260317205927_FixLaborItemQuantityDecimal' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-17T20:59:24.2463748Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260317205927_FixLaborItemQuantityDecimal' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260317205927_FixLaborItemQuantityDecimal', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318124847_AddJobTimeEntries' +) +BEGIN + CREATE TABLE [JobTimeEntries] ( + [Id] int NOT NULL IDENTITY, + [JobId] int NOT NULL, + [ShopWorkerId] int NOT NULL, + [WorkDate] datetime2 NOT NULL, + [HoursWorked] decimal(18,2) NOT NULL, + [Stage] nvarchar(max) NULL, + [Notes] nvarchar(max) NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_JobTimeEntries] PRIMARY KEY ([Id]), + CONSTRAINT [FK_JobTimeEntries_Jobs_JobId] FOREIGN KEY ([JobId]) REFERENCES [Jobs] ([Id]) ON DELETE CASCADE, + CONSTRAINT [FK_JobTimeEntries_ShopWorkers_ShopWorkerId] FOREIGN KEY ([ShopWorkerId]) REFERENCES [ShopWorkers] ([Id]) ON DELETE CASCADE + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318124847_AddJobTimeEntries' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T12:48:44.7462691Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318124847_AddJobTimeEntries' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T12:48:44.7462697Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318124847_AddJobTimeEntries' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T12:48:44.7462699Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318124847_AddJobTimeEntries' +) +BEGIN + CREATE INDEX [IX_JobTimeEntries_JobId] ON [JobTimeEntries] ([JobId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318124847_AddJobTimeEntries' +) +BEGIN + CREATE INDEX [IX_JobTimeEntries_ShopWorkerId] ON [JobTimeEntries] ([ShopWorkerId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318124847_AddJobTimeEntries' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260318124847_AddJobTimeEntries', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318131500_AddJobShopAccessCode' +) +BEGIN + ALTER TABLE [Jobs] ADD [ShopAccessCode] uniqueidentifier NOT NULL DEFAULT (NEWID()); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318131500_AddJobShopAccessCode' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T13:14:57.2203832Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318131500_AddJobShopAccessCode' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T13:14:57.2203838Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318131500_AddJobShopAccessCode' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T13:14:57.2203839Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318131500_AddJobShopAccessCode' +) +BEGIN + CREATE UNIQUE INDEX [IX_Jobs_ShopAccessCode] ON [Jobs] ([ShopAccessCode]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318131500_AddJobShopAccessCode' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260318131500_AddJobShopAccessCode', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318132857_AddShopWorkerRoleCosts' +) +BEGIN + CREATE TABLE [ShopWorkerRoleCosts] ( + [Id] int NOT NULL IDENTITY, + [Role] int NOT NULL, + [HourlyRate] decimal(18,2) NOT NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_ShopWorkerRoleCosts] PRIMARY KEY ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318132857_AddShopWorkerRoleCosts' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T13:28:54.6854802Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318132857_AddShopWorkerRoleCosts' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T13:28:54.6854849Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318132857_AddShopWorkerRoleCosts' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T13:28:54.6854851Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318132857_AddShopWorkerRoleCosts' +) +BEGIN + CREATE UNIQUE INDEX [IX_ShopWorkerRoleCosts_CompanyId_Role] ON [ShopWorkerRoleCosts] ([CompanyId], [Role]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318132857_AddShopWorkerRoleCosts' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260318132857_AddShopWorkerRoleCosts', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318134236_AddReworkTracking' +) +BEGIN + ALTER TABLE [Jobs] ADD [IsReworkJob] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318134236_AddReworkTracking' +) +BEGIN + ALTER TABLE [Jobs] ADD [OriginalJobId] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318134236_AddReworkTracking' +) +BEGIN + CREATE TABLE [ReworkRecords] ( + [Id] int NOT NULL IDENTITY, + [JobId] int NOT NULL, + [JobItemId] int NULL, + [ReworkJobId] int NULL, + [ReworkType] int NOT NULL, + [Reason] int NOT NULL, + [DefectDescription] nvarchar(max) NOT NULL, + [DiscoveredBy] int NOT NULL, + [DiscoveredDate] datetime2 NOT NULL, + [ReportedByName] nvarchar(max) NULL, + [EstimatedReworkCost] decimal(18,2) NOT NULL, + [ActualReworkCost] decimal(18,2) NOT NULL, + [IsBillableToCustomer] bit NOT NULL, + [BillingNotes] nvarchar(max) NULL, + [Status] int NOT NULL, + [Resolution] int NULL, + [ResolvedDate] datetime2 NULL, + [ResolutionNotes] nvarchar(max) NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_ReworkRecords] PRIMARY KEY ([Id]), + CONSTRAINT [FK_ReworkRecords_JobItems_JobItemId] FOREIGN KEY ([JobItemId]) REFERENCES [JobItems] ([Id]), + CONSTRAINT [FK_ReworkRecords_Jobs_JobId] FOREIGN KEY ([JobId]) REFERENCES [Jobs] ([Id]) ON DELETE NO ACTION, + CONSTRAINT [FK_ReworkRecords_Jobs_ReworkJobId] FOREIGN KEY ([ReworkJobId]) REFERENCES [Jobs] ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318134236_AddReworkTracking' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T13:42:32.9092998Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318134236_AddReworkTracking' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T13:42:32.9093003Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318134236_AddReworkTracking' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T13:42:32.9093005Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318134236_AddReworkTracking' +) +BEGIN + CREATE INDEX [IX_Jobs_OriginalJobId] ON [Jobs] ([OriginalJobId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318134236_AddReworkTracking' +) +BEGIN + CREATE INDEX [IX_ReworkRecords_JobId] ON [ReworkRecords] ([JobId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318134236_AddReworkTracking' +) +BEGIN + CREATE INDEX [IX_ReworkRecords_JobItemId] ON [ReworkRecords] ([JobItemId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318134236_AddReworkTracking' +) +BEGIN + CREATE INDEX [IX_ReworkRecords_ReworkJobId] ON [ReworkRecords] ([ReworkJobId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318134236_AddReworkTracking' +) +BEGIN + ALTER TABLE [Jobs] ADD CONSTRAINT [FK_Jobs_Jobs_OriginalJobId] FOREIGN KEY ([OriginalJobId]) REFERENCES [Jobs] ([Id]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318134236_AddReworkTracking' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260318134236_AddReworkTracking', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + ALTER TABLE [Invoices] ADD [CreditApplied] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + ALTER TABLE [Customers] ADD [CreditBalance] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE TABLE [CreditMemos] ( + [Id] int NOT NULL IDENTITY, + [MemoNumber] nvarchar(450) NOT NULL, + [CustomerId] int NOT NULL, + [OriginalInvoiceId] int NULL, + [ReworkRecordId] int NULL, + [Amount] decimal(18,2) NOT NULL, + [AmountApplied] decimal(18,2) NOT NULL, + [IssueDate] datetime2 NOT NULL, + [ExpiryDate] datetime2 NULL, + [Reason] nvarchar(max) NOT NULL, + [Notes] nvarchar(max) NULL, + [Status] int NOT NULL, + [IssuedById] nvarchar(450) NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_CreditMemos] PRIMARY KEY ([Id]), + CONSTRAINT [FK_CreditMemos_AspNetUsers_IssuedById] FOREIGN KEY ([IssuedById]) REFERENCES [AspNetUsers] ([Id]), + CONSTRAINT [FK_CreditMemos_Customers_CustomerId] FOREIGN KEY ([CustomerId]) REFERENCES [Customers] ([Id]) ON DELETE NO ACTION, + CONSTRAINT [FK_CreditMemos_Invoices_OriginalInvoiceId] FOREIGN KEY ([OriginalInvoiceId]) REFERENCES [Invoices] ([Id]), + CONSTRAINT [FK_CreditMemos_ReworkRecords_ReworkRecordId] FOREIGN KEY ([ReworkRecordId]) REFERENCES [ReworkRecords] ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE TABLE [Refunds] ( + [Id] int NOT NULL IDENTITY, + [InvoiceId] int NOT NULL, + [PaymentId] int NULL, + [Amount] decimal(18,2) NOT NULL, + [RefundDate] datetime2 NOT NULL, + [RefundMethod] int NOT NULL, + [Reason] nvarchar(max) NOT NULL, + [Reference] nvarchar(max) NULL, + [Notes] nvarchar(max) NULL, + [Status] int NOT NULL, + [IssuedDate] datetime2 NULL, + [IssuedById] nvarchar(450) NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_Refunds] PRIMARY KEY ([Id]), + CONSTRAINT [FK_Refunds_AspNetUsers_IssuedById] FOREIGN KEY ([IssuedById]) REFERENCES [AspNetUsers] ([Id]), + CONSTRAINT [FK_Refunds_Invoices_InvoiceId] FOREIGN KEY ([InvoiceId]) REFERENCES [Invoices] ([Id]) ON DELETE NO ACTION, + CONSTRAINT [FK_Refunds_Payments_PaymentId] FOREIGN KEY ([PaymentId]) REFERENCES [Payments] ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE TABLE [CreditMemoApplications] ( + [Id] int NOT NULL IDENTITY, + [CreditMemoId] int NOT NULL, + [InvoiceId] int NOT NULL, + [AmountApplied] decimal(18,2) NOT NULL, + [AppliedDate] datetime2 NOT NULL, + [AppliedById] nvarchar(450) NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_CreditMemoApplications] PRIMARY KEY ([Id]), + CONSTRAINT [FK_CreditMemoApplications_AspNetUsers_AppliedById] FOREIGN KEY ([AppliedById]) REFERENCES [AspNetUsers] ([Id]), + CONSTRAINT [FK_CreditMemoApplications_CreditMemos_CreditMemoId] FOREIGN KEY ([CreditMemoId]) REFERENCES [CreditMemos] ([Id]) ON DELETE NO ACTION, + CONSTRAINT [FK_CreditMemoApplications_Invoices_InvoiceId] FOREIGN KEY ([InvoiceId]) REFERENCES [Invoices] ([Id]) ON DELETE NO ACTION + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T22:26:44.9349567Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T22:26:44.9349573Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T22:26:44.9349575Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE INDEX [IX_CreditMemoApplications_AppliedById] ON [CreditMemoApplications] ([AppliedById]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE INDEX [IX_CreditMemoApplications_CreditMemoId] ON [CreditMemoApplications] ([CreditMemoId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE INDEX [IX_CreditMemoApplications_InvoiceId] ON [CreditMemoApplications] ([InvoiceId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE UNIQUE INDEX [IX_CreditMemos_CompanyId_MemoNumber] ON [CreditMemos] ([CompanyId], [MemoNumber]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE INDEX [IX_CreditMemos_CustomerId] ON [CreditMemos] ([CustomerId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE INDEX [IX_CreditMemos_IssuedById] ON [CreditMemos] ([IssuedById]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE INDEX [IX_CreditMemos_OriginalInvoiceId] ON [CreditMemos] ([OriginalInvoiceId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE INDEX [IX_CreditMemos_ReworkRecordId] ON [CreditMemos] ([ReworkRecordId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE INDEX [IX_Refunds_InvoiceId] ON [Refunds] ([InvoiceId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE INDEX [IX_Refunds_IssuedById] ON [Refunds] ([IssuedById]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE INDEX [IX_Refunds_PaymentId] ON [Refunds] ([PaymentId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260318222648_AddRefundsAndCreditMemos', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + CREATE TABLE [JobTemplates] ( + [Id] int NOT NULL IDENTITY, + [Name] nvarchar(max) NOT NULL, + [Description] nvarchar(max) NULL, + [CustomerId] int NULL, + [SpecialInstructions] nvarchar(max) NULL, + [IsActive] bit NOT NULL, + [UsageCount] int NOT NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_JobTemplates] PRIMARY KEY ([Id]), + CONSTRAINT [FK_JobTemplates_Customers_CustomerId] FOREIGN KEY ([CustomerId]) REFERENCES [Customers] ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + CREATE TABLE [JobTemplateItems] ( + [Id] int NOT NULL IDENTITY, + [JobTemplateId] int NOT NULL, + [Description] nvarchar(max) NOT NULL, + [Quantity] decimal(18,2) NOT NULL, + [SurfaceAreaSqFt] decimal(18,2) NOT NULL, + [CatalogItemId] int NULL, + [IsGenericItem] bit NOT NULL, + [IsLaborItem] bit NOT NULL, + [ManualUnitPrice] decimal(18,2) NULL, + [RequiresSandblasting] bit NOT NULL, + [RequiresMasking] bit NOT NULL, + [IncludePrepCost] bit NOT NULL, + [EstimatedMinutes] int NOT NULL, + [Complexity] nvarchar(max) NULL, + [Notes] nvarchar(max) NULL, + [DisplayOrder] int NOT NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_JobTemplateItems] PRIMARY KEY ([Id]), + CONSTRAINT [FK_JobTemplateItems_CatalogItems_CatalogItemId] FOREIGN KEY ([CatalogItemId]) REFERENCES [CatalogItems] ([Id]), + CONSTRAINT [FK_JobTemplateItems_JobTemplates_JobTemplateId] FOREIGN KEY ([JobTemplateId]) REFERENCES [JobTemplates] ([Id]) ON DELETE CASCADE + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + CREATE TABLE [JobTemplateItemCoats] ( + [Id] int NOT NULL IDENTITY, + [JobTemplateItemId] int NOT NULL, + [CoatName] nvarchar(max) NOT NULL, + [Sequence] int NOT NULL, + [InventoryItemId] int NULL, + [ColorName] nvarchar(max) NULL, + [VendorId] int NULL, + [ColorCode] nvarchar(max) NULL, + [Finish] nvarchar(max) NULL, + [CoverageSqFtPerLb] decimal(18,2) NOT NULL, + [TransferEfficiency] decimal(18,2) NOT NULL, + [PowderCostPerLb] decimal(18,2) NULL, + [Notes] nvarchar(max) NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_JobTemplateItemCoats] PRIMARY KEY ([Id]), + CONSTRAINT [FK_JobTemplateItemCoats_InventoryItems_InventoryItemId] FOREIGN KEY ([InventoryItemId]) REFERENCES [InventoryItems] ([Id]), + CONSTRAINT [FK_JobTemplateItemCoats_JobTemplateItems_JobTemplateItemId] FOREIGN KEY ([JobTemplateItemId]) REFERENCES [JobTemplateItems] ([Id]) ON DELETE CASCADE, + CONSTRAINT [FK_JobTemplateItemCoats_Vendors_VendorId] FOREIGN KEY ([VendorId]) REFERENCES [Vendors] ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + CREATE TABLE [JobTemplateItemPrepServices] ( + [Id] int NOT NULL IDENTITY, + [JobTemplateItemId] int NOT NULL, + [PrepServiceId] int NOT NULL, + [EstimatedMinutes] int NOT NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_JobTemplateItemPrepServices] PRIMARY KEY ([Id]), + CONSTRAINT [FK_JobTemplateItemPrepServices_JobTemplateItems_JobTemplateItemId] FOREIGN KEY ([JobTemplateItemId]) REFERENCES [JobTemplateItems] ([Id]) ON DELETE CASCADE, + CONSTRAINT [FK_JobTemplateItemPrepServices_PrepServices_PrepServiceId] FOREIGN KEY ([PrepServiceId]) REFERENCES [PrepServices] ([Id]) ON DELETE CASCADE + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-19T02:38:23.4195291Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-19T02:38:23.4195296Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-19T02:38:23.4195298Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + CREATE INDEX [IX_JobTemplateItemCoats_InventoryItemId] ON [JobTemplateItemCoats] ([InventoryItemId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + CREATE INDEX [IX_JobTemplateItemCoats_JobTemplateItemId] ON [JobTemplateItemCoats] ([JobTemplateItemId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + CREATE INDEX [IX_JobTemplateItemCoats_VendorId] ON [JobTemplateItemCoats] ([VendorId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + CREATE INDEX [IX_JobTemplateItemPrepServices_JobTemplateItemId] ON [JobTemplateItemPrepServices] ([JobTemplateItemId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + CREATE INDEX [IX_JobTemplateItemPrepServices_PrepServiceId] ON [JobTemplateItemPrepServices] ([PrepServiceId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + CREATE INDEX [IX_JobTemplateItems_CatalogItemId] ON [JobTemplateItems] ([CatalogItemId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + CREATE INDEX [IX_JobTemplateItems_JobTemplateId] ON [JobTemplateItems] ([JobTemplateId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + CREATE INDEX [IX_JobTemplates_CustomerId] ON [JobTemplates] ([CustomerId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260319023827_AddJobTemplates', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + ALTER TABLE [Invoices] ADD [GiftCertificateRedeemed] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + CREATE TABLE [GiftCertificates] ( + [Id] int NOT NULL IDENTITY, + [CertificateCode] nvarchar(max) NOT NULL, + [OriginalAmount] decimal(18,2) NOT NULL, + [RedeemedAmount] decimal(18,2) NOT NULL, + [RecipientCustomerId] int NULL, + [RecipientName] nvarchar(max) NULL, + [RecipientEmail] nvarchar(max) NULL, + [IssuedReason] int NOT NULL, + [PurchasePrice] decimal(18,2) NULL, + [PurchasingCustomerId] int NULL, + [Status] int NOT NULL, + [IssueDate] datetime2 NOT NULL, + [ExpiryDate] datetime2 NULL, + [Notes] nvarchar(max) NULL, + [IssuedById] nvarchar(450) NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_GiftCertificates] PRIMARY KEY ([Id]), + CONSTRAINT [FK_GiftCertificates_AspNetUsers_IssuedById] FOREIGN KEY ([IssuedById]) REFERENCES [AspNetUsers] ([Id]), + CONSTRAINT [FK_GiftCertificates_Customers_PurchasingCustomerId] FOREIGN KEY ([PurchasingCustomerId]) REFERENCES [Customers] ([Id]), + CONSTRAINT [FK_GiftCertificates_Customers_RecipientCustomerId] FOREIGN KEY ([RecipientCustomerId]) REFERENCES [Customers] ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + CREATE TABLE [GiftCertificateRedemptions] ( + [Id] int NOT NULL IDENTITY, + [GiftCertificateId] int NOT NULL, + [InvoiceId] int NOT NULL, + [AmountRedeemed] decimal(18,2) NOT NULL, + [RedeemedDate] datetime2 NOT NULL, + [RedeemedById] nvarchar(450) NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_GiftCertificateRedemptions] PRIMARY KEY ([Id]), + CONSTRAINT [FK_GiftCertificateRedemptions_AspNetUsers_RedeemedById] FOREIGN KEY ([RedeemedById]) REFERENCES [AspNetUsers] ([Id]), + CONSTRAINT [FK_GiftCertificateRedemptions_GiftCertificates_GiftCertificateId] FOREIGN KEY ([GiftCertificateId]) REFERENCES [GiftCertificates] ([Id]) ON DELETE CASCADE, + CONSTRAINT [FK_GiftCertificateRedemptions_Invoices_InvoiceId] FOREIGN KEY ([InvoiceId]) REFERENCES [Invoices] ([Id]) ON DELETE CASCADE + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-19T15:45:03.1454465Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-19T15:45:03.1454472Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-19T15:45:03.1454474Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + CREATE INDEX [IX_GiftCertificateRedemptions_GiftCertificateId] ON [GiftCertificateRedemptions] ([GiftCertificateId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + CREATE INDEX [IX_GiftCertificateRedemptions_InvoiceId] ON [GiftCertificateRedemptions] ([InvoiceId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + CREATE INDEX [IX_GiftCertificateRedemptions_RedeemedById] ON [GiftCertificateRedemptions] ([RedeemedById]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + CREATE INDEX [IX_GiftCertificates_IssuedById] ON [GiftCertificates] ([IssuedById]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + CREATE INDEX [IX_GiftCertificates_PurchasingCustomerId] ON [GiftCertificates] ([PurchasingCustomerId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + CREATE INDEX [IX_GiftCertificates_RecipientCustomerId] ON [GiftCertificates] ([RecipientCustomerId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260319154506_AddGiftCertificates', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320002450_AddRefundStoreCreditLink' +) +BEGIN + ALTER TABLE [Refunds] ADD [CreditMemoId] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320002450_AddRefundStoreCreditLink' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-20T00:24:47.3611509Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320002450_AddRefundStoreCreditLink' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-20T00:24:47.3611518Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320002450_AddRefundStoreCreditLink' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-20T00:24:47.3611521Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320002450_AddRefundStoreCreditLink' +) +BEGIN + CREATE INDEX [IX_Refunds_CreditMemoId] ON [Refunds] ([CreditMemoId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320002450_AddRefundStoreCreditLink' +) +BEGIN + ALTER TABLE [Refunds] ADD CONSTRAINT [FK_Refunds_CreditMemos_CreditMemoId] FOREIGN KEY ([CreditMemoId]) REFERENCES [CreditMemos] ([Id]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320002450_AddRefundStoreCreditLink' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260320002450_AddRefundStoreCreditLink', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320005106_AddQuoteItemIsAiItem' +) +BEGIN + ALTER TABLE [QuoteItems] ADD [IsAiItem] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320005106_AddQuoteItemIsAiItem' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-20T00:51:03.2423766Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320005106_AddQuoteItemIsAiItem' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-20T00:51:03.2423772Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320005106_AddQuoteItemIsAiItem' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-20T00:51:03.2423774Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320005106_AddQuoteItemIsAiItem' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260320005106_AddQuoteItemIsAiItem', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320011057_AddQuotePricingSnapshot' +) +BEGIN + ALTER TABLE [Quotes] ADD [ItemsSubtotal] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320011057_AddQuotePricingSnapshot' +) +BEGIN + ALTER TABLE [Quotes] ADD [OvenBatchCost] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320011057_AddQuotePricingSnapshot' +) +BEGIN + ALTER TABLE [Quotes] ADD [OverheadAmount] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320011057_AddQuotePricingSnapshot' +) +BEGIN + ALTER TABLE [Quotes] ADD [OverheadPercent] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320011057_AddQuotePricingSnapshot' +) +BEGIN + ALTER TABLE [Quotes] ADD [ProfitMargin] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320011057_AddQuotePricingSnapshot' +) +BEGIN + ALTER TABLE [Quotes] ADD [ProfitPercent] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320011057_AddQuotePricingSnapshot' +) +BEGIN + ALTER TABLE [Quotes] ADD [ShopSuppliesAmount] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320011057_AddQuotePricingSnapshot' +) +BEGIN + ALTER TABLE [Quotes] ADD [ShopSuppliesPercent] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320011057_AddQuotePricingSnapshot' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-20T01:10:54.1468159Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320011057_AddQuotePricingSnapshot' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-20T01:10:54.1468166Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320011057_AddQuotePricingSnapshot' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-20T01:10:54.1468176Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320011057_AddQuotePricingSnapshot' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260320011057_AddQuotePricingSnapshot', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [SubscriptionPlanConfigs] ADD [AllowOnlinePayments] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Quotes] ADD [DepositPercent] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Quotes] ADD [RequiresDeposit] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Invoices] ADD [OnlineAmountPaid] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Invoices] ADD [OnlinePaymentStatus] int NOT NULL DEFAULT 0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Invoices] ADD [OnlineSurchargeCollected] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Invoices] ADD [PaymentLinkExpiresAt] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Invoices] ADD [PaymentLinkToken] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Invoices] ADD [StripePaymentIntentId] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Companies] ADD [OnlinePaymentSurchargeType] int NOT NULL DEFAULT 0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Companies] ADD [OnlinePaymentSurchargeValue] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Companies] ADD [OnlineSurchargeAcknowledged] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Companies] ADD [StripeAccountId] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Companies] ADD [StripeConnectStatus] int NOT NULL DEFAULT 0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-20T23:15:05.6886302Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-20T23:15:05.6886308Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-20T23:15:05.6886310Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260320231509_AddStripeConnectAndOnlinePayments', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260326230438_AddQuotePhotoSubscriptionLimits' +) +BEGIN + ALTER TABLE [SubscriptionPlanConfigs] ADD [MaxQuotePhotos] int NOT NULL DEFAULT 0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260326230438_AddQuotePhotoSubscriptionLimits' +) +BEGIN + ALTER TABLE [Companies] ADD [MaxQuotePhotosOverride] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260326230438_AddQuotePhotoSubscriptionLimits' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-26T23:04:35.1353265Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260326230438_AddQuotePhotoSubscriptionLimits' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-26T23:04:35.1353273Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260326230438_AddQuotePhotoSubscriptionLimits' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-26T23:04:35.1353275Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260326230438_AddQuotePhotoSubscriptionLimits' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260326230438_AddQuotePhotoSubscriptionLimits', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260328133627_AddJobPhotoIsAiAnalysisPhoto' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-28T13:36:24.1548411Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260328133627_AddJobPhotoIsAiAnalysisPhoto' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-28T13:36:24.1548419Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260328133627_AddJobPhotoIsAiAnalysisPhoto' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-28T13:36:24.1548421Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260328133627_AddJobPhotoIsAiAnalysisPhoto' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260328133627_AddJobPhotoIsAiAnalysisPhoto', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329003300_AddJobDiscountRushFields' +) +BEGIN + ALTER TABLE [Jobs] ADD [DiscountReason] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329003300_AddJobDiscountRushFields' +) +BEGIN + ALTER TABLE [Jobs] ADD [DiscountType] int NOT NULL DEFAULT 0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329003300_AddJobDiscountRushFields' +) +BEGIN + ALTER TABLE [Jobs] ADD [DiscountValue] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329003300_AddJobDiscountRushFields' +) +BEGIN + ALTER TABLE [Jobs] ADD [IsRushJob] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329003300_AddJobDiscountRushFields' +) +BEGIN + ALTER TABLE [JobPhotos] ADD [IsAiAnalysisPhoto] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329003300_AddJobDiscountRushFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-29T00:32:56.7368710Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329003300_AddJobDiscountRushFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-29T00:32:56.7368717Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329003300_AddJobDiscountRushFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-29T00:32:56.7368718Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329003300_AddJobDiscountRushFields' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260329003300_AddJobDiscountRushFields', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329005838_AddDeposits' +) +BEGIN + CREATE TABLE [Deposits] ( + [Id] int NOT NULL IDENTITY, + [ReceiptNumber] nvarchar(max) NOT NULL, + [CustomerId] int NOT NULL, + [JobId] int NULL, + [QuoteId] int NULL, + [Amount] decimal(18,2) NOT NULL, + [PaymentMethod] int NOT NULL, + [ReceivedDate] datetime2 NOT NULL, + [Reference] nvarchar(max) NULL, + [Notes] nvarchar(max) NULL, + [RecordedById] nvarchar(450) NULL, + [AppliedToInvoiceId] int NULL, + [AppliedDate] datetime2 NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_Deposits] PRIMARY KEY ([Id]), + CONSTRAINT [FK_Deposits_AspNetUsers_RecordedById] FOREIGN KEY ([RecordedById]) REFERENCES [AspNetUsers] ([Id]), + CONSTRAINT [FK_Deposits_Customers_CustomerId] FOREIGN KEY ([CustomerId]) REFERENCES [Customers] ([Id]) ON DELETE CASCADE, + CONSTRAINT [FK_Deposits_Invoices_AppliedToInvoiceId] FOREIGN KEY ([AppliedToInvoiceId]) REFERENCES [Invoices] ([Id]) ON DELETE SET NULL, + CONSTRAINT [FK_Deposits_Jobs_JobId] FOREIGN KEY ([JobId]) REFERENCES [Jobs] ([Id]), + CONSTRAINT [FK_Deposits_Quotes_QuoteId] FOREIGN KEY ([QuoteId]) REFERENCES [Quotes] ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329005838_AddDeposits' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-29T00:58:35.7576949Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329005838_AddDeposits' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-29T00:58:35.7576955Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329005838_AddDeposits' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-29T00:58:35.7576957Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329005838_AddDeposits' +) +BEGIN + CREATE INDEX [IX_Deposits_AppliedToInvoiceId] ON [Deposits] ([AppliedToInvoiceId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329005838_AddDeposits' +) +BEGIN + CREATE INDEX [IX_Deposits_CustomerId] ON [Deposits] ([CustomerId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329005838_AddDeposits' +) +BEGIN + CREATE INDEX [IX_Deposits_JobId] ON [Deposits] ([JobId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329005838_AddDeposits' +) +BEGIN + CREATE INDEX [IX_Deposits_QuoteId] ON [Deposits] ([QuoteId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329005838_AddDeposits' +) +BEGIN + CREATE INDEX [IX_Deposits_RecordedById] ON [Deposits] ([RecordedById]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329005838_AddDeposits' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260329005838_AddDeposits', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + DROP INDEX [IX_Invoices_CompanyId_JobId] ON [Invoices]; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + DROP INDEX [IX_Invoices_JobId] ON [Invoices]; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + DECLARE @var2 sysname; + SELECT @var2 = [d].[name] + FROM [sys].[default_constraints] [d] + INNER JOIN [sys].[columns] [c] ON [d].[parent_column_id] = [c].[column_id] AND [d].[parent_object_id] = [c].[object_id] + WHERE ([d].[parent_object_id] = OBJECT_ID(N'[Invoices]') AND [c].[name] = N'JobId'); + IF @var2 IS NOT NULL EXEC(N'ALTER TABLE [Invoices] DROP CONSTRAINT [' + @var2 + '];'); + ALTER TABLE [Invoices] ALTER COLUMN [JobId] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + ALTER TABLE [InvoiceItems] ADD [CatalogItemId] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + ALTER TABLE [CatalogItems] ADD [InventoryItemId] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + ALTER TABLE [CatalogItems] ADD [IsMerchandise] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + ALTER TABLE [CatalogCategories] ADD [IsMerchandise] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-29T13:47:49.4176542Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-29T13:47:49.4176549Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-29T13:47:49.4176551Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + EXEC(N'CREATE UNIQUE INDEX [IX_Invoices_CompanyId_JobId] ON [Invoices] ([CompanyId], [JobId]) WHERE [JobId] IS NOT NULL'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + EXEC(N'CREATE UNIQUE INDEX [IX_Invoices_JobId] ON [Invoices] ([JobId]) WHERE [JobId] IS NOT NULL'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + CREATE INDEX [IX_InvoiceItems_CatalogItemId] ON [InvoiceItems] ([CatalogItemId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + CREATE INDEX [IX_CatalogItems_InventoryItemId] ON [CatalogItems] ([InventoryItemId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + ALTER TABLE [CatalogItems] ADD CONSTRAINT [FK_CatalogItems_InventoryItems_InventoryItemId] FOREIGN KEY ([InventoryItemId]) REFERENCES [InventoryItems] ([Id]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + ALTER TABLE [InvoiceItems] ADD CONSTRAINT [FK_InvoiceItems_CatalogItems_CatalogItemId] FOREIGN KEY ([CatalogItemId]) REFERENCES [CatalogItems] ([Id]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260329134753_AddMerchandise', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329141137_AddGiftCertificateInvoiceItems' +) +BEGIN + ALTER TABLE [InvoiceItems] ADD [GcExpiryDate] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329141137_AddGiftCertificateInvoiceItems' +) +BEGIN + ALTER TABLE [InvoiceItems] ADD [GcRecipientEmail] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329141137_AddGiftCertificateInvoiceItems' +) +BEGIN + ALTER TABLE [InvoiceItems] ADD [GcRecipientName] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329141137_AddGiftCertificateInvoiceItems' +) +BEGIN + ALTER TABLE [InvoiceItems] ADD [GeneratedGiftCertificateId] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329141137_AddGiftCertificateInvoiceItems' +) +BEGIN + ALTER TABLE [InvoiceItems] ADD [IsGiftCertificate] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329141137_AddGiftCertificateInvoiceItems' +) +BEGIN + ALTER TABLE [GiftCertificates] ADD [SourceInvoiceItemId] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329141137_AddGiftCertificateInvoiceItems' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-29T14:11:34.2305437Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329141137_AddGiftCertificateInvoiceItems' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-29T14:11:34.2305443Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329141137_AddGiftCertificateInvoiceItems' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-29T14:11:34.2305445Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329141137_AddGiftCertificateInvoiceItems' +) +BEGIN + CREATE INDEX [IX_InvoiceItems_GeneratedGiftCertificateId] ON [InvoiceItems] ([GeneratedGiftCertificateId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329141137_AddGiftCertificateInvoiceItems' +) +BEGIN + ALTER TABLE [InvoiceItems] ADD CONSTRAINT [FK_InvoiceItems_GiftCertificates_GeneratedGiftCertificateId] FOREIGN KEY ([GeneratedGiftCertificateId]) REFERENCES [GiftCertificates] ([Id]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329141137_AddGiftCertificateInvoiceItems' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260329141137_AddGiftCertificateInvoiceItems', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260330234034_AddSalesItemFields' +) +BEGIN + ALTER TABLE [QuoteItems] ADD [IsSalesItem] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260330234034_AddSalesItemFields' +) +BEGIN + ALTER TABLE [QuoteItems] ADD [Sku] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260330234034_AddSalesItemFields' +) +BEGIN + ALTER TABLE [JobItems] ADD [IsSalesItem] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260330234034_AddSalesItemFields' +) +BEGIN + ALTER TABLE [JobItems] ADD [Sku] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260330234034_AddSalesItemFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-30T23:40:30.1483162Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260330234034_AddSalesItemFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-30T23:40:30.1483168Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260330234034_AddSalesItemFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-30T23:40:30.1483170Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260330234034_AddSalesItemFields' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260330234034_AddSalesItemFields', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401125630_AddQuoteDepositPaymentFields' +) +BEGIN + ALTER TABLE [Quotes] ADD [DepositAmountPaid] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401125630_AddQuoteDepositPaymentFields' +) +BEGIN + ALTER TABLE [Quotes] ADD [DepositPaymentIntentId] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401125630_AddQuoteDepositPaymentFields' +) +BEGIN + ALTER TABLE [Quotes] ADD [DepositPaymentLinkExpiresAt] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401125630_AddQuoteDepositPaymentFields' +) +BEGIN + ALTER TABLE [Quotes] ADD [DepositPaymentLinkToken] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401125630_AddQuoteDepositPaymentFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-01T12:56:27.1808248Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401125630_AddQuoteDepositPaymentFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-01T12:56:27.1808254Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401125630_AddQuoteDepositPaymentFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-01T12:56:27.1808255Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401125630_AddQuoteDepositPaymentFields' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260401125630_AddQuoteDepositPaymentFields', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401131724_AddUniqueDocumentNumberConstraints' +) +BEGIN + DECLARE @var3 sysname; + SELECT @var3 = [d].[name] + FROM [sys].[default_constraints] [d] + INNER JOIN [sys].[columns] [c] ON [d].[parent_column_id] = [c].[column_id] AND [d].[parent_object_id] = [c].[object_id] + WHERE ([d].[parent_object_id] = OBJECT_ID(N'[Bills]') AND [c].[name] = N'BalanceDue'); + IF @var3 IS NOT NULL EXEC(N'ALTER TABLE [Bills] DROP CONSTRAINT [' + @var3 + '];'); + ALTER TABLE [Bills] DROP COLUMN [BalanceDue]; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401131724_AddUniqueDocumentNumberConstraints' +) +BEGIN + DECLARE @var4 sysname; + SELECT @var4 = [d].[name] + FROM [sys].[default_constraints] [d] + INNER JOIN [sys].[columns] [c] ON [d].[parent_column_id] = [c].[column_id] AND [d].[parent_object_id] = [c].[object_id] + WHERE ([d].[parent_object_id] = OBJECT_ID(N'[GiftCertificates]') AND [c].[name] = N'CertificateCode'); + IF @var4 IS NOT NULL EXEC(N'ALTER TABLE [GiftCertificates] DROP CONSTRAINT [' + @var4 + '];'); + ALTER TABLE [GiftCertificates] ALTER COLUMN [CertificateCode] nvarchar(450) NOT NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401131724_AddUniqueDocumentNumberConstraints' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-01T13:17:21.8121883Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401131724_AddUniqueDocumentNumberConstraints' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-01T13:17:21.8121891Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401131724_AddUniqueDocumentNumberConstraints' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-01T13:17:21.8121893Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401131724_AddUniqueDocumentNumberConstraints' +) +BEGIN + CREATE UNIQUE INDEX [IX_GiftCertificates_CertificateCode] ON [GiftCertificates] ([CertificateCode]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401131724_AddUniqueDocumentNumberConstraints' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260401131724_AddUniqueDocumentNumberConstraints', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401141653_FixGiftCertificateUniqueIndexPerCompany' +) +BEGIN + DROP INDEX [IX_GiftCertificates_CertificateCode] ON [GiftCertificates]; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401141653_FixGiftCertificateUniqueIndexPerCompany' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-01T14:16:49.2887180Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401141653_FixGiftCertificateUniqueIndexPerCompany' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-01T14:16:49.2887185Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401141653_FixGiftCertificateUniqueIndexPerCompany' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-01T14:16:49.2887186Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401141653_FixGiftCertificateUniqueIndexPerCompany' +) +BEGIN + CREATE UNIQUE INDEX [IX_GiftCertificates_CompanyId_CertificateCode] ON [GiftCertificates] ([CompanyId], [CertificateCode]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401141653_FixGiftCertificateUniqueIndexPerCompany' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260401141653_FixGiftCertificateUniqueIndexPerCompany', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402015422_AddInvoiceExternalReference' +) +BEGIN + ALTER TABLE [Invoices] ADD [ExternalReference] nvarchar(450) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402015422_AddInvoiceExternalReference' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T01:54:18.8649199Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402015422_AddInvoiceExternalReference' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T01:54:18.8649205Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402015422_AddInvoiceExternalReference' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T01:54:18.8649206Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402015422_AddInvoiceExternalReference' +) +BEGIN + CREATE INDEX [IX_Invoices_CompanyId_ExternalReference] ON [Invoices] ([CompanyId], [ExternalReference]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402015422_AddInvoiceExternalReference' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260402015422_AddInvoiceExternalReference', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402032156_AddMigratingFromQuickBooks' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [MigratingFromQuickBooks] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402032156_AddMigratingFromQuickBooks' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T03:21:53.0005398Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402032156_AddMigratingFromQuickBooks' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T03:21:53.0005405Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402032156_AddMigratingFromQuickBooks' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T03:21:53.0005406Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402032156_AddMigratingFromQuickBooks' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260402032156_AddMigratingFromQuickBooks', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402165758_AddQbMigrationStateJson' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [QbMigrationStateJson] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402165758_AddQbMigrationStateJson' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T16:57:55.0246999Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402165758_AddQbMigrationStateJson' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T16:57:55.0247004Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402165758_AddQbMigrationStateJson' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T16:57:55.0247006Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402165758_AddQbMigrationStateJson' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260402165758_AddQbMigrationStateJson', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402184721_FixInventorySkuUniqueIndex' +) +BEGIN + DROP INDEX [IX_InventoryItems_SKU] ON [InventoryItems]; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402184721_FixInventorySkuUniqueIndex' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T18:47:18.8788284Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402184721_FixInventorySkuUniqueIndex' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T18:47:18.8788291Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402184721_FixInventorySkuUniqueIndex' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T18:47:18.8788292Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402184721_FixInventorySkuUniqueIndex' +) +BEGIN + CREATE UNIQUE INDEX [IX_InventoryItems_CompanyId_SKU] ON [InventoryItems] ([CompanyId], [SKU]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402184721_FixInventorySkuUniqueIndex' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260402184721_FixInventorySkuUniqueIndex', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402185216_FixJobShopAccessCodeUniqueIndex' +) +BEGIN + DROP INDEX [IX_Jobs_ShopAccessCode] ON [Jobs]; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402185216_FixJobShopAccessCodeUniqueIndex' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T18:52:13.7857008Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402185216_FixJobShopAccessCodeUniqueIndex' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T18:52:13.7857015Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402185216_FixJobShopAccessCodeUniqueIndex' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T18:52:13.7857016Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402185216_FixJobShopAccessCodeUniqueIndex' +) +BEGIN + CREATE UNIQUE INDEX [IX_Jobs_CompanyId_ShopAccessCode] ON [Jobs] ([CompanyId], [ShopAccessCode]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402185216_FixJobShopAccessCodeUniqueIndex' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260402185216_FixJobShopAccessCodeUniqueIndex', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402224949_AddDashboardTips' +) +BEGIN + CREATE TABLE [DashboardTips] ( + [Id] int NOT NULL IDENTITY, + [TipText] nvarchar(max) NOT NULL, + [IsActive] bit NOT NULL, + [CreatedAt] datetime2 NOT NULL, + CONSTRAINT [PK_DashboardTips] PRIMARY KEY ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402224949_AddDashboardTips' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T22:49:46.0354841Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402224949_AddDashboardTips' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T22:49:46.0354847Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402224949_AddDashboardTips' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T22:49:46.0354849Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402224949_AddDashboardTips' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260402224949_AddDashboardTips', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260403000650_AddStripeWebhookEvents' +) +BEGIN + CREATE TABLE [StripeWebhookEvents] ( + [Id] bigint NOT NULL IDENTITY, + [EventId] nvarchar(max) NOT NULL, + [EventType] nvarchar(max) NOT NULL, + [CompanyId] int NULL, + [RawJson] nvarchar(max) NOT NULL, + [Status] int NOT NULL, + [ErrorMessage] nvarchar(max) NULL, + [ReceivedAt] datetime2 NOT NULL, + [ProcessedAt] datetime2 NULL, + CONSTRAINT [PK_StripeWebhookEvents] PRIMARY KEY ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260403000650_AddStripeWebhookEvents' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-03T00:06:46.7783905Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260403000650_AddStripeWebhookEvents' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-03T00:06:46.7783912Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260403000650_AddStripeWebhookEvents' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-03T00:06:46.7783913Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260403000650_AddStripeWebhookEvents' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260403000650_AddStripeWebhookEvents', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260404151636_AddAllowAccountingToPlan' +) +BEGIN + ALTER TABLE [SubscriptionPlanConfigs] ADD [AllowAccounting] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260404151636_AddAllowAccountingToPlan' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-04T15:16:32.2541952Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260404151636_AddAllowAccountingToPlan' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-04T15:16:32.2541958Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260404151636_AddAllowAccountingToPlan' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-04T15:16:32.2541968Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260404151636_AddAllowAccountingToPlan' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260404151636_AddAllowAccountingToPlan', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260404194126_AddBillReceiptFilePath' +) +BEGIN + ALTER TABLE [Bills] ADD [ReceiptFilePath] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260404194126_AddBillReceiptFilePath' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-04T19:41:22.8540290Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260404194126_AddBillReceiptFilePath' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-04T19:41:22.8540296Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260404194126_AddBillReceiptFilePath' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-04T19:41:22.8540297Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260404194126_AddBillReceiptFilePath' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260404194126_AddBillReceiptFilePath', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405003350_AddPerformanceIndexes' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-05T00:33:47.2862744Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405003350_AddPerformanceIndexes' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-05T00:33:47.2862750Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405003350_AddPerformanceIndexes' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-05T00:33:47.2862752Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405003350_AddPerformanceIndexes' +) +BEGIN + CREATE INDEX [IX_InventoryTransactions_TransactionType_TransactionDate] ON [InventoryTransactions] ([TransactionType], [TransactionDate]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405003350_AddPerformanceIndexes' +) +BEGIN + CREATE INDEX [IX_InventoryItems_CompanyId_IsActive] ON [InventoryItems] ([CompanyId], [IsActive]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405003350_AddPerformanceIndexes' +) +BEGIN + CREATE INDEX [IX_InventoryItems_IsActive] ON [InventoryItems] ([IsActive]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405003350_AddPerformanceIndexes' +) +BEGIN + CREATE INDEX [IX_Bills_CompanyId_Status] ON [Bills] ([CompanyId], [Status]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405003350_AddPerformanceIndexes' +) +BEGIN + CREATE INDEX [IX_Bills_DueDate] ON [Bills] ([DueDate]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405003350_AddPerformanceIndexes' +) +BEGIN + CREATE INDEX [IX_Bills_Status] ON [Bills] ([Status]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405003350_AddPerformanceIndexes' +) +BEGIN + CREATE INDEX [IX_Appointments_ScheduledStartTime] ON [Appointments] ([ScheduledStartTime]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405003350_AddPerformanceIndexes' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260405003350_AddPerformanceIndexes', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405155653_AddPlatformSettings' +) +BEGIN + CREATE TABLE [PlatformSettings] ( + [Id] int NOT NULL IDENTITY, + [Key] nvarchar(200) NOT NULL, + [Value] nvarchar(max) NULL, + [Label] nvarchar(max) NULL, + [Description] nvarchar(max) NULL, + [GroupName] nvarchar(max) NULL, + [UpdatedAt] datetime2 NULL, + [UpdatedBy] nvarchar(max) NULL, + CONSTRAINT [PK_PlatformSettings] PRIMARY KEY ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405155653_AddPlatformSettings' +) +BEGIN + CREATE UNIQUE INDEX [IX_PlatformSettings_Key] ON [PlatformSettings] ([Key]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405155653_AddPlatformSettings' +) +BEGIN + IF EXISTS (SELECT * FROM [sys].[identity_columns] WHERE [name] IN (N'Id', N'Key', N'Value', N'Label', N'Description', N'GroupName') AND [object_id] = OBJECT_ID(N'[PlatformSettings]')) + SET IDENTITY_INSERT [PlatformSettings] ON; + EXEC(N'INSERT INTO [PlatformSettings] ([Id], [Key], [Value], [Label], [Description], [GroupName]) + VALUES (1, N''AdminNotificationEmail'', NULL, N''Admin Notification Email'', N''Email address that receives platform event notifications (new signups, bug reports, subscription events). Leave blank to disable.'', N''Notifications'')'); + IF EXISTS (SELECT * FROM [sys].[identity_columns] WHERE [name] IN (N'Id', N'Key', N'Value', N'Label', N'Description', N'GroupName') AND [object_id] = OBJECT_ID(N'[PlatformSettings]')) + SET IDENTITY_INSERT [PlatformSettings] OFF; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405155653_AddPlatformSettings' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-05T15:56:49.8180443Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405155653_AddPlatformSettings' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-05T15:56:49.8180449Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405155653_AddPlatformSettings' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-05T15:56:49.8180450Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405155653_AddPlatformSettings' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260405155653_AddPlatformSettings', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405161241_AddPlatformSettingsV2' +) +BEGIN + DECLARE @var5 sysname; + SELECT @var5 = [d].[name] + FROM [sys].[default_constraints] [d] + INNER JOIN [sys].[columns] [c] ON [d].[parent_column_id] = [c].[column_id] AND [d].[parent_object_id] = [c].[object_id] + WHERE ([d].[parent_object_id] = OBJECT_ID(N'[PlatformSettings]') AND [c].[name] = N'Key'); + IF @var5 IS NOT NULL EXEC(N'ALTER TABLE [PlatformSettings] DROP CONSTRAINT [' + @var5 + '];'); + ALTER TABLE [PlatformSettings] ALTER COLUMN [Key] nvarchar(200) NOT NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405161241_AddPlatformSettingsV2' +) +BEGIN + IF EXISTS (SELECT * FROM [sys].[identity_columns] WHERE [name] IN (N'Id', N'Key', N'Value', N'Label', N'Description', N'GroupName') AND [object_id] = OBJECT_ID(N'[PlatformSettings]')) + SET IDENTITY_INSERT [PlatformSettings] ON; + EXEC(N'INSERT INTO [PlatformSettings] ([Id], [Key], [Value], [Label], [Description], [GroupName]) + VALUES (2, N''BaseUrl'', NULL, N''Base URL'', N''Public URL of this application (e.g. https://app.powdercoatinglogix.com). Used in email links. Falls back to the current request URL if blank.'', N''General''), + (3, N''TrialPeriodDays'', N''7'', N''Trial Period (days)'', N''Number of days a new company gets on the free trial before their subscription expires.'', N''Subscriptions''), + (4, N''QuoteApprovalTokenDays'', N''30'', N''Quote Approval Token Validity (days)'', N''How many days a customer quote-approval link remains valid before expiring.'', N''Quotes''), + (5, N''AuditLogRetentionDays'', N''365'', N''Audit Log Retention (days)'', N''Audit log entries older than this many days are automatically purged by the nightly job.'', N''Data Retention''), + (6, N''StripeWebhookRetentionDays'', N''90'', N''Stripe Webhook Retention (days)'', N''Processed Stripe webhook events older than this many days are automatically purged.'', N''Data Retention'')'); + IF EXISTS (SELECT * FROM [sys].[identity_columns] WHERE [name] IN (N'Id', N'Key', N'Value', N'Label', N'Description', N'GroupName') AND [object_id] = OBJECT_ID(N'[PlatformSettings]')) + SET IDENTITY_INSERT [PlatformSettings] OFF; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405161241_AddPlatformSettingsV2' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-05T16:12:38.5900904Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405161241_AddPlatformSettingsV2' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-05T16:12:38.5900913Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405161241_AddPlatformSettingsV2' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-05T16:12:38.5900914Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405161241_AddPlatformSettingsV2' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260405161241_AddPlatformSettingsV2', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405162137_UpdateAdminEmailDescription' +) +BEGIN + EXEC(N'UPDATE [PlatformSettings] SET [Description] = N''Email address(es) that receive platform event notifications (new signups, bug reports, subscription events). Separate multiple addresses with commas. Leave blank to disable.'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405162137_UpdateAdminEmailDescription' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-05T16:21:34.4700837Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405162137_UpdateAdminEmailDescription' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-05T16:21:34.4700844Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405162137_UpdateAdminEmailDescription' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-05T16:21:34.4700846Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405162137_UpdateAdminEmailDescription' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260405162137_UpdateAdminEmailDescription', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260406191501_MakeBillLineItemAccountIdNullable' +) +BEGIN + DECLARE @var6 sysname; + SELECT @var6 = [d].[name] + FROM [sys].[default_constraints] [d] + INNER JOIN [sys].[columns] [c] ON [d].[parent_column_id] = [c].[column_id] AND [d].[parent_object_id] = [c].[object_id] + WHERE ([d].[parent_object_id] = OBJECT_ID(N'[BillLineItems]') AND [c].[name] = N'AccountId'); + IF @var6 IS NOT NULL EXEC(N'ALTER TABLE [BillLineItems] DROP CONSTRAINT [' + @var6 + '];'); + ALTER TABLE [BillLineItems] ALTER COLUMN [AccountId] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260406191501_MakeBillLineItemAccountIdNullable' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-06T19:14:56.7157942Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260406191501_MakeBillLineItemAccountIdNullable' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-06T19:14:56.7157953Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260406191501_MakeBillLineItemAccountIdNullable' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-06T19:14:56.7157955Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260406191501_MakeBillLineItemAccountIdNullable' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260406191501_MakeBillLineItemAccountIdNullable', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260408205345_AddJobIntakeFields' +) +BEGIN + ALTER TABLE [Jobs] ADD [IntakeCheckedByUserId] nvarchar(450) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260408205345_AddJobIntakeFields' +) +BEGIN + ALTER TABLE [Jobs] ADD [IntakeConditionNotes] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260408205345_AddJobIntakeFields' +) +BEGIN + ALTER TABLE [Jobs] ADD [IntakeDate] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260408205345_AddJobIntakeFields' +) +BEGIN + ALTER TABLE [Jobs] ADD [IntakePartCount] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260408205345_AddJobIntakeFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-08T20:53:42.2947842Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260408205345_AddJobIntakeFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-08T20:53:42.2947847Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260408205345_AddJobIntakeFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-08T20:53:42.2947849Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260408205345_AddJobIntakeFields' +) +BEGIN + CREATE INDEX [IX_Jobs_IntakeCheckedByUserId] ON [Jobs] ([IntakeCheckedByUserId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260408205345_AddJobIntakeFields' +) +BEGIN + ALTER TABLE [Jobs] ADD CONSTRAINT [FK_Jobs_AspNetUsers_IntakeCheckedByUserId] FOREIGN KEY ([IntakeCheckedByUserId]) REFERENCES [AspNetUsers] ([Id]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260408205345_AddJobIntakeFields' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260408205345_AddJobIntakeFields', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260409013822_AddInAppNotifications' +) +BEGIN + CREATE TABLE [InAppNotifications] ( + [Id] int NOT NULL IDENTITY, + [Title] nvarchar(max) NOT NULL, + [Message] nvarchar(max) NOT NULL, + [Link] nvarchar(max) NULL, + [NotificationType] nvarchar(max) NOT NULL, + [IsRead] bit NOT NULL, + [ReadAt] datetime2 NULL, + [QuoteId] int NULL, + [InvoiceId] int NULL, + [CustomerId] int NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_InAppNotifications] PRIMARY KEY ([Id]), + CONSTRAINT [FK_InAppNotifications_Customers_CustomerId] FOREIGN KEY ([CustomerId]) REFERENCES [Customers] ([Id]), + CONSTRAINT [FK_InAppNotifications_Invoices_InvoiceId] FOREIGN KEY ([InvoiceId]) REFERENCES [Invoices] ([Id]), + CONSTRAINT [FK_InAppNotifications_Quotes_QuoteId] FOREIGN KEY ([QuoteId]) REFERENCES [Quotes] ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260409013822_AddInAppNotifications' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-09T01:38:18.3630787Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260409013822_AddInAppNotifications' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-09T01:38:18.3630794Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260409013822_AddInAppNotifications' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-09T01:38:18.3630795Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260409013822_AddInAppNotifications' +) +BEGIN + CREATE INDEX [IX_InAppNotifications_CustomerId] ON [InAppNotifications] ([CustomerId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260409013822_AddInAppNotifications' +) +BEGIN + CREATE INDEX [IX_InAppNotifications_InvoiceId] ON [InAppNotifications] ([InvoiceId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260409013822_AddInAppNotifications' +) +BEGIN + CREATE INDEX [IX_InAppNotifications_QuoteId] ON [InAppNotifications] ([QuoteId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260409013822_AddInAppNotifications' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260409013822_AddInAppNotifications', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410021934_AddLegalCompliance' +) +BEGIN + ALTER TABLE [Companies] ADD [MarketingEmailOptOut] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410021934_AddLegalCompliance' +) +BEGIN + ALTER TABLE [Companies] ADD [MarketingUnsubscribeToken] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410021934_AddLegalCompliance' +) +BEGIN + + UPDATE Companies + SET MarketingUnsubscribeToken = LOWER(REPLACE(NEWID(), '-', '')) + WHERE MarketingUnsubscribeToken IS NULL + +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410021934_AddLegalCompliance' +) +BEGIN + DECLARE @var7 sysname; + SELECT @var7 = [d].[name] + FROM [sys].[default_constraints] [d] + INNER JOIN [sys].[columns] [c] ON [d].[parent_column_id] = [c].[column_id] AND [d].[parent_object_id] = [c].[object_id] + WHERE ([d].[parent_object_id] = OBJECT_ID(N'[Companies]') AND [c].[name] = N'MarketingUnsubscribeToken'); + IF @var7 IS NOT NULL EXEC(N'ALTER TABLE [Companies] DROP CONSTRAINT [' + @var7 + '];'); + ALTER TABLE [Companies] ALTER COLUMN [MarketingUnsubscribeToken] nvarchar(max) NOT NULL; + ALTER TABLE [Companies] ADD DEFAULT N'' FOR [MarketingUnsubscribeToken]; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410021934_AddLegalCompliance' +) +BEGIN + CREATE TABLE [TermsAcceptances] ( + [Id] int NOT NULL IDENTITY, + [UserId] nvarchar(max) NOT NULL, + [CompanyId] int NOT NULL, + [TosVersion] nvarchar(max) NOT NULL, + [AcceptedAt] datetime2 NOT NULL, + [IpAddress] nvarchar(max) NULL, + [UserAgent] nvarchar(max) NULL, + CONSTRAINT [PK_TermsAcceptances] PRIMARY KEY ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410021934_AddLegalCompliance' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-10T02:19:30.4105127Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410021934_AddLegalCompliance' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-10T02:19:30.4105133Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410021934_AddLegalCompliance' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-10T02:19:30.4105135Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410021934_AddLegalCompliance' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260410021934_AddLegalCompliance', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410025353_AddAiFeaturesToPlanConfig' +) +BEGIN + ALTER TABLE [SubscriptionPlanConfigs] ADD [AllowAiInventoryAssist] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410025353_AddAiFeaturesToPlanConfig' +) +BEGIN + ALTER TABLE [SubscriptionPlanConfigs] ADD [AllowAiPhotoQuotes] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410025353_AddAiFeaturesToPlanConfig' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-10T02:53:49.5828243Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410025353_AddAiFeaturesToPlanConfig' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-10T02:53:49.5828250Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410025353_AddAiFeaturesToPlanConfig' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-10T02:53:49.5828252Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410025353_AddAiFeaturesToPlanConfig' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260410025353_AddAiFeaturesToPlanConfig', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410032027_AddTrialsEnabledSetting' +) +BEGIN + IF EXISTS (SELECT * FROM [sys].[identity_columns] WHERE [name] IN (N'Id', N'Key', N'Value', N'Label', N'Description', N'GroupName') AND [object_id] = OBJECT_ID(N'[PlatformSettings]')) + SET IDENTITY_INSERT [PlatformSettings] ON; + EXEC(N'INSERT INTO [PlatformSettings] ([Id], [Key], [Value], [Label], [Description], [GroupName]) + VALUES (7, N''TrialsEnabled'', N''true'', N''Free Trials Enabled'', N''When true (default), new signups start with a free trial period. When false, a credit card is required at signup — registrants are sent through Stripe Checkout before their account is created.'', N''Subscriptions'')'); + IF EXISTS (SELECT * FROM [sys].[identity_columns] WHERE [name] IN (N'Id', N'Key', N'Value', N'Label', N'Description', N'GroupName') AND [object_id] = OBJECT_ID(N'[PlatformSettings]')) + SET IDENTITY_INSERT [PlatformSettings] OFF; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410032027_AddTrialsEnabledSetting' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-10T03:20:23.1587184Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410032027_AddTrialsEnabledSetting' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-10T03:20:23.1587190Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410032027_AddTrialsEnabledSetting' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-10T03:20:23.1587191Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410032027_AddTrialsEnabledSetting' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260410032027_AddTrialsEnabledSetting', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412005228_AddMaxTenantsSetting' +) +BEGIN + IF EXISTS (SELECT * FROM [sys].[identity_columns] WHERE [name] IN (N'Id', N'Key', N'Value', N'Label', N'Description', N'GroupName') AND [object_id] = OBJECT_ID(N'[PlatformSettings]')) + SET IDENTITY_INSERT [PlatformSettings] ON; + EXEC(N'INSERT INTO [PlatformSettings] ([Id], [Key], [Value], [Label], [Description], [GroupName]) + VALUES (8, N''MaxTenants'', N'''', N''Max Tenants'', N''Maximum number of tenant companies allowed to self-register. Leave blank or 0 for unlimited. Once the limit is reached, the signup page and login signup link are hidden.'', N''Access Control'')'); + IF EXISTS (SELECT * FROM [sys].[identity_columns] WHERE [name] IN (N'Id', N'Key', N'Value', N'Label', N'Description', N'GroupName') AND [object_id] = OBJECT_ID(N'[PlatformSettings]')) + SET IDENTITY_INSERT [PlatformSettings] OFF; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412005228_AddMaxTenantsSetting' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-12T00:52:25.3071531Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412005228_AddMaxTenantsSetting' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-12T00:52:25.3071537Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412005228_AddMaxTenantsSetting' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-12T00:52:25.3071538Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412005228_AddMaxTenantsSetting' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260412005228_AddMaxTenantsSetting', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412174157_AddCompanyFeatureOverrides' +) +BEGIN + ALTER TABLE [Companies] ADD [AccountingOverride] bit NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412174157_AddCompanyFeatureOverrides' +) +BEGIN + ALTER TABLE [Companies] ADD [OnlinePaymentsOverride] bit NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412174157_AddCompanyFeatureOverrides' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-12T17:41:53.0142151Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412174157_AddCompanyFeatureOverrides' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-12T17:41:53.0142159Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412174157_AddCompanyFeatureOverrides' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-12T17:41:53.0142161Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412174157_AddCompanyFeatureOverrides' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260412174157_AddCompanyFeatureOverrides', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412183411_AddIsAnnualBilling' +) +BEGIN + ALTER TABLE [Companies] ADD [IsAnnualBilling] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412183411_AddIsAnnualBilling' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-12T18:34:08.9093047Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412183411_AddIsAnnualBilling' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-12T18:34:08.9093054Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412183411_AddIsAnnualBilling' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-12T18:34:08.9093055Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412183411_AddIsAnnualBilling' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260412183411_AddIsAnnualBilling', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260414135810_AddPendingRegistrationSession' +) +BEGIN + CREATE TABLE [PendingRegistrationSessions] ( + [Id] int NOT NULL IDENTITY, + [Token] nvarchar(max) NOT NULL, + [CompanyName] nvarchar(max) NOT NULL, + [CompanyPhone] nvarchar(max) NULL, + [FirstName] nvarchar(max) NOT NULL, + [LastName] nvarchar(max) NOT NULL, + [Email] nvarchar(max) NOT NULL, + [Plan] int NOT NULL, + [IsAnnual] bit NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [IsCompleted] bit NOT NULL, + CONSTRAINT [PK_PendingRegistrationSessions] PRIMARY KEY ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260414135810_AddPendingRegistrationSession' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-14T13:58:07.0916607Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260414135810_AddPendingRegistrationSession' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-14T13:58:07.0916613Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260414135810_AddPendingRegistrationSession' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-14T13:58:07.0916614Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260414135810_AddPendingRegistrationSession' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260414135810_AddPendingRegistrationSession', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260415010203_AddSetupWizardCompletionTracking' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [SetupWizardCompletedAt] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260415010203_AddSetupWizardCompletionTracking' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [SetupWizardCompletedByName] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260415010203_AddSetupWizardCompletionTracking' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [SetupWizardCompletedByUserId] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260415010203_AddSetupWizardCompletionTracking' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-15T01:02:00.3083161Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260415010203_AddSetupWizardCompletionTracking' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-15T01:02:00.3083167Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260415010203_AddSetupWizardCompletionTracking' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-15T01:02:00.3083169Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260415010203_AddSetupWizardCompletionTracking' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260415010203_AddSetupWizardCompletionTracking', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260415120000_AddAuditLogTable' +) +BEGIN + CREATE TABLE [AuditLogs] ( + [Id] bigint NOT NULL IDENTITY, + [UserId] nvarchar(max) NULL, + [UserName] nvarchar(max) NOT NULL, + [CompanyId] int NULL, + [CompanyName] nvarchar(max) NULL, + [Action] nvarchar(max) NOT NULL, + [EntityType] nvarchar(450) NOT NULL, + [EntityId] nvarchar(450) NULL, + [EntityDescription] nvarchar(max) NULL, + [OldValues] nvarchar(max) NULL, + [NewValues] nvarchar(max) NULL, + [IpAddress] nvarchar(max) NULL, + [Timestamp] datetime2 NOT NULL, + CONSTRAINT [PK_AuditLogs] PRIMARY KEY ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260415120000_AddAuditLogTable' +) +BEGIN + CREATE INDEX [IX_AuditLogs_CompanyId_Timestamp] ON [AuditLogs] ([CompanyId], [Timestamp]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260415120000_AddAuditLogTable' +) +BEGIN + CREATE INDEX [IX_AuditLogs_EntityType_EntityId] ON [AuditLogs] ([EntityType], [EntityId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260415120000_AddAuditLogTable' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260415120000_AddAuditLogTable', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417044255_AddInventoryTransactionJobId' +) +BEGIN + ALTER TABLE [InventoryTransactions] ADD [JobId] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417044255_AddInventoryTransactionJobId' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-17T04:42:51.1510259Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417044255_AddInventoryTransactionJobId' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-17T04:42:51.1510266Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417044255_AddInventoryTransactionJobId' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-17T04:42:51.1510268Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417044255_AddInventoryTransactionJobId' +) +BEGIN + CREATE INDEX [IX_InventoryTransactions_JobId] ON [InventoryTransactions] ([JobId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417044255_AddInventoryTransactionJobId' +) +BEGIN + ALTER TABLE [InventoryTransactions] ADD CONSTRAINT [FK_InventoryTransactions_Jobs_JobId] FOREIGN KEY ([JobId]) REFERENCES [Jobs] ([Id]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417044255_AddInventoryTransactionJobId' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260417044255_AddInventoryTransactionJobId', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417160645_AddSamplePanel' +) +BEGIN + ALTER TABLE [InventoryItems] ADD [HasSamplePanel] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417160645_AddSamplePanel' +) +BEGIN + ALTER TABLE [InventoryItems] ADD [IsCoating] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417160645_AddSamplePanel' +) +BEGIN + ALTER TABLE [InventoryItems] ADD [SamplePanelNotes] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417160645_AddSamplePanel' +) +BEGIN + + UPDATE ii + SET ii.IsCoating = 1 + FROM InventoryItems ii + INNER JOIN InventoryCategoryLookups icl ON icl.Id = ii.InventoryCategoryId + WHERE icl.IsCoating = 1 AND icl.IsDeleted = 0 + +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417160645_AddSamplePanel' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-17T16:06:41.3326769Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417160645_AddSamplePanel' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-17T16:06:41.3326775Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417160645_AddSamplePanel' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-17T16:06:41.3326776Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417160645_AddSamplePanel' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260417160645_AddSamplePanel', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417170543_DropItemIsCoatingColumn' +) +BEGIN + DECLARE @var8 sysname; + SELECT @var8 = [d].[name] + FROM [sys].[default_constraints] [d] + INNER JOIN [sys].[columns] [c] ON [d].[parent_column_id] = [c].[column_id] AND [d].[parent_object_id] = [c].[object_id] + WHERE ([d].[parent_object_id] = OBJECT_ID(N'[InventoryItems]') AND [c].[name] = N'IsCoating'); + IF @var8 IS NOT NULL EXEC(N'ALTER TABLE [InventoryItems] DROP CONSTRAINT [' + @var8 + '];'); + ALTER TABLE [InventoryItems] DROP COLUMN [IsCoating]; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417170543_DropItemIsCoatingColumn' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-17T17:05:40.0377587Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417170543_DropItemIsCoatingColumn' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-17T17:05:40.0377592Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417170543_DropItemIsCoatingColumn' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-17T17:05:40.0377594Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417170543_DropItemIsCoatingColumn' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260417170543_DropItemIsCoatingColumn', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260418220837_AddWorkOrderTemplate' +) +BEGIN + DECLARE @var9 sysname; + SELECT @var9 = [d].[name] + FROM [sys].[default_constraints] [d] + INNER JOIN [sys].[columns] [c] ON [d].[parent_column_id] = [c].[column_id] AND [d].[parent_object_id] = [c].[object_id] + WHERE ([d].[parent_object_id] = OBJECT_ID(N'[InventoryItems]') AND [c].[name] = N'SamplePanelNotes'); + IF @var9 IS NOT NULL EXEC(N'ALTER TABLE [InventoryItems] DROP CONSTRAINT [' + @var9 + '];'); + ALTER TABLE [InventoryItems] DROP COLUMN [SamplePanelNotes]; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260418220837_AddWorkOrderTemplate' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [WoAccentColor] nvarchar(max) NOT NULL DEFAULT N''; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260418220837_AddWorkOrderTemplate' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [WoTerms] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260418220837_AddWorkOrderTemplate' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-18T22:08:33.1580643Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260418220837_AddWorkOrderTemplate' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-18T22:08:33.1580650Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260418220837_AddWorkOrderTemplate' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-18T22:08:33.1580651Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260418220837_AddWorkOrderTemplate' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260418220837_AddWorkOrderTemplate', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260419201818_AddInvoiceNumberPrefix' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [InvoiceNumberPrefix] nvarchar(max) NOT NULL DEFAULT N''; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260419201818_AddInvoiceNumberPrefix' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-19T20:18:14.2123100Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260419201818_AddInvoiceNumberPrefix' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-19T20:18:14.2123106Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260419201818_AddInvoiceNumberPrefix' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-19T20:18:14.2123107Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260419201818_AddInvoiceNumberPrefix' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260419201818_AddInvoiceNumberPrefix', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260419215302_AddContactSubmissions' +) +BEGIN + CREATE TABLE [ContactSubmissions] ( + [Id] int NOT NULL IDENTITY, + [SenderName] nvarchar(max) NOT NULL, + [SenderEmail] nvarchar(max) NOT NULL, + [CompanyName] nvarchar(max) NOT NULL, + [Category] nvarchar(max) NOT NULL, + [Subject] nvarchar(max) NOT NULL, + [Message] nvarchar(max) NOT NULL, + [IsRead] bit NOT NULL, + [ReadAt] datetime2 NULL, + [ReadByUserId] nvarchar(max) NULL, + [ReadByUserName] nvarchar(max) NULL, + [AdminNotes] nvarchar(max) NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_ContactSubmissions] PRIMARY KEY ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260419215302_AddContactSubmissions' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-19T21:52:59.4160772Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260419215302_AddContactSubmissions' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-19T21:52:59.4160778Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260419215302_AddContactSubmissions' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-19T21:52:59.4160779Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260419215302_AddContactSubmissions' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260419215302_AddContactSubmissions', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260420233610_AddShopCapabilityProfile' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [BlastNozzleSize] int NOT NULL DEFAULT 0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260420233610_AddShopCapabilityProfile' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [BlastRateSqFtPerHourOverride] decimal(18,2) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260420233610_AddShopCapabilityProfile' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [BlastSetupType] int NOT NULL DEFAULT 0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260420233610_AddShopCapabilityProfile' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [CoatingGunType] int NOT NULL DEFAULT 0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260420233610_AddShopCapabilityProfile' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [CoatingRateSqFtPerHourOverride] decimal(18,2) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260420233610_AddShopCapabilityProfile' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [CompressorCfm] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260420233610_AddShopCapabilityProfile' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [PrimaryBlastSubstrate] int NOT NULL DEFAULT 0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260420233610_AddShopCapabilityProfile' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [ShopCapabilityTier] int NOT NULL DEFAULT 0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260420233610_AddShopCapabilityProfile' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-20T23:36:06.0440591Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260420233610_AddShopCapabilityProfile' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-20T23:36:06.0440597Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260420233610_AddShopCapabilityProfile' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-20T23:36:06.0440599Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260420233610_AddShopCapabilityProfile' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260420233610_AddShopCapabilityProfile', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421003346_AddCompanyBlastSetups' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T00:33:43.0886131Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421003346_AddCompanyBlastSetups' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T00:33:43.0886138Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421003346_AddCompanyBlastSetups' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T00:33:43.0886139Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421003346_AddCompanyBlastSetups' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260421003346_AddCompanyBlastSetups', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + ALTER TABLE [QuoteItemPrepServices] ADD [BlastSetupId] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + ALTER TABLE [PrepServices] ADD [RequiresBlastSetup] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + ALTER TABLE [JobItemPrepServices] ADD [BlastSetupId] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + CREATE TABLE [CompanyBlastSetups] ( + [Id] int NOT NULL IDENTITY, + [Name] nvarchar(100) NOT NULL, + [SetupType] int NOT NULL, + [CompressorCfm] decimal(18,2) NOT NULL, + [BlastNozzleSize] int NOT NULL, + [PrimarySubstrate] int NOT NULL, + [BlastRateSqFtPerHourOverride] decimal(18,2) NULL, + [IsDefault] bit NOT NULL, + [IsActive] bit NOT NULL, + [DisplayOrder] int NOT NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_CompanyBlastSetups] PRIMARY KEY ([Id]), + CONSTRAINT [FK_CompanyBlastSetups_Companies_CompanyId] FOREIGN KEY ([CompanyId]) REFERENCES [Companies] ([Id]) ON DELETE NO ACTION + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T01:24:05.9835208Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T01:24:05.9835215Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T01:24:05.9835220Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + CREATE INDEX [IX_QuoteItemPrepServices_BlastSetupId] ON [QuoteItemPrepServices] ([BlastSetupId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + CREATE INDEX [IX_JobItemPrepServices_BlastSetupId] ON [JobItemPrepServices] ([BlastSetupId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + CREATE INDEX [IX_CompanyBlastSetups_CompanyId] ON [CompanyBlastSetups] ([CompanyId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + ALTER TABLE [JobItemPrepServices] ADD CONSTRAINT [FK_JobItemPrepServices_CompanyBlastSetups_BlastSetupId] FOREIGN KEY ([BlastSetupId]) REFERENCES [CompanyBlastSetups] ([Id]) ON DELETE SET NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + ALTER TABLE [QuoteItemPrepServices] ADD CONSTRAINT [FK_QuoteItemPrepServices_CompanyBlastSetups_BlastSetupId] FOREIGN KEY ([BlastSetupId]) REFERENCES [CompanyBlastSetups] ([Id]) ON DELETE SET NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260421012409_AddCompanyBlastSetupsTable', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421125956_AddQuoteCostBreakdownColumns2' +) +BEGIN + ALTER TABLE [Quotes] ADD [EquipmentCosts] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421125956_AddQuoteCostBreakdownColumns2' +) +BEGIN + ALTER TABLE [Quotes] ADD [LaborCosts] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421125956_AddQuoteCostBreakdownColumns2' +) +BEGIN + ALTER TABLE [Quotes] ADD [MaterialCosts] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421125956_AddQuoteCostBreakdownColumns2' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T12:59:53.4982640Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421125956_AddQuoteCostBreakdownColumns2' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T12:59:53.4982651Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421125956_AddQuoteCostBreakdownColumns2' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T12:59:53.4982653Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421125956_AddQuoteCostBreakdownColumns2' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260421125956_AddQuoteCostBreakdownColumns2', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421132123_AddQuoteItemCostSnapshot' +) +BEGIN + ALTER TABLE [QuoteItems] ADD [ItemEquipmentCost] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421132123_AddQuoteItemCostSnapshot' +) +BEGIN + ALTER TABLE [QuoteItems] ADD [ItemLaborCost] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421132123_AddQuoteItemCostSnapshot' +) +BEGIN + ALTER TABLE [QuoteItems] ADD [ItemMaterialCost] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421132123_AddQuoteItemCostSnapshot' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T13:21:19.6983052Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421132123_AddQuoteItemCostSnapshot' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T13:21:19.6983058Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421132123_AddQuoteItemCostSnapshot' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T13:21:19.6983060Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421132123_AddQuoteItemCostSnapshot' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260421132123_AddQuoteItemCostSnapshot', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421135923_AddPricingModeAndHideDiscount' +) +BEGIN + ALTER TABLE [Quotes] ADD [HideDiscountFromCustomer] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421135923_AddPricingModeAndHideDiscount' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [PricingMode] int NOT NULL DEFAULT 0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421135923_AddPricingModeAndHideDiscount' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [TargetMarginPercent] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421135923_AddPricingModeAndHideDiscount' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T13:59:19.8113639Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421135923_AddPricingModeAndHideDiscount' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T13:59:19.8113645Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421135923_AddPricingModeAndHideDiscount' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T13:59:19.8113646Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421135923_AddPricingModeAndHideDiscount' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260421135923_AddPricingModeAndHideDiscount', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422040844_AddUserBan' +) +BEGIN + ALTER TABLE [AspNetUsers] ADD [IsBanned] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422040844_AddUserBan' +) +BEGIN + ALTER TABLE [AspNetUsers] ADD [BannedAt] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422040844_AddUserBan' +) +BEGIN + ALTER TABLE [AspNetUsers] ADD [BanReason] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422040844_AddUserBan' +) +BEGIN + ALTER TABLE [AspNetUsers] ADD [BannedByUserId] nvarchar(450) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422040844_AddUserBan' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-22T04:08:40.9182111Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422040844_AddUserBan' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-22T04:08:40.9182118Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422040844_AddUserBan' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-22T04:08:40.9182119Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422040844_AddUserBan' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260422040844_AddUserBan', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422042129_AddBannedIps' +) +BEGIN + CREATE TABLE [BannedIps] ( + [Id] int NOT NULL IDENTITY, + [IpAddress] nvarchar(45) NOT NULL, + [Reason] nvarchar(500) NULL, + [BannedByUserId] nvarchar(450) NULL, + [BannedAt] datetime2 NOT NULL, + [ExpiresAt] datetime2 NULL, + [IsActive] bit NOT NULL, + CONSTRAINT [PK_BannedIps] PRIMARY KEY ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422042129_AddBannedIps' +) +BEGIN + CREATE INDEX [IX_BannedIps_IpAddress_IsActive] ON [BannedIps] ([IpAddress], [IsActive]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422042129_AddBannedIps' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-22T04:21:26.9627092Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422042129_AddBannedIps' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-22T04:21:26.9627100Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422042129_AddBannedIps' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-22T04:21:26.9627102Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422042129_AddBannedIps' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260422042129_AddBannedIps', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260423011936_AddAiUsageLog' +) +BEGIN + CREATE TABLE [AiUsageLogs] ( + [Id] bigint NOT NULL IDENTITY, + [CompanyId] int NOT NULL, + [UserId] nvarchar(max) NOT NULL, + [Feature] nvarchar(max) NOT NULL, + [Success] bit NOT NULL, + [InputLength] int NOT NULL, + [CalledAt] datetime2 NOT NULL, + CONSTRAINT [PK_AiUsageLogs] PRIMARY KEY ([Id]), + CONSTRAINT [FK_AiUsageLogs_Companies_CompanyId] FOREIGN KEY ([CompanyId]) REFERENCES [Companies] ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260423011936_AddAiUsageLog' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-23T01:19:33.1714669Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260423011936_AddAiUsageLog' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-23T01:19:33.1714674Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260423011936_AddAiUsageLog' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-23T01:19:33.1714676Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260423011936_AddAiUsageLog' +) +BEGIN + CREATE INDEX [IX_AiUsageLogs_CompanyId_CalledAt] ON [AiUsageLogs] ([CompanyId], [CalledAt]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260423011936_AddAiUsageLog' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260423011936_AddAiUsageLog', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260423015446_AddSmsOptedOutAt' +) +BEGIN + ALTER TABLE [Customers] ADD [SmsOptedOutAt] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260423015446_AddSmsOptedOutAt' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-23T01:54:43.1815272Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260423015446_AddSmsOptedOutAt' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-23T01:54:43.1815281Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260423015446_AddSmsOptedOutAt' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-23T01:54:43.1815283Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260423015446_AddSmsOptedOutAt' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260423015446_AddSmsOptedOutAt', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260424232825_AddFacilityOverheadFields' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [MonthlyBillableHours] int NOT NULL DEFAULT 160; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260424232825_AddFacilityOverheadFields' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [MonthlyRent] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260424232825_AddFacilityOverheadFields' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [MonthlyUtilities] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260424232825_AddFacilityOverheadFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-24T23:28:22.1047155Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260424232825_AddFacilityOverheadFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-24T23:28:22.1047162Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260424232825_AddFacilityOverheadFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-24T23:28:22.1047164Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260424232825_AddFacilityOverheadFields' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260424232825_AddFacilityOverheadFields', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425123256_AddCatalogItemImages' +) +BEGIN + ALTER TABLE [CatalogItems] ADD [ImagePath] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425123256_AddCatalogItemImages' +) +BEGIN + ALTER TABLE [CatalogItems] ADD [ThumbnailPath] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425123256_AddCatalogItemImages' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-25T12:32:52.2955147Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425123256_AddCatalogItemImages' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-25T12:32:52.2955155Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425123256_AddCatalogItemImages' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-25T12:32:52.2955156Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425123256_AddCatalogItemImages' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260425123256_AddCatalogItemImages', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425182712_AddUserPasskeys' +) +BEGIN + CREATE TABLE [UserPasskeys] ( + [Id] int NOT NULL IDENTITY, + [UserId] nvarchar(max) NOT NULL, + [CompanyId] int NOT NULL, + [CredentialId] varbinary(900) NOT NULL, + [PublicKey] varbinary(max) NOT NULL, + [UserHandle] varbinary(max) NOT NULL, + [SignCount] bigint NOT NULL, + [DeviceFriendlyName] nvarchar(max) NULL, + [CreatedAt] datetime2 NOT NULL, + [LastUsedAt] datetime2 NULL, + CONSTRAINT [PK_UserPasskeys] PRIMARY KEY ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425182712_AddUserPasskeys' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-25T18:27:08.5374555Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425182712_AddUserPasskeys' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-25T18:27:08.5374562Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425182712_AddUserPasskeys' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-25T18:27:08.5374563Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425182712_AddUserPasskeys' +) +BEGIN + CREATE UNIQUE INDEX [IX_UserPasskeys_CredentialId] ON [UserPasskeys] ([CredentialId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425182712_AddUserPasskeys' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260425182712_AddUserPasskeys', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425223454_AddCatalogPriceCheckReport' +) +BEGIN + CREATE TABLE [CatalogPriceCheckReports] ( + [Id] int NOT NULL IDENTITY, + [RunAt] datetime2 NOT NULL, + [ItemsChecked] int NOT NULL, + [ResultsJson] nvarchar(max) NOT NULL, + [OperatingCostsSummary] nvarchar(max) NOT NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_CatalogPriceCheckReports] PRIMARY KEY ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425223454_AddCatalogPriceCheckReport' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-25T22:34:50.0016987Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425223454_AddCatalogPriceCheckReport' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-25T22:34:50.0016993Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425223454_AddCatalogPriceCheckReport' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-25T22:34:50.0016994Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425223454_AddCatalogPriceCheckReport' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260425223454_AddCatalogPriceCheckReport', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260426122625_AddAiCatalogPriceCheckGating' +) +BEGIN + ALTER TABLE [SubscriptionPlanConfigs] ADD [AllowAiCatalogPriceCheck] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260426122625_AddAiCatalogPriceCheckGating' +) +BEGIN + ALTER TABLE [Companies] ADD [AiCatalogPriceCheckEnabled] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260426122625_AddAiCatalogPriceCheckGating' +) +BEGIN + IF NOT EXISTS (SELECT 1 FROM [PlatformSettings] WHERE [Key] = N'AiCatalogPriceCheckEnabled') + BEGIN + INSERT INTO [PlatformSettings] ([Key], [Value], [Label], [Description], [GroupName]) + VALUES (N'AiCatalogPriceCheckEnabled', N'true', N'AI Catalog Price Check Enabled', + N'When true (default), the AI Catalog Price Check feature is available to companies on qualifying plans. Set to false to disable it platform-wide.', + N'AI Features'); + END +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260426122625_AddAiCatalogPriceCheckGating' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-26T12:26:21.7275012Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260426122625_AddAiCatalogPriceCheckGating' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-26T12:26:21.7275018Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260426122625_AddAiCatalogPriceCheckGating' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-26T12:26:21.7275020Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260426122625_AddAiCatalogPriceCheckGating' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260426122625_AddAiCatalogPriceCheckGating', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260426142825_AddPasskeyPromptDismissed' +) +BEGIN + ALTER TABLE [AspNetUsers] ADD [PasskeyPromptDismissed] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260426142825_AddPasskeyPromptDismissed' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-26T14:28:21.4545921Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260426142825_AddPasskeyPromptDismissed' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-26T14:28:21.4545931Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260426142825_AddPasskeyPromptDismissed' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-26T14:28:21.4545932Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260426142825_AddPasskeyPromptDismissed' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260426142825_AddPasskeyPromptDismissed', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260428164026_AddGuidedActivationFields' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [FirstInvoiceCreatedAt] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260428164026_AddGuidedActivationFields' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [FirstJobCreatedAt] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260428164026_AddGuidedActivationFields' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [FirstQuoteCreatedAt] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260428164026_AddGuidedActivationFields' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [FirstWorkflowCompleted] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260428164026_AddGuidedActivationFields' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [FirstWorkflowCompletedAt] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260428164026_AddGuidedActivationFields' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [GuidedActivationDismissedAt] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260428164026_AddGuidedActivationFields' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [OnboardingPath] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260428164026_AddGuidedActivationFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-28T16:40:22.3595055Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260428164026_AddGuidedActivationFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-28T16:40:22.3595063Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260428164026_AddGuidedActivationFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-28T16:40:22.3595065Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260428164026_AddGuidedActivationFields' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260428164026_AddGuidedActivationFields', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260429220019_AddJobQuoteSnapshotUpdatedAt' +) +BEGIN + ALTER TABLE [Jobs] ADD [QuoteSnapshotUpdatedAt] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260429220019_AddJobQuoteSnapshotUpdatedAt' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-29T22:00:14.7474877Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260429220019_AddJobQuoteSnapshotUpdatedAt' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-29T22:00:14.7474884Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260429220019_AddJobQuoteSnapshotUpdatedAt' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-29T22:00:14.7474886Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260429220019_AddJobQuoteSnapshotUpdatedAt' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260429220019_AddJobQuoteSnapshotUpdatedAt', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260429221217_AddInventoryItemImageUrl' +) +BEGIN + ALTER TABLE [InventoryItems] ADD [ImageUrl] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260429221217_AddInventoryItemImageUrl' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-29T22:12:13.9939171Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260429221217_AddInventoryItemImageUrl' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-29T22:12:13.9939177Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260429221217_AddInventoryItemImageUrl' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-29T22:12:13.9939179Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260429221217_AddInventoryItemImageUrl' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260429221217_AddInventoryItemImageUrl', N'8.0.11'); +END; +GO + +COMMIT; +GO + diff --git a/scripts/043026_deploy_migration.sql b/scripts/043026_deploy_migration.sql new file mode 100644 index 0000000..d1f71b4 --- /dev/null +++ b/scripts/043026_deploy_migration.sql @@ -0,0 +1,49 @@ +BEGIN TRANSACTION; +GO + +ALTER TABLE [CompanyPreferences] ADD [FirstInvoiceCreatedAt] datetime2 NULL; +GO + +ALTER TABLE [CompanyPreferences] ADD [FirstJobCreatedAt] datetime2 NULL; +GO + +ALTER TABLE [CompanyPreferences] ADD [FirstQuoteCreatedAt] datetime2 NULL; +GO + +ALTER TABLE [CompanyPreferences] ADD [FirstWorkflowCompleted] bit NOT NULL DEFAULT CAST(0 AS bit); +GO + +ALTER TABLE [CompanyPreferences] ADD [FirstWorkflowCompletedAt] datetime2 NULL; +GO + +ALTER TABLE [CompanyPreferences] ADD [GuidedActivationDismissedAt] datetime2 NULL; +GO + +ALTER TABLE [CompanyPreferences] ADD [OnboardingPath] nvarchar(max) NULL; +GO + +UPDATE [PricingTiers] SET [CreatedAt] = '2026-04-28T16:40:22.3595055Z' +WHERE [Id] = 1; +SELECT @@ROWCOUNT; + +GO + +UPDATE [PricingTiers] SET [CreatedAt] = '2026-04-28T16:40:22.3595063Z' +WHERE [Id] = 2; +SELECT @@ROWCOUNT; + +GO + +UPDATE [PricingTiers] SET [CreatedAt] = '2026-04-28T16:40:22.3595065Z' +WHERE [Id] = 3; +SELECT @@ROWCOUNT; + +GO + +INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) +VALUES (N'20260428164026_AddGuidedActivationFields', N'8.0.11'); +GO + +COMMIT; +GO + diff --git a/scripts/050226_deploy_full_idempotent.sql b/scripts/050226_deploy_full_idempotent.sql new file mode 100644 index 0000000..44e6cce --- /dev/null +++ b/scripts/050226_deploy_full_idempotent.sql @@ -0,0 +1,6598 @@ +IF OBJECT_ID(N'[__EFMigrationsHistory]') IS NULL +BEGIN + CREATE TABLE [__EFMigrationsHistory] ( + [MigrationId] nvarchar(150) NOT NULL, + [ProductVersion] nvarchar(32) NOT NULL, + CONSTRAINT [PK___EFMigrationsHistory] PRIMARY KEY ([MigrationId]) + ); +END; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260316155002_Baseline' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-16T15:49:58.7377851Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260316155002_Baseline' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-16T15:49:58.7377856Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260316155002_Baseline' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-16T15:49:58.7377858Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260316155002_Baseline' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260316155002_Baseline', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260317121938_AddAiContextProfile' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [AiContextProfile] nvarchar(2000) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260317121938_AddAiContextProfile' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-17T12:19:34.4894690Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260317121938_AddAiContextProfile' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-17T12:19:34.4894696Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260317121938_AddAiContextProfile' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-17T12:19:34.4894698Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260317121938_AddAiContextProfile' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260317121938_AddAiContextProfile', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260317205927_FixLaborItemQuantityDecimal' +) +BEGIN + DECLARE @var0 sysname; + SELECT @var0 = [d].[name] + FROM [sys].[default_constraints] [d] + INNER JOIN [sys].[columns] [c] ON [d].[parent_column_id] = [c].[column_id] AND [d].[parent_object_id] = [c].[object_id] + WHERE ([d].[parent_object_id] = OBJECT_ID(N'[QuoteItems]') AND [c].[name] = N'Quantity'); + IF @var0 IS NOT NULL EXEC(N'ALTER TABLE [QuoteItems] DROP CONSTRAINT [' + @var0 + '];'); + ALTER TABLE [QuoteItems] ALTER COLUMN [Quantity] decimal(18,2) NOT NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260317205927_FixLaborItemQuantityDecimal' +) +BEGIN + DECLARE @var1 sysname; + SELECT @var1 = [d].[name] + FROM [sys].[default_constraints] [d] + INNER JOIN [sys].[columns] [c] ON [d].[parent_column_id] = [c].[column_id] AND [d].[parent_object_id] = [c].[object_id] + WHERE ([d].[parent_object_id] = OBJECT_ID(N'[JobItems]') AND [c].[name] = N'Quantity'); + IF @var1 IS NOT NULL EXEC(N'ALTER TABLE [JobItems] DROP CONSTRAINT [' + @var1 + '];'); + ALTER TABLE [JobItems] ALTER COLUMN [Quantity] decimal(18,2) NOT NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260317205927_FixLaborItemQuantityDecimal' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-17T20:59:24.2463737Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260317205927_FixLaborItemQuantityDecimal' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-17T20:59:24.2463746Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260317205927_FixLaborItemQuantityDecimal' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-17T20:59:24.2463748Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260317205927_FixLaborItemQuantityDecimal' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260317205927_FixLaborItemQuantityDecimal', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318124847_AddJobTimeEntries' +) +BEGIN + CREATE TABLE [JobTimeEntries] ( + [Id] int NOT NULL IDENTITY, + [JobId] int NOT NULL, + [ShopWorkerId] int NOT NULL, + [WorkDate] datetime2 NOT NULL, + [HoursWorked] decimal(18,2) NOT NULL, + [Stage] nvarchar(max) NULL, + [Notes] nvarchar(max) NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_JobTimeEntries] PRIMARY KEY ([Id]), + CONSTRAINT [FK_JobTimeEntries_Jobs_JobId] FOREIGN KEY ([JobId]) REFERENCES [Jobs] ([Id]) ON DELETE CASCADE, + CONSTRAINT [FK_JobTimeEntries_ShopWorkers_ShopWorkerId] FOREIGN KEY ([ShopWorkerId]) REFERENCES [ShopWorkers] ([Id]) ON DELETE CASCADE + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318124847_AddJobTimeEntries' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T12:48:44.7462691Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318124847_AddJobTimeEntries' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T12:48:44.7462697Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318124847_AddJobTimeEntries' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T12:48:44.7462699Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318124847_AddJobTimeEntries' +) +BEGIN + CREATE INDEX [IX_JobTimeEntries_JobId] ON [JobTimeEntries] ([JobId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318124847_AddJobTimeEntries' +) +BEGIN + CREATE INDEX [IX_JobTimeEntries_ShopWorkerId] ON [JobTimeEntries] ([ShopWorkerId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318124847_AddJobTimeEntries' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260318124847_AddJobTimeEntries', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318131500_AddJobShopAccessCode' +) +BEGIN + ALTER TABLE [Jobs] ADD [ShopAccessCode] uniqueidentifier NOT NULL DEFAULT (NEWID()); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318131500_AddJobShopAccessCode' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T13:14:57.2203832Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318131500_AddJobShopAccessCode' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T13:14:57.2203838Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318131500_AddJobShopAccessCode' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T13:14:57.2203839Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318131500_AddJobShopAccessCode' +) +BEGIN + CREATE UNIQUE INDEX [IX_Jobs_ShopAccessCode] ON [Jobs] ([ShopAccessCode]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318131500_AddJobShopAccessCode' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260318131500_AddJobShopAccessCode', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318132857_AddShopWorkerRoleCosts' +) +BEGIN + CREATE TABLE [ShopWorkerRoleCosts] ( + [Id] int NOT NULL IDENTITY, + [Role] int NOT NULL, + [HourlyRate] decimal(18,2) NOT NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_ShopWorkerRoleCosts] PRIMARY KEY ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318132857_AddShopWorkerRoleCosts' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T13:28:54.6854802Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318132857_AddShopWorkerRoleCosts' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T13:28:54.6854849Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318132857_AddShopWorkerRoleCosts' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T13:28:54.6854851Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318132857_AddShopWorkerRoleCosts' +) +BEGIN + CREATE UNIQUE INDEX [IX_ShopWorkerRoleCosts_CompanyId_Role] ON [ShopWorkerRoleCosts] ([CompanyId], [Role]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318132857_AddShopWorkerRoleCosts' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260318132857_AddShopWorkerRoleCosts', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318134236_AddReworkTracking' +) +BEGIN + ALTER TABLE [Jobs] ADD [IsReworkJob] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318134236_AddReworkTracking' +) +BEGIN + ALTER TABLE [Jobs] ADD [OriginalJobId] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318134236_AddReworkTracking' +) +BEGIN + CREATE TABLE [ReworkRecords] ( + [Id] int NOT NULL IDENTITY, + [JobId] int NOT NULL, + [JobItemId] int NULL, + [ReworkJobId] int NULL, + [ReworkType] int NOT NULL, + [Reason] int NOT NULL, + [DefectDescription] nvarchar(max) NOT NULL, + [DiscoveredBy] int NOT NULL, + [DiscoveredDate] datetime2 NOT NULL, + [ReportedByName] nvarchar(max) NULL, + [EstimatedReworkCost] decimal(18,2) NOT NULL, + [ActualReworkCost] decimal(18,2) NOT NULL, + [IsBillableToCustomer] bit NOT NULL, + [BillingNotes] nvarchar(max) NULL, + [Status] int NOT NULL, + [Resolution] int NULL, + [ResolvedDate] datetime2 NULL, + [ResolutionNotes] nvarchar(max) NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_ReworkRecords] PRIMARY KEY ([Id]), + CONSTRAINT [FK_ReworkRecords_JobItems_JobItemId] FOREIGN KEY ([JobItemId]) REFERENCES [JobItems] ([Id]), + CONSTRAINT [FK_ReworkRecords_Jobs_JobId] FOREIGN KEY ([JobId]) REFERENCES [Jobs] ([Id]) ON DELETE NO ACTION, + CONSTRAINT [FK_ReworkRecords_Jobs_ReworkJobId] FOREIGN KEY ([ReworkJobId]) REFERENCES [Jobs] ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318134236_AddReworkTracking' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T13:42:32.9092998Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318134236_AddReworkTracking' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T13:42:32.9093003Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318134236_AddReworkTracking' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T13:42:32.9093005Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318134236_AddReworkTracking' +) +BEGIN + CREATE INDEX [IX_Jobs_OriginalJobId] ON [Jobs] ([OriginalJobId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318134236_AddReworkTracking' +) +BEGIN + CREATE INDEX [IX_ReworkRecords_JobId] ON [ReworkRecords] ([JobId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318134236_AddReworkTracking' +) +BEGIN + CREATE INDEX [IX_ReworkRecords_JobItemId] ON [ReworkRecords] ([JobItemId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318134236_AddReworkTracking' +) +BEGIN + CREATE INDEX [IX_ReworkRecords_ReworkJobId] ON [ReworkRecords] ([ReworkJobId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318134236_AddReworkTracking' +) +BEGIN + ALTER TABLE [Jobs] ADD CONSTRAINT [FK_Jobs_Jobs_OriginalJobId] FOREIGN KEY ([OriginalJobId]) REFERENCES [Jobs] ([Id]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318134236_AddReworkTracking' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260318134236_AddReworkTracking', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + ALTER TABLE [Invoices] ADD [CreditApplied] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + ALTER TABLE [Customers] ADD [CreditBalance] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE TABLE [CreditMemos] ( + [Id] int NOT NULL IDENTITY, + [MemoNumber] nvarchar(450) NOT NULL, + [CustomerId] int NOT NULL, + [OriginalInvoiceId] int NULL, + [ReworkRecordId] int NULL, + [Amount] decimal(18,2) NOT NULL, + [AmountApplied] decimal(18,2) NOT NULL, + [IssueDate] datetime2 NOT NULL, + [ExpiryDate] datetime2 NULL, + [Reason] nvarchar(max) NOT NULL, + [Notes] nvarchar(max) NULL, + [Status] int NOT NULL, + [IssuedById] nvarchar(450) NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_CreditMemos] PRIMARY KEY ([Id]), + CONSTRAINT [FK_CreditMemos_AspNetUsers_IssuedById] FOREIGN KEY ([IssuedById]) REFERENCES [AspNetUsers] ([Id]), + CONSTRAINT [FK_CreditMemos_Customers_CustomerId] FOREIGN KEY ([CustomerId]) REFERENCES [Customers] ([Id]) ON DELETE NO ACTION, + CONSTRAINT [FK_CreditMemos_Invoices_OriginalInvoiceId] FOREIGN KEY ([OriginalInvoiceId]) REFERENCES [Invoices] ([Id]), + CONSTRAINT [FK_CreditMemos_ReworkRecords_ReworkRecordId] FOREIGN KEY ([ReworkRecordId]) REFERENCES [ReworkRecords] ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE TABLE [Refunds] ( + [Id] int NOT NULL IDENTITY, + [InvoiceId] int NOT NULL, + [PaymentId] int NULL, + [Amount] decimal(18,2) NOT NULL, + [RefundDate] datetime2 NOT NULL, + [RefundMethod] int NOT NULL, + [Reason] nvarchar(max) NOT NULL, + [Reference] nvarchar(max) NULL, + [Notes] nvarchar(max) NULL, + [Status] int NOT NULL, + [IssuedDate] datetime2 NULL, + [IssuedById] nvarchar(450) NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_Refunds] PRIMARY KEY ([Id]), + CONSTRAINT [FK_Refunds_AspNetUsers_IssuedById] FOREIGN KEY ([IssuedById]) REFERENCES [AspNetUsers] ([Id]), + CONSTRAINT [FK_Refunds_Invoices_InvoiceId] FOREIGN KEY ([InvoiceId]) REFERENCES [Invoices] ([Id]) ON DELETE NO ACTION, + CONSTRAINT [FK_Refunds_Payments_PaymentId] FOREIGN KEY ([PaymentId]) REFERENCES [Payments] ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE TABLE [CreditMemoApplications] ( + [Id] int NOT NULL IDENTITY, + [CreditMemoId] int NOT NULL, + [InvoiceId] int NOT NULL, + [AmountApplied] decimal(18,2) NOT NULL, + [AppliedDate] datetime2 NOT NULL, + [AppliedById] nvarchar(450) NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_CreditMemoApplications] PRIMARY KEY ([Id]), + CONSTRAINT [FK_CreditMemoApplications_AspNetUsers_AppliedById] FOREIGN KEY ([AppliedById]) REFERENCES [AspNetUsers] ([Id]), + CONSTRAINT [FK_CreditMemoApplications_CreditMemos_CreditMemoId] FOREIGN KEY ([CreditMemoId]) REFERENCES [CreditMemos] ([Id]) ON DELETE NO ACTION, + CONSTRAINT [FK_CreditMemoApplications_Invoices_InvoiceId] FOREIGN KEY ([InvoiceId]) REFERENCES [Invoices] ([Id]) ON DELETE NO ACTION + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T22:26:44.9349567Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T22:26:44.9349573Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-18T22:26:44.9349575Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE INDEX [IX_CreditMemoApplications_AppliedById] ON [CreditMemoApplications] ([AppliedById]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE INDEX [IX_CreditMemoApplications_CreditMemoId] ON [CreditMemoApplications] ([CreditMemoId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE INDEX [IX_CreditMemoApplications_InvoiceId] ON [CreditMemoApplications] ([InvoiceId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE UNIQUE INDEX [IX_CreditMemos_CompanyId_MemoNumber] ON [CreditMemos] ([CompanyId], [MemoNumber]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE INDEX [IX_CreditMemos_CustomerId] ON [CreditMemos] ([CustomerId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE INDEX [IX_CreditMemos_IssuedById] ON [CreditMemos] ([IssuedById]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE INDEX [IX_CreditMemos_OriginalInvoiceId] ON [CreditMemos] ([OriginalInvoiceId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE INDEX [IX_CreditMemos_ReworkRecordId] ON [CreditMemos] ([ReworkRecordId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE INDEX [IX_Refunds_InvoiceId] ON [Refunds] ([InvoiceId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE INDEX [IX_Refunds_IssuedById] ON [Refunds] ([IssuedById]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + CREATE INDEX [IX_Refunds_PaymentId] ON [Refunds] ([PaymentId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260318222648_AddRefundsAndCreditMemos' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260318222648_AddRefundsAndCreditMemos', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + CREATE TABLE [JobTemplates] ( + [Id] int NOT NULL IDENTITY, + [Name] nvarchar(max) NOT NULL, + [Description] nvarchar(max) NULL, + [CustomerId] int NULL, + [SpecialInstructions] nvarchar(max) NULL, + [IsActive] bit NOT NULL, + [UsageCount] int NOT NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_JobTemplates] PRIMARY KEY ([Id]), + CONSTRAINT [FK_JobTemplates_Customers_CustomerId] FOREIGN KEY ([CustomerId]) REFERENCES [Customers] ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + CREATE TABLE [JobTemplateItems] ( + [Id] int NOT NULL IDENTITY, + [JobTemplateId] int NOT NULL, + [Description] nvarchar(max) NOT NULL, + [Quantity] decimal(18,2) NOT NULL, + [SurfaceAreaSqFt] decimal(18,2) NOT NULL, + [CatalogItemId] int NULL, + [IsGenericItem] bit NOT NULL, + [IsLaborItem] bit NOT NULL, + [ManualUnitPrice] decimal(18,2) NULL, + [RequiresSandblasting] bit NOT NULL, + [RequiresMasking] bit NOT NULL, + [IncludePrepCost] bit NOT NULL, + [EstimatedMinutes] int NOT NULL, + [Complexity] nvarchar(max) NULL, + [Notes] nvarchar(max) NULL, + [DisplayOrder] int NOT NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_JobTemplateItems] PRIMARY KEY ([Id]), + CONSTRAINT [FK_JobTemplateItems_CatalogItems_CatalogItemId] FOREIGN KEY ([CatalogItemId]) REFERENCES [CatalogItems] ([Id]), + CONSTRAINT [FK_JobTemplateItems_JobTemplates_JobTemplateId] FOREIGN KEY ([JobTemplateId]) REFERENCES [JobTemplates] ([Id]) ON DELETE CASCADE + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + CREATE TABLE [JobTemplateItemCoats] ( + [Id] int NOT NULL IDENTITY, + [JobTemplateItemId] int NOT NULL, + [CoatName] nvarchar(max) NOT NULL, + [Sequence] int NOT NULL, + [InventoryItemId] int NULL, + [ColorName] nvarchar(max) NULL, + [VendorId] int NULL, + [ColorCode] nvarchar(max) NULL, + [Finish] nvarchar(max) NULL, + [CoverageSqFtPerLb] decimal(18,2) NOT NULL, + [TransferEfficiency] decimal(18,2) NOT NULL, + [PowderCostPerLb] decimal(18,2) NULL, + [Notes] nvarchar(max) NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_JobTemplateItemCoats] PRIMARY KEY ([Id]), + CONSTRAINT [FK_JobTemplateItemCoats_InventoryItems_InventoryItemId] FOREIGN KEY ([InventoryItemId]) REFERENCES [InventoryItems] ([Id]), + CONSTRAINT [FK_JobTemplateItemCoats_JobTemplateItems_JobTemplateItemId] FOREIGN KEY ([JobTemplateItemId]) REFERENCES [JobTemplateItems] ([Id]) ON DELETE CASCADE, + CONSTRAINT [FK_JobTemplateItemCoats_Vendors_VendorId] FOREIGN KEY ([VendorId]) REFERENCES [Vendors] ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + CREATE TABLE [JobTemplateItemPrepServices] ( + [Id] int NOT NULL IDENTITY, + [JobTemplateItemId] int NOT NULL, + [PrepServiceId] int NOT NULL, + [EstimatedMinutes] int NOT NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_JobTemplateItemPrepServices] PRIMARY KEY ([Id]), + CONSTRAINT [FK_JobTemplateItemPrepServices_JobTemplateItems_JobTemplateItemId] FOREIGN KEY ([JobTemplateItemId]) REFERENCES [JobTemplateItems] ([Id]) ON DELETE CASCADE, + CONSTRAINT [FK_JobTemplateItemPrepServices_PrepServices_PrepServiceId] FOREIGN KEY ([PrepServiceId]) REFERENCES [PrepServices] ([Id]) ON DELETE CASCADE + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-19T02:38:23.4195291Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-19T02:38:23.4195296Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-19T02:38:23.4195298Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + CREATE INDEX [IX_JobTemplateItemCoats_InventoryItemId] ON [JobTemplateItemCoats] ([InventoryItemId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + CREATE INDEX [IX_JobTemplateItemCoats_JobTemplateItemId] ON [JobTemplateItemCoats] ([JobTemplateItemId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + CREATE INDEX [IX_JobTemplateItemCoats_VendorId] ON [JobTemplateItemCoats] ([VendorId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + CREATE INDEX [IX_JobTemplateItemPrepServices_JobTemplateItemId] ON [JobTemplateItemPrepServices] ([JobTemplateItemId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + CREATE INDEX [IX_JobTemplateItemPrepServices_PrepServiceId] ON [JobTemplateItemPrepServices] ([PrepServiceId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + CREATE INDEX [IX_JobTemplateItems_CatalogItemId] ON [JobTemplateItems] ([CatalogItemId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + CREATE INDEX [IX_JobTemplateItems_JobTemplateId] ON [JobTemplateItems] ([JobTemplateId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + CREATE INDEX [IX_JobTemplates_CustomerId] ON [JobTemplates] ([CustomerId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319023827_AddJobTemplates' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260319023827_AddJobTemplates', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + ALTER TABLE [Invoices] ADD [GiftCertificateRedeemed] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + CREATE TABLE [GiftCertificates] ( + [Id] int NOT NULL IDENTITY, + [CertificateCode] nvarchar(max) NOT NULL, + [OriginalAmount] decimal(18,2) NOT NULL, + [RedeemedAmount] decimal(18,2) NOT NULL, + [RecipientCustomerId] int NULL, + [RecipientName] nvarchar(max) NULL, + [RecipientEmail] nvarchar(max) NULL, + [IssuedReason] int NOT NULL, + [PurchasePrice] decimal(18,2) NULL, + [PurchasingCustomerId] int NULL, + [Status] int NOT NULL, + [IssueDate] datetime2 NOT NULL, + [ExpiryDate] datetime2 NULL, + [Notes] nvarchar(max) NULL, + [IssuedById] nvarchar(450) NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_GiftCertificates] PRIMARY KEY ([Id]), + CONSTRAINT [FK_GiftCertificates_AspNetUsers_IssuedById] FOREIGN KEY ([IssuedById]) REFERENCES [AspNetUsers] ([Id]), + CONSTRAINT [FK_GiftCertificates_Customers_PurchasingCustomerId] FOREIGN KEY ([PurchasingCustomerId]) REFERENCES [Customers] ([Id]), + CONSTRAINT [FK_GiftCertificates_Customers_RecipientCustomerId] FOREIGN KEY ([RecipientCustomerId]) REFERENCES [Customers] ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + CREATE TABLE [GiftCertificateRedemptions] ( + [Id] int NOT NULL IDENTITY, + [GiftCertificateId] int NOT NULL, + [InvoiceId] int NOT NULL, + [AmountRedeemed] decimal(18,2) NOT NULL, + [RedeemedDate] datetime2 NOT NULL, + [RedeemedById] nvarchar(450) NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_GiftCertificateRedemptions] PRIMARY KEY ([Id]), + CONSTRAINT [FK_GiftCertificateRedemptions_AspNetUsers_RedeemedById] FOREIGN KEY ([RedeemedById]) REFERENCES [AspNetUsers] ([Id]), + CONSTRAINT [FK_GiftCertificateRedemptions_GiftCertificates_GiftCertificateId] FOREIGN KEY ([GiftCertificateId]) REFERENCES [GiftCertificates] ([Id]) ON DELETE CASCADE, + CONSTRAINT [FK_GiftCertificateRedemptions_Invoices_InvoiceId] FOREIGN KEY ([InvoiceId]) REFERENCES [Invoices] ([Id]) ON DELETE CASCADE + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-19T15:45:03.1454465Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-19T15:45:03.1454472Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-19T15:45:03.1454474Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + CREATE INDEX [IX_GiftCertificateRedemptions_GiftCertificateId] ON [GiftCertificateRedemptions] ([GiftCertificateId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + CREATE INDEX [IX_GiftCertificateRedemptions_InvoiceId] ON [GiftCertificateRedemptions] ([InvoiceId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + CREATE INDEX [IX_GiftCertificateRedemptions_RedeemedById] ON [GiftCertificateRedemptions] ([RedeemedById]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + CREATE INDEX [IX_GiftCertificates_IssuedById] ON [GiftCertificates] ([IssuedById]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + CREATE INDEX [IX_GiftCertificates_PurchasingCustomerId] ON [GiftCertificates] ([PurchasingCustomerId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + CREATE INDEX [IX_GiftCertificates_RecipientCustomerId] ON [GiftCertificates] ([RecipientCustomerId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260319154506_AddGiftCertificates' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260319154506_AddGiftCertificates', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320002450_AddRefundStoreCreditLink' +) +BEGIN + ALTER TABLE [Refunds] ADD [CreditMemoId] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320002450_AddRefundStoreCreditLink' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-20T00:24:47.3611509Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320002450_AddRefundStoreCreditLink' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-20T00:24:47.3611518Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320002450_AddRefundStoreCreditLink' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-20T00:24:47.3611521Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320002450_AddRefundStoreCreditLink' +) +BEGIN + CREATE INDEX [IX_Refunds_CreditMemoId] ON [Refunds] ([CreditMemoId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320002450_AddRefundStoreCreditLink' +) +BEGIN + ALTER TABLE [Refunds] ADD CONSTRAINT [FK_Refunds_CreditMemos_CreditMemoId] FOREIGN KEY ([CreditMemoId]) REFERENCES [CreditMemos] ([Id]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320002450_AddRefundStoreCreditLink' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260320002450_AddRefundStoreCreditLink', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320005106_AddQuoteItemIsAiItem' +) +BEGIN + ALTER TABLE [QuoteItems] ADD [IsAiItem] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320005106_AddQuoteItemIsAiItem' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-20T00:51:03.2423766Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320005106_AddQuoteItemIsAiItem' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-20T00:51:03.2423772Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320005106_AddQuoteItemIsAiItem' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-20T00:51:03.2423774Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320005106_AddQuoteItemIsAiItem' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260320005106_AddQuoteItemIsAiItem', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320011057_AddQuotePricingSnapshot' +) +BEGIN + ALTER TABLE [Quotes] ADD [ItemsSubtotal] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320011057_AddQuotePricingSnapshot' +) +BEGIN + ALTER TABLE [Quotes] ADD [OvenBatchCost] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320011057_AddQuotePricingSnapshot' +) +BEGIN + ALTER TABLE [Quotes] ADD [OverheadAmount] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320011057_AddQuotePricingSnapshot' +) +BEGIN + ALTER TABLE [Quotes] ADD [OverheadPercent] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320011057_AddQuotePricingSnapshot' +) +BEGIN + ALTER TABLE [Quotes] ADD [ProfitMargin] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320011057_AddQuotePricingSnapshot' +) +BEGIN + ALTER TABLE [Quotes] ADD [ProfitPercent] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320011057_AddQuotePricingSnapshot' +) +BEGIN + ALTER TABLE [Quotes] ADD [ShopSuppliesAmount] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320011057_AddQuotePricingSnapshot' +) +BEGIN + ALTER TABLE [Quotes] ADD [ShopSuppliesPercent] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320011057_AddQuotePricingSnapshot' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-20T01:10:54.1468159Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320011057_AddQuotePricingSnapshot' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-20T01:10:54.1468166Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320011057_AddQuotePricingSnapshot' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-20T01:10:54.1468176Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320011057_AddQuotePricingSnapshot' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260320011057_AddQuotePricingSnapshot', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [SubscriptionPlanConfigs] ADD [AllowOnlinePayments] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Quotes] ADD [DepositPercent] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Quotes] ADD [RequiresDeposit] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Invoices] ADD [OnlineAmountPaid] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Invoices] ADD [OnlinePaymentStatus] int NOT NULL DEFAULT 0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Invoices] ADD [OnlineSurchargeCollected] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Invoices] ADD [PaymentLinkExpiresAt] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Invoices] ADD [PaymentLinkToken] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Invoices] ADD [StripePaymentIntentId] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Companies] ADD [OnlinePaymentSurchargeType] int NOT NULL DEFAULT 0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Companies] ADD [OnlinePaymentSurchargeValue] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Companies] ADD [OnlineSurchargeAcknowledged] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Companies] ADD [StripeAccountId] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + ALTER TABLE [Companies] ADD [StripeConnectStatus] int NOT NULL DEFAULT 0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-20T23:15:05.6886302Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-20T23:15:05.6886308Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-20T23:15:05.6886310Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260320231509_AddStripeConnectAndOnlinePayments' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260320231509_AddStripeConnectAndOnlinePayments', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260326230438_AddQuotePhotoSubscriptionLimits' +) +BEGIN + ALTER TABLE [SubscriptionPlanConfigs] ADD [MaxQuotePhotos] int NOT NULL DEFAULT 0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260326230438_AddQuotePhotoSubscriptionLimits' +) +BEGIN + ALTER TABLE [Companies] ADD [MaxQuotePhotosOverride] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260326230438_AddQuotePhotoSubscriptionLimits' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-26T23:04:35.1353265Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260326230438_AddQuotePhotoSubscriptionLimits' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-26T23:04:35.1353273Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260326230438_AddQuotePhotoSubscriptionLimits' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-26T23:04:35.1353275Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260326230438_AddQuotePhotoSubscriptionLimits' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260326230438_AddQuotePhotoSubscriptionLimits', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260328133627_AddJobPhotoIsAiAnalysisPhoto' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-28T13:36:24.1548411Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260328133627_AddJobPhotoIsAiAnalysisPhoto' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-28T13:36:24.1548419Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260328133627_AddJobPhotoIsAiAnalysisPhoto' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-28T13:36:24.1548421Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260328133627_AddJobPhotoIsAiAnalysisPhoto' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260328133627_AddJobPhotoIsAiAnalysisPhoto', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329003300_AddJobDiscountRushFields' +) +BEGIN + ALTER TABLE [Jobs] ADD [DiscountReason] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329003300_AddJobDiscountRushFields' +) +BEGIN + ALTER TABLE [Jobs] ADD [DiscountType] int NOT NULL DEFAULT 0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329003300_AddJobDiscountRushFields' +) +BEGIN + ALTER TABLE [Jobs] ADD [DiscountValue] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329003300_AddJobDiscountRushFields' +) +BEGIN + ALTER TABLE [Jobs] ADD [IsRushJob] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329003300_AddJobDiscountRushFields' +) +BEGIN + ALTER TABLE [JobPhotos] ADD [IsAiAnalysisPhoto] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329003300_AddJobDiscountRushFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-29T00:32:56.7368710Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329003300_AddJobDiscountRushFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-29T00:32:56.7368717Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329003300_AddJobDiscountRushFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-29T00:32:56.7368718Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329003300_AddJobDiscountRushFields' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260329003300_AddJobDiscountRushFields', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329005838_AddDeposits' +) +BEGIN + CREATE TABLE [Deposits] ( + [Id] int NOT NULL IDENTITY, + [ReceiptNumber] nvarchar(max) NOT NULL, + [CustomerId] int NOT NULL, + [JobId] int NULL, + [QuoteId] int NULL, + [Amount] decimal(18,2) NOT NULL, + [PaymentMethod] int NOT NULL, + [ReceivedDate] datetime2 NOT NULL, + [Reference] nvarchar(max) NULL, + [Notes] nvarchar(max) NULL, + [RecordedById] nvarchar(450) NULL, + [AppliedToInvoiceId] int NULL, + [AppliedDate] datetime2 NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_Deposits] PRIMARY KEY ([Id]), + CONSTRAINT [FK_Deposits_AspNetUsers_RecordedById] FOREIGN KEY ([RecordedById]) REFERENCES [AspNetUsers] ([Id]), + CONSTRAINT [FK_Deposits_Customers_CustomerId] FOREIGN KEY ([CustomerId]) REFERENCES [Customers] ([Id]) ON DELETE CASCADE, + CONSTRAINT [FK_Deposits_Invoices_AppliedToInvoiceId] FOREIGN KEY ([AppliedToInvoiceId]) REFERENCES [Invoices] ([Id]) ON DELETE SET NULL, + CONSTRAINT [FK_Deposits_Jobs_JobId] FOREIGN KEY ([JobId]) REFERENCES [Jobs] ([Id]), + CONSTRAINT [FK_Deposits_Quotes_QuoteId] FOREIGN KEY ([QuoteId]) REFERENCES [Quotes] ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329005838_AddDeposits' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-29T00:58:35.7576949Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329005838_AddDeposits' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-29T00:58:35.7576955Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329005838_AddDeposits' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-29T00:58:35.7576957Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329005838_AddDeposits' +) +BEGIN + CREATE INDEX [IX_Deposits_AppliedToInvoiceId] ON [Deposits] ([AppliedToInvoiceId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329005838_AddDeposits' +) +BEGIN + CREATE INDEX [IX_Deposits_CustomerId] ON [Deposits] ([CustomerId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329005838_AddDeposits' +) +BEGIN + CREATE INDEX [IX_Deposits_JobId] ON [Deposits] ([JobId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329005838_AddDeposits' +) +BEGIN + CREATE INDEX [IX_Deposits_QuoteId] ON [Deposits] ([QuoteId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329005838_AddDeposits' +) +BEGIN + CREATE INDEX [IX_Deposits_RecordedById] ON [Deposits] ([RecordedById]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329005838_AddDeposits' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260329005838_AddDeposits', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + DROP INDEX [IX_Invoices_CompanyId_JobId] ON [Invoices]; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + DROP INDEX [IX_Invoices_JobId] ON [Invoices]; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + DECLARE @var2 sysname; + SELECT @var2 = [d].[name] + FROM [sys].[default_constraints] [d] + INNER JOIN [sys].[columns] [c] ON [d].[parent_column_id] = [c].[column_id] AND [d].[parent_object_id] = [c].[object_id] + WHERE ([d].[parent_object_id] = OBJECT_ID(N'[Invoices]') AND [c].[name] = N'JobId'); + IF @var2 IS NOT NULL EXEC(N'ALTER TABLE [Invoices] DROP CONSTRAINT [' + @var2 + '];'); + ALTER TABLE [Invoices] ALTER COLUMN [JobId] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + ALTER TABLE [InvoiceItems] ADD [CatalogItemId] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + ALTER TABLE [CatalogItems] ADD [InventoryItemId] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + ALTER TABLE [CatalogItems] ADD [IsMerchandise] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + ALTER TABLE [CatalogCategories] ADD [IsMerchandise] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-29T13:47:49.4176542Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-29T13:47:49.4176549Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-29T13:47:49.4176551Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + EXEC(N'CREATE UNIQUE INDEX [IX_Invoices_CompanyId_JobId] ON [Invoices] ([CompanyId], [JobId]) WHERE [JobId] IS NOT NULL'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + EXEC(N'CREATE UNIQUE INDEX [IX_Invoices_JobId] ON [Invoices] ([JobId]) WHERE [JobId] IS NOT NULL'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + CREATE INDEX [IX_InvoiceItems_CatalogItemId] ON [InvoiceItems] ([CatalogItemId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + CREATE INDEX [IX_CatalogItems_InventoryItemId] ON [CatalogItems] ([InventoryItemId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + ALTER TABLE [CatalogItems] ADD CONSTRAINT [FK_CatalogItems_InventoryItems_InventoryItemId] FOREIGN KEY ([InventoryItemId]) REFERENCES [InventoryItems] ([Id]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + ALTER TABLE [InvoiceItems] ADD CONSTRAINT [FK_InvoiceItems_CatalogItems_CatalogItemId] FOREIGN KEY ([CatalogItemId]) REFERENCES [CatalogItems] ([Id]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329134753_AddMerchandise' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260329134753_AddMerchandise', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329141137_AddGiftCertificateInvoiceItems' +) +BEGIN + ALTER TABLE [InvoiceItems] ADD [GcExpiryDate] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329141137_AddGiftCertificateInvoiceItems' +) +BEGIN + ALTER TABLE [InvoiceItems] ADD [GcRecipientEmail] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329141137_AddGiftCertificateInvoiceItems' +) +BEGIN + ALTER TABLE [InvoiceItems] ADD [GcRecipientName] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329141137_AddGiftCertificateInvoiceItems' +) +BEGIN + ALTER TABLE [InvoiceItems] ADD [GeneratedGiftCertificateId] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329141137_AddGiftCertificateInvoiceItems' +) +BEGIN + ALTER TABLE [InvoiceItems] ADD [IsGiftCertificate] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329141137_AddGiftCertificateInvoiceItems' +) +BEGIN + ALTER TABLE [GiftCertificates] ADD [SourceInvoiceItemId] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329141137_AddGiftCertificateInvoiceItems' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-29T14:11:34.2305437Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329141137_AddGiftCertificateInvoiceItems' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-29T14:11:34.2305443Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329141137_AddGiftCertificateInvoiceItems' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-29T14:11:34.2305445Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329141137_AddGiftCertificateInvoiceItems' +) +BEGIN + CREATE INDEX [IX_InvoiceItems_GeneratedGiftCertificateId] ON [InvoiceItems] ([GeneratedGiftCertificateId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329141137_AddGiftCertificateInvoiceItems' +) +BEGIN + ALTER TABLE [InvoiceItems] ADD CONSTRAINT [FK_InvoiceItems_GiftCertificates_GeneratedGiftCertificateId] FOREIGN KEY ([GeneratedGiftCertificateId]) REFERENCES [GiftCertificates] ([Id]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260329141137_AddGiftCertificateInvoiceItems' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260329141137_AddGiftCertificateInvoiceItems', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260330234034_AddSalesItemFields' +) +BEGIN + ALTER TABLE [QuoteItems] ADD [IsSalesItem] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260330234034_AddSalesItemFields' +) +BEGIN + ALTER TABLE [QuoteItems] ADD [Sku] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260330234034_AddSalesItemFields' +) +BEGIN + ALTER TABLE [JobItems] ADD [IsSalesItem] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260330234034_AddSalesItemFields' +) +BEGIN + ALTER TABLE [JobItems] ADD [Sku] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260330234034_AddSalesItemFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-30T23:40:30.1483162Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260330234034_AddSalesItemFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-30T23:40:30.1483168Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260330234034_AddSalesItemFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-03-30T23:40:30.1483170Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260330234034_AddSalesItemFields' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260330234034_AddSalesItemFields', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401125630_AddQuoteDepositPaymentFields' +) +BEGIN + ALTER TABLE [Quotes] ADD [DepositAmountPaid] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401125630_AddQuoteDepositPaymentFields' +) +BEGIN + ALTER TABLE [Quotes] ADD [DepositPaymentIntentId] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401125630_AddQuoteDepositPaymentFields' +) +BEGIN + ALTER TABLE [Quotes] ADD [DepositPaymentLinkExpiresAt] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401125630_AddQuoteDepositPaymentFields' +) +BEGIN + ALTER TABLE [Quotes] ADD [DepositPaymentLinkToken] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401125630_AddQuoteDepositPaymentFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-01T12:56:27.1808248Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401125630_AddQuoteDepositPaymentFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-01T12:56:27.1808254Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401125630_AddQuoteDepositPaymentFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-01T12:56:27.1808255Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401125630_AddQuoteDepositPaymentFields' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260401125630_AddQuoteDepositPaymentFields', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401131724_AddUniqueDocumentNumberConstraints' +) +BEGIN + DECLARE @var3 sysname; + SELECT @var3 = [d].[name] + FROM [sys].[default_constraints] [d] + INNER JOIN [sys].[columns] [c] ON [d].[parent_column_id] = [c].[column_id] AND [d].[parent_object_id] = [c].[object_id] + WHERE ([d].[parent_object_id] = OBJECT_ID(N'[Bills]') AND [c].[name] = N'BalanceDue'); + IF @var3 IS NOT NULL EXEC(N'ALTER TABLE [Bills] DROP CONSTRAINT [' + @var3 + '];'); + ALTER TABLE [Bills] DROP COLUMN [BalanceDue]; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401131724_AddUniqueDocumentNumberConstraints' +) +BEGIN + DECLARE @var4 sysname; + SELECT @var4 = [d].[name] + FROM [sys].[default_constraints] [d] + INNER JOIN [sys].[columns] [c] ON [d].[parent_column_id] = [c].[column_id] AND [d].[parent_object_id] = [c].[object_id] + WHERE ([d].[parent_object_id] = OBJECT_ID(N'[GiftCertificates]') AND [c].[name] = N'CertificateCode'); + IF @var4 IS NOT NULL EXEC(N'ALTER TABLE [GiftCertificates] DROP CONSTRAINT [' + @var4 + '];'); + ALTER TABLE [GiftCertificates] ALTER COLUMN [CertificateCode] nvarchar(450) NOT NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401131724_AddUniqueDocumentNumberConstraints' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-01T13:17:21.8121883Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401131724_AddUniqueDocumentNumberConstraints' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-01T13:17:21.8121891Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401131724_AddUniqueDocumentNumberConstraints' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-01T13:17:21.8121893Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401131724_AddUniqueDocumentNumberConstraints' +) +BEGIN + CREATE UNIQUE INDEX [IX_GiftCertificates_CertificateCode] ON [GiftCertificates] ([CertificateCode]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401131724_AddUniqueDocumentNumberConstraints' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260401131724_AddUniqueDocumentNumberConstraints', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401141653_FixGiftCertificateUniqueIndexPerCompany' +) +BEGIN + DROP INDEX [IX_GiftCertificates_CertificateCode] ON [GiftCertificates]; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401141653_FixGiftCertificateUniqueIndexPerCompany' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-01T14:16:49.2887180Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401141653_FixGiftCertificateUniqueIndexPerCompany' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-01T14:16:49.2887185Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401141653_FixGiftCertificateUniqueIndexPerCompany' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-01T14:16:49.2887186Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401141653_FixGiftCertificateUniqueIndexPerCompany' +) +BEGIN + CREATE UNIQUE INDEX [IX_GiftCertificates_CompanyId_CertificateCode] ON [GiftCertificates] ([CompanyId], [CertificateCode]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260401141653_FixGiftCertificateUniqueIndexPerCompany' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260401141653_FixGiftCertificateUniqueIndexPerCompany', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402015422_AddInvoiceExternalReference' +) +BEGIN + ALTER TABLE [Invoices] ADD [ExternalReference] nvarchar(450) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402015422_AddInvoiceExternalReference' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T01:54:18.8649199Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402015422_AddInvoiceExternalReference' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T01:54:18.8649205Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402015422_AddInvoiceExternalReference' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T01:54:18.8649206Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402015422_AddInvoiceExternalReference' +) +BEGIN + CREATE INDEX [IX_Invoices_CompanyId_ExternalReference] ON [Invoices] ([CompanyId], [ExternalReference]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402015422_AddInvoiceExternalReference' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260402015422_AddInvoiceExternalReference', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402032156_AddMigratingFromQuickBooks' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [MigratingFromQuickBooks] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402032156_AddMigratingFromQuickBooks' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T03:21:53.0005398Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402032156_AddMigratingFromQuickBooks' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T03:21:53.0005405Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402032156_AddMigratingFromQuickBooks' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T03:21:53.0005406Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402032156_AddMigratingFromQuickBooks' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260402032156_AddMigratingFromQuickBooks', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402165758_AddQbMigrationStateJson' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [QbMigrationStateJson] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402165758_AddQbMigrationStateJson' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T16:57:55.0246999Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402165758_AddQbMigrationStateJson' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T16:57:55.0247004Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402165758_AddQbMigrationStateJson' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T16:57:55.0247006Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402165758_AddQbMigrationStateJson' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260402165758_AddQbMigrationStateJson', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402184721_FixInventorySkuUniqueIndex' +) +BEGIN + DROP INDEX [IX_InventoryItems_SKU] ON [InventoryItems]; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402184721_FixInventorySkuUniqueIndex' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T18:47:18.8788284Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402184721_FixInventorySkuUniqueIndex' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T18:47:18.8788291Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402184721_FixInventorySkuUniqueIndex' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T18:47:18.8788292Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402184721_FixInventorySkuUniqueIndex' +) +BEGIN + CREATE UNIQUE INDEX [IX_InventoryItems_CompanyId_SKU] ON [InventoryItems] ([CompanyId], [SKU]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402184721_FixInventorySkuUniqueIndex' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260402184721_FixInventorySkuUniqueIndex', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402185216_FixJobShopAccessCodeUniqueIndex' +) +BEGIN + DROP INDEX [IX_Jobs_ShopAccessCode] ON [Jobs]; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402185216_FixJobShopAccessCodeUniqueIndex' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T18:52:13.7857008Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402185216_FixJobShopAccessCodeUniqueIndex' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T18:52:13.7857015Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402185216_FixJobShopAccessCodeUniqueIndex' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T18:52:13.7857016Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402185216_FixJobShopAccessCodeUniqueIndex' +) +BEGIN + CREATE UNIQUE INDEX [IX_Jobs_CompanyId_ShopAccessCode] ON [Jobs] ([CompanyId], [ShopAccessCode]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402185216_FixJobShopAccessCodeUniqueIndex' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260402185216_FixJobShopAccessCodeUniqueIndex', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402224949_AddDashboardTips' +) +BEGIN + CREATE TABLE [DashboardTips] ( + [Id] int NOT NULL IDENTITY, + [TipText] nvarchar(max) NOT NULL, + [IsActive] bit NOT NULL, + [CreatedAt] datetime2 NOT NULL, + CONSTRAINT [PK_DashboardTips] PRIMARY KEY ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402224949_AddDashboardTips' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T22:49:46.0354841Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402224949_AddDashboardTips' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T22:49:46.0354847Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402224949_AddDashboardTips' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-02T22:49:46.0354849Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260402224949_AddDashboardTips' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260402224949_AddDashboardTips', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260403000650_AddStripeWebhookEvents' +) +BEGIN + CREATE TABLE [StripeWebhookEvents] ( + [Id] bigint NOT NULL IDENTITY, + [EventId] nvarchar(max) NOT NULL, + [EventType] nvarchar(max) NOT NULL, + [CompanyId] int NULL, + [RawJson] nvarchar(max) NOT NULL, + [Status] int NOT NULL, + [ErrorMessage] nvarchar(max) NULL, + [ReceivedAt] datetime2 NOT NULL, + [ProcessedAt] datetime2 NULL, + CONSTRAINT [PK_StripeWebhookEvents] PRIMARY KEY ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260403000650_AddStripeWebhookEvents' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-03T00:06:46.7783905Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260403000650_AddStripeWebhookEvents' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-03T00:06:46.7783912Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260403000650_AddStripeWebhookEvents' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-03T00:06:46.7783913Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260403000650_AddStripeWebhookEvents' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260403000650_AddStripeWebhookEvents', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260404151636_AddAllowAccountingToPlan' +) +BEGIN + ALTER TABLE [SubscriptionPlanConfigs] ADD [AllowAccounting] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260404151636_AddAllowAccountingToPlan' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-04T15:16:32.2541952Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260404151636_AddAllowAccountingToPlan' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-04T15:16:32.2541958Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260404151636_AddAllowAccountingToPlan' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-04T15:16:32.2541968Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260404151636_AddAllowAccountingToPlan' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260404151636_AddAllowAccountingToPlan', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260404194126_AddBillReceiptFilePath' +) +BEGIN + ALTER TABLE [Bills] ADD [ReceiptFilePath] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260404194126_AddBillReceiptFilePath' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-04T19:41:22.8540290Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260404194126_AddBillReceiptFilePath' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-04T19:41:22.8540296Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260404194126_AddBillReceiptFilePath' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-04T19:41:22.8540297Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260404194126_AddBillReceiptFilePath' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260404194126_AddBillReceiptFilePath', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405003350_AddPerformanceIndexes' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-05T00:33:47.2862744Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405003350_AddPerformanceIndexes' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-05T00:33:47.2862750Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405003350_AddPerformanceIndexes' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-05T00:33:47.2862752Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405003350_AddPerformanceIndexes' +) +BEGIN + CREATE INDEX [IX_InventoryTransactions_TransactionType_TransactionDate] ON [InventoryTransactions] ([TransactionType], [TransactionDate]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405003350_AddPerformanceIndexes' +) +BEGIN + CREATE INDEX [IX_InventoryItems_CompanyId_IsActive] ON [InventoryItems] ([CompanyId], [IsActive]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405003350_AddPerformanceIndexes' +) +BEGIN + CREATE INDEX [IX_InventoryItems_IsActive] ON [InventoryItems] ([IsActive]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405003350_AddPerformanceIndexes' +) +BEGIN + CREATE INDEX [IX_Bills_CompanyId_Status] ON [Bills] ([CompanyId], [Status]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405003350_AddPerformanceIndexes' +) +BEGIN + CREATE INDEX [IX_Bills_DueDate] ON [Bills] ([DueDate]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405003350_AddPerformanceIndexes' +) +BEGIN + CREATE INDEX [IX_Bills_Status] ON [Bills] ([Status]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405003350_AddPerformanceIndexes' +) +BEGIN + CREATE INDEX [IX_Appointments_ScheduledStartTime] ON [Appointments] ([ScheduledStartTime]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405003350_AddPerformanceIndexes' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260405003350_AddPerformanceIndexes', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405155653_AddPlatformSettings' +) +BEGIN + CREATE TABLE [PlatformSettings] ( + [Id] int NOT NULL IDENTITY, + [Key] nvarchar(200) NOT NULL, + [Value] nvarchar(max) NULL, + [Label] nvarchar(max) NULL, + [Description] nvarchar(max) NULL, + [GroupName] nvarchar(max) NULL, + [UpdatedAt] datetime2 NULL, + [UpdatedBy] nvarchar(max) NULL, + CONSTRAINT [PK_PlatformSettings] PRIMARY KEY ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405155653_AddPlatformSettings' +) +BEGIN + CREATE UNIQUE INDEX [IX_PlatformSettings_Key] ON [PlatformSettings] ([Key]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405155653_AddPlatformSettings' +) +BEGIN + IF EXISTS (SELECT * FROM [sys].[identity_columns] WHERE [name] IN (N'Id', N'Key', N'Value', N'Label', N'Description', N'GroupName') AND [object_id] = OBJECT_ID(N'[PlatformSettings]')) + SET IDENTITY_INSERT [PlatformSettings] ON; + EXEC(N'INSERT INTO [PlatformSettings] ([Id], [Key], [Value], [Label], [Description], [GroupName]) + VALUES (1, N''AdminNotificationEmail'', NULL, N''Admin Notification Email'', N''Email address that receives platform event notifications (new signups, bug reports, subscription events). Leave blank to disable.'', N''Notifications'')'); + IF EXISTS (SELECT * FROM [sys].[identity_columns] WHERE [name] IN (N'Id', N'Key', N'Value', N'Label', N'Description', N'GroupName') AND [object_id] = OBJECT_ID(N'[PlatformSettings]')) + SET IDENTITY_INSERT [PlatformSettings] OFF; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405155653_AddPlatformSettings' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-05T15:56:49.8180443Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405155653_AddPlatformSettings' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-05T15:56:49.8180449Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405155653_AddPlatformSettings' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-05T15:56:49.8180450Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405155653_AddPlatformSettings' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260405155653_AddPlatformSettings', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405161241_AddPlatformSettingsV2' +) +BEGIN + DECLARE @var5 sysname; + SELECT @var5 = [d].[name] + FROM [sys].[default_constraints] [d] + INNER JOIN [sys].[columns] [c] ON [d].[parent_column_id] = [c].[column_id] AND [d].[parent_object_id] = [c].[object_id] + WHERE ([d].[parent_object_id] = OBJECT_ID(N'[PlatformSettings]') AND [c].[name] = N'Key'); + IF @var5 IS NOT NULL EXEC(N'ALTER TABLE [PlatformSettings] DROP CONSTRAINT [' + @var5 + '];'); + ALTER TABLE [PlatformSettings] ALTER COLUMN [Key] nvarchar(200) NOT NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405161241_AddPlatformSettingsV2' +) +BEGIN + IF EXISTS (SELECT * FROM [sys].[identity_columns] WHERE [name] IN (N'Id', N'Key', N'Value', N'Label', N'Description', N'GroupName') AND [object_id] = OBJECT_ID(N'[PlatformSettings]')) + SET IDENTITY_INSERT [PlatformSettings] ON; + EXEC(N'INSERT INTO [PlatformSettings] ([Id], [Key], [Value], [Label], [Description], [GroupName]) + VALUES (2, N''BaseUrl'', NULL, N''Base URL'', N''Public URL of this application (e.g. https://app.powdercoatinglogix.com). Used in email links. Falls back to the current request URL if blank.'', N''General''), + (3, N''TrialPeriodDays'', N''7'', N''Trial Period (days)'', N''Number of days a new company gets on the free trial before their subscription expires.'', N''Subscriptions''), + (4, N''QuoteApprovalTokenDays'', N''30'', N''Quote Approval Token Validity (days)'', N''How many days a customer quote-approval link remains valid before expiring.'', N''Quotes''), + (5, N''AuditLogRetentionDays'', N''365'', N''Audit Log Retention (days)'', N''Audit log entries older than this many days are automatically purged by the nightly job.'', N''Data Retention''), + (6, N''StripeWebhookRetentionDays'', N''90'', N''Stripe Webhook Retention (days)'', N''Processed Stripe webhook events older than this many days are automatically purged.'', N''Data Retention'')'); + IF EXISTS (SELECT * FROM [sys].[identity_columns] WHERE [name] IN (N'Id', N'Key', N'Value', N'Label', N'Description', N'GroupName') AND [object_id] = OBJECT_ID(N'[PlatformSettings]')) + SET IDENTITY_INSERT [PlatformSettings] OFF; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405161241_AddPlatformSettingsV2' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-05T16:12:38.5900904Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405161241_AddPlatformSettingsV2' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-05T16:12:38.5900913Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405161241_AddPlatformSettingsV2' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-05T16:12:38.5900914Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405161241_AddPlatformSettingsV2' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260405161241_AddPlatformSettingsV2', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405162137_UpdateAdminEmailDescription' +) +BEGIN + EXEC(N'UPDATE [PlatformSettings] SET [Description] = N''Email address(es) that receive platform event notifications (new signups, bug reports, subscription events). Separate multiple addresses with commas. Leave blank to disable.'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405162137_UpdateAdminEmailDescription' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-05T16:21:34.4700837Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405162137_UpdateAdminEmailDescription' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-05T16:21:34.4700844Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405162137_UpdateAdminEmailDescription' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-05T16:21:34.4700846Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260405162137_UpdateAdminEmailDescription' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260405162137_UpdateAdminEmailDescription', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260406191501_MakeBillLineItemAccountIdNullable' +) +BEGIN + DECLARE @var6 sysname; + SELECT @var6 = [d].[name] + FROM [sys].[default_constraints] [d] + INNER JOIN [sys].[columns] [c] ON [d].[parent_column_id] = [c].[column_id] AND [d].[parent_object_id] = [c].[object_id] + WHERE ([d].[parent_object_id] = OBJECT_ID(N'[BillLineItems]') AND [c].[name] = N'AccountId'); + IF @var6 IS NOT NULL EXEC(N'ALTER TABLE [BillLineItems] DROP CONSTRAINT [' + @var6 + '];'); + ALTER TABLE [BillLineItems] ALTER COLUMN [AccountId] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260406191501_MakeBillLineItemAccountIdNullable' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-06T19:14:56.7157942Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260406191501_MakeBillLineItemAccountIdNullable' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-06T19:14:56.7157953Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260406191501_MakeBillLineItemAccountIdNullable' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-06T19:14:56.7157955Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260406191501_MakeBillLineItemAccountIdNullable' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260406191501_MakeBillLineItemAccountIdNullable', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260408205345_AddJobIntakeFields' +) +BEGIN + ALTER TABLE [Jobs] ADD [IntakeCheckedByUserId] nvarchar(450) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260408205345_AddJobIntakeFields' +) +BEGIN + ALTER TABLE [Jobs] ADD [IntakeConditionNotes] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260408205345_AddJobIntakeFields' +) +BEGIN + ALTER TABLE [Jobs] ADD [IntakeDate] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260408205345_AddJobIntakeFields' +) +BEGIN + ALTER TABLE [Jobs] ADD [IntakePartCount] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260408205345_AddJobIntakeFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-08T20:53:42.2947842Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260408205345_AddJobIntakeFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-08T20:53:42.2947847Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260408205345_AddJobIntakeFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-08T20:53:42.2947849Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260408205345_AddJobIntakeFields' +) +BEGIN + CREATE INDEX [IX_Jobs_IntakeCheckedByUserId] ON [Jobs] ([IntakeCheckedByUserId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260408205345_AddJobIntakeFields' +) +BEGIN + ALTER TABLE [Jobs] ADD CONSTRAINT [FK_Jobs_AspNetUsers_IntakeCheckedByUserId] FOREIGN KEY ([IntakeCheckedByUserId]) REFERENCES [AspNetUsers] ([Id]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260408205345_AddJobIntakeFields' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260408205345_AddJobIntakeFields', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260409013822_AddInAppNotifications' +) +BEGIN + CREATE TABLE [InAppNotifications] ( + [Id] int NOT NULL IDENTITY, + [Title] nvarchar(max) NOT NULL, + [Message] nvarchar(max) NOT NULL, + [Link] nvarchar(max) NULL, + [NotificationType] nvarchar(max) NOT NULL, + [IsRead] bit NOT NULL, + [ReadAt] datetime2 NULL, + [QuoteId] int NULL, + [InvoiceId] int NULL, + [CustomerId] int NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_InAppNotifications] PRIMARY KEY ([Id]), + CONSTRAINT [FK_InAppNotifications_Customers_CustomerId] FOREIGN KEY ([CustomerId]) REFERENCES [Customers] ([Id]), + CONSTRAINT [FK_InAppNotifications_Invoices_InvoiceId] FOREIGN KEY ([InvoiceId]) REFERENCES [Invoices] ([Id]), + CONSTRAINT [FK_InAppNotifications_Quotes_QuoteId] FOREIGN KEY ([QuoteId]) REFERENCES [Quotes] ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260409013822_AddInAppNotifications' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-09T01:38:18.3630787Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260409013822_AddInAppNotifications' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-09T01:38:18.3630794Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260409013822_AddInAppNotifications' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-09T01:38:18.3630795Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260409013822_AddInAppNotifications' +) +BEGIN + CREATE INDEX [IX_InAppNotifications_CustomerId] ON [InAppNotifications] ([CustomerId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260409013822_AddInAppNotifications' +) +BEGIN + CREATE INDEX [IX_InAppNotifications_InvoiceId] ON [InAppNotifications] ([InvoiceId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260409013822_AddInAppNotifications' +) +BEGIN + CREATE INDEX [IX_InAppNotifications_QuoteId] ON [InAppNotifications] ([QuoteId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260409013822_AddInAppNotifications' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260409013822_AddInAppNotifications', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410021934_AddLegalCompliance' +) +BEGIN + ALTER TABLE [Companies] ADD [MarketingEmailOptOut] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410021934_AddLegalCompliance' +) +BEGIN + ALTER TABLE [Companies] ADD [MarketingUnsubscribeToken] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410021934_AddLegalCompliance' +) +BEGIN + + UPDATE Companies + SET MarketingUnsubscribeToken = LOWER(REPLACE(NEWID(), '-', '')) + WHERE MarketingUnsubscribeToken IS NULL + +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410021934_AddLegalCompliance' +) +BEGIN + DECLARE @var7 sysname; + SELECT @var7 = [d].[name] + FROM [sys].[default_constraints] [d] + INNER JOIN [sys].[columns] [c] ON [d].[parent_column_id] = [c].[column_id] AND [d].[parent_object_id] = [c].[object_id] + WHERE ([d].[parent_object_id] = OBJECT_ID(N'[Companies]') AND [c].[name] = N'MarketingUnsubscribeToken'); + IF @var7 IS NOT NULL EXEC(N'ALTER TABLE [Companies] DROP CONSTRAINT [' + @var7 + '];'); + ALTER TABLE [Companies] ALTER COLUMN [MarketingUnsubscribeToken] nvarchar(max) NOT NULL; + ALTER TABLE [Companies] ADD DEFAULT N'' FOR [MarketingUnsubscribeToken]; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410021934_AddLegalCompliance' +) +BEGIN + CREATE TABLE [TermsAcceptances] ( + [Id] int NOT NULL IDENTITY, + [UserId] nvarchar(max) NOT NULL, + [CompanyId] int NOT NULL, + [TosVersion] nvarchar(max) NOT NULL, + [AcceptedAt] datetime2 NOT NULL, + [IpAddress] nvarchar(max) NULL, + [UserAgent] nvarchar(max) NULL, + CONSTRAINT [PK_TermsAcceptances] PRIMARY KEY ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410021934_AddLegalCompliance' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-10T02:19:30.4105127Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410021934_AddLegalCompliance' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-10T02:19:30.4105133Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410021934_AddLegalCompliance' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-10T02:19:30.4105135Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410021934_AddLegalCompliance' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260410021934_AddLegalCompliance', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410025353_AddAiFeaturesToPlanConfig' +) +BEGIN + ALTER TABLE [SubscriptionPlanConfigs] ADD [AllowAiInventoryAssist] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410025353_AddAiFeaturesToPlanConfig' +) +BEGIN + ALTER TABLE [SubscriptionPlanConfigs] ADD [AllowAiPhotoQuotes] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410025353_AddAiFeaturesToPlanConfig' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-10T02:53:49.5828243Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410025353_AddAiFeaturesToPlanConfig' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-10T02:53:49.5828250Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410025353_AddAiFeaturesToPlanConfig' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-10T02:53:49.5828252Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410025353_AddAiFeaturesToPlanConfig' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260410025353_AddAiFeaturesToPlanConfig', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410032027_AddTrialsEnabledSetting' +) +BEGIN + IF EXISTS (SELECT * FROM [sys].[identity_columns] WHERE [name] IN (N'Id', N'Key', N'Value', N'Label', N'Description', N'GroupName') AND [object_id] = OBJECT_ID(N'[PlatformSettings]')) + SET IDENTITY_INSERT [PlatformSettings] ON; + EXEC(N'INSERT INTO [PlatformSettings] ([Id], [Key], [Value], [Label], [Description], [GroupName]) + VALUES (7, N''TrialsEnabled'', N''true'', N''Free Trials Enabled'', N''When true (default), new signups start with a free trial period. When false, a credit card is required at signup — registrants are sent through Stripe Checkout before their account is created.'', N''Subscriptions'')'); + IF EXISTS (SELECT * FROM [sys].[identity_columns] WHERE [name] IN (N'Id', N'Key', N'Value', N'Label', N'Description', N'GroupName') AND [object_id] = OBJECT_ID(N'[PlatformSettings]')) + SET IDENTITY_INSERT [PlatformSettings] OFF; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410032027_AddTrialsEnabledSetting' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-10T03:20:23.1587184Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410032027_AddTrialsEnabledSetting' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-10T03:20:23.1587190Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410032027_AddTrialsEnabledSetting' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-10T03:20:23.1587191Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260410032027_AddTrialsEnabledSetting' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260410032027_AddTrialsEnabledSetting', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412005228_AddMaxTenantsSetting' +) +BEGIN + IF EXISTS (SELECT * FROM [sys].[identity_columns] WHERE [name] IN (N'Id', N'Key', N'Value', N'Label', N'Description', N'GroupName') AND [object_id] = OBJECT_ID(N'[PlatformSettings]')) + SET IDENTITY_INSERT [PlatformSettings] ON; + EXEC(N'INSERT INTO [PlatformSettings] ([Id], [Key], [Value], [Label], [Description], [GroupName]) + VALUES (8, N''MaxTenants'', N'''', N''Max Tenants'', N''Maximum number of tenant companies allowed to self-register. Leave blank or 0 for unlimited. Once the limit is reached, the signup page and login signup link are hidden.'', N''Access Control'')'); + IF EXISTS (SELECT * FROM [sys].[identity_columns] WHERE [name] IN (N'Id', N'Key', N'Value', N'Label', N'Description', N'GroupName') AND [object_id] = OBJECT_ID(N'[PlatformSettings]')) + SET IDENTITY_INSERT [PlatformSettings] OFF; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412005228_AddMaxTenantsSetting' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-12T00:52:25.3071531Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412005228_AddMaxTenantsSetting' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-12T00:52:25.3071537Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412005228_AddMaxTenantsSetting' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-12T00:52:25.3071538Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412005228_AddMaxTenantsSetting' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260412005228_AddMaxTenantsSetting', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412174157_AddCompanyFeatureOverrides' +) +BEGIN + ALTER TABLE [Companies] ADD [AccountingOverride] bit NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412174157_AddCompanyFeatureOverrides' +) +BEGIN + ALTER TABLE [Companies] ADD [OnlinePaymentsOverride] bit NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412174157_AddCompanyFeatureOverrides' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-12T17:41:53.0142151Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412174157_AddCompanyFeatureOverrides' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-12T17:41:53.0142159Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412174157_AddCompanyFeatureOverrides' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-12T17:41:53.0142161Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412174157_AddCompanyFeatureOverrides' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260412174157_AddCompanyFeatureOverrides', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412183411_AddIsAnnualBilling' +) +BEGIN + ALTER TABLE [Companies] ADD [IsAnnualBilling] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412183411_AddIsAnnualBilling' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-12T18:34:08.9093047Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412183411_AddIsAnnualBilling' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-12T18:34:08.9093054Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412183411_AddIsAnnualBilling' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-12T18:34:08.9093055Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260412183411_AddIsAnnualBilling' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260412183411_AddIsAnnualBilling', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260414135810_AddPendingRegistrationSession' +) +BEGIN + CREATE TABLE [PendingRegistrationSessions] ( + [Id] int NOT NULL IDENTITY, + [Token] nvarchar(max) NOT NULL, + [CompanyName] nvarchar(max) NOT NULL, + [CompanyPhone] nvarchar(max) NULL, + [FirstName] nvarchar(max) NOT NULL, + [LastName] nvarchar(max) NOT NULL, + [Email] nvarchar(max) NOT NULL, + [Plan] int NOT NULL, + [IsAnnual] bit NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [IsCompleted] bit NOT NULL, + CONSTRAINT [PK_PendingRegistrationSessions] PRIMARY KEY ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260414135810_AddPendingRegistrationSession' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-14T13:58:07.0916607Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260414135810_AddPendingRegistrationSession' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-14T13:58:07.0916613Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260414135810_AddPendingRegistrationSession' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-14T13:58:07.0916614Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260414135810_AddPendingRegistrationSession' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260414135810_AddPendingRegistrationSession', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260415010203_AddSetupWizardCompletionTracking' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [SetupWizardCompletedAt] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260415010203_AddSetupWizardCompletionTracking' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [SetupWizardCompletedByName] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260415010203_AddSetupWizardCompletionTracking' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [SetupWizardCompletedByUserId] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260415010203_AddSetupWizardCompletionTracking' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-15T01:02:00.3083161Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260415010203_AddSetupWizardCompletionTracking' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-15T01:02:00.3083167Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260415010203_AddSetupWizardCompletionTracking' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-15T01:02:00.3083169Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260415010203_AddSetupWizardCompletionTracking' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260415010203_AddSetupWizardCompletionTracking', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260415120000_AddAuditLogTable' +) +BEGIN + CREATE TABLE [AuditLogs] ( + [Id] bigint NOT NULL IDENTITY, + [UserId] nvarchar(max) NULL, + [UserName] nvarchar(max) NOT NULL, + [CompanyId] int NULL, + [CompanyName] nvarchar(max) NULL, + [Action] nvarchar(max) NOT NULL, + [EntityType] nvarchar(450) NOT NULL, + [EntityId] nvarchar(450) NULL, + [EntityDescription] nvarchar(max) NULL, + [OldValues] nvarchar(max) NULL, + [NewValues] nvarchar(max) NULL, + [IpAddress] nvarchar(max) NULL, + [Timestamp] datetime2 NOT NULL, + CONSTRAINT [PK_AuditLogs] PRIMARY KEY ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260415120000_AddAuditLogTable' +) +BEGIN + CREATE INDEX [IX_AuditLogs_CompanyId_Timestamp] ON [AuditLogs] ([CompanyId], [Timestamp]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260415120000_AddAuditLogTable' +) +BEGIN + CREATE INDEX [IX_AuditLogs_EntityType_EntityId] ON [AuditLogs] ([EntityType], [EntityId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260415120000_AddAuditLogTable' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260415120000_AddAuditLogTable', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417044255_AddInventoryTransactionJobId' +) +BEGIN + ALTER TABLE [InventoryTransactions] ADD [JobId] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417044255_AddInventoryTransactionJobId' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-17T04:42:51.1510259Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417044255_AddInventoryTransactionJobId' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-17T04:42:51.1510266Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417044255_AddInventoryTransactionJobId' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-17T04:42:51.1510268Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417044255_AddInventoryTransactionJobId' +) +BEGIN + CREATE INDEX [IX_InventoryTransactions_JobId] ON [InventoryTransactions] ([JobId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417044255_AddInventoryTransactionJobId' +) +BEGIN + ALTER TABLE [InventoryTransactions] ADD CONSTRAINT [FK_InventoryTransactions_Jobs_JobId] FOREIGN KEY ([JobId]) REFERENCES [Jobs] ([Id]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417044255_AddInventoryTransactionJobId' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260417044255_AddInventoryTransactionJobId', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417160645_AddSamplePanel' +) +BEGIN + ALTER TABLE [InventoryItems] ADD [HasSamplePanel] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417160645_AddSamplePanel' +) +BEGIN + ALTER TABLE [InventoryItems] ADD [IsCoating] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417160645_AddSamplePanel' +) +BEGIN + ALTER TABLE [InventoryItems] ADD [SamplePanelNotes] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417160645_AddSamplePanel' +) +BEGIN + + UPDATE ii + SET ii.IsCoating = 1 + FROM InventoryItems ii + INNER JOIN InventoryCategoryLookups icl ON icl.Id = ii.InventoryCategoryId + WHERE icl.IsCoating = 1 AND icl.IsDeleted = 0 + +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417160645_AddSamplePanel' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-17T16:06:41.3326769Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417160645_AddSamplePanel' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-17T16:06:41.3326775Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417160645_AddSamplePanel' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-17T16:06:41.3326776Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417160645_AddSamplePanel' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260417160645_AddSamplePanel', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417170543_DropItemIsCoatingColumn' +) +BEGIN + DECLARE @var8 sysname; + SELECT @var8 = [d].[name] + FROM [sys].[default_constraints] [d] + INNER JOIN [sys].[columns] [c] ON [d].[parent_column_id] = [c].[column_id] AND [d].[parent_object_id] = [c].[object_id] + WHERE ([d].[parent_object_id] = OBJECT_ID(N'[InventoryItems]') AND [c].[name] = N'IsCoating'); + IF @var8 IS NOT NULL EXEC(N'ALTER TABLE [InventoryItems] DROP CONSTRAINT [' + @var8 + '];'); + ALTER TABLE [InventoryItems] DROP COLUMN [IsCoating]; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417170543_DropItemIsCoatingColumn' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-17T17:05:40.0377587Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417170543_DropItemIsCoatingColumn' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-17T17:05:40.0377592Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417170543_DropItemIsCoatingColumn' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-17T17:05:40.0377594Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260417170543_DropItemIsCoatingColumn' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260417170543_DropItemIsCoatingColumn', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260418220837_AddWorkOrderTemplate' +) +BEGIN + DECLARE @var9 sysname; + SELECT @var9 = [d].[name] + FROM [sys].[default_constraints] [d] + INNER JOIN [sys].[columns] [c] ON [d].[parent_column_id] = [c].[column_id] AND [d].[parent_object_id] = [c].[object_id] + WHERE ([d].[parent_object_id] = OBJECT_ID(N'[InventoryItems]') AND [c].[name] = N'SamplePanelNotes'); + IF @var9 IS NOT NULL EXEC(N'ALTER TABLE [InventoryItems] DROP CONSTRAINT [' + @var9 + '];'); + ALTER TABLE [InventoryItems] DROP COLUMN [SamplePanelNotes]; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260418220837_AddWorkOrderTemplate' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [WoAccentColor] nvarchar(max) NOT NULL DEFAULT N''; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260418220837_AddWorkOrderTemplate' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [WoTerms] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260418220837_AddWorkOrderTemplate' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-18T22:08:33.1580643Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260418220837_AddWorkOrderTemplate' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-18T22:08:33.1580650Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260418220837_AddWorkOrderTemplate' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-18T22:08:33.1580651Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260418220837_AddWorkOrderTemplate' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260418220837_AddWorkOrderTemplate', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260419201818_AddInvoiceNumberPrefix' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [InvoiceNumberPrefix] nvarchar(max) NOT NULL DEFAULT N''; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260419201818_AddInvoiceNumberPrefix' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-19T20:18:14.2123100Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260419201818_AddInvoiceNumberPrefix' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-19T20:18:14.2123106Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260419201818_AddInvoiceNumberPrefix' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-19T20:18:14.2123107Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260419201818_AddInvoiceNumberPrefix' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260419201818_AddInvoiceNumberPrefix', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260419215302_AddContactSubmissions' +) +BEGIN + CREATE TABLE [ContactSubmissions] ( + [Id] int NOT NULL IDENTITY, + [SenderName] nvarchar(max) NOT NULL, + [SenderEmail] nvarchar(max) NOT NULL, + [CompanyName] nvarchar(max) NOT NULL, + [Category] nvarchar(max) NOT NULL, + [Subject] nvarchar(max) NOT NULL, + [Message] nvarchar(max) NOT NULL, + [IsRead] bit NOT NULL, + [ReadAt] datetime2 NULL, + [ReadByUserId] nvarchar(max) NULL, + [ReadByUserName] nvarchar(max) NULL, + [AdminNotes] nvarchar(max) NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_ContactSubmissions] PRIMARY KEY ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260419215302_AddContactSubmissions' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-19T21:52:59.4160772Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260419215302_AddContactSubmissions' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-19T21:52:59.4160778Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260419215302_AddContactSubmissions' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-19T21:52:59.4160779Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260419215302_AddContactSubmissions' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260419215302_AddContactSubmissions', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260420233610_AddShopCapabilityProfile' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [BlastNozzleSize] int NOT NULL DEFAULT 0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260420233610_AddShopCapabilityProfile' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [BlastRateSqFtPerHourOverride] decimal(18,2) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260420233610_AddShopCapabilityProfile' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [BlastSetupType] int NOT NULL DEFAULT 0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260420233610_AddShopCapabilityProfile' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [CoatingGunType] int NOT NULL DEFAULT 0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260420233610_AddShopCapabilityProfile' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [CoatingRateSqFtPerHourOverride] decimal(18,2) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260420233610_AddShopCapabilityProfile' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [CompressorCfm] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260420233610_AddShopCapabilityProfile' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [PrimaryBlastSubstrate] int NOT NULL DEFAULT 0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260420233610_AddShopCapabilityProfile' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [ShopCapabilityTier] int NOT NULL DEFAULT 0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260420233610_AddShopCapabilityProfile' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-20T23:36:06.0440591Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260420233610_AddShopCapabilityProfile' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-20T23:36:06.0440597Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260420233610_AddShopCapabilityProfile' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-20T23:36:06.0440599Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260420233610_AddShopCapabilityProfile' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260420233610_AddShopCapabilityProfile', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421003346_AddCompanyBlastSetups' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T00:33:43.0886131Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421003346_AddCompanyBlastSetups' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T00:33:43.0886138Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421003346_AddCompanyBlastSetups' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T00:33:43.0886139Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421003346_AddCompanyBlastSetups' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260421003346_AddCompanyBlastSetups', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + ALTER TABLE [QuoteItemPrepServices] ADD [BlastSetupId] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + ALTER TABLE [PrepServices] ADD [RequiresBlastSetup] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + ALTER TABLE [JobItemPrepServices] ADD [BlastSetupId] int NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + CREATE TABLE [CompanyBlastSetups] ( + [Id] int NOT NULL IDENTITY, + [Name] nvarchar(100) NOT NULL, + [SetupType] int NOT NULL, + [CompressorCfm] decimal(18,2) NOT NULL, + [BlastNozzleSize] int NOT NULL, + [PrimarySubstrate] int NOT NULL, + [BlastRateSqFtPerHourOverride] decimal(18,2) NULL, + [IsDefault] bit NOT NULL, + [IsActive] bit NOT NULL, + [DisplayOrder] int NOT NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_CompanyBlastSetups] PRIMARY KEY ([Id]), + CONSTRAINT [FK_CompanyBlastSetups_Companies_CompanyId] FOREIGN KEY ([CompanyId]) REFERENCES [Companies] ([Id]) ON DELETE NO ACTION + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T01:24:05.9835208Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T01:24:05.9835215Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T01:24:05.9835220Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + CREATE INDEX [IX_QuoteItemPrepServices_BlastSetupId] ON [QuoteItemPrepServices] ([BlastSetupId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + CREATE INDEX [IX_JobItemPrepServices_BlastSetupId] ON [JobItemPrepServices] ([BlastSetupId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + CREATE INDEX [IX_CompanyBlastSetups_CompanyId] ON [CompanyBlastSetups] ([CompanyId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + ALTER TABLE [JobItemPrepServices] ADD CONSTRAINT [FK_JobItemPrepServices_CompanyBlastSetups_BlastSetupId] FOREIGN KEY ([BlastSetupId]) REFERENCES [CompanyBlastSetups] ([Id]) ON DELETE SET NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + ALTER TABLE [QuoteItemPrepServices] ADD CONSTRAINT [FK_QuoteItemPrepServices_CompanyBlastSetups_BlastSetupId] FOREIGN KEY ([BlastSetupId]) REFERENCES [CompanyBlastSetups] ([Id]) ON DELETE SET NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421012409_AddCompanyBlastSetupsTable' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260421012409_AddCompanyBlastSetupsTable', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421125956_AddQuoteCostBreakdownColumns2' +) +BEGIN + ALTER TABLE [Quotes] ADD [EquipmentCosts] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421125956_AddQuoteCostBreakdownColumns2' +) +BEGIN + ALTER TABLE [Quotes] ADD [LaborCosts] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421125956_AddQuoteCostBreakdownColumns2' +) +BEGIN + ALTER TABLE [Quotes] ADD [MaterialCosts] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421125956_AddQuoteCostBreakdownColumns2' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T12:59:53.4982640Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421125956_AddQuoteCostBreakdownColumns2' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T12:59:53.4982651Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421125956_AddQuoteCostBreakdownColumns2' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T12:59:53.4982653Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421125956_AddQuoteCostBreakdownColumns2' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260421125956_AddQuoteCostBreakdownColumns2', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421132123_AddQuoteItemCostSnapshot' +) +BEGIN + ALTER TABLE [QuoteItems] ADD [ItemEquipmentCost] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421132123_AddQuoteItemCostSnapshot' +) +BEGIN + ALTER TABLE [QuoteItems] ADD [ItemLaborCost] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421132123_AddQuoteItemCostSnapshot' +) +BEGIN + ALTER TABLE [QuoteItems] ADD [ItemMaterialCost] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421132123_AddQuoteItemCostSnapshot' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T13:21:19.6983052Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421132123_AddQuoteItemCostSnapshot' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T13:21:19.6983058Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421132123_AddQuoteItemCostSnapshot' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T13:21:19.6983060Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421132123_AddQuoteItemCostSnapshot' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260421132123_AddQuoteItemCostSnapshot', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421135923_AddPricingModeAndHideDiscount' +) +BEGIN + ALTER TABLE [Quotes] ADD [HideDiscountFromCustomer] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421135923_AddPricingModeAndHideDiscount' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [PricingMode] int NOT NULL DEFAULT 0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421135923_AddPricingModeAndHideDiscount' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [TargetMarginPercent] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421135923_AddPricingModeAndHideDiscount' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T13:59:19.8113639Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421135923_AddPricingModeAndHideDiscount' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T13:59:19.8113645Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421135923_AddPricingModeAndHideDiscount' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-21T13:59:19.8113646Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260421135923_AddPricingModeAndHideDiscount' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260421135923_AddPricingModeAndHideDiscount', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422040844_AddUserBan' +) +BEGIN + ALTER TABLE [AspNetUsers] ADD [IsBanned] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422040844_AddUserBan' +) +BEGIN + ALTER TABLE [AspNetUsers] ADD [BannedAt] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422040844_AddUserBan' +) +BEGIN + ALTER TABLE [AspNetUsers] ADD [BanReason] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422040844_AddUserBan' +) +BEGIN + ALTER TABLE [AspNetUsers] ADD [BannedByUserId] nvarchar(450) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422040844_AddUserBan' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-22T04:08:40.9182111Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422040844_AddUserBan' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-22T04:08:40.9182118Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422040844_AddUserBan' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-22T04:08:40.9182119Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422040844_AddUserBan' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260422040844_AddUserBan', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422042129_AddBannedIps' +) +BEGIN + CREATE TABLE [BannedIps] ( + [Id] int NOT NULL IDENTITY, + [IpAddress] nvarchar(45) NOT NULL, + [Reason] nvarchar(500) NULL, + [BannedByUserId] nvarchar(450) NULL, + [BannedAt] datetime2 NOT NULL, + [ExpiresAt] datetime2 NULL, + [IsActive] bit NOT NULL, + CONSTRAINT [PK_BannedIps] PRIMARY KEY ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422042129_AddBannedIps' +) +BEGIN + CREATE INDEX [IX_BannedIps_IpAddress_IsActive] ON [BannedIps] ([IpAddress], [IsActive]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422042129_AddBannedIps' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-22T04:21:26.9627092Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422042129_AddBannedIps' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-22T04:21:26.9627100Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422042129_AddBannedIps' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-22T04:21:26.9627102Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260422042129_AddBannedIps' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260422042129_AddBannedIps', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260423011936_AddAiUsageLog' +) +BEGIN + CREATE TABLE [AiUsageLogs] ( + [Id] bigint NOT NULL IDENTITY, + [CompanyId] int NOT NULL, + [UserId] nvarchar(max) NOT NULL, + [Feature] nvarchar(max) NOT NULL, + [Success] bit NOT NULL, + [InputLength] int NOT NULL, + [CalledAt] datetime2 NOT NULL, + CONSTRAINT [PK_AiUsageLogs] PRIMARY KEY ([Id]), + CONSTRAINT [FK_AiUsageLogs_Companies_CompanyId] FOREIGN KEY ([CompanyId]) REFERENCES [Companies] ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260423011936_AddAiUsageLog' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-23T01:19:33.1714669Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260423011936_AddAiUsageLog' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-23T01:19:33.1714674Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260423011936_AddAiUsageLog' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-23T01:19:33.1714676Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260423011936_AddAiUsageLog' +) +BEGIN + CREATE INDEX [IX_AiUsageLogs_CompanyId_CalledAt] ON [AiUsageLogs] ([CompanyId], [CalledAt]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260423011936_AddAiUsageLog' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260423011936_AddAiUsageLog', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260423015446_AddSmsOptedOutAt' +) +BEGIN + ALTER TABLE [Customers] ADD [SmsOptedOutAt] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260423015446_AddSmsOptedOutAt' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-23T01:54:43.1815272Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260423015446_AddSmsOptedOutAt' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-23T01:54:43.1815281Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260423015446_AddSmsOptedOutAt' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-23T01:54:43.1815283Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260423015446_AddSmsOptedOutAt' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260423015446_AddSmsOptedOutAt', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260424232825_AddFacilityOverheadFields' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [MonthlyBillableHours] int NOT NULL DEFAULT 160; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260424232825_AddFacilityOverheadFields' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [MonthlyRent] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260424232825_AddFacilityOverheadFields' +) +BEGIN + ALTER TABLE [CompanyOperatingCosts] ADD [MonthlyUtilities] decimal(18,2) NOT NULL DEFAULT 0.0; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260424232825_AddFacilityOverheadFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-24T23:28:22.1047155Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260424232825_AddFacilityOverheadFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-24T23:28:22.1047162Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260424232825_AddFacilityOverheadFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-24T23:28:22.1047164Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260424232825_AddFacilityOverheadFields' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260424232825_AddFacilityOverheadFields', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425123256_AddCatalogItemImages' +) +BEGIN + ALTER TABLE [CatalogItems] ADD [ImagePath] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425123256_AddCatalogItemImages' +) +BEGIN + ALTER TABLE [CatalogItems] ADD [ThumbnailPath] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425123256_AddCatalogItemImages' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-25T12:32:52.2955147Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425123256_AddCatalogItemImages' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-25T12:32:52.2955155Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425123256_AddCatalogItemImages' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-25T12:32:52.2955156Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425123256_AddCatalogItemImages' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260425123256_AddCatalogItemImages', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425182712_AddUserPasskeys' +) +BEGIN + CREATE TABLE [UserPasskeys] ( + [Id] int NOT NULL IDENTITY, + [UserId] nvarchar(max) NOT NULL, + [CompanyId] int NOT NULL, + [CredentialId] varbinary(900) NOT NULL, + [PublicKey] varbinary(max) NOT NULL, + [UserHandle] varbinary(max) NOT NULL, + [SignCount] bigint NOT NULL, + [DeviceFriendlyName] nvarchar(max) NULL, + [CreatedAt] datetime2 NOT NULL, + [LastUsedAt] datetime2 NULL, + CONSTRAINT [PK_UserPasskeys] PRIMARY KEY ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425182712_AddUserPasskeys' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-25T18:27:08.5374555Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425182712_AddUserPasskeys' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-25T18:27:08.5374562Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425182712_AddUserPasskeys' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-25T18:27:08.5374563Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425182712_AddUserPasskeys' +) +BEGIN + CREATE UNIQUE INDEX [IX_UserPasskeys_CredentialId] ON [UserPasskeys] ([CredentialId]); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425182712_AddUserPasskeys' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260425182712_AddUserPasskeys', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425223454_AddCatalogPriceCheckReport' +) +BEGIN + CREATE TABLE [CatalogPriceCheckReports] ( + [Id] int NOT NULL IDENTITY, + [RunAt] datetime2 NOT NULL, + [ItemsChecked] int NOT NULL, + [ResultsJson] nvarchar(max) NOT NULL, + [OperatingCostsSummary] nvarchar(max) NOT NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_CatalogPriceCheckReports] PRIMARY KEY ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425223454_AddCatalogPriceCheckReport' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-25T22:34:50.0016987Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425223454_AddCatalogPriceCheckReport' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-25T22:34:50.0016993Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425223454_AddCatalogPriceCheckReport' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-25T22:34:50.0016994Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260425223454_AddCatalogPriceCheckReport' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260425223454_AddCatalogPriceCheckReport', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260426122625_AddAiCatalogPriceCheckGating' +) +BEGIN + ALTER TABLE [SubscriptionPlanConfigs] ADD [AllowAiCatalogPriceCheck] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260426122625_AddAiCatalogPriceCheckGating' +) +BEGIN + ALTER TABLE [Companies] ADD [AiCatalogPriceCheckEnabled] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260426122625_AddAiCatalogPriceCheckGating' +) +BEGIN + IF NOT EXISTS (SELECT 1 FROM [PlatformSettings] WHERE [Key] = N'AiCatalogPriceCheckEnabled') + BEGIN + INSERT INTO [PlatformSettings] ([Key], [Value], [Label], [Description], [GroupName]) + VALUES (N'AiCatalogPriceCheckEnabled', N'true', N'AI Catalog Price Check Enabled', + N'When true (default), the AI Catalog Price Check feature is available to companies on qualifying plans. Set to false to disable it platform-wide.', + N'AI Features'); + END +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260426122625_AddAiCatalogPriceCheckGating' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-26T12:26:21.7275012Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260426122625_AddAiCatalogPriceCheckGating' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-26T12:26:21.7275018Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260426122625_AddAiCatalogPriceCheckGating' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-26T12:26:21.7275020Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260426122625_AddAiCatalogPriceCheckGating' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260426122625_AddAiCatalogPriceCheckGating', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260426142825_AddPasskeyPromptDismissed' +) +BEGIN + ALTER TABLE [AspNetUsers] ADD [PasskeyPromptDismissed] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260426142825_AddPasskeyPromptDismissed' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-26T14:28:21.4545921Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260426142825_AddPasskeyPromptDismissed' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-26T14:28:21.4545931Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260426142825_AddPasskeyPromptDismissed' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-26T14:28:21.4545932Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260426142825_AddPasskeyPromptDismissed' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260426142825_AddPasskeyPromptDismissed', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260428164026_AddGuidedActivationFields' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [FirstInvoiceCreatedAt] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260428164026_AddGuidedActivationFields' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [FirstJobCreatedAt] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260428164026_AddGuidedActivationFields' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [FirstQuoteCreatedAt] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260428164026_AddGuidedActivationFields' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [FirstWorkflowCompleted] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260428164026_AddGuidedActivationFields' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [FirstWorkflowCompletedAt] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260428164026_AddGuidedActivationFields' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [GuidedActivationDismissedAt] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260428164026_AddGuidedActivationFields' +) +BEGIN + ALTER TABLE [CompanyPreferences] ADD [OnboardingPath] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260428164026_AddGuidedActivationFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-28T16:40:22.3595055Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260428164026_AddGuidedActivationFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-28T16:40:22.3595063Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260428164026_AddGuidedActivationFields' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-28T16:40:22.3595065Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260428164026_AddGuidedActivationFields' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260428164026_AddGuidedActivationFields', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260429220019_AddJobQuoteSnapshotUpdatedAt' +) +BEGIN + ALTER TABLE [Jobs] ADD [QuoteSnapshotUpdatedAt] datetime2 NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260429220019_AddJobQuoteSnapshotUpdatedAt' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-29T22:00:14.7474877Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260429220019_AddJobQuoteSnapshotUpdatedAt' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-29T22:00:14.7474884Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260429220019_AddJobQuoteSnapshotUpdatedAt' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-29T22:00:14.7474886Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260429220019_AddJobQuoteSnapshotUpdatedAt' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260429220019_AddJobQuoteSnapshotUpdatedAt', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260429221217_AddInventoryItemImageUrl' +) +BEGIN + ALTER TABLE [InventoryItems] ADD [ImageUrl] nvarchar(max) NULL; +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260429221217_AddInventoryItemImageUrl' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-29T22:12:13.9939171Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260429221217_AddInventoryItemImageUrl' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-29T22:12:13.9939177Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260429221217_AddInventoryItemImageUrl' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-04-29T22:12:13.9939179Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260429221217_AddInventoryItemImageUrl' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260429221217_AddInventoryItemImageUrl', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260502000902_AddSmsGating' +) +BEGIN + ALTER TABLE [SubscriptionPlanConfigs] ADD [AllowSms] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260502000902_AddSmsGating' +) +BEGIN + ALTER TABLE [Companies] ADD [SmsDisabledByAdmin] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260502000902_AddSmsGating' +) +BEGIN + ALTER TABLE [Companies] ADD [SmsEnabled] bit NOT NULL DEFAULT CAST(0 AS bit); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260502000902_AddSmsGating' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-05-02T00:08:58.8800523Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260502000902_AddSmsGating' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-05-02T00:08:58.8800529Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260502000902_AddSmsGating' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-05-02T00:08:58.8800531Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260502000902_AddSmsGating' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260502000902_AddSmsGating', N'8.0.11'); +END; +GO + +COMMIT; +GO + +BEGIN TRANSACTION; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260502002653_AddCompanySmsAgreement' +) +BEGIN + CREATE TABLE [CompanySmsAgreements] ( + [Id] int NOT NULL IDENTITY, + [AgreedByUserId] nvarchar(max) NOT NULL, + [AgreedByUserName] nvarchar(max) NOT NULL, + [AgreedAt] datetime2 NOT NULL, + [IpAddress] nvarchar(max) NULL, + [UserAgent] nvarchar(max) NULL, + [TermsVersion] nvarchar(max) NOT NULL, + [CompanyId] int NOT NULL, + [CreatedAt] datetime2 NOT NULL, + [UpdatedAt] datetime2 NULL, + [CreatedBy] nvarchar(max) NULL, + [UpdatedBy] nvarchar(max) NULL, + [IsDeleted] bit NOT NULL, + [DeletedAt] datetime2 NULL, + [DeletedBy] nvarchar(max) NULL, + CONSTRAINT [PK_CompanySmsAgreements] PRIMARY KEY ([Id]) + ); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260502002653_AddCompanySmsAgreement' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-05-02T00:26:49.3814933Z'' + WHERE [Id] = 1; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260502002653_AddCompanySmsAgreement' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-05-02T00:26:49.3814939Z'' + WHERE [Id] = 2; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260502002653_AddCompanySmsAgreement' +) +BEGIN + EXEC(N'UPDATE [PricingTiers] SET [CreatedAt] = ''2026-05-02T00:26:49.3814941Z'' + WHERE [Id] = 3; + SELECT @@ROWCOUNT'); +END; +GO + +IF NOT EXISTS ( + SELECT * FROM [__EFMigrationsHistory] + WHERE [MigrationId] = N'20260502002653_AddCompanySmsAgreement' +) +BEGIN + INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion]) + VALUES (N'20260502002653_AddCompanySmsAgreement', N'8.0.11'); +END; +GO + +COMMIT; +GO + diff --git a/scripts/Web Scraping/Discover-Prismatic-Product-Urls-By-ColorParam.ps1 b/scripts/Web Scraping/Discover-Prismatic-Product-Urls-By-ColorParam.ps1 new file mode 100644 index 0000000..0ee7d12 --- /dev/null +++ b/scripts/Web Scraping/Discover-Prismatic-Product-Urls-By-ColorParam.ps1 @@ -0,0 +1,319 @@ +# Discover-Prismatic-Product-Urls-By-ColorParam.ps1 +# +# Discovers Prismatic Powders product URLs by visiting color filter URLs like: +# https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_red +# +# Outputs: +# .\product-urls.txt +# .\color-discovery-log.json +# +# First-time setup: +# Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass +# .\Discover-Prismatic-Product-Urls-By-ColorParam.ps1 -InstallPlaywright -Headed +# +# Normal run: +# .\Discover-Prismatic-Product-Urls-By-ColorParam.ps1 +# +# Watch browser: +# .\Discover-Prismatic-Product-Urls-By-ColorParam.ps1 -Headed + +param( + [switch]$InstallPlaywright, + [switch]$Headed, + [int]$MaxScrollsPerColor = 180, + [int]$StopAfterNoNewScrolls = 10 +) + +$ErrorActionPreference = "Stop" + +function Ensure-NodeAvailable { + if (-not (Get-Command node -ErrorAction SilentlyContinue)) { + throw "Node.js is required. Install Node.js LTS from https://nodejs.org/" + } + + if (-not (Get-Command npm -ErrorAction SilentlyContinue)) { + throw "npm is required. It usually comes with Node.js." + } +} + +function Install-PlaywrightIfNeeded { + param([bool]$Requested) + + Ensure-NodeAvailable + + if ($Requested -or -not (Test-Path ".\node_modules\playwright")) { + Write-Host "Installing Playwright package locally..." + npm init -y | Out-Null + npm install playwright | Out-Null + + Write-Host "Installing Playwright Chromium browser..." + npx playwright install chromium + } +} + +function Write-NodeDiscoveryScript { + $js = @' +const fs = require("fs"); +const { chromium } = require("playwright"); + +const headed = process.argv.includes("--headed"); + +function getArgValue(name, defaultValue) { + const prefix = `--${name}=`; + const found = process.argv.find(x => x.startsWith(prefix)); + return found ? found.slice(prefix.length) : defaultValue; +} + +const maxScrollsPerColor = parseInt(getArgValue("max-scrolls-per-color", "180"), 10); +const stopAfterNoNewScrolls = parseInt(getArgValue("stop-after-no-new-scrolls", "10"), 10); + +const baseUrl = "https://www.prismaticpowders.com/shop/powder-coating-colors"; +const outputFile = "product-urls.txt"; +const logFile = "color-discovery-log.json"; + +// Update this list if you find more color params in the site HTML. +const colorParams = [ + "pris_black", + "pris_blue", + "pris_bronze", + "pris_brown", + "pris_clear", + "pris_copper", + "pris_gold", + "pris_gray", + "pris_green", + "pris_orange", + "pris_pink", + "pris_purple", + "pris_red", + "pris_silver", + "pris_tan", + "pris_white", + "pris_yellow" +]; + +function cleanUrl(url) { + return (url || "").split("?")[0].split("#")[0].trim(); +} + +function isProductUrl(url) { + return /\/shop\/powder-coating-colors\/[A-Z0-9-]+\//i.test(url || ""); +} + +function readExistingUrls() { + if (!fs.existsSync(outputFile)) return []; + + return fs.readFileSync(outputFile, "utf8") + .split(/\r?\n/) + .map(cleanUrl) + .filter(Boolean); +} + +function writeUrls(urls) { + const sorted = [...urls].sort(); + fs.writeFileSync(outputFile, sorted.join("\r\n") + "\r\n", "utf8"); +} + +function readLog() { + if (!fs.existsSync(logFile)) { + return { + completed_colors: {}, + runs: [] + }; + } + + try { + return JSON.parse(fs.readFileSync(logFile, "utf8")); + } catch { + return { + completed_colors: {}, + runs: [] + }; + } +} + +function writeLog(log) { + fs.writeFileSync(logFile, JSON.stringify(log, null, 2), "utf8"); +} + +async function collectProductLinks(page) { + const links = await page.locator("a").evaluateAll(anchors => + anchors + .map(a => a.href) + .filter(Boolean) + .filter(h => /\/shop\/powder-coating-colors\/[A-Z0-9-]+\//i.test(h)) + ); + + return links.map(cleanUrl).filter(Boolean); +} + +async function scrollAndCollect(page, urls, label) { + let noNewScrolls = 0; + let totalAddedForThisColor = 0; + + for (let i = 0; i < maxScrollsPerColor; i++) { + const before = urls.size; + + for (const link of await collectProductLinks(page)) { + urls.add(link); + } + + const after = urls.size; + const added = after - before; + totalAddedForThisColor += added; + + if (added === 0) { + noNewScrolls++; + } else { + noNewScrolls = 0; + } + + writeUrls(urls); + + console.log(`[${label}] Scroll ${i + 1}/${maxScrollsPerColor}: +${added}, total ${after}, no-new ${noNewScrolls}`); + + if (noNewScrolls >= stopAfterNoNewScrolls) { + break; + } + + await page.mouse.wheel(0, 2500); + await page.waitForTimeout(1500); + } + + return totalAddedForThisColor; +} + +(async () => { + const existingUrls = readExistingUrls(); + const urls = new Set(existingUrls); + const log = readLog(); + + console.log(`Existing URLs in ${outputFile}: ${existingUrls.length}`); + + const browser = await chromium.launch({ headless: !headed }); + + const context = await browser.newContext({ + userAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + viewport: { width: 1365, height: 900 }, + locale: "en-US", + timezoneId: "America/New_York" + }); + + const page = await context.newPage(); + + const runRecord = { + started_at: new Date().toISOString(), + existing_at_start: existingUrls.length, + colors_attempted: [] + }; + + for (const color of colorParams) { + if (log.completed_colors[color]) { + console.log(`Skipping completed color: ${color}`); + continue; + } + + const url = `${baseUrl}?color=${encodeURIComponent(color)}`; + console.log(""); + console.log(`Opening color filter: ${color}`); + console.log(url); + + try { + const response = await page.goto(url, { + waitUntil: "domcontentloaded", + timeout: 60000 + }); + + const status = response ? response.status() : "unknown"; + console.log(`HTTP status: ${status}`); + + await page.waitForTimeout(5000); + + const before = urls.size; + const addedDuringScroll = await scrollAndCollect(page, urls, color); + const after = urls.size; + const netAdded = after - before; + + log.completed_colors[color] = { + url, + http_status: status, + added: netAdded, + added_during_scroll: addedDuringScroll, + total_after: after, + completed_at: new Date().toISOString() + }; + + runRecord.colors_attempted.push({ + color, + url, + http_status: status, + added: netAdded, + total_after: after + }); + + writeLog(log); + writeUrls(urls); + + console.log(`Color complete: ${color}; added ${netAdded}; total ${after}`); + + // Polite pause between filters. + await page.waitForTimeout(3000); + } catch (err) { + console.log(`Color failed: ${color}; ${err.message}`); + + runRecord.colors_attempted.push({ + color, + url, + added: 0, + error: err.message + }); + + writeLog(log); + } + } + + runRecord.finished_at = new Date().toISOString(); + runRecord.final_total = urls.size; + runRecord.new_this_run = urls.size - existingUrls.length; + + log.runs.push(runRecord); + writeLog(log); + writeUrls(urls); + + console.log(""); + console.log("Color-param discovery complete."); + console.log(`Existing at start: ${existingUrls.length}`); + console.log(`Final total: ${urls.size}`); + console.log(`New this run: ${urls.size - existingUrls.length}`); + console.log(`Output: ${outputFile}`); + console.log(`Log: ${logFile}`); + + await browser.close(); +})(); +'@ + + Set-Content -Path ".\discover-prismatic-by-color-param.js" -Value $js -Encoding UTF8 +} + +try { + Install-PlaywrightIfNeeded -Requested:$InstallPlaywright + Write-NodeDiscoveryScript + + Write-Host "Running color-param URL discovery..." + + $nodeArgs = @( + ".\discover-prismatic-by-color-param.js", + "--max-scrolls-per-color=$MaxScrollsPerColor", + "--stop-after-no-new-scrolls=$StopAfterNoNewScrolls" + ) + + if ($Headed) { + $nodeArgs += "--headed" + } + + node @nodeArgs +} +catch { + Write-Error $_.Exception.Message + exit 1 +} diff --git a/scripts/Web Scraping/Get-Product-Info-Resumable.ps1 b/scripts/Web Scraping/Get-Product-Info-Resumable.ps1 new file mode 100644 index 0000000..d1072bf --- /dev/null +++ b/scripts/Web Scraping/Get-Product-Info-Resumable.ps1 @@ -0,0 +1,410 @@ +# Get-Product-Info-Resumable.ps1 +# +# Resumable, slow/polite Prismatic Powders product scraper. +# +# Inputs: +# .\product-urls.txt +# +# Outputs: +# .\prismatic_powders.json +# .\prismatic-scrape-progress.log +# +# First-time setup: +# Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass +# .\Get-Product-Info-Resumable.ps1 -InstallPlaywright -Headed -MaxProducts 5 +# +# Normal full run: +# .\Get-Product-Info-Resumable.ps1 +# +# Test first 25 remaining: +# .\Get-Product-Info-Resumable.ps1 -MaxProducts 25 -Headed +# +# Retry failed URLs too: +# .\Get-Product-Info-Resumable.ps1 -RetryErrors +# +# Slow it down more: +# .\Get-Product-Info-Resumable.ps1 -MinDelaySeconds 12 -MaxDelaySeconds 25 + +param( + [switch]$InstallPlaywright, + [switch]$Headed, + + [string]$InputFile = ".\product-urls.txt", + [string]$OutputJson = ".\prismatic_powders.json", + [string]$ProgressLog = ".\prismatic-scrape-progress.log", + + [int]$MinDelaySeconds = 4, + [int]$MaxDelaySeconds = 10, + [int]$PageSettleSeconds = 4, + + # 0 means no limit. + [int]$MaxProducts = 0, + + # By default, URLs in errors are skipped on resume. + # Use -RetryErrors to try failed URLs again. + [switch]$RetryErrors +) + +$ErrorActionPreference = "Stop" + +function Ensure-NodeAvailable { + if (-not (Get-Command node -ErrorAction SilentlyContinue)) { + throw "Node.js is required. Install Node.js LTS from https://nodejs.org/" + } + + if (-not (Get-Command npm -ErrorAction SilentlyContinue)) { + throw "npm is required. It usually comes with Node.js." + } +} + +function Install-PlaywrightIfNeeded { + param([bool]$Requested) + + Ensure-NodeAvailable + + if ($Requested -or -not (Test-Path ".\node_modules\playwright")) { + Write-Host "Installing Playwright package locally..." + npm init -y | Out-Null + npm install playwright | Out-Null + + Write-Host "Installing Playwright Chromium browser..." + npx playwright install chromium + } +} + +function Write-NodeScraper { + $js = @' +const fs = require("fs"); +const { chromium } = require("playwright"); + +const headed = process.argv.includes("--headed"); +const retryErrors = process.argv.includes("--retry-errors"); + +function getArgValue(name, defaultValue) { + const prefix = `--${name}=`; + const found = process.argv.find(x => x.startsWith(prefix)); + return found ? found.slice(prefix.length) : defaultValue; +} + +const inputFile = getArgValue("input-file", "product-urls.txt"); +const outputJson = getArgValue("output-json", "prismatic_powders.json"); +const progressLog = getArgValue("progress-log", "prismatic-scrape-progress.log"); + +const minDelaySeconds = parseInt(getArgValue("min-delay-seconds", "8"), 10); +const maxDelaySeconds = parseInt(getArgValue("max-delay-seconds", "18"), 10); +const pageSettleSeconds = parseInt(getArgValue("page-settle-seconds", "4"), 10); +const maxProducts = parseInt(getArgValue("max-products", "0"), 10); + +function clean(text) { + return (text || "").replace(/\s+/g, " ").trim(); +} + +function cleanUrl(url) { + return (url || "").split("?")[0].split("#")[0].trim(); +} + +function sleep(ms) { + return new Promise(resolve => setTimeout(resolve, ms)); +} + +function randomDelayMs() { + const minMs = Math.max(0, minDelaySeconds * 1000); + const maxMs = Math.max(minMs, maxDelaySeconds * 1000); + return Math.floor(minMs + Math.random() * (maxMs - minMs + 1)); +} + +function logLine(message) { + const line = `[${new Date().toISOString()}] ${message}`; + console.log(line); + fs.appendFileSync(progressLog, line + "\r\n", "utf8"); +} + +function absoluteUrl(baseUrl, maybeUrl) { + if (!maybeUrl) return ""; + try { + return new URL(maybeUrl, baseUrl).href; + } catch { + return maybeUrl; + } +} + +function loadInputUrls() { + if (!fs.existsSync(inputFile)) { + throw new Error(`Input file not found: ${inputFile}`); + } + + const urls = fs.readFileSync(inputFile, "utf8") + .split(/\r?\n/) + .map(cleanUrl) + .filter(Boolean) + .filter(x => !x.startsWith("#")) + .filter(x => /\/shop\/powder-coating-colors\/[A-Z0-9-]+\//i.test(x)); + + return [...new Set(urls)]; +} + +function loadOutput() { + if (!fs.existsSync(outputJson)) { + return { results: [], errors: [] }; + } + + try { + const parsed = JSON.parse(fs.readFileSync(outputJson, "utf8")); + + if (Array.isArray(parsed)) { + return { results: parsed, errors: [] }; + } + + return { + results: Array.isArray(parsed.results) ? parsed.results : [], + errors: Array.isArray(parsed.errors) ? parsed.errors : [] + }; + } catch (err) { + const backup = `${outputJson}.invalid-${Date.now()}.bak`; + fs.copyFileSync(outputJson, backup); + throw new Error(`Could not parse existing ${outputJson}. Backed it up to ${backup}. Error: ${err.message}`); + } +} + +function saveOutput(data) { + const tempFile = `${outputJson}.tmp`; + fs.writeFileSync(tempFile, JSON.stringify(data, null, 2), "utf8"); + fs.renameSync(tempFile, outputJson); +} + +function parsePriceTiers(plainText) { + const priceMatches = [...plainText.matchAll(/(\d+\s*-\s*\d+\s*lbs|\d+\s*\+\s*lbs)\s*\$([\d.]+)/gi)]; + + return priceMatches.map(m => { + const rangeText = clean(m[1]); + const price = parseFloat(m[2]); + + let min = null; + let max = null; + + const rangeMatch = rangeText.match(/(\d+)\s*-\s*(\d+)/); + if (rangeMatch) { + min = parseInt(rangeMatch[1], 10); + max = parseInt(rangeMatch[2], 10); + } + + const plusMatch = rangeText.match(/(\d+)\s*\+/); + if (plusMatch) { + min = parseInt(plusMatch[1], 10); + max = null; + } + + return { min, max, price }; + }); +} + +async function getLinkByText(page, patterns) { + const links = await page.locator("a").evaluateAll((anchors) => + anchors.map(a => ({ + text: (a.innerText || a.textContent || "").replace(/\s+/g, " ").trim(), + href: a.getAttribute("href") || "" + })) + ); + + for (const link of links) { + if (patterns.some(p => new RegExp(p, "i").test(link.text))) { + return absoluteUrl(page.url(), link.href); + } + } + + return ""; +} + +async function getSampleImageUrl(page) { + const imageUrls = await page.locator("img").evaluateAll((imgs) => + imgs.map(img => + img.currentSrc || + img.src || + img.getAttribute("src") || + img.getAttribute("data-src") || + "" + ).filter(Boolean) + ); + + return ( + imageUrls.find(src => /images\.nicindustries\.com/i.test(src) && !/thumbnail/i.test(src)) || + imageUrls.find(src => /images\.nicindustries\.com/i.test(src)) || + imageUrls.find(src => /prismatic|powder|color/i.test(src)) || + "" + ); +} + +async function parseProduct(page, url) { + logLine(`Scraping ${url}`); + + const response = await page.goto(url, { + waitUntil: "domcontentloaded", + timeout: 60000 + }); + + await page.waitForTimeout(pageSettleSeconds * 1000); + + const status = response ? response.status() : 0; + const pageTitle = clean(await page.title().catch(() => "")); + const plainText = clean(await page.locator("body").innerText().catch(() => "")); + + logLine(`HTTP status ${status}; title "${pageTitle}"`); + + if (status === 403 || /^403 Forbidden$/i.test(pageTitle) || /^403 Forbidden$/i.test(plainText)) { + throw new Error("403 Forbidden returned by site."); + } + + if (status === 404 || /404|Page Not Found/i.test(pageTitle)) { + throw new Error("404 Not Found returned by site."); + } + + const title = clean(await page.locator("h1").first().innerText().catch(() => "")); + + const skuMatch = plainText.match(/Item:\s*([A-Z0-9-]+)/i); + const sku = skuMatch ? skuMatch[1] : ""; + + if (!sku && !title) { + throw new Error("Could not find SKU or title on product page."); + } + + const descMatch = plainText.match(/Description:\s*(.*?)(WARNING:|What does this match\?|$)/is); + const description = descMatch ? clean(descMatch[1]) : ""; + + const priceTiers = parsePriceTiers(plainText); + + const safetyDataSheetUrl = await getLinkByText(page, ["Safety Data Sheet", "\\bSDS\\b"]); + const applicationGuideUrl = await getLinkByText(page, ["Application Guide"]); + const technicalDataSheetUrl = await getLinkByText(page, ["Tech Data Sheet", "Technical Data Sheet", "\\bTDS\\b"]); + const sampleImageUrl = await getSampleImageUrl(page); + + return { + sku, + color_name: title, + description, + price_tiers: priceTiers, + safety_data_sheet_url: safetyDataSheetUrl, + technical_data_sheet_url: technicalDataSheetUrl, + application_guide_url: applicationGuideUrl, + sample_image_url: sampleImageUrl, + product_url: url, + scraped_at: new Date().toISOString() + }; +} + +(async () => { + const allUrls = loadInputUrls(); + const data = loadOutput(); + + const completedUrls = new Set(data.results.map(r => cleanUrl(r.product_url)).filter(Boolean)); + const errorUrls = new Set(data.errors.map(e => cleanUrl(e.product_url)).filter(Boolean)); + + let remainingUrls = allUrls.filter(url => { + if (completedUrls.has(url)) return false; + if (!retryErrors && errorUrls.has(url)) return false; + return true; + }); + + if (maxProducts > 0) { + remainingUrls = remainingUrls.slice(0, maxProducts); + } + + logLine(`Input URLs: ${allUrls.length}`); + logLine(`Already scraped: ${completedUrls.size}`); + logLine(`Existing errors: ${errorUrls.size}`); + logLine(`Retry errors: ${retryErrors ? "yes" : "no"}`); + logLine(`This run target count: ${remainingUrls.length}`); + logLine(`Delay range: ${minDelaySeconds}-${maxDelaySeconds} seconds; page settle: ${pageSettleSeconds} seconds`); + + if (remainingUrls.length === 0) { + logLine("Nothing to scrape. Done."); + saveOutput(data); + return; + } + + const browser = await chromium.launch({ + headless: !headed + }); + + const context = await browser.newContext({ + userAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + viewport: { width: 1365, height: 900 }, + locale: "en-US", + timezoneId: "America/New_York" + }); + + const page = await context.newPage(); + + let processedThisRun = 0; + + for (const url of remainingUrls) { + try { + const row = await parseProduct(page, url); + + // If retrying an old error, keep the old error history but avoid duplicate successful result. + if (!completedUrls.has(url)) { + data.results.push(row); + completedUrls.add(url); + } + + processedThisRun++; + saveOutput(data); + + logLine(`Saved result ${processedThisRun}/${remainingUrls.length}: ${row.sku || "(no sku)"} ${row.color_name || ""}`); + } catch (err) { + const errorRecord = { + product_url: url, + error: err.message, + scraped_at: new Date().toISOString() + }; + + data.errors.push(errorRecord); + saveOutput(data); + + logLine(`ERROR ${url}: ${err.message}`); + } + + const delay = randomDelayMs(); + logLine(`Waiting ${(delay / 1000).toFixed(1)} seconds before next product...`); + await sleep(delay); + } + + await browser.close(); + + logLine(`Done. Results: ${data.results.length}; Errors: ${data.errors.length}; Output: ${outputJson}`); +})(); +'@ + + Set-Content -Path ".\prismatic-browser-scraper.js" -Value $js -Encoding UTF8 +} + +try { + Install-PlaywrightIfNeeded -Requested:$InstallPlaywright + Write-NodeScraper + + Write-Host "Running resumable browser scraper..." + + $nodeArgs = @( + ".\prismatic-browser-scraper.js", + "--input-file=$InputFile", + "--output-json=$OutputJson", + "--progress-log=$ProgressLog", + "--min-delay-seconds=$MinDelaySeconds", + "--max-delay-seconds=$MaxDelaySeconds", + "--page-settle-seconds=$PageSettleSeconds", + "--max-products=$MaxProducts" + ) + + if ($Headed) { + $nodeArgs += "--headed" + } + + if ($RetryErrors) { + $nodeArgs += "--retry-errors" + } + + node @nodeArgs +} +catch { + Write-Error $_.Exception.Message + exit 1 +} diff --git a/scripts/Web Scraping/Get-Product-Info-Resumable.ps1.bak b/scripts/Web Scraping/Get-Product-Info-Resumable.ps1.bak new file mode 100644 index 0000000..28e4d27 --- /dev/null +++ b/scripts/Web Scraping/Get-Product-Info-Resumable.ps1.bak @@ -0,0 +1,410 @@ +# Get-Product-Info-Resumable.ps1 +# +# Resumable, slow/polite Prismatic Powders product scraper. +# +# Inputs: +# .\product-urls.txt +# +# Outputs: +# .\prismatic_powders.json +# .\prismatic-scrape-progress.log +# +# First-time setup: +# Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass +# .\Get-Product-Info-Resumable.ps1 -InstallPlaywright -Headed -MaxProducts 5 +# +# Normal full run: +# .\Get-Product-Info-Resumable.ps1 +# +# Test first 25 remaining: +# .\Get-Product-Info-Resumable.ps1 -MaxProducts 25 -Headed +# +# Retry failed URLs too: +# .\Get-Product-Info-Resumable.ps1 -RetryErrors +# +# Slow it down more: +# .\Get-Product-Info-Resumable.ps1 -MinDelaySeconds 12 -MaxDelaySeconds 25 + +param( + [switch]$InstallPlaywright, + [switch]$Headed, + + [string]$InputFile = ".\product-urls.txt", + [string]$OutputJson = ".\prismatic_powders.json", + [string]$ProgressLog = ".\prismatic-scrape-progress.log", + + [int]$MinDelaySeconds = 8, + [int]$MaxDelaySeconds = 18, + [int]$PageSettleSeconds = 4, + + # 0 means no limit. + [int]$MaxProducts = 0, + + # By default, URLs in errors are skipped on resume. + # Use -RetryErrors to try failed URLs again. + [switch]$RetryErrors +) + +$ErrorActionPreference = "Stop" + +function Ensure-NodeAvailable { + if (-not (Get-Command node -ErrorAction SilentlyContinue)) { + throw "Node.js is required. Install Node.js LTS from https://nodejs.org/" + } + + if (-not (Get-Command npm -ErrorAction SilentlyContinue)) { + throw "npm is required. It usually comes with Node.js." + } +} + +function Install-PlaywrightIfNeeded { + param([bool]$Requested) + + Ensure-NodeAvailable + + if ($Requested -or -not (Test-Path ".\node_modules\playwright")) { + Write-Host "Installing Playwright package locally..." + npm init -y | Out-Null + npm install playwright | Out-Null + + Write-Host "Installing Playwright Chromium browser..." + npx playwright install chromium + } +} + +function Write-NodeScraper { + $js = @' +const fs = require("fs"); +const { chromium } = require("playwright"); + +const headed = process.argv.includes("--headed"); +const retryErrors = process.argv.includes("--retry-errors"); + +function getArgValue(name, defaultValue) { + const prefix = `--${name}=`; + const found = process.argv.find(x => x.startsWith(prefix)); + return found ? found.slice(prefix.length) : defaultValue; +} + +const inputFile = getArgValue("input-file", "product-urls.txt"); +const outputJson = getArgValue("output-json", "prismatic_powders.json"); +const progressLog = getArgValue("progress-log", "prismatic-scrape-progress.log"); + +const minDelaySeconds = parseInt(getArgValue("min-delay-seconds", "8"), 10); +const maxDelaySeconds = parseInt(getArgValue("max-delay-seconds", "18"), 10); +const pageSettleSeconds = parseInt(getArgValue("page-settle-seconds", "4"), 10); +const maxProducts = parseInt(getArgValue("max-products", "0"), 10); + +function clean(text) { + return (text || "").replace(/\s+/g, " ").trim(); +} + +function cleanUrl(url) { + return (url || "").split("?")[0].split("#")[0].trim(); +} + +function sleep(ms) { + return new Promise(resolve => setTimeout(resolve, ms)); +} + +function randomDelayMs() { + const minMs = Math.max(0, minDelaySeconds * 1000); + const maxMs = Math.max(minMs, maxDelaySeconds * 1000); + return Math.floor(minMs + Math.random() * (maxMs - minMs + 1)); +} + +function logLine(message) { + const line = `[${new Date().toISOString()}] ${message}`; + console.log(line); + fs.appendFileSync(progressLog, line + "\r\n", "utf8"); +} + +function absoluteUrl(baseUrl, maybeUrl) { + if (!maybeUrl) return ""; + try { + return new URL(maybeUrl, baseUrl).href; + } catch { + return maybeUrl; + } +} + +function loadInputUrls() { + if (!fs.existsSync(inputFile)) { + throw new Error(`Input file not found: ${inputFile}`); + } + + const urls = fs.readFileSync(inputFile, "utf8") + .split(/\r?\n/) + .map(cleanUrl) + .filter(Boolean) + .filter(x => !x.startsWith("#")) + .filter(x => /\/shop\/powder-coating-colors\/[A-Z0-9-]+\//i.test(x)); + + return [...new Set(urls)]; +} + +function loadOutput() { + if (!fs.existsSync(outputJson)) { + return { results: [], errors: [] }; + } + + try { + const parsed = JSON.parse(fs.readFileSync(outputJson, "utf8")); + + if (Array.isArray(parsed)) { + return { results: parsed, errors: [] }; + } + + return { + results: Array.isArray(parsed.results) ? parsed.results : [], + errors: Array.isArray(parsed.errors) ? parsed.errors : [] + }; + } catch (err) { + const backup = `${outputJson}.invalid-${Date.now()}.bak`; + fs.copyFileSync(outputJson, backup); + throw new Error(`Could not parse existing ${outputJson}. Backed it up to ${backup}. Error: ${err.message}`); + } +} + +function saveOutput(data) { + const tempFile = `${outputJson}.tmp`; + fs.writeFileSync(tempFile, JSON.stringify(data, null, 2), "utf8"); + fs.renameSync(tempFile, outputJson); +} + +function parsePriceTiers(plainText) { + const priceMatches = [...plainText.matchAll(/(\d+\s*-\s*\d+\s*lbs|\d+\s*\+\s*lbs)\s*\$([\d.]+)/gi)]; + + return priceMatches.map(m => { + const rangeText = clean(m[1]); + const price = parseFloat(m[2]); + + let min = null; + let max = null; + + const rangeMatch = rangeText.match(/(\d+)\s*-\s*(\d+)/); + if (rangeMatch) { + min = parseInt(rangeMatch[1], 10); + max = parseInt(rangeMatch[2], 10); + } + + const plusMatch = rangeText.match(/(\d+)\s*\+/); + if (plusMatch) { + min = parseInt(plusMatch[1], 10); + max = null; + } + + return { min, max, price }; + }); +} + +async function getLinkByText(page, patterns) { + const links = await page.locator("a").evaluateAll((anchors) => + anchors.map(a => ({ + text: (a.innerText || a.textContent || "").replace(/\s+/g, " ").trim(), + href: a.getAttribute("href") || "" + })) + ); + + for (const link of links) { + if (patterns.some(p => new RegExp(p, "i").test(link.text))) { + return absoluteUrl(page.url(), link.href); + } + } + + return ""; +} + +async function getSampleImageUrl(page) { + const imageUrls = await page.locator("img").evaluateAll((imgs) => + imgs.map(img => + img.currentSrc || + img.src || + img.getAttribute("src") || + img.getAttribute("data-src") || + "" + ).filter(Boolean) + ); + + return ( + imageUrls.find(src => /images\.nicindustries\.com/i.test(src) && !/thumbnail/i.test(src)) || + imageUrls.find(src => /images\.nicindustries\.com/i.test(src)) || + imageUrls.find(src => /prismatic|powder|color/i.test(src)) || + "" + ); +} + +async function parseProduct(page, url) { + logLine(`Scraping ${url}`); + + const response = await page.goto(url, { + waitUntil: "domcontentloaded", + timeout: 60000 + }); + + await page.waitForTimeout(pageSettleSeconds * 1000); + + const status = response ? response.status() : 0; + const pageTitle = clean(await page.title().catch(() => "")); + const plainText = clean(await page.locator("body").innerText().catch(() => "")); + + logLine(`HTTP status ${status}; title "${pageTitle}"`); + + if (status === 403 || /^403 Forbidden$/i.test(pageTitle) || /^403 Forbidden$/i.test(plainText)) { + throw new Error("403 Forbidden returned by site."); + } + + if (status === 404 || /404|Page Not Found/i.test(pageTitle)) { + throw new Error("404 Not Found returned by site."); + } + + const title = clean(await page.locator("h1").first().innerText().catch(() => "")); + + const skuMatch = plainText.match(/Item:\s*([A-Z0-9-]+)/i); + const sku = skuMatch ? skuMatch[1] : ""; + + if (!sku && !title) { + throw new Error("Could not find SKU or title on product page."); + } + + const descMatch = plainText.match(/Description:\s*(.*?)(WARNING:|What does this match\?|$)/is); + const description = descMatch ? clean(descMatch[1]) : ""; + + const priceTiers = parsePriceTiers(plainText); + + const safetyDataSheetUrl = await getLinkByText(page, ["Safety Data Sheet", "\\bSDS\\b"]); + const applicationGuideUrl = await getLinkByText(page, ["Application Guide"]); + const technicalDataSheetUrl = await getLinkByText(page, ["Tech Data Sheet", "Technical Data Sheet", "\\bTDS\\b"]); + const sampleImageUrl = await getSampleImageUrl(page); + + return { + sku, + color_name: title, + description, + price_tiers: priceTiers, + safety_data_sheet_url: safetyDataSheetUrl, + technical_data_sheet_url: technicalDataSheetUrl, + application_guide_url: applicationGuideUrl, + sample_image_url: sampleImageUrl, + product_url: url, + scraped_at: new Date().toISOString() + }; +} + +(async () => { + const allUrls = loadInputUrls(); + const data = loadOutput(); + + const completedUrls = new Set(data.results.map(r => cleanUrl(r.product_url)).filter(Boolean)); + const errorUrls = new Set(data.errors.map(e => cleanUrl(e.product_url)).filter(Boolean)); + + let remainingUrls = allUrls.filter(url => { + if (completedUrls.has(url)) return false; + if (!retryErrors && errorUrls.has(url)) return false; + return true; + }); + + if (maxProducts > 0) { + remainingUrls = remainingUrls.slice(0, maxProducts); + } + + logLine(`Input URLs: ${allUrls.length}`); + logLine(`Already scraped: ${completedUrls.size}`); + logLine(`Existing errors: ${errorUrls.size}`); + logLine(`Retry errors: ${retryErrors ? "yes" : "no"}`); + logLine(`This run target count: ${remainingUrls.length}`); + logLine(`Delay range: ${minDelaySeconds}-${maxDelaySeconds} seconds; page settle: ${pageSettleSeconds} seconds`); + + if (remainingUrls.length === 0) { + logLine("Nothing to scrape. Done."); + saveOutput(data); + return; + } + + const browser = await chromium.launch({ + headless: !headed + }); + + const context = await browser.newContext({ + userAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + viewport: { width: 1365, height: 900 }, + locale: "en-US", + timezoneId: "America/New_York" + }); + + const page = await context.newPage(); + + let processedThisRun = 0; + + for (const url of remainingUrls) { + try { + const row = await parseProduct(page, url); + + // If retrying an old error, keep the old error history but avoid duplicate successful result. + if (!completedUrls.has(url)) { + data.results.push(row); + completedUrls.add(url); + } + + processedThisRun++; + saveOutput(data); + + logLine(`Saved result ${processedThisRun}/${remainingUrls.length}: ${row.sku || "(no sku)"} ${row.color_name || ""}`); + } catch (err) { + const errorRecord = { + product_url: url, + error: err.message, + scraped_at: new Date().toISOString() + }; + + data.errors.push(errorRecord); + saveOutput(data); + + logLine(`ERROR ${url}: ${err.message}`); + } + + const delay = randomDelayMs(); + logLine(`Waiting ${(delay / 1000).toFixed(1)} seconds before next product...`); + await sleep(delay); + } + + await browser.close(); + + logLine(`Done. Results: ${data.results.length}; Errors: ${data.errors.length}; Output: ${outputJson}`); +})(); +'@ + + Set-Content -Path ".\prismatic-browser-scraper.js" -Value $js -Encoding UTF8 +} + +try { + Install-PlaywrightIfNeeded -Requested:$InstallPlaywright + Write-NodeScraper + + Write-Host "Running resumable browser scraper..." + + $nodeArgs = @( + ".\prismatic-browser-scraper.js", + "--input-file=$InputFile", + "--output-json=$OutputJson", + "--progress-log=$ProgressLog", + "--min-delay-seconds=$MinDelaySeconds", + "--max-delay-seconds=$MaxDelaySeconds", + "--page-settle-seconds=$PageSettleSeconds", + "--max-products=$MaxProducts" + ) + + if ($Headed) { + $nodeArgs += "--headed" + } + + if ($RetryErrors) { + $nodeArgs += "--retry-errors" + } + + node @nodeArgs +} +catch { + Write-Error $_.Exception.Message + exit 1 +} diff --git a/scripts/Web Scraping/Get-Product-Info.ps1 b/scripts/Web Scraping/Get-Product-Info.ps1 new file mode 100644 index 0000000..df65803 --- /dev/null +++ b/scripts/Web Scraping/Get-Product-Info.ps1 @@ -0,0 +1,265 @@ +# Crawl and Index Prismatic Colors - Known-Good Style JSON.ps1 +# +# Rollback to the earlier working browser pattern: +# - Playwright Chromium +# - Full Chrome-style User-Agent +# - JSON output +# - Structured price tiers +# - Color matches from #collection-list +# +# First-time setup: +# Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass +# .\Crawl-and-Index-Prismatic-colors-known-good-json.ps1 -InstallPlaywright +# +# Normal run: +# .\Crawl-and-Index-Prismatic-colors-known-good-json.ps1 +# +# Watch browser: +# .\Crawl-and-Index-Prismatic-colors-known-good-json.ps1 -Headed + +param( + [switch]$InstallPlaywright, + [switch]$Headed +) + +$ErrorActionPreference = "Stop" + +function Ensure-NodeAvailable { + if (-not (Get-Command node -ErrorAction SilentlyContinue)) { + throw "Node.js is required. Install Node.js LTS from https://nodejs.org/" + } + + if (-not (Get-Command npm -ErrorAction SilentlyContinue)) { + throw "npm is required. It usually comes with Node.js." + } +} + +function Install-PlaywrightIfNeeded { + param([bool]$Requested) + + Ensure-NodeAvailable + + if ($Requested -or -not (Test-Path ".\node_modules\playwright")) { + Write-Host "Installing Playwright package locally..." + npm init -y | Out-Null + npm install playwright | Out-Null + + Write-Host "Installing Playwright Chromium browser..." + npx playwright install chromium + } +} + +function Write-NodeScraper { + # Single-quoted here-string prevents PowerShell from interpreting JavaScript regex/template strings. + $js = @' +const fs = require("fs"); +const { chromium } = require("playwright"); + +const headed = process.argv.includes("--headed"); + +const productUrls = [ + "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11248/high-gloss-black" +]; + +const outputJson = "prismatic_powders.json"; + +function clean(text) { + return (text || "").replace(/\s+/g, " ").trim(); +} + +function absoluteUrl(baseUrl, maybeUrl) { + if (!maybeUrl) return ""; + try { + return new URL(maybeUrl, baseUrl).href; + } catch { + return maybeUrl; + } +} + +function unique(items) { + return [...new Set(items.filter(Boolean).map(clean).filter(Boolean))]; +} + +async function getLinkByText(page, patterns) { + const links = await page.locator("a").evaluateAll((anchors) => + anchors.map(a => ({ + text: (a.innerText || a.textContent || "").replace(/\s+/g, " ").trim(), + href: a.getAttribute("href") || "" + })) + ); + + for (const link of links) { + if (patterns.some(p => new RegExp(p, "i").test(link.text))) { + return absoluteUrl(page.url(), link.href); + } + } + + return ""; +} + +function parsePriceTiers(plainText) { + const priceMatches = [...plainText.matchAll(/(\d+\s*-\s*\d+\s*lbs|\d+\s*\+\s*lbs)\s*\$([\d.]+)/gi)]; + + return priceMatches.map(m => { + const rangeText = clean(m[1]); + const price = parseFloat(m[2]); + + let min = null; + let max = null; + + const rangeMatch = rangeText.match(/(\d+)\s*-\s*(\d+)/); + if (rangeMatch) { + min = parseInt(rangeMatch[1], 10); + max = parseInt(rangeMatch[2], 10); + } + + const plusMatch = rangeText.match(/(\d+)\s*\+/); + if (plusMatch) { + min = parseInt(plusMatch[1], 10); + max = null; + } + + return { + min, + max, + price + }; + }); +} + +async function getSampleImageUrl(page) { + const imageUrls = await page.locator("img").evaluateAll((imgs) => + imgs.map(img => + img.currentSrc || + img.src || + img.getAttribute("src") || + img.getAttribute("data-src") || + "" + ).filter(Boolean) + ); + + return ( + imageUrls.find(src => /images\.nicindustries\.com/i.test(src) && !/thumbnail/i.test(src)) || + imageUrls.find(src => /images\.nicindustries\.com/i.test(src)) || + imageUrls.find(src => /prismatic|powder|color/i.test(src)) || + "" + ); +} + +async function parseProduct(page, url) { + console.log(`Scraping ${url}`); + + const response = await page.goto(url, { + waitUntil: "domcontentloaded", + timeout: 60000 + }); + + await page.waitForTimeout(3000); + + const status = response ? response.status() : 0; + const pageTitle = clean(await page.title().catch(() => "")); + const plainText = clean(await page.locator("body").innerText().catch(() => "")); + + console.log(`HTTP status: ${status}`); + console.log(`Page title: ${pageTitle}`); + + // Do not silently output a fake product if blocked. + if (status === 403 || /^403 Forbidden$/i.test(pageTitle) || /^403 Forbidden$/i.test(plainText)) { + throw new Error("403 Forbidden returned by site."); + } + + const title = clean(await page.locator("h1").first().innerText().catch(() => "")); + + const skuMatch = plainText.match(/Item:\s*([A-Z0-9-]+)/i); + const sku = skuMatch ? skuMatch[1] : ""; + + const descMatch = plainText.match(/Description:\s*(.*?)(WARNING:|What does this match\?|$)/is); + const description = descMatch ? clean(descMatch[1]) : ""; + + const priceTiers = parsePriceTiers(plainText); + + const safetyDataSheetUrl = await getLinkByText(page, ["Safety Data Sheet", "\\bSDS\\b"]); + const applicationGuideUrl = await getLinkByText(page, ["Application Guide"]); + const technicalDataSheetUrl = await getLinkByText(page, ["Tech Data Sheet", "Technical Data Sheet", "\\bTDS\\b"]); + const sampleImageUrl = await getSampleImageUrl(page); + + return { + sku, + color_name: title, + description, + price_tiers: priceTiers, + safety_data_sheet_url: safetyDataSheetUrl, + technical_data_sheet_url: technicalDataSheetUrl, + application_guide_url: applicationGuideUrl, + sample_image_url: sampleImageUrl, + product_url: url, + scraped_at: new Date().toISOString() + }; +} + +(async () => { + const browser = await chromium.launch({ + headless: !headed + }); + + const context = await browser.newContext({ + userAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + viewport: { width: 1365, height: 900 }, + locale: "en-US", + timezoneId: "America/New_York" + }); + + const page = await context.newPage(); + + const results = []; + const errors = []; + + for (const url of productUrls) { + try { + const row = await parseProduct(page, url); + results.push(row); + await page.waitForTimeout(3000); + } catch (err) { + console.warn(`Failed ${url}: ${err.message}`); + errors.push({ + product_url: url, + error: err.message, + scraped_at: new Date().toISOString() + }); + } + } + + await browser.close(); + + // If you prefer only the array, change this to JSON.stringify(results, null, 2) + const output = { + results, + errors + }; + + fs.writeFileSync(outputJson, JSON.stringify(output, null, 2), "utf8"); + + console.log(`Done. Output: ${outputJson}`); +})(); +'@ + + Set-Content -Path ".\prismatic-browser-scraper.js" -Value $js -Encoding UTF8 +} + +try { + Install-PlaywrightIfNeeded -Requested:$InstallPlaywright + Write-NodeScraper + + Write-Host "Running browser scraper..." + + if ($Headed) { + node .\prismatic-browser-scraper.js --headed + } + else { + node .\prismatic-browser-scraper.js + } +} +catch { + Write-Error $_.Exception.Message + exit 1 +} diff --git a/scripts/Web Scraping/backup/Discover-Prismatic-Product-Urls-By-ColorParam.ps1 b/scripts/Web Scraping/backup/Discover-Prismatic-Product-Urls-By-ColorParam.ps1 new file mode 100644 index 0000000..0ee7d12 --- /dev/null +++ b/scripts/Web Scraping/backup/Discover-Prismatic-Product-Urls-By-ColorParam.ps1 @@ -0,0 +1,319 @@ +# Discover-Prismatic-Product-Urls-By-ColorParam.ps1 +# +# Discovers Prismatic Powders product URLs by visiting color filter URLs like: +# https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_red +# +# Outputs: +# .\product-urls.txt +# .\color-discovery-log.json +# +# First-time setup: +# Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass +# .\Discover-Prismatic-Product-Urls-By-ColorParam.ps1 -InstallPlaywright -Headed +# +# Normal run: +# .\Discover-Prismatic-Product-Urls-By-ColorParam.ps1 +# +# Watch browser: +# .\Discover-Prismatic-Product-Urls-By-ColorParam.ps1 -Headed + +param( + [switch]$InstallPlaywright, + [switch]$Headed, + [int]$MaxScrollsPerColor = 180, + [int]$StopAfterNoNewScrolls = 10 +) + +$ErrorActionPreference = "Stop" + +function Ensure-NodeAvailable { + if (-not (Get-Command node -ErrorAction SilentlyContinue)) { + throw "Node.js is required. Install Node.js LTS from https://nodejs.org/" + } + + if (-not (Get-Command npm -ErrorAction SilentlyContinue)) { + throw "npm is required. It usually comes with Node.js." + } +} + +function Install-PlaywrightIfNeeded { + param([bool]$Requested) + + Ensure-NodeAvailable + + if ($Requested -or -not (Test-Path ".\node_modules\playwright")) { + Write-Host "Installing Playwright package locally..." + npm init -y | Out-Null + npm install playwright | Out-Null + + Write-Host "Installing Playwright Chromium browser..." + npx playwright install chromium + } +} + +function Write-NodeDiscoveryScript { + $js = @' +const fs = require("fs"); +const { chromium } = require("playwright"); + +const headed = process.argv.includes("--headed"); + +function getArgValue(name, defaultValue) { + const prefix = `--${name}=`; + const found = process.argv.find(x => x.startsWith(prefix)); + return found ? found.slice(prefix.length) : defaultValue; +} + +const maxScrollsPerColor = parseInt(getArgValue("max-scrolls-per-color", "180"), 10); +const stopAfterNoNewScrolls = parseInt(getArgValue("stop-after-no-new-scrolls", "10"), 10); + +const baseUrl = "https://www.prismaticpowders.com/shop/powder-coating-colors"; +const outputFile = "product-urls.txt"; +const logFile = "color-discovery-log.json"; + +// Update this list if you find more color params in the site HTML. +const colorParams = [ + "pris_black", + "pris_blue", + "pris_bronze", + "pris_brown", + "pris_clear", + "pris_copper", + "pris_gold", + "pris_gray", + "pris_green", + "pris_orange", + "pris_pink", + "pris_purple", + "pris_red", + "pris_silver", + "pris_tan", + "pris_white", + "pris_yellow" +]; + +function cleanUrl(url) { + return (url || "").split("?")[0].split("#")[0].trim(); +} + +function isProductUrl(url) { + return /\/shop\/powder-coating-colors\/[A-Z0-9-]+\//i.test(url || ""); +} + +function readExistingUrls() { + if (!fs.existsSync(outputFile)) return []; + + return fs.readFileSync(outputFile, "utf8") + .split(/\r?\n/) + .map(cleanUrl) + .filter(Boolean); +} + +function writeUrls(urls) { + const sorted = [...urls].sort(); + fs.writeFileSync(outputFile, sorted.join("\r\n") + "\r\n", "utf8"); +} + +function readLog() { + if (!fs.existsSync(logFile)) { + return { + completed_colors: {}, + runs: [] + }; + } + + try { + return JSON.parse(fs.readFileSync(logFile, "utf8")); + } catch { + return { + completed_colors: {}, + runs: [] + }; + } +} + +function writeLog(log) { + fs.writeFileSync(logFile, JSON.stringify(log, null, 2), "utf8"); +} + +async function collectProductLinks(page) { + const links = await page.locator("a").evaluateAll(anchors => + anchors + .map(a => a.href) + .filter(Boolean) + .filter(h => /\/shop\/powder-coating-colors\/[A-Z0-9-]+\//i.test(h)) + ); + + return links.map(cleanUrl).filter(Boolean); +} + +async function scrollAndCollect(page, urls, label) { + let noNewScrolls = 0; + let totalAddedForThisColor = 0; + + for (let i = 0; i < maxScrollsPerColor; i++) { + const before = urls.size; + + for (const link of await collectProductLinks(page)) { + urls.add(link); + } + + const after = urls.size; + const added = after - before; + totalAddedForThisColor += added; + + if (added === 0) { + noNewScrolls++; + } else { + noNewScrolls = 0; + } + + writeUrls(urls); + + console.log(`[${label}] Scroll ${i + 1}/${maxScrollsPerColor}: +${added}, total ${after}, no-new ${noNewScrolls}`); + + if (noNewScrolls >= stopAfterNoNewScrolls) { + break; + } + + await page.mouse.wheel(0, 2500); + await page.waitForTimeout(1500); + } + + return totalAddedForThisColor; +} + +(async () => { + const existingUrls = readExistingUrls(); + const urls = new Set(existingUrls); + const log = readLog(); + + console.log(`Existing URLs in ${outputFile}: ${existingUrls.length}`); + + const browser = await chromium.launch({ headless: !headed }); + + const context = await browser.newContext({ + userAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + viewport: { width: 1365, height: 900 }, + locale: "en-US", + timezoneId: "America/New_York" + }); + + const page = await context.newPage(); + + const runRecord = { + started_at: new Date().toISOString(), + existing_at_start: existingUrls.length, + colors_attempted: [] + }; + + for (const color of colorParams) { + if (log.completed_colors[color]) { + console.log(`Skipping completed color: ${color}`); + continue; + } + + const url = `${baseUrl}?color=${encodeURIComponent(color)}`; + console.log(""); + console.log(`Opening color filter: ${color}`); + console.log(url); + + try { + const response = await page.goto(url, { + waitUntil: "domcontentloaded", + timeout: 60000 + }); + + const status = response ? response.status() : "unknown"; + console.log(`HTTP status: ${status}`); + + await page.waitForTimeout(5000); + + const before = urls.size; + const addedDuringScroll = await scrollAndCollect(page, urls, color); + const after = urls.size; + const netAdded = after - before; + + log.completed_colors[color] = { + url, + http_status: status, + added: netAdded, + added_during_scroll: addedDuringScroll, + total_after: after, + completed_at: new Date().toISOString() + }; + + runRecord.colors_attempted.push({ + color, + url, + http_status: status, + added: netAdded, + total_after: after + }); + + writeLog(log); + writeUrls(urls); + + console.log(`Color complete: ${color}; added ${netAdded}; total ${after}`); + + // Polite pause between filters. + await page.waitForTimeout(3000); + } catch (err) { + console.log(`Color failed: ${color}; ${err.message}`); + + runRecord.colors_attempted.push({ + color, + url, + added: 0, + error: err.message + }); + + writeLog(log); + } + } + + runRecord.finished_at = new Date().toISOString(); + runRecord.final_total = urls.size; + runRecord.new_this_run = urls.size - existingUrls.length; + + log.runs.push(runRecord); + writeLog(log); + writeUrls(urls); + + console.log(""); + console.log("Color-param discovery complete."); + console.log(`Existing at start: ${existingUrls.length}`); + console.log(`Final total: ${urls.size}`); + console.log(`New this run: ${urls.size - existingUrls.length}`); + console.log(`Output: ${outputFile}`); + console.log(`Log: ${logFile}`); + + await browser.close(); +})(); +'@ + + Set-Content -Path ".\discover-prismatic-by-color-param.js" -Value $js -Encoding UTF8 +} + +try { + Install-PlaywrightIfNeeded -Requested:$InstallPlaywright + Write-NodeDiscoveryScript + + Write-Host "Running color-param URL discovery..." + + $nodeArgs = @( + ".\discover-prismatic-by-color-param.js", + "--max-scrolls-per-color=$MaxScrollsPerColor", + "--stop-after-no-new-scrolls=$StopAfterNoNewScrolls" + ) + + if ($Headed) { + $nodeArgs += "--headed" + } + + node @nodeArgs +} +catch { + Write-Error $_.Exception.Message + exit 1 +} diff --git a/scripts/Web Scraping/backup/Get-Product-Info.ps1 b/scripts/Web Scraping/backup/Get-Product-Info.ps1 new file mode 100644 index 0000000..df65803 --- /dev/null +++ b/scripts/Web Scraping/backup/Get-Product-Info.ps1 @@ -0,0 +1,265 @@ +# Crawl and Index Prismatic Colors - Known-Good Style JSON.ps1 +# +# Rollback to the earlier working browser pattern: +# - Playwright Chromium +# - Full Chrome-style User-Agent +# - JSON output +# - Structured price tiers +# - Color matches from #collection-list +# +# First-time setup: +# Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass +# .\Crawl-and-Index-Prismatic-colors-known-good-json.ps1 -InstallPlaywright +# +# Normal run: +# .\Crawl-and-Index-Prismatic-colors-known-good-json.ps1 +# +# Watch browser: +# .\Crawl-and-Index-Prismatic-colors-known-good-json.ps1 -Headed + +param( + [switch]$InstallPlaywright, + [switch]$Headed +) + +$ErrorActionPreference = "Stop" + +function Ensure-NodeAvailable { + if (-not (Get-Command node -ErrorAction SilentlyContinue)) { + throw "Node.js is required. Install Node.js LTS from https://nodejs.org/" + } + + if (-not (Get-Command npm -ErrorAction SilentlyContinue)) { + throw "npm is required. It usually comes with Node.js." + } +} + +function Install-PlaywrightIfNeeded { + param([bool]$Requested) + + Ensure-NodeAvailable + + if ($Requested -or -not (Test-Path ".\node_modules\playwright")) { + Write-Host "Installing Playwright package locally..." + npm init -y | Out-Null + npm install playwright | Out-Null + + Write-Host "Installing Playwright Chromium browser..." + npx playwright install chromium + } +} + +function Write-NodeScraper { + # Single-quoted here-string prevents PowerShell from interpreting JavaScript regex/template strings. + $js = @' +const fs = require("fs"); +const { chromium } = require("playwright"); + +const headed = process.argv.includes("--headed"); + +const productUrls = [ + "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11248/high-gloss-black" +]; + +const outputJson = "prismatic_powders.json"; + +function clean(text) { + return (text || "").replace(/\s+/g, " ").trim(); +} + +function absoluteUrl(baseUrl, maybeUrl) { + if (!maybeUrl) return ""; + try { + return new URL(maybeUrl, baseUrl).href; + } catch { + return maybeUrl; + } +} + +function unique(items) { + return [...new Set(items.filter(Boolean).map(clean).filter(Boolean))]; +} + +async function getLinkByText(page, patterns) { + const links = await page.locator("a").evaluateAll((anchors) => + anchors.map(a => ({ + text: (a.innerText || a.textContent || "").replace(/\s+/g, " ").trim(), + href: a.getAttribute("href") || "" + })) + ); + + for (const link of links) { + if (patterns.some(p => new RegExp(p, "i").test(link.text))) { + return absoluteUrl(page.url(), link.href); + } + } + + return ""; +} + +function parsePriceTiers(plainText) { + const priceMatches = [...plainText.matchAll(/(\d+\s*-\s*\d+\s*lbs|\d+\s*\+\s*lbs)\s*\$([\d.]+)/gi)]; + + return priceMatches.map(m => { + const rangeText = clean(m[1]); + const price = parseFloat(m[2]); + + let min = null; + let max = null; + + const rangeMatch = rangeText.match(/(\d+)\s*-\s*(\d+)/); + if (rangeMatch) { + min = parseInt(rangeMatch[1], 10); + max = parseInt(rangeMatch[2], 10); + } + + const plusMatch = rangeText.match(/(\d+)\s*\+/); + if (plusMatch) { + min = parseInt(plusMatch[1], 10); + max = null; + } + + return { + min, + max, + price + }; + }); +} + +async function getSampleImageUrl(page) { + const imageUrls = await page.locator("img").evaluateAll((imgs) => + imgs.map(img => + img.currentSrc || + img.src || + img.getAttribute("src") || + img.getAttribute("data-src") || + "" + ).filter(Boolean) + ); + + return ( + imageUrls.find(src => /images\.nicindustries\.com/i.test(src) && !/thumbnail/i.test(src)) || + imageUrls.find(src => /images\.nicindustries\.com/i.test(src)) || + imageUrls.find(src => /prismatic|powder|color/i.test(src)) || + "" + ); +} + +async function parseProduct(page, url) { + console.log(`Scraping ${url}`); + + const response = await page.goto(url, { + waitUntil: "domcontentloaded", + timeout: 60000 + }); + + await page.waitForTimeout(3000); + + const status = response ? response.status() : 0; + const pageTitle = clean(await page.title().catch(() => "")); + const plainText = clean(await page.locator("body").innerText().catch(() => "")); + + console.log(`HTTP status: ${status}`); + console.log(`Page title: ${pageTitle}`); + + // Do not silently output a fake product if blocked. + if (status === 403 || /^403 Forbidden$/i.test(pageTitle) || /^403 Forbidden$/i.test(plainText)) { + throw new Error("403 Forbidden returned by site."); + } + + const title = clean(await page.locator("h1").first().innerText().catch(() => "")); + + const skuMatch = plainText.match(/Item:\s*([A-Z0-9-]+)/i); + const sku = skuMatch ? skuMatch[1] : ""; + + const descMatch = plainText.match(/Description:\s*(.*?)(WARNING:|What does this match\?|$)/is); + const description = descMatch ? clean(descMatch[1]) : ""; + + const priceTiers = parsePriceTiers(plainText); + + const safetyDataSheetUrl = await getLinkByText(page, ["Safety Data Sheet", "\\bSDS\\b"]); + const applicationGuideUrl = await getLinkByText(page, ["Application Guide"]); + const technicalDataSheetUrl = await getLinkByText(page, ["Tech Data Sheet", "Technical Data Sheet", "\\bTDS\\b"]); + const sampleImageUrl = await getSampleImageUrl(page); + + return { + sku, + color_name: title, + description, + price_tiers: priceTiers, + safety_data_sheet_url: safetyDataSheetUrl, + technical_data_sheet_url: technicalDataSheetUrl, + application_guide_url: applicationGuideUrl, + sample_image_url: sampleImageUrl, + product_url: url, + scraped_at: new Date().toISOString() + }; +} + +(async () => { + const browser = await chromium.launch({ + headless: !headed + }); + + const context = await browser.newContext({ + userAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + viewport: { width: 1365, height: 900 }, + locale: "en-US", + timezoneId: "America/New_York" + }); + + const page = await context.newPage(); + + const results = []; + const errors = []; + + for (const url of productUrls) { + try { + const row = await parseProduct(page, url); + results.push(row); + await page.waitForTimeout(3000); + } catch (err) { + console.warn(`Failed ${url}: ${err.message}`); + errors.push({ + product_url: url, + error: err.message, + scraped_at: new Date().toISOString() + }); + } + } + + await browser.close(); + + // If you prefer only the array, change this to JSON.stringify(results, null, 2) + const output = { + results, + errors + }; + + fs.writeFileSync(outputJson, JSON.stringify(output, null, 2), "utf8"); + + console.log(`Done. Output: ${outputJson}`); +})(); +'@ + + Set-Content -Path ".\prismatic-browser-scraper.js" -Value $js -Encoding UTF8 +} + +try { + Install-PlaywrightIfNeeded -Requested:$InstallPlaywright + Write-NodeScraper + + Write-Host "Running browser scraper..." + + if ($Headed) { + node .\prismatic-browser-scraper.js --headed + } + else { + node .\prismatic-browser-scraper.js + } +} +catch { + Write-Error $_.Exception.Message + exit 1 +} diff --git a/scripts/Web Scraping/backup/batch-50.txt b/scripts/Web Scraping/backup/batch-50.txt new file mode 100644 index 0000000000000000000000000000000000000000..f9136508b3d6d40c8998783e2406ae24fa2034c7 GIT binary patch literal 9324 zcmd6tTW{Jx5QX=-Qh$m=0CVeGtEQ2vwrbV4zCi*Bssofu)BO3i=i6af8}q&^E5W-q zaAxMr)%^SW==M4`Zs*>(j*e%4Txn?cU9GW#_K6v)0v)&L4HQ z(OLbD!e6)duH1vOb)`FbcgMZeajm20zPS%tcXeL)|Lob_TlZVvR%tcWXK!@2)Y(d( zJlEc{zIQ2XbNAZ4(s^1r%9b2m*RRQe6liSi`}?~YuVyHG3p!7q9*E|_DX4W+QPk)##e438^C3lT(}plo|8)vbl(x`x%Y#v`z3Ts z;e{z&$3r&KJ8MJD8b5vVvZVEc+Y6Q`{a)Pb@QL1dpb&i^)*w zo?Pk+q#%oZQ?*AGXRDaw$OlxAFeplqHm4cp=*dCzV>cAaW?sk(^YF-)py{EiiG?s@ z0oYS2KH&usb@bajINv?8C3XiRae3?}C(Re~*u7X&i8CRFM&BLl?m|+gW)RirxaGT- z^BJ*}Xj->Rdi+=-R7SxA*vr=gda`>P^YB6^^IJ6pEVBF+VrP1t)4w!zK2*$!xi`f7 zjgR(u@nvw*Jr#rHDx&>4Uv`T2Xq+xA#-Y@@@B7RYbPsB)8QS=#V$Q}_K(U@C{@}rX zlE)q7=$|+g9shXH-ictlTqc8-1_hLfk7(?jZ9~pSTj1ZCdkl}-(ia;Ykulp>bOF7 zc=4Inrf?=xYB{JHLd-069_DWC2^OBaI{Iu*Z0ZSr@CCYZTU+hV1f85kej?{G-De`b zR}LdOZUgMaml=#*fa7~^+uA;d=*FcLi9@O%l2F#bnb@Mbl&dV?Wq9M zD|{pL!Rh0w&2)nWOa|tN@aa6RQu7>SgM83`a_@wOXg|>(&k313&lPi+wo&<~o%-Ln z&qst*JVPPe3l%eEDzZHKkvc~DzmAV}GyOk^t>mBFkoJ5;=nHAEvE><_)IKJT31)8) zP86RyH5;Qv^2oDvnl^3)j1zHk;4zZL57ORJxsK;dh5UwRW>ayMJe~tyViUbSI)#~Z zU$B(tGgfQlUrEX+uW4|4#$4~0BWhR=X6M>)hgl+4)D74C)V=lf14c}#hx39XSBmLR$ OhNx?a1oRX33!VRwE^7M# literal 0 HcmV?d00001 diff --git a/scripts/Web Scraping/backup/color-discovery-log.json b/scripts/Web Scraping/backup/color-discovery-log.json new file mode 100644 index 0000000..7518eab --- /dev/null +++ b/scripts/Web Scraping/backup/color-discovery-log.json @@ -0,0 +1,270 @@ +{ + "completed_colors": { + "pris_black": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_black", + "http_status": 200, + "added": 472, + "added_during_scroll": 472, + "total_after": 472, + "completed_at": "2026-04-30T00:47:46.289Z" + }, + "pris_blue": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_blue", + "http_status": 200, + "added": 948, + "added_during_scroll": 948, + "total_after": 1420, + "completed_at": "2026-04-30T00:49:25.145Z" + }, + "pris_bronze": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_bronze", + "http_status": 200, + "added": 358, + "added_during_scroll": 358, + "total_after": 1778, + "completed_at": "2026-04-30T00:50:18.466Z" + }, + "pris_brown": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_brown", + "http_status": 200, + "added": 373, + "added_during_scroll": 373, + "total_after": 2151, + "completed_at": "2026-04-30T00:51:18.033Z" + }, + "pris_clear": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_clear", + "http_status": 200, + "added": 19, + "added_during_scroll": 19, + "total_after": 2170, + "completed_at": "2026-04-30T00:51:42.889Z" + }, + "pris_copper": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_copper", + "http_status": 200, + "added": 1094, + "added_during_scroll": 1094, + "total_after": 3264, + "completed_at": "2026-04-30T00:56:34.934Z" + }, + "pris_gold": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_gold", + "http_status": 200, + "added": 152, + "added_during_scroll": 152, + "total_after": 3416, + "completed_at": "2026-04-30T00:57:26.775Z" + }, + "pris_gray": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_gray", + "http_status": 200, + "added": 0, + "added_during_scroll": 0, + "total_after": 3416, + "completed_at": "2026-04-30T00:57:49.624Z" + }, + "pris_green": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_green", + "http_status": 200, + "added": 0, + "added_during_scroll": 0, + "total_after": 3416, + "completed_at": "2026-04-30T00:58:12.277Z" + }, + "pris_orange": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_orange", + "http_status": 200, + "added": 233, + "added_during_scroll": 233, + "total_after": 3649, + "completed_at": "2026-04-30T00:59:06.776Z" + }, + "pris_pink": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_pink", + "http_status": 200, + "added": 169, + "added_during_scroll": 169, + "total_after": 3818, + "completed_at": "2026-04-30T00:59:49.323Z" + }, + "pris_purple": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_purple", + "http_status": 200, + "added": 182, + "added_during_scroll": 182, + "total_after": 4000, + "completed_at": "2026-04-30T01:00:38.111Z" + }, + "pris_red": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_red", + "http_status": 200, + "added": 346, + "added_during_scroll": 346, + "total_after": 4346, + "completed_at": "2026-04-30T01:01:51.910Z" + }, + "pris_silver": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_silver", + "http_status": 200, + "added": 210, + "added_during_scroll": 210, + "total_after": 4556, + "completed_at": "2026-04-30T01:02:51.835Z" + }, + "pris_tan": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_tan", + "http_status": 200, + "added": 219, + "added_during_scroll": 219, + "total_after": 4775, + "completed_at": "2026-04-30T01:03:43.244Z" + }, + "pris_white": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_white", + "http_status": 200, + "added": 218, + "added_during_scroll": 218, + "total_after": 4993, + "completed_at": "2026-04-30T01:04:39.931Z" + }, + "pris_yellow": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_yellow", + "http_status": 200, + "added": 199, + "added_during_scroll": 199, + "total_after": 5192, + "completed_at": "2026-04-30T01:05:31.945Z" + } + }, + "runs": [ + { + "started_at": "2026-04-30T00:46:47.692Z", + "existing_at_start": 0, + "colors_attempted": [ + { + "color": "pris_black", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_black", + "http_status": 200, + "added": 472, + "total_after": 472 + }, + { + "color": "pris_blue", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_blue", + "http_status": 200, + "added": 948, + "total_after": 1420 + }, + { + "color": "pris_bronze", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_bronze", + "http_status": 200, + "added": 358, + "total_after": 1778 + }, + { + "color": "pris_brown", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_brown", + "http_status": 200, + "added": 373, + "total_after": 2151 + }, + { + "color": "pris_clear", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_clear", + "http_status": 200, + "added": 19, + "total_after": 2170 + }, + { + "color": "pris_copper", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_copper", + "http_status": 200, + "added": 1094, + "total_after": 3264 + }, + { + "color": "pris_gold", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_gold", + "http_status": 200, + "added": 152, + "total_after": 3416 + }, + { + "color": "pris_gray", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_gray", + "http_status": 200, + "added": 0, + "total_after": 3416 + }, + { + "color": "pris_green", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_green", + "http_status": 200, + "added": 0, + "total_after": 3416 + }, + { + "color": "pris_orange", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_orange", + "http_status": 200, + "added": 233, + "total_after": 3649 + }, + { + "color": "pris_pink", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_pink", + "http_status": 200, + "added": 169, + "total_after": 3818 + }, + { + "color": "pris_purple", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_purple", + "http_status": 200, + "added": 182, + "total_after": 4000 + }, + { + "color": "pris_red", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_red", + "http_status": 200, + "added": 346, + "total_after": 4346 + }, + { + "color": "pris_silver", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_silver", + "http_status": 200, + "added": 210, + "total_after": 4556 + }, + { + "color": "pris_tan", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_tan", + "http_status": 200, + "added": 219, + "total_after": 4775 + }, + { + "color": "pris_white", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_white", + "http_status": 200, + "added": 218, + "total_after": 4993 + }, + { + "color": "pris_yellow", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_yellow", + "http_status": 200, + "added": 199, + "total_after": 5192 + } + ], + "finished_at": "2026-04-30T01:05:34.987Z", + "final_total": 5192, + "new_this_run": 5192 + } + ] +} \ No newline at end of file diff --git a/scripts/Web Scraping/backup/discover-prismatic-by-color-param.js b/scripts/Web Scraping/backup/discover-prismatic-by-color-param.js new file mode 100644 index 0000000..6034c73 --- /dev/null +++ b/scripts/Web Scraping/backup/discover-prismatic-by-color-param.js @@ -0,0 +1,237 @@ +const fs = require("fs"); +const { chromium } = require("playwright"); + +const headed = process.argv.includes("--headed"); + +function getArgValue(name, defaultValue) { + const prefix = `--${name}=`; + const found = process.argv.find(x => x.startsWith(prefix)); + return found ? found.slice(prefix.length) : defaultValue; +} + +const maxScrollsPerColor = parseInt(getArgValue("max-scrolls-per-color", "180"), 10); +const stopAfterNoNewScrolls = parseInt(getArgValue("stop-after-no-new-scrolls", "10"), 10); + +const baseUrl = "https://www.prismaticpowders.com/shop/powder-coating-colors"; +const outputFile = "product-urls.txt"; +const logFile = "color-discovery-log.json"; + +// Update this list if you find more color params in the site HTML. +const colorParams = [ + "pris_black", + "pris_blue", + "pris_bronze", + "pris_brown", + "pris_clear", + "pris_copper", + "pris_gold", + "pris_gray", + "pris_green", + "pris_orange", + "pris_pink", + "pris_purple", + "pris_red", + "pris_silver", + "pris_tan", + "pris_white", + "pris_yellow" +]; + +function cleanUrl(url) { + return (url || "").split("?")[0].split("#")[0].trim(); +} + +function isProductUrl(url) { + return /\/shop\/powder-coating-colors\/[A-Z0-9-]+\//i.test(url || ""); +} + +function readExistingUrls() { + if (!fs.existsSync(outputFile)) return []; + + return fs.readFileSync(outputFile, "utf8") + .split(/\r?\n/) + .map(cleanUrl) + .filter(Boolean); +} + +function writeUrls(urls) { + const sorted = [...urls].sort(); + fs.writeFileSync(outputFile, sorted.join("\r\n") + "\r\n", "utf8"); +} + +function readLog() { + if (!fs.existsSync(logFile)) { + return { + completed_colors: {}, + runs: [] + }; + } + + try { + return JSON.parse(fs.readFileSync(logFile, "utf8")); + } catch { + return { + completed_colors: {}, + runs: [] + }; + } +} + +function writeLog(log) { + fs.writeFileSync(logFile, JSON.stringify(log, null, 2), "utf8"); +} + +async function collectProductLinks(page) { + const links = await page.locator("a").evaluateAll(anchors => + anchors + .map(a => a.href) + .filter(Boolean) + .filter(h => /\/shop\/powder-coating-colors\/[A-Z0-9-]+\//i.test(h)) + ); + + return links.map(cleanUrl).filter(Boolean); +} + +async function scrollAndCollect(page, urls, label) { + let noNewScrolls = 0; + let totalAddedForThisColor = 0; + + for (let i = 0; i < maxScrollsPerColor; i++) { + const before = urls.size; + + for (const link of await collectProductLinks(page)) { + urls.add(link); + } + + const after = urls.size; + const added = after - before; + totalAddedForThisColor += added; + + if (added === 0) { + noNewScrolls++; + } else { + noNewScrolls = 0; + } + + writeUrls(urls); + + console.log(`[${label}] Scroll ${i + 1}/${maxScrollsPerColor}: +${added}, total ${after}, no-new ${noNewScrolls}`); + + if (noNewScrolls >= stopAfterNoNewScrolls) { + break; + } + + await page.mouse.wheel(0, 2500); + await page.waitForTimeout(1500); + } + + return totalAddedForThisColor; +} + +(async () => { + const existingUrls = readExistingUrls(); + const urls = new Set(existingUrls); + const log = readLog(); + + console.log(`Existing URLs in ${outputFile}: ${existingUrls.length}`); + + const browser = await chromium.launch({ headless: !headed }); + + const context = await browser.newContext({ + userAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + viewport: { width: 1365, height: 900 }, + locale: "en-US", + timezoneId: "America/New_York" + }); + + const page = await context.newPage(); + + const runRecord = { + started_at: new Date().toISOString(), + existing_at_start: existingUrls.length, + colors_attempted: [] + }; + + for (const color of colorParams) { + if (log.completed_colors[color]) { + console.log(`Skipping completed color: ${color}`); + continue; + } + + const url = `${baseUrl}?color=${encodeURIComponent(color)}`; + console.log(""); + console.log(`Opening color filter: ${color}`); + console.log(url); + + try { + const response = await page.goto(url, { + waitUntil: "domcontentloaded", + timeout: 60000 + }); + + const status = response ? response.status() : "unknown"; + console.log(`HTTP status: ${status}`); + + await page.waitForTimeout(5000); + + const before = urls.size; + const addedDuringScroll = await scrollAndCollect(page, urls, color); + const after = urls.size; + const netAdded = after - before; + + log.completed_colors[color] = { + url, + http_status: status, + added: netAdded, + added_during_scroll: addedDuringScroll, + total_after: after, + completed_at: new Date().toISOString() + }; + + runRecord.colors_attempted.push({ + color, + url, + http_status: status, + added: netAdded, + total_after: after + }); + + writeLog(log); + writeUrls(urls); + + console.log(`Color complete: ${color}; added ${netAdded}; total ${after}`); + + // Polite pause between filters. + await page.waitForTimeout(3000); + } catch (err) { + console.log(`Color failed: ${color}; ${err.message}`); + + runRecord.colors_attempted.push({ + color, + url, + added: 0, + error: err.message + }); + + writeLog(log); + } + } + + runRecord.finished_at = new Date().toISOString(); + runRecord.final_total = urls.size; + runRecord.new_this_run = urls.size - existingUrls.length; + + log.runs.push(runRecord); + writeLog(log); + writeUrls(urls); + + console.log(""); + console.log("Color-param discovery complete."); + console.log(`Existing at start: ${existingUrls.length}`); + console.log(`Final total: ${urls.size}`); + console.log(`New this run: ${urls.size - existingUrls.length}`); + console.log(`Output: ${outputFile}`); + console.log(`Log: ${logFile}`); + + await browser.close(); +})(); diff --git a/scripts/Web Scraping/backup/package-lock.json b/scripts/Web Scraping/backup/package-lock.json new file mode 100644 index 0000000..276b0c1 --- /dev/null +++ b/scripts/Web Scraping/backup/package-lock.json @@ -0,0 +1,60 @@ +{ + "name": "web-scraping", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "web-scraping", + "version": "1.0.0", + "license": "ISC", + "dependencies": { + "playwright": "^1.59.1" + } + }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/playwright": { + "version": "1.59.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.59.1.tgz", + "integrity": "sha512-C8oWjPR3F81yljW9o5OxcWzfh6avkVwDD2VYdwIGqTkl+OGFISgypqzfu7dOe4QNLL2aqcWBmI3PMtLIK233lw==", + "license": "Apache-2.0", + "dependencies": { + "playwright-core": "1.59.1" + }, + "bin": { + "playwright": "cli.js" + }, + "engines": { + "node": ">=18" + }, + "optionalDependencies": { + "fsevents": "2.3.2" + } + }, + "node_modules/playwright-core": { + "version": "1.59.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.1.tgz", + "integrity": "sha512-HBV/RJg81z5BiiZ9yPzIiClYV/QMsDCKUyogwH9p3MCP6IYjUFu/MActgYAvK0oWyV9NlwM3GLBjADyWgydVyg==", + "license": "Apache-2.0", + "bin": { + "playwright-core": "cli.js" + }, + "engines": { + "node": ">=18" + } + } + } +} diff --git a/scripts/Web Scraping/backup/package.json b/scripts/Web Scraping/backup/package.json new file mode 100644 index 0000000..f9e68af --- /dev/null +++ b/scripts/Web Scraping/backup/package.json @@ -0,0 +1,16 @@ +{ + "name": "web-scraping", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "type": "commonjs", + "dependencies": { + "playwright": "^1.59.1" + } +} diff --git a/scripts/Web Scraping/backup/prismatic-browser-scraper.js b/scripts/Web Scraping/backup/prismatic-browser-scraper.js new file mode 100644 index 0000000..f4000ab --- /dev/null +++ b/scripts/Web Scraping/backup/prismatic-browser-scraper.js @@ -0,0 +1,189 @@ +const fs = require("fs"); +const { chromium } = require("playwright"); + +const headed = process.argv.includes("--headed"); + +const productUrls = [ + "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11248/high-gloss-black" +]; + +const outputJson = "prismatic_powders.json"; + +function clean(text) { + return (text || "").replace(/\s+/g, " ").trim(); +} + +function absoluteUrl(baseUrl, maybeUrl) { + if (!maybeUrl) return ""; + try { + return new URL(maybeUrl, baseUrl).href; + } catch { + return maybeUrl; + } +} + +function unique(items) { + return [...new Set(items.filter(Boolean).map(clean).filter(Boolean))]; +} + +async function getLinkByText(page, patterns) { + const links = await page.locator("a").evaluateAll((anchors) => + anchors.map(a => ({ + text: (a.innerText || a.textContent || "").replace(/\s+/g, " ").trim(), + href: a.getAttribute("href") || "" + })) + ); + + for (const link of links) { + if (patterns.some(p => new RegExp(p, "i").test(link.text))) { + return absoluteUrl(page.url(), link.href); + } + } + + return ""; +} + +function parsePriceTiers(plainText) { + const priceMatches = [...plainText.matchAll(/(\d+\s*-\s*\d+\s*lbs|\d+\s*\+\s*lbs)\s*\$([\d.]+)/gi)]; + + return priceMatches.map(m => { + const rangeText = clean(m[1]); + const price = parseFloat(m[2]); + + let min = null; + let max = null; + + const rangeMatch = rangeText.match(/(\d+)\s*-\s*(\d+)/); + if (rangeMatch) { + min = parseInt(rangeMatch[1], 10); + max = parseInt(rangeMatch[2], 10); + } + + const plusMatch = rangeText.match(/(\d+)\s*\+/); + if (plusMatch) { + min = parseInt(plusMatch[1], 10); + max = null; + } + + return { + min, + max, + price + }; + }); +} + +async function getSampleImageUrl(page) { + const imageUrls = await page.locator("img").evaluateAll((imgs) => + imgs.map(img => + img.currentSrc || + img.src || + img.getAttribute("src") || + img.getAttribute("data-src") || + "" + ).filter(Boolean) + ); + + return ( + imageUrls.find(src => /images\.nicindustries\.com/i.test(src) && !/thumbnail/i.test(src)) || + imageUrls.find(src => /images\.nicindustries\.com/i.test(src)) || + imageUrls.find(src => /prismatic|powder|color/i.test(src)) || + "" + ); +} + +async function parseProduct(page, url) { + console.log(`Scraping ${url}`); + + const response = await page.goto(url, { + waitUntil: "domcontentloaded", + timeout: 60000 + }); + + await page.waitForTimeout(3000); + + const status = response ? response.status() : 0; + const pageTitle = clean(await page.title().catch(() => "")); + const plainText = clean(await page.locator("body").innerText().catch(() => "")); + + console.log(`HTTP status: ${status}`); + console.log(`Page title: ${pageTitle}`); + + // Do not silently output a fake product if blocked. + if (status === 403 || /^403 Forbidden$/i.test(pageTitle) || /^403 Forbidden$/i.test(plainText)) { + throw new Error("403 Forbidden returned by site."); + } + + const title = clean(await page.locator("h1").first().innerText().catch(() => "")); + + const skuMatch = plainText.match(/Item:\s*([A-Z0-9-]+)/i); + const sku = skuMatch ? skuMatch[1] : ""; + + const descMatch = plainText.match(/Description:\s*(.*?)(WARNING:|What does this match\?|$)/is); + const description = descMatch ? clean(descMatch[1]) : ""; + + const priceTiers = parsePriceTiers(plainText); + + const safetyDataSheetUrl = await getLinkByText(page, ["Safety Data Sheet", "\\bSDS\\b"]); + const applicationGuideUrl = await getLinkByText(page, ["Application Guide"]); + const technicalDataSheetUrl = await getLinkByText(page, ["Tech Data Sheet", "Technical Data Sheet", "\\bTDS\\b"]); + const sampleImageUrl = await getSampleImageUrl(page); + + return { + sku, + color_name: title, + description, + price_tiers: priceTiers, + safety_data_sheet_url: safetyDataSheetUrl, + technical_data_sheet_url: technicalDataSheetUrl, + application_guide_url: applicationGuideUrl, + sample_image_url: sampleImageUrl, + product_url: url, + scraped_at: new Date().toISOString() + }; +} + +(async () => { + const browser = await chromium.launch({ + headless: !headed + }); + + const context = await browser.newContext({ + userAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + viewport: { width: 1365, height: 900 }, + locale: "en-US", + timezoneId: "America/New_York" + }); + + const page = await context.newPage(); + + const results = []; + const errors = []; + + for (const url of productUrls) { + try { + const row = await parseProduct(page, url); + results.push(row); + await page.waitForTimeout(3000); + } catch (err) { + console.warn(`Failed ${url}: ${err.message}`); + errors.push({ + product_url: url, + error: err.message, + scraped_at: new Date().toISOString() + }); + } + } + + await browser.close(); + + // If you prefer only the array, change this to JSON.stringify(results, null, 2) + const output = { + results, + errors + }; + + fs.writeFileSync(outputJson, JSON.stringify(output, null, 2), "utf8"); + + console.log(`Done. Output: ${outputJson}`); +})(); diff --git a/scripts/Web Scraping/backup/prismatic_powders.json b/scripts/Web Scraping/backup/prismatic_powders.json new file mode 100644 index 0000000..4b6897e --- /dev/null +++ b/scripts/Web Scraping/backup/prismatic_powders.json @@ -0,0 +1,33 @@ +{ + "results": [ + { + "sku": "PSS-11248", + "color_name": "High Gloss Black", + "description": "Prismatic Powders developed High Gloss Black to be the only high gloss black powder coating you will ever need. It has an incredibly deep, mirror like finish with amazing flow out, yielding the highest gloss, true black finish available in a powder coating. High Gloss Black is a polyester solid tone and is the best option to use as a base coat with all of our clear metallics, because of its mirror-like finish. Gloss Units: 85+ Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.47 + }, + { + "min": 50, + "max": 199, + "price": 11.85 + }, + { + "min": 200, + "max": null, + "price": 11.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5536/pss-11248-high-gloss-black-tds-dt20240111230300658308.pdf?1705014182", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15027/high-gloss-black-pss-11248-dt20251107212621375559-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11248/high-gloss-black", + "scraped_at": "2026-04-30T12:52:36.244Z" + } + ], + "errors": [] +} \ No newline at end of file diff --git a/scripts/Web Scraping/backup/product-urls.txt b/scripts/Web Scraping/backup/product-urls.txt new file mode 100644 index 0000000..bf659a8 --- /dev/null +++ b/scripts/Web Scraping/backup/product-urls.txt @@ -0,0 +1,5192 @@ +https://www.prismaticpowders.com/shop/powder-coating-colors/AA002QF/10-1002-corvel-appliance-white +https://www.prismaticpowders.com/shop/powder-coating-colors/AA004QF/10-1013-corvl-cool-wht-u1555-4 +https://www.prismaticpowders.com/shop/powder-coating-colors/AA101QF/10-1008-corvel-almond +https://www.prismaticpowders.com/shop/powder-coating-colors/AE001QF/10-2045a-corvel-sunflower-ylw +https://www.prismaticpowders.com/shop/powder-coating-colors/AE101Q/ae101q-int-100-pmt-ylw-primer +https://www.prismaticpowders.com/shop/powder-coating-colors/AG001QF/10-4003-corvel-alert-red +https://www.prismaticpowders.com/shop/powder-coating-colors/AG400QF/12-4001-corvel-robin-red-ul +https://www.prismaticpowders.com/shop/powder-coating-colors/AJ002QF/10-5017-cor-cobalt-blu-u1555-4 +https://www.prismaticpowders.com/shop/powder-coating-colors/AJ400QF/12-5003-corvel-mil-blu-u1556 +https://www.prismaticpowders.com/shop/powder-coating-colors/AJ402QF/12-5004-corvel-lag-blu-u1556 +https://www.prismaticpowders.com/shop/powder-coating-colors/AM400QF/12-8005-cor-chatea-brn-u1556 +https://www.prismaticpowders.com/shop/powder-coating-colors/AN001QF/10-7008-cor-hi-gls-blk-u1555-4 +https://www.prismaticpowders.com/shop/powder-coating-colors/AN005QF/10-7017-corvel-black-ul1555-4 +https://www.prismaticpowders.com/shop/powder-coating-colors/AN010Q/an010q-interpon-black +https://www.prismaticpowders.com/shop/powder-coating-colors/AN012QF/10-7086-corvel-black +https://www.prismaticpowders.com/shop/powder-coating-colors/AN016QF/an016qf-10-7428-black-u1555-4 +https://www.prismaticpowders.com/shop/powder-coating-colors/AN110QF/10-7589-cor-strlng-blk-u1585-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/AN208QF/10-7003-corvel-matte-black +https://www.prismaticpowders.com/shop/powder-coating-colors/AN211QF/10-7011-corvel-black +https://www.prismaticpowders.com/shop/powder-coating-colors/AN221QF/10-7068-corvel-vista-black +https://www.prismaticpowders.com/shop/powder-coating-colors/AN245QF/10-7665-corvel-pac-black +https://www.prismaticpowders.com/shop/powder-coating-colors/AN251QF/80-7001-corvel-solar-black +https://www.prismaticpowders.com/shop/powder-coating-colors/AN301QF/11-7001-corvel-asphalt-blk-tex +https://www.prismaticpowders.com/shop/powder-coating-colors/AN303QF/11-7015-corvel-belgian-blk-tex +https://www.prismaticpowders.com/shop/powder-coating-colors/AN400QF/12-7001-corvl-mdnt-blk-u1556 +https://www.prismaticpowders.com/shop/powder-coating-colors/APS-11224/acrylic-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/AZ104QF/13-9028-corvel-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/EA001QF/40-1012-corvel-snow-white +https://www.prismaticpowders.com/shop/powder-coating-colors/EA004QF/40-1042-corvel-fda-wht-u1585 +https://www.prismaticpowders.com/shop/powder-coating-colors/EA107QF/40-1260-corvel-k175-oyster-wht +https://www.prismaticpowders.com/shop/powder-coating-colors/EA213QF/41-1003-corvel-linear-white +https://www.prismaticpowders.com/shop/powder-coating-colors/EA231QF/ea231qf-plaster-smooth-tr-pls +https://www.prismaticpowders.com/shop/powder-coating-colors/EA301QF/41-1043-textra-frost-white +https://www.prismaticpowders.com/shop/powder-coating-colors/EA311Q/ea311q-int-f2010-plaster-tr-tw +https://www.prismaticpowders.com/shop/powder-coating-colors/ED111QF/ed111qf-40-8578-pebble-42 +https://www.prismaticpowders.com/shop/powder-coating-colors/EE002QF/40-2016-corvel-sunbrst-u1585 +https://www.prismaticpowders.com/shop/powder-coating-colors/EJ001QF/40-5031-corvel-blue-u1585 +https://www.prismaticpowders.com/shop/powder-coating-colors/ELB-1797/salem-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-1046/tomic-black +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-1066/osbourne-black +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-2573/gold-smith +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-2592/black-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-2945/beautiful-dreamer +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4080/burk-boiler-black +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4110/subtle-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4127/steel-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4175/gold-medallion +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4186/graphite-black-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4210/charcoal-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4233/iris-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4448/tomic-gold-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4979/decor-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-6736/penny-flakes +https://www.prismaticpowders.com/shop/powder-coating-colors/EMS-0940/spanish-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/EN011QF/40-7739-corvel-halloween-blk +https://www.prismaticpowders.com/shop/powder-coating-colors/EN044Q/en044q-interpon-a4701-black +https://www.prismaticpowders.com/shop/powder-coating-colors/EN104QF/40-7483-corvel-65-gloss-black +https://www.prismaticpowders.com/shop/powder-coating-colors/EN2007/en2007-interpon-f2010-blk-tr-f +https://www.prismaticpowders.com/shop/powder-coating-colors/EN200QF/40-7055-c-corvel-flat-black +https://www.prismaticpowders.com/shop/powder-coating-colors/EN2017/en2017-interpon-charcoal-tr-k +https://www.prismaticpowders.com/shop/powder-coating-colors/EN204QF/40-7194-corvel-very-jet-black +https://www.prismaticpowders.com/shop/powder-coating-colors/EN305QF/41-7184-textra-vador-black +https://www.prismaticpowders.com/shop/powder-coating-colors/EN309QF/41-7253-textra-black +https://www.prismaticpowders.com/shop/powder-coating-colors/EN350U/en350u-f2010-black +https://www.prismaticpowders.com/shop/powder-coating-colors/EPB-0563/so-super-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/EPB-0966/super-dust-mithril +https://www.prismaticpowders.com/shop/powder-coating-colors/EPB-2002/burk-epoxy-stainless +https://www.prismaticpowders.com/shop/powder-coating-colors/EPB-4318/burk-stainless-cloud +https://www.prismaticpowders.com/shop/powder-coating-colors/EPB-5102/super-dust-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/EPS-5138/oh-so-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/ERB-1566/elkwood-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/ESS-0762/malibu-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/ESS-11150/epoxy-primer +https://www.prismaticpowders.com/shop/powder-coating-colors/ESS-11152/anti-gas-primer +https://www.prismaticpowders.com/shop/powder-coating-colors/ESS-11154/epoxy-white-primer +https://www.prismaticpowders.com/shop/powder-coating-colors/ESS-2953/black-stallion +https://www.prismaticpowders.com/shop/powder-coating-colors/ESS-4441/flatter-black +https://www.prismaticpowders.com/shop/powder-coating-colors/ESS-4916/domestic-white +https://www.prismaticpowders.com/shop/powder-coating-colors/EVS-1512/grecian-gold-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/EVS-4485/us-penny-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/EW102QF/43-9087a-britebond-tarjai-slvr +https://www.prismaticpowders.com/shop/powder-coating-colors/EW121QF/43-9436-britbnd-faux-stainless +https://www.prismaticpowders.com/shop/powder-coating-colors/EW204Q/ew204q-int-f2010-gunmetl-tr-mg +https://www.prismaticpowders.com/shop/powder-coating-colors/EW302QF/41-9124-textra-slick-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-0681/oil-rubbed-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-0856/spencer-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-0867/rockwell-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-0868/ironsides +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-1071/princeton +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-1470/imperial-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-1513/designer-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-1890/black-kranberry +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-2084/mahogany-fleck +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-2244/robust-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-2284/harshaw-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-5562/frosted-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-6472/hamden-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-6681/medium-grey-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9100/taupe +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9101/cocoa +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9102/copper +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9103/emerald-green +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9104/blue-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9105/lake-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9106/charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9108/ruby-red +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9109/dusty-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9110/plum-navy +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9111/bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9112/graphite-black +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9113/mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9114/silvas-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9115/midnight-blue-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9116/rose-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9117/silver-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9118/plum +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9119/burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9120/mauve-lite +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9123/iced-blue-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9124/iced-purple-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9125/phone-red +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9126/plum-pretty +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9127/blue-print +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9128/ozotech-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9131/hearty-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9132/old-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9133/black-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9134/aged-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9135/old-style-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9136/dark-bronze-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9137/golden-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9138/lite-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9139/aged-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9140/black-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9141/hotsy-red +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9142/dye-blue-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9143/blue-fish +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9146/tanker-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9148/silvas-mauve-lite +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9150/silk-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9151/whale-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/EWS-0274/red-wrinkle-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/EWS-0516/ash-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/EWS-0531/rainbow-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/EWS-2751/spider-blue-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/EWS-9107/coal-black +https://www.prismaticpowders.com/shop/powder-coating-colors/HA000Q/ha000q-int-100-white-primer +https://www.prismaticpowders.com/shop/powder-coating-colors/HLB-2076/adobe-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/HLB-4961/golden-rock-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/HLB-4964/copper-rock-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/HLB-5015/soft-copper-rock-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-1559/creamy-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-1589/alloy-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-1741/sunrise-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-1900/skylark-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-2001/buckingham-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-2105/gt-tile-pink-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-2225/gold-bar-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-2524/flat-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-4137/prismatic-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-4232/pearlized-white +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-5032/regency-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-5970/hamden-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-6580/agoldszio +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-6871/ct-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/HNF35QF/17-7005-crvl-ecb1363a-blk +https://www.prismaticpowders.com/shop/powder-coating-colors/HRB-4682/flat-bronze-river +https://www.prismaticpowders.com/shop/powder-coating-colors/HRB-4990/black-rock-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/HRB-4995/alloy-gold-river +https://www.prismaticpowders.com/shop/powder-coating-colors/HRB-6113/pearl-river +https://www.prismaticpowders.com/shop/powder-coating-colors/HSB-10722/verdant +https://www.prismaticpowders.com/shop/powder-coating-colors/HSB-6761/frozen-white +https://www.prismaticpowders.com/shop/powder-coating-colors/HSS-0500/dew-white +https://www.prismaticpowders.com/shop/powder-coating-colors/HSS-1336/silk-satin-black +https://www.prismaticpowders.com/shop/powder-coating-colors/HSS-2345/polished-aluminum +https://www.prismaticpowders.com/shop/powder-coating-colors/HSS-4086/wright-whale +https://www.prismaticpowders.com/shop/powder-coating-colors/HSS-5033/fda-white +https://www.prismaticpowders.com/shop/powder-coating-colors/HSS-5097/antique-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/HTB-7087/toasted-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/HTB-8008/burnt-coconut +https://www.prismaticpowders.com/shop/powder-coating-colors/HTS-10098/shadowed-black-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/HTS-8170/platinum-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/JA008QF/30-1007-corvel-white-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JA022QF/30-11007-corvel-ral9016-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JA025QF/30-11011-corvel-ral9003-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JA029QF/30-11013-corvel-ral9010-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JA035QF/30-11048-corvel-w2-white +https://www.prismaticpowders.com/shop/powder-coating-colors/JA03EQF/ja03eqf-ral9018-papyrus-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JA04EQF/ja04eqf-ral9002-gry-wht-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JA054QF/30-1112-corvel-choice-white +https://www.prismaticpowders.com/shop/powder-coating-colors/JA059QF/30-1159-corvel-sky-white +https://www.prismaticpowders.com/shop/powder-coating-colors/JA062QF/30-1167-crvl-hi-reflectanc-wht +https://www.prismaticpowders.com/shop/powder-coating-colors/JA0647/ja0647-interpon-800-white +https://www.prismaticpowders.com/shop/powder-coating-colors/JA074QF/30-1388-corvel-parchment +https://www.prismaticpowders.com/shop/powder-coating-colors/JA079QF/30-1466-corvel-classic-white +https://www.prismaticpowders.com/shop/powder-coating-colors/JA301QF/31-1037-txtra-weatherable-wht +https://www.prismaticpowders.com/shop/powder-coating-colors/JD004QF/30-11015-corvel-ral9001-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JD006QF/30-11018-corvel-ral1013-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JD014QF/30-81013-corvel-ral1015-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JD016QF/30-81014-corvel-ral1019-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JD018QF/30-81017-corvel-ral1001-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JD033QF/30-8286-corvel-uni-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/JD048QF/30-8427-corvel-candlestick +https://www.prismaticpowders.com/shop/powder-coating-colors/JD091QF/jd091qf-ral-1014-ivory-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JD311QF/31-8134-textra-wheat +https://www.prismaticpowders.com/shop/powder-coating-colors/JE001QF/30-2044-corvel-buttercup +https://www.prismaticpowders.com/shop/powder-coating-colors/JE005QF/30-21002-corvel-ral1003-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE007QF/30-21003-corvel-ral1023-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE00AQF/je00aqf-ral-1024-ochre-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE00BQF/je00bqf-ral1034-pas-ylw-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE010QF/30-21005-corvel-ral1032-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE019QF/30-2126-cor-industrial-ylwf9la +https://www.prismaticpowders.com/shop/powder-coating-colors/JE01AQF/je01aqf-ral-1005-honey-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE01BQF/je01bqf-ral1018-znc-ylw-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE025QF/30-2168-corvel-safety-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/JE02AQF/je02aqf-ral1007-daf-ylw-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE02BQF/je02bqf-ral1016-sulfur-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE0317/je0317-interpon-600-ral-1021 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE033QF/30-2199-corvel-cub-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/JE03AQF/je03aqf-ral1028-yellow-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE05AQF/je05aqf-ral1004-golden-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE066QF/30-2171c-corvel-ag-yellow-f9h +https://www.prismaticpowders.com/shop/powder-coating-colors/JE06AQF/je06aqf-ral1033-dahlia-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE07AQF/je07aqf-ral-1012-lemon-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE08AQF/je08aqf-ral1017-saffron-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE098QF/je098qf-ral-1002-ylw-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE099QF/je099qf-ral1006-maize-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE09AQF/je09aqf-ral1037-sun-ylw-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE103QF/je103qf-30-21032-yellow-primer +https://www.prismaticpowders.com/shop/powder-coating-colors/JF017QF/30-31003-corvel-ral2004-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JF028QF/jf028qf-int-600-kubota-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/JF030QF/30-3108-corvel-safety-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/JF065QF/jf065qf-ral2011-dp-orng-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JF066QF/jf066qf-ral2000-y-orng-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JF067QF/jf067qf-ral-2003-pastel-orng +https://www.prismaticpowders.com/shop/powder-coating-colors/JF069QF/jf069qf-ral2008-rd-orng-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JF070QF/jf070qf-ral2012-orange-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JF071QF/jf071qf-ral2009-orange-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JF072QF/jf072qf-ral-2001-orng-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JF104QF/30-31007-cor-home-depot-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/JG001QF/30-4021-soda-red-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG00DQF/jg00dqf-ral4003-violet-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG00EQF/jg00eqf-ral3007-blk-red-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG011QF/30-41005-corvel-ral3020-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG013QF/30-41007-corvel-ral3005-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG015QF/30-41008-corvel-ral3001-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG017QF/30-41009-corvel-ral3009-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG01CQF/jg01cqf-ral-3014-pink-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG01DQF/jg01dqf-ral-3017-rose-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG01EQF/jg01eqf-ral-3031-red-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG027QF/jg027qf-interpon600-safety-red +https://www.prismaticpowders.com/shop/powder-coating-colors/JG02DQF/jg02dqf-ral-3016-red-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG031QF/30-4200-corvel-ms-3-red +https://www.prismaticpowders.com/shop/powder-coating-colors/JG034QF/30-4213-corvel-red-baron +https://www.prismaticpowders.com/shop/powder-coating-colors/JG03DQF/jg03dqf-ral3018-strwbry-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG04DQF/jg04dqf-ral4010-telemag-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG05DQF/jg05dqf-ral3003-red-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG06CQF/jg06cqf-ral2002-vermil-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG06DQF/jg06dqf-ral-3004-red-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG074QF/jg074qf-interpon-600-ral-3000 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG075QF/jg075qf-interpon-600-ral-3002 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG07CQF/jg07cqf-ral3027-raspbry-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG07DQF/jg07dqf-ral3012-bge-red-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG08CQF/jg08cqf-ral3022-salmon-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG08DQF/jg08dqf-ral4002-violet-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG09CQF/jg09cqf-ral3011-brn-red-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG09DQF/jg09dqf-ral3013-tomato-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JH004QF/jh004qf-ral4009-violet-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JH005QF/jh005qf-ral4008-violet-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JH006QF/jh006qf-ral4004-violet-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JH007QF/jh007qf-ral-4005-lilac-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JH008QF/jh008qf-ral-4001-lilac-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JH009QF/jh009qf-ral4006-purple-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JH010QF/jh010qf-ral4007-violet-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ001QF/30-5033-corvl-dark-blu-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ005QF/30-5306-corvel-ral5003-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ008QF/30-51005-corvel-ral5002-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ00CQF/jj00cqf-ral5007-brilblu-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ00DQF/jj00dqf-ral5011-stl-blu-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ010QF/30-51006-corvel-ral5005-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ01CQF/jj01cqf-ral-5023-blue-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ01DQF/jj01dqf-ral5022-blue-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ02CQF/jj02cqf-ral5001-grn-blu-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ02DQF/jj02dqf-ral5024-pas-blu-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ034QF/30-5274-corvel-blue-streak-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ03CQF/jj03cqf-ral5014-pignblu-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ03DQF/jj03dqf-ral5010-gentian-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ04CQF/jj04cqf-ral5018-turqblu-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ04DQF/jj04dqf-ral-5009-azure-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ05CQF/jj05cqf-ral6034-turqus-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ068QF/30-5467-corvel-ral5015-hg-2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ07AQF/jj07aqf-ral5000-vio-blu-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ07CQF/jj07cqf-ral5020-blue-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ08BQF/jj08bqf-ral-5021-water-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ08CQF/jj08cqf-ral-5013-blue-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ090QF/jj090qf-int-600-safety-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ091QF/jj091qf-interpon-600-ral-5004 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ092QF/jj092qf-interpon-600-ral-5012 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ093QF/jj093qf-interpon-600-ral-5017 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ094QF/jj094qf-interpon-600-ral-5019 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ09BQF/jj09bqf-ral5008-gry-blu-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ303QF/31-5056-textra-thunder-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/JK02CQF/jk02cqf-ral6033-turqus-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JK02DQF/jk02dqf-ral6014-ylwoliv-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JK03CQF/jk03cqf-ral-6013-green-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JK03EQF/jk03eqf-ral6015-olive-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JK04CQF/jk04cqf-ral6027-lt-grn-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JK04EQF/jk04eqf-ral1020-olv-ylw-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JK05BQF/jk05bqf-ral6004-blu-grn-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JK05DQF/jk05dqf-ral-1027-curry-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JK06CQF/jk06cqf-ral6008-brn-grn-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JK079QF/30-6513-corvel-ral6012-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JK07DQF/jk07dqf-ral-6022-olive-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JK09CQF/jk09cqf-ral1000-grn-bge-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JL009QF/30-71013-corvel-ral7032-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JL00DQF/jl00dqf-ral7034-ylw-gry-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JL012QF/30-71015-corvel-ral7044-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JL014QF/30-71016-corvel-ral7046-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JL018QF/30-71018-corvel-ral7015-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JL01FQF/jl01fqf-ral7008-khaki-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JL03DQF/jl03dqf-ral7006-bge-gry-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JL03EQF/jl03eqf-ral-7016-gray-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JL04EQF/jl04eqf-ral7021-blk-gry-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JL04FQF/jl04fqf-ral-7011-iron-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JL06EQF/jl06eqf-ral7031-blu-gry-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JL070QF/33-9110-corvel-silver-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/JL08DQF/jl08dqf-ral7002-olivgry-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM002QF/30-81012-corvel-ral8019-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM005QF/30-81018-corvel-ral8016-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM007QF/30-81020-corvel-ral8017-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM009QF/30-81021-corvel-ral8028-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM011QF/30-81022-corvel-ral8025-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM035QF/jm035qf-interpon-600-ral-8002 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM036QF/jm036qf-interpon-600-ral-7013 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM037QF/jm037qf-interpon-600-ral-8001 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM038QF/jm038qf-600-ral8015-chestnt-br +https://www.prismaticpowders.com/shop/powder-coating-colors/JM062QF/jm062qf-ral8024-bge-brn-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM063QF/jm063qf-ral8008-olivbrn-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM064QF/jm064qf-ral8011-nut-brn-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM066QF/jm066qf-ral8022-bk-brn-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM069QF/jm069qf-ral8023-orngbrn-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM070QF/jm070qf-ral1011-brn-bge-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM071QF/jm071qf-ral8004-coprbrn-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM072QF/jm072qf-ral8012-red-brn-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM073QF/jm073qf-ral-8014-sepia-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM074QF/jm074qf-ral-8007-fawn-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/JM075QF/jm075qf-ral8000-grn-brn-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM076QF/jm076qf-ral-8003-clay-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM306QF/31-8135-textra-chestnut +https://www.prismaticpowders.com/shop/powder-coating-colors/JN002QF/30-7048-corvel-bumper-black +https://www.prismaticpowders.com/shop/powder-coating-colors/JN007QF/30-71021-corvel-ral9005-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JN013QF/30-7214-hi-gloss-blk-u1578-1a +https://www.prismaticpowders.com/shop/powder-coating-colors/JN019QF/30-7490-corvel-bike-black +https://www.prismaticpowders.com/shop/powder-coating-colors/JN056QF/jn056qf-ral-9017-black-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JN057QF/jn057qf-ral9004-sig-blk-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JN058QF/jn058qf-ral9011-graph-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JN103QF/30-7018-corvel-comet-black +https://www.prismaticpowders.com/shop/powder-coating-colors/JN109QF/30-7074-c-cor-med-gls-blk-f9tr +https://www.prismaticpowders.com/shop/powder-coating-colors/JN115QF/jn115qf-30-71065-jdm-f9tr-blk +https://www.prismaticpowders.com/shop/powder-coating-colors/JN125QF/jn125qf-30-7137-int-600-black +https://www.prismaticpowders.com/shop/powder-coating-colors/JN128QF/30-7344-corvel-satin-black +https://www.prismaticpowders.com/shop/powder-coating-colors/JN137QF/30-7727-corvel-comp-satin-blk +https://www.prismaticpowders.com/shop/powder-coating-colors/JN139QF/30-7728a-corvel-gen-gloss-blk +https://www.prismaticpowders.com/shop/powder-coating-colors/JN213QF/30-7233-c-cor-hp-dull-blk-f9t +https://www.prismaticpowders.com/shop/powder-coating-colors/JN216QF/30-7262-corvel-raven-black +https://www.prismaticpowders.com/shop/powder-coating-colors/JN252QF/jn252qf-interpon-600-on-x08-bl +https://www.prismaticpowders.com/shop/powder-coating-colors/JN301QF/31-7091-textra-black-sand +https://www.prismaticpowders.com/shop/powder-coating-colors/JN405QF/31-7232-corvel-black-river +https://www.prismaticpowders.com/shop/powder-coating-colors/JW090QF/jw090qf-int-600-ral9006-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/JW091QF/jw091qf-int-600-ral9007-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/JW10FQF/33-9386-vms3630ld-golden-gauge +https://www.prismaticpowders.com/shop/powder-coating-colors/JW11CQF/33-9684-britebond-soft-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/JW12AQF/33-9740-bb-stardust-silver-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/JW16BQF/33-9765-corvel-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/JW197QF/33-9675-britebond-soft-nickel +https://www.prismaticpowders.com/shop/powder-coating-colors/JW310QF/33-9431a-corvel-architect-brw +https://www.prismaticpowders.com/shop/powder-coating-colors/JW415QF/33-9759-corvel-penny-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/JW416QF/33-9766-corvel-gold-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/JZ001Q/jz001q-interpon-a4741-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/KA005QF/30-1402-c-low-e-ultimate-white +https://www.prismaticpowders.com/shop/powder-coating-colors/KD403QF/31-8164-600-low-e-beige-river +https://www.prismaticpowders.com/shop/powder-coating-colors/KN000QF/30-71038-low-e-black +https://www.prismaticpowders.com/shop/powder-coating-colors/KN008QF/30-7778-low-e-ral-9005-jet-blk +https://www.prismaticpowders.com/shop/powder-coating-colors/KN108QF/39-7004-low-e-semi-gloss-black +https://www.prismaticpowders.com/shop/powder-coating-colors/KN309QF/kn309qf-600-hr-on-x59-black +https://www.prismaticpowders.com/shop/powder-coating-colors/KN400QF/31-71007-low-e-black-river +https://www.prismaticpowders.com/shop/powder-coating-colors/MA208U/ma208u-interpon-matte-white +https://www.prismaticpowders.com/shop/powder-coating-colors/MA2107/ma2107-interpon-610-white +https://www.prismaticpowders.com/shop/powder-coating-colors/MM2247/mm2247-int810-southern-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/MN306QF/mn306qf-int610-black-bird-bk01 +https://www.prismaticpowders.com/shop/powder-coating-colors/MNX007/mnx007-lava-black-grip-tex +https://www.prismaticpowders.com/shop/powder-coating-colors/MW2897/mw2897-int810-anodized-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PA001QF/20-1007hy-25-hysq-furnitur-wht +https://www.prismaticpowders.com/shop/powder-coating-colors/PA003QF/20-1012hy-25-hysq-hi-rflct-wht +https://www.prismaticpowders.com/shop/powder-coating-colors/PA006QF/20-1028hy-25-hysq-wet-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PA032Q/pa032q-gloss-white-155w174-u +https://www.prismaticpowders.com/shop/powder-coating-colors/PA060QF/pa060qf-200-markerboard-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PA100QF/20-1015-corvel-sky-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PA400QF/22-1001-corvel-arc-wht-ul +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1100/silver-cast +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1102/oil-rubbed-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1103/burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1104/emeryboard-grey-iii +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1105/bronze-cast +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1106/plum-cast +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1107/copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1108/brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1110/midnight-blue-cast +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1111/rose-cast +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1112/coal +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1117/gamblers-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1118/gamblers-pewter +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1119/gamblers-steel-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1120/gamblers-gun-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1121/gamblers-black-hat +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1126/silver-nickel +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1127/dye-blue-cast +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1130/montego-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1131/black-hills-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-2093/aged-penny +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-2446/blue-cast +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-2456/bluer-blue-cast +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-2512/lite-copper-cast +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-4074/bronze-twin +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-4333/oil-rubbed-bronze-light +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-5285/blue-cast-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-5517/super-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-6967/black-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PCS-4721/black-cast +https://www.prismaticpowders.com/shop/powder-coating-colors/PD000QF/20-8021hy-25-hysq-design-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PD002QF/20-8247hy-25-hysq-beechwood +https://www.prismaticpowders.com/shop/powder-coating-colors/PD004QF/20-8256hy-25-hysq-sandstone +https://www.prismaticpowders.com/shop/powder-coating-colors/PD212QF/22-8002-victorian-lace-u1576-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PE000QF/20-2076hy-25-hysq-buttercup +https://www.prismaticpowders.com/shop/powder-coating-colors/PE002QF/20-2078hy-25-hysq-safty-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PF001QF/20-3043-corvel-non-emisve-orng +https://www.prismaticpowders.com/shop/powder-coating-colors/PF002QF/20-3025hy-25-hysq-pumpkin +https://www.prismaticpowders.com/shop/powder-coating-colors/PG000QF/20-4064hy-25-hysq-blood-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PG005QF/20-4115-corvel-non-emsv-mwr-rd +https://www.prismaticpowders.com/shop/powder-coating-colors/PG100QF/20-4016hy-25-hysq-crim-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PJ206QF/22-5002-thunder-blue-u1576-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-11221/ridgerock-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-1257/pollywog-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-1567/teal-leatherette +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-1572/peacock-leather +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-1744/cosmic-silver-satin +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-1938/ginger-spice +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-1945/charcoal-leather +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2026/swedish-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2038/grecian-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2039/grecian-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2063/leatherwood +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2077/ironstone-root +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2097/us-bronze-leather +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2263/freckled-peach +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2452/lilac-leather +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2509/almond-latte +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2557/copperdale +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2865/charcoal-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2894/karls-bedrock +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3010/black-bronze-hammer +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3110/vibrant-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3131/ironstone-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3132/ironstone-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3133/ironstone-marmalade +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3135/ironstone-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3136/ironstone-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3137/ironstone-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3138/ironstone-blueberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3139/ironstone-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3140/ironstone-elderberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3141/ironstone-blackberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3142/ironstone-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3143/ironstone-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3144/ironstone-silver-satin +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3145/ironstone-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3147/ironstone-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-4678/ironstone-rootbeer +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-6789/antique-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-6990/ironstone-gonzio +https://www.prismaticpowders.com/shop/powder-coating-colors/PLS-2334/hilltop-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PM002QF/20-8002hy-25-hysq-walnut +https://www.prismaticpowders.com/shop/powder-coating-colors/PM105QF/20-8249hy-25-hysq-brnz-u1579-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PM210QF/22-8004-corvel-chicory-u1576-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0113/maxi-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0195/black-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0223/heavy-black-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0297/aztec-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0310/peacock-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0315/rosebud-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0512/silver-metallic-i +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0513/silver-metallic-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0548/titanium-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0565/lazer-navy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0566/easter-lavender +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0574/magenta-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0578/sail-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0593/soft-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0621/mellow-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0642/us-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0644/wild-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0647/plum-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0659/lazer-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0676/catalina-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0680/albatross +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0684/golden-saddle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0685/copper-sunset +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0729/misty-lilac +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0736/lite-peacock +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0741/seascape-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0750/peacock-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0766/mediterranean-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0770/brazil-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0776/rooster-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0783/stoneware-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0784/shadowmaker-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0791/cool-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0803/bayside-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0806/rocky-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0827/cherry-slush +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0846/metropolitan-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0847/silverstone +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0850/british-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0865/midnight-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0869/limelite +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0878/moody-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0889/hot-springs +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0902/hollyburn +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0907/steelhead-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0920/wild-strawberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0932/sage-teal-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0942/sage-teal-twilight +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0956/modoc-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0963/sunburst-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0964/brentwood-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0967/hot-pink-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0968/magenta-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0970/sage-teal-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0979/kat-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0986/midnight-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10002/roadster-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10003/flat-caddy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10009/vintage-bling +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10015/cosmic-sassy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10016/cosmic-passion +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10017/cosmic-pretty-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10018/refined-elegance +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10019/tasonic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10021/avery-metallic-blue-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10023/blue-gunmetal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10029/luxury-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10032/razzle-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10034/faint-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10038/finish-line-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10040/lt-pearl-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10041/stingray-blue-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10048/steel-leaf +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10058/mint-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1006/misty-emerald +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10066/midnight-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10067/marmalade-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10077/white-platinum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10079/cashmere-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10084/silver-mint +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10088/lite-goldtastic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10100/black-iridium +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10102/dirty-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10105/kopa-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10111/pearl-sludge +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10121/dragonfly-blue-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10126/henry-stone +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10136/frosted-mud +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10138/crimson-fire-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10159/mulberry-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10182/satin-bronze-chrome +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10193/shadowed-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10195/livid-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10196/cherry-plum-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10199/dusted-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10205/franken-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10206/cuda +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10216/cloud-veil +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10234/anchovy-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10237/rose-platinum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10241/surf-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10250/mayan-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10262/ember-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10266/peacock-ore +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10278/lightning-opal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10279/frosted-indigo +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10289/gamma-burst +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10291/illusion-blueblood +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1031/cambridge-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10324/sunstorm-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10328/forged-charcoal-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10337/event-horizon +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10338/mwar +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10339/astro-creep +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10344/golden-hemlock +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10345/garnet-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10346/infused-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10347/aqualust +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10348/treasure-island +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10349/fire-newt +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10350/bluebelly +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10351/mermaid-tail +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10352/beetle-juice +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10353/rusty-rufis +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10354/neutron-star +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10356/wild-mulberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10367/prismatic-universe +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10368/sand-dollar-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10388/nixon-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10405/feeling-blue-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10409/rhodamine-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10417/cotton-candy-blue-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1042/misty-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1047/fuchsia-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10505/copper-russet-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10507/burnt-reynolds +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10512/interstellar-ai +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10513/pixie-blood +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10517/midsummer-nights +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10518/smurftastic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10520/glitterazzi +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10523/illusion-ruby +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10537/blast-off-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10550/red-delicious +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10551/illusion-scarlet +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10554/ruby-vroom +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10556/red-rum-237 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10557/lipstick-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10562/rubellite +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10563/bronze-penny +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10565/maroon-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10566/sangria +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10567/golden-currant +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10568/ron-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10570/calypsos-fantasy-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10574/retro-peach +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10575/golden-peach +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10583/basalt +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10584/black-platinum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10588/iron-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10589/silver-dollar +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10591/stamped-concrete +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10595/south-beach-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10600/opus-orange-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10604/ivory-sabotage-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10606/oyster-cult-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10609/caramellow-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10611/scutter-botch-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10626/royal-ruby-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10635/volkan-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10639/orange-madness +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10643/polaris-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10644/polaris-radar-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10647/can-am-gold-17 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10655/accurate-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10657/yama-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10658/impact-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1067/hartford-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10673/illusion-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10675/bossanova-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10676/laredo-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10677/na-pali-dreams +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10678/north-shore-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10693/kona-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10694/jackpot-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10695/honey-bucket +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10702/pink-malawi +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10703/yellow-tang +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10704/holy-snapper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10712/ka-chow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10715/maximum-steel +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10728/infused-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10729/illusion-red-velvet +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1073/geyser-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10730/mountain-air +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10733/rustic-rose-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10735/draco-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10737/arctic-fox-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1074/modesto-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10744/cuprum-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10747/majestic-gem-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10752/yellow-iris-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10754/crystal-castle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10755/denim-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10757/graphite-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10758/peach-mimosa +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10760/spiced-clove-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10762/cinnamon-girl-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10789/prismatic-cosmos +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1080/copper-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10800/american-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10802/cosmic-chartreuse +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1081/misty-rootbeer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10836/golden-eagle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1084/california-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10879/prismatic-gold-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10885/before-the-storm +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10888/miners-gold-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10889/apollo-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10890/samson-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10891/valhalla-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10892/emperors-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10893/vintage-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10894/grand-royale +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10895/gold-medal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10896/conquistador-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10897/dark-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10898/true-dark-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10899/vintage-platinum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10902/whiskey-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10913/precious-platinum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10917/bronze-medallion +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10924/wraith-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10940/metallic-beige-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10941/winter-silver-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1098/misty-iris +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11004/final-frontier-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11005/flat-shimmer-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11006/ritzy-glitter-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11007/dark-silver-metallic-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11008/national-gold-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11009/arizona-beige-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11010/roman-bronze-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11011/sandy-gold-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11012/lithia-gold-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11013/cashmere-gold-iii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11015/ford-adobe-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11016/titanium-gold-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11017/stage-pass-bronze-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11018/champagne-shimmer-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11028/poly-gold-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11029/bismark-gold-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1109/lazer-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1110/alpine-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11127/crystal-grey-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11128/bmw-silver-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11130/crushed-silver-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11153/pewter-bronze-iii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11157/honey-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11161/precious-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11163/silver-glisten +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11167/matte-clementine-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11168/matte-matrix-blue-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11180/irish-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11197/cola-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11200/ford-antimatter-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11201/azure-crystal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11208/pewter-bronze-ii-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11225/toyota-sunset-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1123/fantasy-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11230/bingham-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11234/helix-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1125/rosebud-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11261/ford-peak-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11265/white-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11268/ford-blue-ember +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11275/mercury-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11292/wild-berry-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11296/midnight-sun +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11297/copper-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11299/blue-blush +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1130/royal-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11300/blueshift +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11301/laguna-blue-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11311/cobre-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11334/ford-star-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11339/ford-galvanized-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11340/ford-hot-pepper-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11348/ford-pristine-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11349/lincoln-pristine-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11350/lincoln-signature-navy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11358/ford-darkened-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11387/hawaiian-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11391/yamaha-arsenal-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11413/chevy-mosaic-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11434/dodge-walnut-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11435/jeep-walnut-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11441/ford-grabber-blue-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11443/range-rover-santorini-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11444/land-rover-santorini-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11445/ford-absolute-black-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11455/ford-white-platinum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11456/dodge-brilliant-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11457/jeep-brilliant-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11458/chrysler-brilliant-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11459/lincoln-white-platinum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11460/yamaha-racing-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1147/kirtland-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11475/dodge-diamond-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11476/jeep-diamond-black-crystal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11489/dark-vapor-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11497/subaru-dark-gray +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11498/acura-majestic-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11499/toyota-coastal-gray +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11513/golden-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11515/acura-platinum-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11516/honda-platinum-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11517/suzuki-shiny-white-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11518/honda-white-orchid +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11519/acura-white-orchid +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11520/toyota-blizzard-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11521/lexus-blizzard-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11522/lexus-eminent-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11526/chevy-switchblade +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11527/gmc-quicksilver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11528/cadillac-radiant-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11529/chevy-silver-ice +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11530/ford-ingot-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11531/lincoln-ingot-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11532/toyota-magnetic-gray +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11540/bmw-black-sapphire +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11541/mercedes-obsidian-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11549/jeep-bright-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11550/dodge-bright-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11551/mercedes-iridium-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11553/jeep-maximum-steel +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11554/ford-kodiak-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11562/toyota-classic-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11563/chevy-hydro-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11564/royal-gamma +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11568/ford-redfire +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11569/chevy-sonoma-jewel +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11570/ford-cyber-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11572/vw-habanero-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11578/audi-glacier-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11579/lincoln-redfire +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11580/gmc-sonoma-jewel +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11582/hummer-sonoma-jewel +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11586/dodge-patriot-blue-ppx +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11587/jeep-patriot-blue-ppx +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11589/lambo-arancio-borealis +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11591/audi-phantom-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11592/toyota-inferno-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11593/toyota-wind-chill +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11594/dodge-night-moves +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11595/chevy-inferno-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11596/mercedes-diamond-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11597/chevy-iridescent-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11599/toyota-white-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11600/toyota-solar-octane +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11602/jeep-gecko +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11603/lexus-wind-chill +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11604/maybach-diamond-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11605/gmc-white-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11606/cadillac-crystal-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11607/lexus-white-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11608/jeep-midnight-sky +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11609/gmc-inferno-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11610/ford-velocity-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11612/ford-lightning-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11613/toyota-cutting-edge +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11614/toyota-silver-sky +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11615/ford-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11618/audi-panther-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11621/jeep-baltic-gray +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11622/lincoln-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11623/lincoln-sterling-gray +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11624/lincoln-magnetic-gray +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11634/ford-medium-chestnut +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11635/autumn-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11638/porsche-carrara-white-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11639/can-am-timeless-black-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1164/misty-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11641/polaris-bronson-rock-smoke +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11642/can-am-triple-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11644/espresso-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11646/nightshade +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11648/silver-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11649/silver-lining +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11654/smart-grey-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11660/ford-caribou +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11663/precision-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11664/ford-arizona-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11666/toyota-midnight-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11668/gmc-sharkskin +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11670/fruity-punch +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11673/jazz-blue-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11675/suzuki-attitude-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11676/cadillac-argent-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11678/luxe-ice +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11679/luxe-graphite +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11680/luxe-timberwolf +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11682/luxe-crystal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11683/luxe-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11684/luxe-nightfall +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11685/luxe-antique +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11686/luxe-champagne +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11687/luxe-copper-flame +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11688/luxe-driftwood +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11689/luxe-sandalwood +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11690/luxe-dark-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11691/luxe-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11692/luxe-dark-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11693/luxe-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11694/luxe-platinum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11695/luxe-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11696/luxe-oil-rubbed-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11697/luxe-evergreen +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11698/luxe-cosmos +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11699/luxe-voodoo +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11700/luxe-galaxy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11701/luxe-brambleberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11702/luxe-garnet +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11703/luxe-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11704/luxe-fire +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11705/luxe-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11706/luxe-zinc +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11707/luxe-iron +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11708/luxe-lithium +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11719/rainbows-end-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11724/duststorm +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11730/nissan-black-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11732/crimson-twilight +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11733/moonlit-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11734/violet-grape-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11735/maple-glaze-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11739/violet-steel +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11742/pale-champagne +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11743/white-christmas +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11744/candy-cane-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11746/santa-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11748/golden-bell +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11750/copper-brew +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11751/monarch-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11752/hearth-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11753/antique-pewter +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11755/cobalt-storm +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11756/obsidian-slate +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11757/cypress-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11765/barn-door-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11771/crystal-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11777/tidal-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11779/misty-golden-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11780/evening-sky +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11781/pacific-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11785/ford-orange-fury +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1179/blue-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1185/brunken-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1186/par-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1192/satin-black-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1222/dark-silver-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1223/aqua-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1237/pearlized-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1244/jalopy-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1250/tahitian-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1270/maxi-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1273/sandy-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1276/frosty-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1277/southwest-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1278/strawberry-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1298/satin-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1315/southern-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1322/fine-pewter +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1328/hansen-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1335/hunters-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1341/brazil-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1362/mystical-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1371/cherry-blossom-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1385/plum-jam +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1387/misty-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1409/houston-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1415/sable-too +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1416/anderson-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1424/dark-iris-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1442/hawaiian-fuchsia +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1454/lazer-iris +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1465/colorcoat-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1466/arctic-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1476/iridescent-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1484/sea-green-moss +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1528/bohemian-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1534/amburg-silver-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1544/crushed-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1551/shredded-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1562/burgundy-bliss +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1573/conway-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1575/sterling-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1585/orange-soda +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1592/southwest-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1602/indigo-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1603/winter-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1607/calypso-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1609/lazer-black-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1615/winter-mint +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1617/autumn-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1620/sable-black-jade +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1626/sierra-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1634/rexford-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1637/walker-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1639/clearwater-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1645/plum-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1648/mocha-almond +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1652/plum-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1657/honda-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1658/woodberry-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1665/sterling-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1668/ceramic-pearl-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1669/confection-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1677/dixie-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1681/rambling-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1683/baltic-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1690/mystic-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1708/misty-black-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1710/reflex-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1711/magnetic-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1725/plum-iris +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1737/wet-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1742/cosmic-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1753/docker-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1756/cosmic-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1757/winchester-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1770/old-timer-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1774/satin-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1776/weston-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1779/stucco-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1787/raspberry-rush +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1798/redford-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1802/fountain-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1803/cosmic-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1804/jasper-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1808/performance-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1812/windsor-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1837/golden-ginger +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1842/speedway-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1857/diamond-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1864/lazer-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1868/rio-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1870/truck-n-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1871/navy-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1872/fairway-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1878/black-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1881/sassy-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1882/spencer-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1884/franklin-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1893/texas-sage +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1898/bayliner-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1925/streaking-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1941/cosmic-navy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1951/modesto-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1952/spanish-mocha +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1955/autumn-woodberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1956/ridgeway-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1957/wild-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1958/imperial-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1961/calypso-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1965/horizon-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1966/hollywood-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1970/rosebud-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1972/palestine-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1974/golden-glazed-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1978/electro-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1979/bright-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1981/radio-wave-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1982/pro-cosmic-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1990/winter-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1997/jefferson-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2007/worthington-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2015/bismark-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2019/puritan-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2028/purple-bliss +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2033/stanton-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2049/h-d-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2051/misty-wave-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2054/crimson-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2081/foundry-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2086/rainier-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2106/stone-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2131/cosmic-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2132/cosmic-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2136/pinch-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2137/sash-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2139/silver-thaw +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2145/blue-haven +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2146/sable-royal-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2148/highland-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2153/savannah-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2159/cosmic-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2162/cosmic-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2166/orange-spice +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2172/golden-moss +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2176/brewer-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2179/puritan-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2181/crystal-gold-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2182/golden-mustard +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2189/snowbird-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2190/harbor-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2191/jesters-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2205/lazer-bluebird +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2208/nightmute-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2209/cold-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2212/wickerton-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2214/hd-white-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2218/soft-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2227/purple-mint +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2228/cosmic-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2237/cosmic-lilac +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2240/lemon-lime +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2248/lemon-meringue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2253/coral-peach +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2264/sunbeam-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2267/cascade-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2282/tangelo-lite +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2283/elwood-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2302/golden-rosebud-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2304/lime-juice-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2317/cream-soda-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2323/iced-black-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2327/valley-hi-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2335/maple-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2340/lazer-polka-dot-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2349/champagne-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2359/stanton-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2361/lazer-bing-cherry-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2390/pixie-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2392/westside-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2395/ridge-top-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2399/blueberry-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2401/club-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2409/golden-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2410/galaxy-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2414/new-york-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2416/blue-bird-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2423/rustic-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2426/cosmic-valentine +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2430/misty-penny +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2433/bluefrost-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2454/adobe-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2468/shasta-jade +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2478/misty-caramel +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2480/poly-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2481/lazer-us-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2492/misty-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2495/sable-woodberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2497/galaxy-wave +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2500/blackberry-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2510/galaxy-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2513/penny-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2528/copper-glaze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2529/star-white-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2531/sterling-green-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2535/lilac-glitter +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2536/fuchsia-glitter +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2547/sterling-gold-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2556/sexy-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2562/copper-jacket +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2572/pine-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2574/jamaican-sun +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2575/magic-fog +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2580/purple-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2593/majestic-bronze-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2597/starry-night +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2598/atomic-night +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2601/jpm-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2609/slippery-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2619/kosmic-kari +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2628/pirates-treasure +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2630/purple-shadow-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2631/new-road +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2632/raider-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2642/mozs-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2650/vw-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2654/wild-orchid +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2656/way-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2658/fish-tank-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2670/cocoa-surprise +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2671/copper-eye-shadow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2674/orange-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2679/snowflake-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2684/geyser-teal-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2685/cosmic-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2686/ripe-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2689/city-lights +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2691/rainbows-end +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2692/glowing-aura +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2698/sparkle-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2703/fairy-dust-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2704/whisper-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2706/fresh-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2707/lite-autumn-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2715/celestial-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2716/great-pumpkin +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2723/purple-dream +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2730/almost-grey-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2733/granny-smith-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2735/golden-treasure-island +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2741/satin-titanium-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2749/black-bronze-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2750/dark-grey-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2753/toreador-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2754/autumn-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2776/copper-glaze-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2782/pearlized-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2795/sugar-grape-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2798/white-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2806/blue-nova +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2807/pale-mint +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2808/anodized-bronze-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2809/wondering-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2811/pacific-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2821/fine-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2822/aqua-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2828/kicker-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2829/harley-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2831/harley-orange-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2836/snowcone-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2843/city-sparks +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2845/purple-sugar +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2848/cosmetic-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2849/cosmic-lilac-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2852/burk-poly-silver-stainless +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2853/galaxy-grey-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2854/apc-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2862/galaxy-grey-iii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2863/willet-yeller +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2864/wheel-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2869/gold-coast +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2871/perma-beige-plus +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2872/fuchsia-madness +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2875/shadow-blue-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2877/orange-lite +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2886/strawberry-sugar +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2887/victory-grey-iii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2890/robust-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2893/cream-soda-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2896/copper-lipstick +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2897/wet-copper-lipstick +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2898/cosmic-red-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2909/trailer-truck-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2939/burley-man-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2941/madurple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2942/oatmeal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2948/hog-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2951/class-b-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2956/blue-gill +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2957/purple-underside +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2958/amethyst +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2962/uh-oh-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2963/hypnotic-twilight +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2964/melded-maroon +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2966/auroras-apple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2968/white-mirage +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2969/yellow-mirage +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2985/purple-mirage +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2986/blue-mirage +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2988/orange-mirage +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2997/bamboozled-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3000/nocturnal-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3001/cinnamon-roll +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3020/transfusion +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3027/skyway +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3028/mad-hatter +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3030/brown-trout +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3036/nester +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3045/blue-gold-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3071/gearhead-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3072/poncho-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3075/orange-mythos +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3078/bullseye +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3082/alex-the-grape +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3087/chrome-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3091/desmo +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3093/pearl-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3096/polar-anxiety +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4024/bombastic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4036/lavender-haze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4040/mcbluegal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4042/diamond-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4043/earl-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4047/shannons-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4050/tangerine +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4053/walts-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4055/limited-edition +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4059/blue-jeans +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4065/blue-skies +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4093/orange-blast +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4100/gallant-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4101/gorange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4102/brass-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4103/purple-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4104/moss-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4105/black-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4106/burgundy-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4107/rootbeer-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4108/bronze-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4109/black-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4112/red-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4113/crystal-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4114/frosty-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4115/pearl-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4116/sparkling-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4117/baby-blue-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4118/burgundy-stardust +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4119/raspberry-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4120/double-bronzed +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4121/garnet-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4122/sable-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4123/misty-kranberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4124/bronze-chrome +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4128/red-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4129/pearl-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4130/pearl-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4131/sparkling-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4132/pumpkin-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4134/gold-leaf +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4135/rustic-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4139/slate-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4141/cream-soda-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4142/lazer-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4143/glamour-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4144/raspberry-torte +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4145/lazer-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4147/lazer-emerald +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4149/lazer-marmalade +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4150/lazer-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4151/lazer-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4152/lazer-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4155/lazer-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4156/lazer-diamond +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4157/blueberry-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4158/anodized-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4159/silver-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4160/cherokee-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4161/wild-fuchsia +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4162/wild-lilac +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4163/wild-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4164/sparkling-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4165/kranberry-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4167/lazer-crystal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4168/cameo +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4169/plum-lilac +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4170/outrageous-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4173/purple-fury +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4174/plum-crazy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4176/iced-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4179/galens-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4180/golden-valentine +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4181/lazer-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4183/porsche-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4185/black-metallic-i +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4187/graphite-black-iii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4188/graphite-black-i +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4190/fuchsia-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4192/nugget-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4194/sunburst-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4195/fire-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4196/blue-moon +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4197/snow-storm +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4198/lazer-kranberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4200/maroon-spice +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4202/class-a-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4203/cold-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4204/hot-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4205/hottest-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4207/lazer-aquarius +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4208/valentine-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4209/new-tucker-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4211/poly-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4212/emerald-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4213/lazer-aqua-marine +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4214/lazer-peacock +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4215/ford-blue-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4216/misty-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4217/misty-lava +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4218/crystal-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4219/black-jade-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4221/cherry-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4222/lazer-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4224/lazer-blueberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4225/lazer-rootbeer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4226/blue-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4227/lazer-wintergreen +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4228/raspberry-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4234/misty-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4235/scuba-blue-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4236/us-golden-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4237/lazer-black-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4238/misty-black-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4239/misty-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4240/lazer-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4241/rally-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4242/dark-teal-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4244/pearlized-white-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4245/misty-aquarius +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4246/misty-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4247/misty-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4248/lazer-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4249/black-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4250/mataza-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4253/sable-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4254/soft-misty-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4255/golden-frost-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4300/gargomel-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4301/light-olive +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4303/vegas-nutmeg +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4322/fly-boy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4326/almond-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4331/cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4336/mayan-turquoise +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4337/harley-birch-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4338/bomber-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4357/orange-plus +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4358/fog-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4363/gm-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4364/pearl-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4388/venus-i +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4389/venus-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4390/mars-i +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4391/mars-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4400/blackberry-mauve-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4424/solar-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4425/american-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4430/spiced-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4454/vegas-lights +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4465/white-valentine +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4475/cascade-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4476/cascade-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4504/dusted-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4508/ornwood-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4525/arizona-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4532/light-blue-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4533/mesa-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4543/golden-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4546/cascade-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4575/mercedes-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4591/feather-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4592/misty-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4613/satin-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4631/orange-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4649/misty-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4652/sunrise-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4657/dull-steel +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4659/fuchsia-slush +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4663/soft-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4665/sunrise-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4671/wizard-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4674/sleet-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4689/dynamic-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4697/jammin-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4712/starlight-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4714/captain-silver-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4718/tusk-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4724/diamond-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4739/spiced-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4758/base-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4772/anodized-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4782/champagne-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4784/galaxy-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4797/tan-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4798/canfield-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4799/orange-delight +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4804/cj-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4811/roman-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4816/champagne-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4823/white-silver-plus +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4825/misty-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4840/galaxy-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4846/sparks-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4847/jpm-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4848/bristol-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4849/emblem-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4850/bay-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4851/highlight-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4866/baltic-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4868/coral-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4869/charger-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4870/western-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4875/diego-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4876/blue-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4881/edgemont-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4911/speedway-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4921/cortez-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4925/patina-lavender +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4932/clad-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4933/burton-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4934/fireside-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4936/galaxy-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4938/mist-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4940/southern-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4949/golden-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4951/astatic-red-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4956/medium-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4957/island-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4963/copper-leaf +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4989/raven-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4992/jazzy-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4999/grey-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5001/charcoal-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5003/sweet-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5008/basin-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5014/copper-delight +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5017/mocha-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5018/solar-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5020/mystery-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5027/kingsport-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5028/golden-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5031/lazer-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5037/beige-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5039/indy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5043/illusion-copper-plus +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5052/gold-watch +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5057/ultra-white-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5058/cold-maroon +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5062/mystic-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5068/burgundy-flare +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5070/frosted-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5087/sweet-cocoa +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5095/illusion-copper-moon +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5201/pro-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5208/steel-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5212/comet-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5227/russet-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5244/royal-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5254/greystone-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5259/hampton-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5264/colonial-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5274/victory-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5275/funco-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5278/onickel-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5280/silver-glaze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5286/burgundy-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5287/dodger-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5291/v-l-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5306/corona-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5308/boltz-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5313/southern-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5320/flare-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5322/sunstorm-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5323/ashley-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5324/exotic-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5342/aztec-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5344/flair-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5345/purple-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5346/ultra-illusion-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5347/pearl-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5350/eclipse-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5359/altered-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5364/illusion-wild-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5365/burnt-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5368/sunset-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5373/eldorado-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5395/shadow-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5408/charcoal-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5454/mystic-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5456/maroon-bliss +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5458/graphite-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5461/sierra-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5462/rainier-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5470/lazer-penny +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5478/montana-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5485/lunar-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5488/alien-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5494/bend-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5495/greenland-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5503/brown-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5504/cosmic-blue-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5505/blue-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5506/tucson-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5509/illusion-orange-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5512/sprint-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5518/southwest-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5521/base-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5522/base-dark-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5527/chestnut-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5530/nitro-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5531/ultra-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5535/classy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5537/suzuki-titanium +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5552/pearlized-plum-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5554/orange-aid +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5565/pacific-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5567/champagne-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5570/copper-medallion +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5588/lonestar-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5590/copper-knox +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5592/utility-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5598/saratoga-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5607/lincoln-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5610/rustic-penny +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5611/elegant-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5623/ford-midnight-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5624/spectacular-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5632/metallic-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5634/two-tone-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5637/silver-dawn +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5643/copper-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5644/performance-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5646/orbit-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5654/yamaha-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5656/lincoln-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5657/mallfront-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5662/hypo-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5663/flat-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5672/sparkle-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5679/national-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5685/glokzin-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5688/tropical-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5696/forest-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5701/dark-blue-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5705/citrus-splash +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5708/bilyeu-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5712/reality-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5717/ocean-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5742/royal-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5752/starnight-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5755/southwest-champagne +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5758/sunkist-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5765/charcoal-night +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5771/silver-bling +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5773/hustler-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5793/grey-gun +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5796/harley-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5809/olive-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5810/sun-burnt +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5811/chocolate-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5824/orange-whip +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5829/miller-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5844/midnight-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5849/mohave-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5856/pacific-sunset +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5860/highland-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5861/mauve-cappuccino +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5862/zodiac-suede +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5865/devil-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5872/dark-almond-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5874/nuclear-sunset-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5882/rodeo-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5887/sparkle-maroon +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5889/sonoma +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5892/jmc-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5902/flat-lazer-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5903/east-side-pearl-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5912/crown-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5913/crystal-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5915/cobra-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5926/precision-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5928/texas-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5938/fire-engine-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5940/ivory-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5941/racing-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5943/canyon-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5956/honey-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5969/evo-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5976/storm-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5977/escalade-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5981/not-so-raven +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5984/four-winds-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5993/eggplant +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5996/purple-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5998/clearwater-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6303/ritzy-glitter +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6304/bright-lime-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6305/arcade-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6306/pewter-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6308/gm-pewter +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6311/hot-orange-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6324/ash-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6326/phoenix-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6328/forest-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6329/champagne-forest +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6333/manilla-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6335/super-rootbeer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6336/creamy-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6340/steel-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6343/rosarita-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6350/dana-sage +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6351/1-coat-whiffle-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6353/dark-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6358/tan-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6360/green-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6369/mist-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6370/granite-mint +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6371/rb-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6377/cadillac-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6389/barcelona-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6391/just-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6393/jag-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6396/toxic-blueberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6397/pearl-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6407/antique-bronze-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6416/inferno-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6417/richard-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6418/dark-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6446/rusty-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6458/pearl-lavender-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6463/fire-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6467/shimmer-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6468/truth-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6469/slate-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6475/russet-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6477/highend-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6480/wet-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6482/bronze-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6487/satin-poly-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6488/ford-adobe +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6490/golden-fawn +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6491/arizona-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6493/blue-tropic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6495/antique-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6503/yamaha-blue-steel +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6512/hope-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6514/indy-base +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6517/columbia-pewter +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6519/champagne +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6521/menlo-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6525/bmw-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6526/greystone-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6527/flat-crystal-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6547/stealth-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6558/acura-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6561/infiniti-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6572/dune-galaxy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6574/hd-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6579/silver-titanium +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6590/snowy-white-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6593/forged-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6600/heavy-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6603/black-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6604/avalanche-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6611/shimmer-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6614/pearl-taupe +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6619/avalanche-copper-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6625/goldtastic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6632/flat-vegas-nutmeg +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6633/manning-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6642/nitro-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6648/bazzinga +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6651/sandy-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6653/yauch-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6664/beige-tape +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6686/seaoly-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6688/dodge-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6697/ariel-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6703/lexus-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6704/dirty-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6706/spiced-cinnamon +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6712/dark-shadow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6714/pearlized-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6717/grape-slurpee +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6722/travertine-suede +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6723/mocha-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6732/sputtered-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6742/banana-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6744/titan-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6748/infused-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6749/blue-granite +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6752/kail-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6760/sharpie-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6762/alloy-glitter +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6766/metallic-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6768/navy-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6769/deep-blue-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6773/khaki-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6774/carmine-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6781/arcene-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6782/kenyan-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6791/light-putty +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6792/tropical-blue-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6795/pearl-turquoise +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6796/penny-chips +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6797/sea-foam-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6805/caribbean-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6808/aged-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6812/southbay-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6816/black-pizzazz +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6822/mocha-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6824/gold-haze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6831/mega-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6845/sputtered-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6863/black-pewter +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6866/cobalt-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6867/silver-flop +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6869/cherry-bliss-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6878/forever-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6880/murky-water +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6881/mustard-nugget +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6889/midnight-shadow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6891/charcoal-haze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6901/buggy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6903/merlot +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6905/illusion-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6906/illusion-malbec +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6907/illusion-berry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6908/illusion-blueberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6909/illusion-smurf +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6910/illusion-blue-berg +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6911/illusion-pacific +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6912/illusion-crabapple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6913/illusion-sour-apple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6915/illusion-apple-sugar +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6916/illusion-gambler +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6917/illusion-money +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6918/illusion-lime-time +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6919/illusion-tropical-fusion +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6920/illusion-spanish-fly +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6921/illusion-dorado +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6923/illusion-cinnamon +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6924/illusion-rootbeer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6933/seeniy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6943/lavender-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6944/pearl-mint +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6952/blued-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6965/quad-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6968/mystic-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6971/dirty-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6979/mocha-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6982/silver-sage +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6994/ford-tuxedo +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6998/hidden-blue-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7013/aged-white-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7022/yellow-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7025/illusion-green-ice +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7031/chocolate-lover +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7054/bisque +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7056/beaver-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7064/5-oclock-shadow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7065/mud-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7070/pearlized-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7073/gateway-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7075/impact-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7076/speedster-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7081/schneiderwyzen +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7084/power-bait +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7093/century-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7094/bluesicle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7095/orangesicle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7096/forged-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7098/chopper-red-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8001/golden-hue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8004/hydro-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8010/fusion-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8013/burnt-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8017/shaded-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8019/emerald-sky-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8020/dirty-pumpkin +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8022/pearl-lace-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8030/tainted-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8032/pearl-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8037/canyon-copper-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8039/crushed-starlight-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8046/golden-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8056/dragons-blood-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8058/antique-chaos +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8063/blue-zircon +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8065/frosted-mocha-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8067/enchanted-sparkle-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8069/burnt-umber +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8074/iridium-crystals +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8083/paradise-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8084/light-walnut-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8091/rich-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8095/burly-wood +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8098/deep-coal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8099/golden-frosted-tan-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8101/pecan-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8102/flat-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8103/mocha-steel +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8109/light-elm-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8111/mermaid-sparkle-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8116/pearls-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8119/phantom-iceberg +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8126/tin-can +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8130/highlight-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8134/crimson-candy-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8145/blazed-charcoal-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8155/midnight-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8157/stage-pass-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8168/pearled-turquoise +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8169/burnt-rootbeer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8172/old-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8173/platinum-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-0439/porsche-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-0517/heavy-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-0688/shaft-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-0946/new-england-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-10637/polaris-nuke-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-10739/golden-glitter-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-10781/super-durable-golden-amber +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-10784/super-durable-shakiso +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-10785/illusion-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-10786/illusion-ice +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11273/illusion-sweet-berry-wine +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11376/jeep-hydro-blue-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11377/dodge-hydro-blue-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11472/chevy-bright-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11473/chevy-glacier-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11474/gmc-dynamic-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11514/illusion-gold-prize +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11661/illusion-copper-flame +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11665/illusion-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11723/illusion-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11758/illusion-crush +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11759/illusion-shocker-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-1366/heavy-steel +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-1438/satin-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-2555/cool-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-2569/alien-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-2899/silver-oar +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-2912/armor-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4025/johnny-5-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4317/brown-finish +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4515/illusion-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4516/illusion-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4620/illusion-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4621/illusion-lite-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4622/illusion-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4645/alpine-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4780/trojan-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4983/alloy-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-5453/rh-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-5481/capitol-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-5563/pearl-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-5677/shimmer-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-6374/gold-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-6576/super-durable-golden-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-6925/illusion-royal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-6964/illusion-tangerine-twist +https://www.prismaticpowders.com/shop/powder-coating-colors/PN006QF/20-7137hy-25-hysq-mirror-blk +https://www.prismaticpowders.com/shop/powder-coating-colors/PN100QF/20-7014hy-25-hysq-sable-blk +https://www.prismaticpowders.com/shop/powder-coating-colors/PN103QF/20-7028hy-25-hysq-jet-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PN111QF/20-7450-corvel-truck-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PN119QF/23-9435-britebond-black-chrome +https://www.prismaticpowders.com/shop/powder-coating-colors/PN207QF/20-7015-cor-raven-blk-u1575 +https://www.prismaticpowders.com/shop/powder-coating-colors/PN211QF/20-7037hy-25-hysq-ebony-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PN214QF/20-7042hy-25-hysq-lava-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PN230QF/20-7399-corvel-hd-flat-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PN233QF/20-7513-corvel-tuscan-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PN236Q/pn236q-interpon-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-0639/super-dust-coal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-0761/golden-sands +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-0779/mirror-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-0945/sapphire-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-0949/apple-spice +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-0971/electric-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10006/barbies-dream +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10022/avery-metallic-blue-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10033/blue-crystals +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1004/performance-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10042/stingray-blue-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10063/blue-yota +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10064/glitter-bomb +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10069/keen-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10114/matte-penny-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10115/blackened-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10122/dragonfly-blue-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10139/crimson-fire-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10141/flat-corkey-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10167/extreme-adams-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10192/leveled-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1020/o-zone-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10242/tower-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10245/devils-punchbowl +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10251/mayan-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10254/blue-candy-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10255/transparent-brown-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10258/purple-spectrolite +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10259/hydra-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10260/proton-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10261/golden-scarab +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10264/gojira +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10265/peacock-sapphire +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10303/max-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10304/supernatural-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10305/supernatural-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10306/supernatural-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10307/supernatural-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10308/supernatural-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10323/super-crazy-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10333/blue-quartz +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10340/frosted-shamrock +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10341/frosted-phoenix +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10342/frosted-tanzanite +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10343/frosted-caspian +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10357/shimmering-pyrite +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10369/sand-dollar-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10370/lost-atlantis +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10371/martian-sunset +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10372/gypsy-tears +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10506/copper-russet-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10531/golden-buddha +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10532/satin-sable +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10538/third-place +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10539/bronze-star +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10553/nyx-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10571/calypsos-fantasy-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10587/golden-eye +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10596/south-beach-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10601/opus-orange-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10605/ivory-sabotage-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10607/oyster-cult-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10610/caramellow-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10612/scutter-botch-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10613/matte-monaco-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10618/flat-extruded-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10619/brushed-nickel +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10627/royal-ruby-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10674/brass-monkey +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10696/goldie-luxe +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10697/bel-aire +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10698/ringer-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10699/crystal-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10700/brut +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10701/funky-monkey +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10713/space-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10731/tuvalu-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10732/mariana-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10734/rustic-rose-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10740/golden-glitter-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10742/gobi-gold-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10745/cuprum-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10748/majestic-gem-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10749/sparkling-champagne +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10750/smoky-quartz +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10753/yellow-iris-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10765/cedar-shimmer-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10767/firethorn-red-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10769/kodiak-brown-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10777/vintage-glitter +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10819/sparkling-amethyst +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10820/robotic-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10822/scooby-snack +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10823/gold-fish +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10824/diablo-candy +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10825/dirty-magic +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10827/smurf-stew +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10828/merlins-potions +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10829/gin-blossom +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10830/mystic-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10835/seattle-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10838/sheer-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10839/sheer-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10840/sheer-platinum +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10841/sheer-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10880/griswolds-christmas +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10901/lambo-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10903/juniper-berry +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10904/halla-halla-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10905/sunglow +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10906/dune +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10907/earharts-vega +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10910/blue-morpho +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10911/alexandrite +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10912/mystics-crystal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10914/gummi-berry-juice +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10915/aqua-fire +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10916/wired-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10923/tuscan-sun +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11158/prosecco-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11192/golden-mistake +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11212/supernova-island +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11213/supernova-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11214/supernova-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11215/supernova-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11216/supernova-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11217/supernova-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11218/supernova-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11219/supernova-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11260/teal-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11277/ruby-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1128/micro-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11284/confetti-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11285/deep-sea-kelp +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11286/strawberry-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11287/cherry-twist +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11288/saturn-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11295/deep-sea-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11298/rootbeer-candy +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11312/mellow-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11327/magenta-madness +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1133/blackberry-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11510/purple-crush +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11650/pink-champagne +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11651/rose-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11769/deep-space-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11775/velvet-nebula +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1224/bright-aquamarine +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1342/archery-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1500/anodized-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1530/office-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1532/glazed-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1591/golden-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1686/aqua-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1745/cran-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1782/cool-purple-1998 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1828/softer-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1829/lite-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1844/true-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1849/antiqued-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1873/ultra-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1875/brilliant-gold-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1895/execulamp-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1917/electro-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1954/silky-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2035/super-dust-sable +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2088/burk-soft-poly-stainless +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2114/tranquil-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2116/soft-musk +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2144/majestic-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2149/jockey-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2203/chic-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2238/emerald-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2260/electro-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2262/anodized-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2308/purple-wine +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2324/orange-tangelo +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2331/candy-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2366/psycho-lemon +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2388/anodized-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2398/anodized-blueberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2448/psycho-lime +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2450/sweet-tangelo +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2470/mountain-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2488/lemon-sunshine +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2493/golden-tangelo +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2498/tangy-tangelo +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2511/anodized-indigo +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2545/fantasy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2586/starry-indigo +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2610/brake-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2757/booty-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2794/popsicle-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2796/candy-grape-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2797/hardly-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2813/blue-mood +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2823/coppersun +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2824/coppertone +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2846/purple-glaze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2889/spot-light +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2981/twinkle-toes +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2991/sneaky-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2994/counterfeit-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-3007/broom-sticks +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-3012/crystal-praxis +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-3032/golden-dusk +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-3046/sandstorm +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-3057/bad-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-3067/liquid-sunshine +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-3080/sea-sick +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-3084/golden-fragment +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4010/sparkling-aqueous +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4020/tangelo-glaze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4021/brass-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4031/ozmotiar +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4091/tinted-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4314/fancy-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4323/cosmic-light +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4329/dazzling-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4345/carls-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4359/blue-madness +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4373/black-chrome-i +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4437/rose-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4443/pearl-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4446/hawaiian-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4450/transparent-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4457/golden-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4462/red-ox +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4474/intense-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4487/tappin-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4499/gold-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4502/gem-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4507/golden-brass-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4509/matte-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4520/monaco-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4522/star-gaze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4536/oxblood-hues +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4537/oxblood-ransom +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4572/star-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4576/super-dust-tungsten +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4585/empire-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4617/glowbee-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4623/black-chrome-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4651/galaxy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4658/psycho-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4676/stardust-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4686/amazing-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4694/super-red-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4698/flaming-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4706/altered-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4707/dusted-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4711/bentley-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4727/silver-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4755/super-dust-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4757/clearwater-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4759/glowing-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4761/fog-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4769/apple-spice-20 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4788/gold-dust-4 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4828/ultra-red-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4853/ultra-gold-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4858/flattop-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4859/tropic-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4864/clear-lights +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4872/misty-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4878/bentley-blue-plus +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4892/satin-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4903/hot-roll-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4948/psycho-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4952/super-dust-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4982/crown-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5004/ultra-blue-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5009/charm-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5013/super-dust-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5021/formosa-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5030/sierra-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5036/frosted-dust-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5038/star-dust-16 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5044/chance-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5049/twinkle-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5051/pearl-flair +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5060/satin-tangelo +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5066/hoc-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5067/copper-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5078/magnum-blue-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5092/olive-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5093/vette-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5094/phazer-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5100/super-dust-russian-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5101/super-dust-storm +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5103/brilliant-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5104/star-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5105/moon-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5106/whiffle-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5107/kranberry-krackle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5108/penny-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5109/cherry-crunch +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5110/dazzling-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5111/orange-marmalade +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5113/burple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5114/purplescent +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5115/purplescent-dbl +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5116/blue-twilight +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5117/raspberry-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5119/fools-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5120/fools-penny +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5121/gold-rush +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5122/super-dust-graphite +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5123/golden-whiffle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5125/super-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5126/super-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5127/super-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5128/blue-diamond +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5129/penny-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5130/crater-lake-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5131/royal-burple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5132/kranberry-glaze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5134/nugget-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5135/glitter-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5142/blue-star +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5143/twilight-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5145/ultra-aqua +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5146/purplescent-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5147/glazed-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5150/ultra-blue-twilight +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5151/ultra-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5152/cherry-crunch-double +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5153/ultra-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5154/harley-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5155/pearlized-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5156/glazed-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5158/teal-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5160/mariner-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5163/ultra-rootbeer +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5166/antique-gold-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5210/maui-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5228/gold-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5232/burk-p-s-stainless +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5239/westco-lavender-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5245/bassboat-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5248/frosted-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5267/copper-tint +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5298/phase-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5299/deepwater-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5341/gold-dust-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5349/brass-flair +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5363/comet-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5369/titan-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5371/sailor-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5378/russet-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5383/dazzling-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5388/saxon-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5396/golden-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5409/green-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5411/fire-lights +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5417/express-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5419/aztec-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5484/deluxe-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5497/oyster-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5539/rust-glaze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5542/cady-glaze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5571/flat-black-chrome-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5579/wazoo-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5583/shattered-glass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5593/glimmering-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5595/copper-nugget +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5625/diamond-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5630/plue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5633/tinted-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5635/tommy-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5648/cherry-splash +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5667/purple-nugget +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5670/broadway-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5680/tinted-clear-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5704/aurora-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5706/glitter-dust-4 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5715/midnight-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5730/chameleon-violet-sapphire +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5731/chameleon-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5732/chameleon-sapphire-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5733/chameleon-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5734/chameleon-cherry-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5735/chameleon-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5744/royal-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5759/transparent-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5761/palomino-starlight +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5767/blue-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5770/blue-odyssey +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5774/whiffle-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5782/cedar-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5786/stunner-grape +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5789/shocker-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5795/oil-slick +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5802/platinum-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5803/gypsy-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5823/tequila-sunrise +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5826/jazz-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5835/rockstar-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5837/barely-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5839/tranquil-copper-lite +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5842/frosted-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5846/hayden-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5854/gold-glitter +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5863/deep-cobalt +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5890/tnt-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5901/fire-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5918/safety-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5921/spun-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5924/oasis-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5929/thompson-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5932/clear-american-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5934/gold-drizzle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5935/candy-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5936/anodized-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5939/polar-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5957/copper-glitter +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5972/sable-brown-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5974/wizard-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5983/memphis-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5985/flat-sable-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5997/bassboat-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6001/jamaica-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6003/adams-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6005/aloha-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6006/aurora-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6008/brooks-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6009/alsea-gold-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6010/amity-gold-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6014/dodson-gold-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6015/elgin-blue-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6016/elmira-green-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6017/bend-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6019/banks-green-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6022/carlton-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6025/crescent-blue-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6026/dexter-gold-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6028/chicago-lights +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6045/seattle-lights +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6314/lightly-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6317/rancher-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6325/metallic-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6331/mediterranean-ice +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6341/maroon-glitter +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6344/crazy-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6361/striker-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6381/smoked-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6382/satin-penny +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6384/pearl-lavender +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6386/anodized-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6387/clear-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6388/corrupted-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6390/barcelona-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6392/liquid-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6398/maroon-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6404/extruded-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6409/transparent-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6415/rancher-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6420/tinted-steel +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6439/striker-gold-deluxe +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6447/red-rock +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6470/flat-trans-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6508/antique-rootbeer +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6513/indy-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6523/willys-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6524/flat-shocker-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6528/something-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6539/lighter-smoke +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6554/liberty-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6559/chandler-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6586/fixture-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6598/flat-rockstar-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6601/brassy-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6607/dirty-penny-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6613/bmw-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6615/shimmer-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6617/lp-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6624/jr-rockstar-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6627/baby-rockstar-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6631/diamond-pearl-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6640/magnum-gold-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6646/copper-fit +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6647/lighter-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6652/moonlight-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6659/light-shattered-glass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6662/pearlescent-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6673/teal-water-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6677/black-chrome-iii +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6680/matte-tinted-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6684/frosted-nugget +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6721/stardust-galaxy +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6724/transparent-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6759/frosted-tangerine +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6763/light-trans-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6764/14-ct-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6793/tropical-blue-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6799/razzle-dazzle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6800/zerrin-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6802/whipped-pearl-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6815/cheater-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6820/shimmer-glass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6823/flat-psycho +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6830/transparent-pewter-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6851/ackbar-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6883/liquid-suede +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6888/pixie-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6890/flat-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6894/golden-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6904/grape-fizz +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6927/satin-black-chrome-i +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6930/flash-rust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6934/transparent-red-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6935/rancher-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6946/frosty-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6951/pearl-sage +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6955/lite-anodized-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6956/pink-glitter +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6958/aqua-marine +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6988/frosted-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6999/hidden-blue-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7003/pure-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7004/flat-black-chrome-i +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7005/flat-trans-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7006/supernova-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7009/copper-coin +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7017/elite-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7023/pink-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7024/peeka-flakes +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7027/flat-gold-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7033/disco-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7034/disco-lavender +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7035/disco-fuchsia +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7036/disco-sky +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7037/disco-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7038/disco-aqua +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7039/disco-peeka +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7040/disco-royal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7041/disco-emerald +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7042/disco-moss +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7043/disco-lemon-drop +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7044/disco-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7045/disco-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7046/disco-tangerine +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7047/disco-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7048/disco-nugget +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7049/disco-dunes +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7050/disco-pewter +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7051/disco-platinum +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7055/disco-nights +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7061/golden-whisper +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7063/christmas-spirit +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7080/glazed-butterscotch-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7086/iced-candy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7091/satin-top-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7099/chopper-red-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8016/shaded-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8018/dancing-sparkles +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8034/melted-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8036/shaded-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8040/crushed-starlight-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8042/orange-sherbert-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8044/orange-sherbert +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8050/murky-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8057/dragons-blood-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8064/trans-black-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8066/frosted-mocha-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8068/enchanted-sparkle-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8072/transparent-murk +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8093/navy-pearl-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8094/pure-elegance +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8100/golden-frosted-tan-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8112/mermaid-sparkle-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8117/pearls-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8131/raw-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8135/crimson-candy-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8146/blazed-charcoal-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8167/trans-glitter-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-10282/phantom-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-10736/draco-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-10738/arctic-fox-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-10761/spiced-clove-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-10763/cinnamon-girl-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-11331/gloss-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-11720/high-performance-sc-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-1334/soft-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-1505/lollypop-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-1547/buttered-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-2291/lollypop-tangelo +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-2313/psycho-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-2618/trans-copper-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-2888/soft-red-candy +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-2974/clear-vision +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-3081/liquid-smoke +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-3095/corkey-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4005/casper-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4351/peeka-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4431/top-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4442/candy-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4483/hawaii-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4491/deep-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4690/wizard-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4750/striker-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4765/shocker-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5090/flat-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5137/poly-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5139/transparent-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5140/transparent-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5159/transparent-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5161/transparent-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5162/transparent-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5628/lollypop-lime +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5875/corkey-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-6530/brassy-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-6931/super-flat-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-0509/creamy-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1009/white-head-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10112/hush-puppy-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1015/bing-cherry-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1019/black-rock +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10283/sea-foam-green-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10395/can-am-tan-21 +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10403/feeling-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10407/rhodamine-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10415/cotton-candy-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10428/lima-green-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10431/creamy-almond-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10434/wheatland-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10437/caterpillar-yellow-ii-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10440/sunrise-yellow-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10443/mustard-green-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10446/dijon-yellow-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10449/sudden-yellow-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10452/western-beige-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10455/citron-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10458/porcelain-white-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10461/sad-beige-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10464/file-folder-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10467/lemon-peel-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10470/saffron-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10473/sunshine-yellow-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10476/edgewood-beige-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10479/yellow-olive-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10482/yes-yellow-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10485/hot-yellow-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10488/vintage-leather-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10491/sage-yellow-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10494/olde-yeller-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10497/sunflower-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10500/school-bus-yellow-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10503/cascade-peach-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10510/candle-orange-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10558/taupe-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10559/mocha-beige-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10798/dark-autumn-orange-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10799/melon-orange-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1082/ivory-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10869/flag-orange-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10870/stark-orange-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10871/just-orange-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10872/juju-orange-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10874/really-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10876/ritzy-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10877/vampire-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11021/guava-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11022/washed-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11023/rose-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11024/hawaiian-flower-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11025/hot-orange-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11026/orange-guava-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11027/china-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11035/dark-mauve-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11039/rosette-pink-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11043/magenta-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11047/orchid-lavender-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11051/whimsy-pink-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11055/grape-ape-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11059/sweet-plum-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11063/spring-purple-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11067/passion-pink-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11071/sultan-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11080/southwest-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11085/pro-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11089/pinelake-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11093/bruski-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11099/harbor-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11103/boron-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11113/island-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11117/china-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11121/skiers-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11293/eris-dream +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11448/native-turquoise-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11449/quater-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11450/dunbar-teal-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11451/sail-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11452/danny-boy-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11453/captive-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11511/shimmer-rose-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1199/camel-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1203/villain-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1213/statuary-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1369/klamath-ridge +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1502/shimmer-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1508/riverton-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1552/faithful-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1692/sailor-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1717/captive-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1731/liberty-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1733/texas-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1821/orbit-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1831/riverhill-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1862/cobalt-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1891/light-cherry-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1920/mocha-peach-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1942/dusty-rose-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1999/wichita-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2021/diablo-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2053/suddenly-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2098/blizzard-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2101/sienna-brown-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2183/aged-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2245/aztec-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2314/frontier-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2347/hydro-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2348/light-grey-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2534/deep-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2549/ducky-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2647/turquoise-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2682/hay-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2729/cobblestone-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2777/bayberry-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2788/tucker-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2826/coppersun-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2841/low-gloss-black-rock +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2844/low-gloss-conroy-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2874/oh-so-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2903/ashley-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2967/blue-dimples +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2972/roses-r-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2989/copper-head +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-3073/blue-ripples +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4022/neon-green-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4067/sunrise-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4078/lazy-daisy +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4079/tomato-sauce-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4096/barbie-pink-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4306/eminent-ripple +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4332/plum-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4417/light-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4421/robin-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4432/matte-black-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4460/gold-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4539/purple-mirage-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4550/class-a-silver-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4554/cadet-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4573/hawaiian-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4593/scarlet-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4596/truck-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4612/decor-white-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4626/purple-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4653/overcast-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4743/yosemite-green-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4822/claret-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4838/perma-beige-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4913/stormy-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4968/mill-white-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5061/ebony-rock +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5081/flame-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5218/astatic-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5222/rainbows-end-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5246/aspen-grey-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5261/pearl-white-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5263/sky-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5270/light-lavender-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5362/pretty-pink-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5381/cream-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5382/orient-beige-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5406/goldstone-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5460/very-white-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5475/sky-white-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5541/imperial-white-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5557/blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5622/international-orange-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5629/internal-white-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5645/dune-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5673/blue-ripples-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5709/dull-vienna +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5775/passion-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5831/fuchsia-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5877/mason-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5991/powder-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6100/blue-paradise +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6103/almond-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6104/blue-hawaiian-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6105/yellow-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6106/fuchsia-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6108/white-river-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6114/feather-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6115/vienna-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6119/canary-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6334/cadet-blue-ii-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6338/federation-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6501/loafer-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6622/sandy-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6833/melted-chocolate +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6938/destroyer-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6976/kelly-green-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-7085/neon-yellow-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-8007/m-m-orange-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-8108/suddenly-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRS-5390/arctic-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PRS-6107/ruby-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRS-6118/black-river-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-0392/light-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-0412/truck-turquoise +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-0443/sandstone-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-0849/eldorado-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-0969/houston-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10001/warm-stone +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10004/soft-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10005/wild-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10025/flat-mayham-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10031/smooth-cement +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10036/army-mud +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10043/rust-clay +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10049/flat-vampire-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10052/soft-cloud-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10055/mud +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10056/dark-process-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10057/sugar-cookie +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10061/blm-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10070/lada-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10071/vesta-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10072/can-am-yellow-18 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10076/robins-egg-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10083/flat-just-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10091/blue-bomber +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10093/flat-deep-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10104/haines-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10106/robins-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10116/matte-sinbad-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10118/satin-hawaiian-flower +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10129/rotten-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10144/morning-mallow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10151/camo-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10153/flat-bright-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10155/flat-troll-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10166/satin-china-mint +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10169/satin-hot-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1017/amazon-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10170/satin-light-cherry-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10174/satin-orange-guava +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10178/carob-mocha +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10183/racer-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10189/dark-cyan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10190/rosemallows +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10200/chiffon-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10209/satin-chartreuse +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10210/satin-very-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10211/satin-astatic-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10212/satin-playboy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10213/satin-neon-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10217/kurts-khakis +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10219/satin-red-clay +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10221/shock-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10235/milano-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10244/keppel-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10246/911-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10247/natural-cotton +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10248/dry-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10257/flat-spring-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10280/newport-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10290/navy-suede +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10299/appalachian-trail +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10310/screamin-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10311/screamin-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10312/screamin-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10313/screamin-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10314/screamin-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10315/screamin-coral +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10334/fire-brick-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10359/agave-forrest +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10376/flat-dumbell-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10387/matte-ford-dark-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10396/bang-bang +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10397/cornflower-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10404/matte-feeling-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10408/matte-rhodamine +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10416/matte-cotton-candy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10427/matte-lima-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10430/matte-creamy-almond +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10433/matte-wheatland +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10436/matte-caterpillar-yellow-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10439/matte-sunrise-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10442/matte-mustard-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10445/matte-dijon-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10448/matte-sudden-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10451/matte-western-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10454/matte-citron +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10457/matte-porcelain-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10460/matte-sad-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10463/matte-file-folder +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10466/matte-lemon-peel +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10469/matte-saffron +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10475/matte-edgewood-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10478/matte-yellow-olive +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10481/matte-yes-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10484/matte-hot-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10487/matte-vintage-leather +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10490/matte-sage-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10493/matte-olde-yeller +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10496/matte-sunflower +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10499/matte-school-bus-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10502/matte-cascade-peach +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10509/matte-candle-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10522/matte-red-clay +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10524/matte-hematite-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10527/bull-rock-gravel +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10534/pebble-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10535/kobicha +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10536/russet-sepia +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10540/country-mustard +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10543/matte-amber +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10544/matte-walnut +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10548/acapulco-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10552/lemon-sherbert +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10555/matte-proulx-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10560/red-jasper +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10561/matte-orangish-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10569/floral-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10573/mock-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10576/blue-spruce +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10577/matte-brownstone +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10578/moody-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10580/bark-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10581/bamboo-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10590/matte-onyx-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10592/magma-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10593/poison-spyder-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10594/pumpkin-spice +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10597/dolphin-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10598/flipper-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10599/dark-charcoal-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10620/matte-nic-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10621/matte-grey-day +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10624/matte-nude +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10625/canvas-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10633/strawberries-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10636/voodoo-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10650/ktm-orange-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10653/flash-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10662/husky-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10666/octane-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10668/sandpiper +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10669/grey-jay +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10681/og-white-chocolate +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10682/can-am-tan-21-gloss +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10683/matte-can-am-tan-21 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10690/midori-sour +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10691/blinding-lime +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10692/rebel-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10707/vintage-case +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10708/vintage-peche +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10709/vintage-dozer +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10725/royal-battle-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10756/hassan-granite +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10779/white-heron +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10832/matte-stark-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10833/matte-cannon-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10842/matte-flag-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10843/matte-dark-autumn-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10844/matte-melon-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10845/matte-just-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10846/matte-m-m-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10847/matte-international-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10848/matte-juju-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10849/matte-red-devil +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10850/matte-really-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10851/matte-very-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10852/matte-ritzy-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10853/matte-light-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10854/matte-bing-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10856/matte-loafer-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10857/matte-vampire-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10858/matte-peach-ice-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10859/matte-tomato-sauce-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10860/matte-guava +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10861/matte-pretty-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10862/matte-washed-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10863/matte-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10864/matte-hawaiian-flower +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10866/matte-orange-guava +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10867/matte-barbie-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10868/matte-china-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10881/matte-truck-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10886/matte-snowcone-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10925/egyptian-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11003/matte-nude-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11030/matte-grapesicle +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11034/matte-dark-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11038/matte-rosette-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11042/matte-magenta-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11046/matte-orchid-lavender +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11050/matte-whimsy-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11054/matte-grape-ape +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11058/matte-sweet-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11062/matte-spring-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11066/matte-passion-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11076/matte-cadet-blue-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11079/matte-southwest-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11088/matte-pinelake-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11092/matte-bruski-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11096/matte-destroyer-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11098/matte-harbor-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11102/matte-boron-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11109/matte-oh-so-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11116/matte-china-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11120/matte-skiers-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11124/matte-skyline-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11139/chase-blue-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11141/rancher-army-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11159/beijing-beige-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11176/purple-lilac +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11177/blue-shadow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11205/trolley-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11206/strawberry-smoothie +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11209/cobra-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11228/matte-dark-charcoal-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11231/matte-cabot-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11233/farmhouse-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11236/matte-matrix-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11237/matte-clementine +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11241/potters-clay +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11243/iron-oxide +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11244/honey-amber +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11245/ivory-stone +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11247/night-fury +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11250/sandstone-granite +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11251/rough-sodalite +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11255/millstone-greige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11256/mudstone-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11257/uluru-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11258/hearthstone +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11259/black-granite +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11262/heavy-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11263/carrot-curry +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11269/creative-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11336/ford-oxford-white-yz +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11351/brown-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11352/ford-white-yz +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11353/ford-cloud-9-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11354/lincoln-oxford-white-yz +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11355/lincoln-white-yz +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1136/boston-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11392/jeep-high-velocity-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11410/ford-screaming-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11411/dodge-viper-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11412/chevy-velocity-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11425/toyota-quicksand +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11469/porsche-racing-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11478/ford-frozen-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1148/mohawk-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11483/plaza-taupe +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11534/porsche-pure-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11535/porsche-miami-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11544/lambo-rosso-mars +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11601/toyota-cavalry-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11652/french-roast +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11655/sandstorm-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11659/private-gray +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11671/farrow-ammonite +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11672/bmw-chili-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11731/pantone-3015-c +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11740/matte-violet-grape +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11741/matte-maple-glaze +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11749/benjamin-moore-silhouette +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11763/nightcap +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11766/ocean-horizon +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11767/midnight-fleet +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11768/tidal-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11770/quiet-night +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11786/golden-nectar +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11787/dusty-lavender +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11790/soft-coral-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11791/highlighter-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11792/peachy-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1358/venice-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1748/suddenly-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1755/tapioca-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1785/crisp-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1793/tidbit-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1805/classic-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1901/amazing-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1960/bad-boy-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1992/pretty-peach +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2004/stanton-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2104/gt-aqua-marine +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2173/deep-mandarin +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2346/black-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2543/off-white-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2565/creamy-latte +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2652/royal-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2666/teal-granite +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2676/totally-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2731/ground-cinnamon +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2740/texaco-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2742/faded-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2758/casper-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2759/green-bean +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2778/coast-guard-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2800/deco-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2825/2000-oxford-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2866/cinderblock-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2905/red-drop +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2949/buttercup +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2954/stump-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-3065/inline-4 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-3070/butterscotch +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4002/carolina-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4015/yellow-wheel +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4019/sludge +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4034/butter-pecan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4075/redwood-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4304/reef-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4307/pacific-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4315/tomato-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4324/straw-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4366/beach-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4367/beach-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4372/cloud-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4407/flat-mint-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4413/inca-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4434/stormy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4439/juicy-fruit-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4458/flat-lucky-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4464/rustic-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4512/tempest-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4549/cv-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4567/aged-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4589/02-vette-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4594/bamboo-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4624/ford-dark-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4629/illusion-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4632/plateau-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4642/sierra-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4643/glacial-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4644/sunset-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4654/pacific-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4666/cherry-punch +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4667/empire-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4673/myan-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4675/benton-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4681/benton-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4687/ringer-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4688/crimson-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4719/sierra-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4738/flat-reedy-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4751/grey-sky +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4763/hunters-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4766/almond-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4777/flat-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4785/deere-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4787/davis-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4792/ridge-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4807/tacoma-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4812/flat-dunbar-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4813/colonial-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4817/flat-java-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4818/mohave-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4824/nevada-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4841/crescent-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4845/sahara-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4852/lemon-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4880/alpine-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4882/rustler-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4884/coastal-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4885/iris-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4887/montana-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4893/sandy-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4896/hotrod-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4909/cement-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4912/frosted-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4914/brick-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4926/patina-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4928/patina-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4930/patina-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4944/army-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4953/magnum-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4974/iris-maroon +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4978/tempest-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4984/fallbrook-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4996/latte-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5005/flat-mason-red-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5023/beachwood-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5069/streetrod-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5072/satin-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5076/royal-maroon +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5085/mojave-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5089/mason-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5202/marlin-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5205/grey-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5217/beach-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5219/cera-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5220/cera-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5223/space-caramel +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5250/southern-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5251/soft-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5256/manilla-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5284/lancair-lace +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5290/boulevard-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5294/shady-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5305/flat-lentel-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5310/cream-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5315/aspen-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5321/wild-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5328/woods-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5329/york-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5332/frail-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5334/saginaw-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5336/santana-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5352/beachstone-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5367/flat-dark-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5385/dark-blue-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5386/winter-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5431/almond-crest +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5449/cove-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5465/maroon +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5472/ref-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5473/chablis-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5474/pale-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5476/greystone-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5491/hedge-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5499/blah-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5516/pale-olive +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5520/rich-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5525/whitestone +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5526/creamish-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5532/silly-putty +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5548/sand-dunes +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5566/necco-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5578/gloomy-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5580/lear-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5587/milkweed +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5589/viking-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5591/space-sand +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5594/semi-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5599/flat-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5606/mallard-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5608/flat-snow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5615/vine-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5676/saddle-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5687/ibm-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5694/moonlight-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5698/desert-leather +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5710/marble-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5714/clay-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5718/burgundy-wine +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5719/rust-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5720/beachcomber-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5721/stone-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5736/bimini-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5750/chocolate-bar +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5756/vaider-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5757/getty-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5762/dark-toffee +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5766/dark-water +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5784/camel-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5787/military-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5794/river-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5800/dark-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5807/press-on-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5816/steam-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5817/caribbean-sand +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5818/llama-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5819/omega-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5821/affordable-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5827/matte-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5828/flat-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5830/golden-oatmeal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5832/resa-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5838/ultra-cream-suede +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5847/olive-leaf +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5848/sierra-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5851/dynamic-turquoise +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5852/plymouth-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5858/hidden-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5864/frosted-butterscotch +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5888/sandpit-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5893/everyday-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5896/oxblood-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5898/hemi-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5904/miller-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5905/richard-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5906/abc-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5908/cascade-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5914/accurate-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5922/frosted-grape +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5937/mushroom +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5944/flat-hot-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5945/bright-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5946/autumn-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5947/beckers-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5952/swamp-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5953/barley-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5966/bellflower-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5967/mushroom-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5973/frosted-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5979/caramel-kiss +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5980/ivory-charm +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5982/mocha-brown-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5986/bend-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5990/red-vine +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5994/creative-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6302/ups-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6309/sandy-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6310/quality-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6316/spectrum-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6319/cielo-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6321/falcon-sand +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6322/dijon-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6323/low-gloss-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6348/ultra-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6354/british-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6355/terra-cotta +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6356/frosted-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6357/matte-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6375/flat-pot-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6380/white-chocolate +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6401/bright-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6402/muddy-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6411/sahara-sands +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6412/olive-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6413/flat-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6414/ivory-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6438/vintage-wicker +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6441/flat-powder-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6442/colonial-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6456/grey-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6457/gun-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6465/rc-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6466/matte-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6471/orange-clay +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6473/mint-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6483/corduroy-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6485/extreme-ivory +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6486/corsair-mint +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6494/excell-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6496/zodiac-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6500/firecracker-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6506/baja-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6515/lorge-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6516/plum-wine +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6520/cw-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6532/miami-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6537/classy-dark-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6542/sahara-fawn +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6543/custom-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6548/yucca-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6551/puchsia +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6556/pac-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6562/chevy-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6564/flat-coach-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6565/tile-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6569/white-linen +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6570/flat-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6573/peachy-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6577/stone-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6581/shady-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6582/gm-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6587/aflac-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6605/stem-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6606/dirty-penny-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6616/leather-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6623/dull-dark-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6641/satin-eggshell +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6645/kwik-trip-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6649/watson-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6657/ultra-leather +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6661/almost-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6663/dry-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6665/flat-wheat +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6668/blue-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6669/energy-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6670/canvas-brown-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6672/light-brown-sugar +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6685/gyoung-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6690/dark-chocolate +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6691/dark-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6698/banana-smoothie +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6710/lucky-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6711/swamp-mud +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6725/stucco-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6727/gloomy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6733/pasty-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6734/greyson-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6737/bad-chocolate +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6741/retro-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6747/grey-poupon +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6751/butter-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6757/native-stone +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6758/gremlin-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6765/elephant-hide +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6767/dark-turquoise +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6770/urban-stealth +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6776/sea-water-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6778/mayham-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6779/tainted-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6783/burgundy-blast +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6785/beta-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6786/satin-mystery +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6787/charcoal-suede +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6788/pale-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6810/pink-lipstick +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6811/gutter-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6813/dkana-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6814/graphite-stone +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6817/sunkissed-peach +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6818/toffee-latte +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6819/fired-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6834/luxury-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6835/frosted-cappuccino +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6836/red-dirt +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6838/navajo-nugget +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6840/grumpy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6843/frost-bite +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6852/fired-amaranth +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6855/kango +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6856/bambi +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6861/caramelink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6862/seal-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6865/blackboard +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6872/sand-box +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6873/organic-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6874/frosted-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6875/gingerbread +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6877/teddy-bear-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6879/vintage-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6893/white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6895/brighter-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6896/sweet-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6897/musket-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6900/burnt-forrest +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6932/bic-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6936/bauer-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6939/taffy-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6945/just-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6947/vintage-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6960/dark-butterscotch +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6961/flat-sassy +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6963/chase-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6969/peppered-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6973/abyss +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6974/maple-bar +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6978/flat-buckskin +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6980/coastal-sand +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6981/beach-house-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6983/aged-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6984/flat-barbie-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6985/wheat-field +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6986/cheeseburger +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6989/burnt-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6995/glazed-pudding +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6996/flat-banana-smoothie +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7000/flat-iron-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7001/zombie-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7007/lariat-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7020/dried-mustard +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7030/hot-mustard +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7053/maroogundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7057/racing-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7060/glazed-cantaloupe +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7067/fallow-buff +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7077/sandy-beach +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7079/glazed-butterscotch-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7089/bitter-sweet-honey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8000/rustic-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8003/dreary-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8006/yeti-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8009/navy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8035/shaded-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8038/snow-buster +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8043/apricot +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8049/flat-file-folder +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8051/dirty-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8052/satin-crimson +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8054/satin-chevy +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8055/yellow-jasper +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8060/nostalgic-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8080/flat-willow-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8081/hot-mud +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8085/lemon-drop +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8087/marsh-mud +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8088/thatch-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8090/snow-bunny +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8092/navy-pearl-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8096/satin-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8097/thunder-clouds +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8105/matte-tundra-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8106/flat-currant +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8107/matte-papaya +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8113/retro-avocado +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8115/rawhide +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8118/battleship +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8125/matte-quater-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8127/coo-coo-coat +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8128/flat-thunder +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8137/raw-stone +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8147/burgundy-icing +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8152/black-bruise +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8153/blizzard +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8156/designer-slate +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8162/flat-very-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8164/salted-caramel +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8166/cozy-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8171/cotton-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0105/flag-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0106/ink-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0116/tacate-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0118/spring-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0163/chevy-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0385/634-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0408/cloud-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0474/1922-page-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0579/harbor-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0589/pro-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0645/bing-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0822/dumbell-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0845/southwest-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0874/whimsy-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0875/grape-ape +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0879/bright-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0892/savannah-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0950/dunbar-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0961/orchid-lavender +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0991/wheatland +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0995/light-oak +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10154/spring-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10249/vermillion-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1025/cat-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10284/sunflower +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10285/vintage-leather +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10292/vulcan-salute +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10390/citron +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10391/rose +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10392/jet-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10393/feeling-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10394/rhodamine +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10398/white-smoke +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10399/cotton-candy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1040/rowden-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10521/black-mamba +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1054/sweet-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10638/evasive-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10641/spectra-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10642/velocity-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10645/manta-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10646/maverick-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10649/ktm-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10651/honda-passion +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10652/fighting-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10654/tahitian-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10656/zuki-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10659/yz-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10660/yz-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10661/ski-doo-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10664/kawi-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10672/electric-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1070/sweet-pea-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10706/super-durable-vintage-mint +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10724/realtree-edge +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10764/cedar-shimmer-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10766/firethorn-red-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10768/kodiak-brown-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1086/sienna-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1101/manzanita-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1104/neon-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11136/super-durable-tiki-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11175/vintage-snowmobile-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11181/super-durable-matte-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11182/super-durable-gloss-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11186/super-durable-ansi-61-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11188/super-durable-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11189/super-durable-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11191/super-durable-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11198/high-reflectance-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11202/obsidian-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11207/whiteboard +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11227/black-soot +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11239/ams-fed-33446 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11248/high-gloss-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11249/super-durable-olympic-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1126/truck-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11333/ford-code-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11335/ford-oxford-white-z1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11337/ford-shadow-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11338/ford-race-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11345/ford-lithium-gray +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11346/ford-absolute-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11347/lincoln-black-velvet +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11361/ford-white-z1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11362/lincoln-oxford-white-z1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11363/chrysler-flame-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11364/jeep-flame-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11365/dodge-flame-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11367/ford-vermillion +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11368/jeep-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11369/dodge-venom-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11370/dodge-pitch-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11371/jeep-firecracker-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11372/jeep-colorado-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11373/fiat-rovente-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11378/alfa-romeo-nero +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11379/fiat-nero-puro +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11380/fiat-nero-cinema +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11381/fiat-pure-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11388/super-durable-high-gloss-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11394/chrysler-pitch-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11395/chevy-summit-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11396/dodge-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11398/chevy-olympic-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11400/chevy-blue-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11401/chevy-red-hot +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11402/gmc-cardinal-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11403/cadillac-velocity-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11404/ford-torch-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11405/chevy-victory-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11406/gmc-victory-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11407/cadillac-victory-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11408/jeep-solar-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11409/dodge-detonator-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11414/dodge-go-mango +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11415/toyota-black-onyx +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11416/lexus-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11417/cadillac-black-raven +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11418/gmc-onyx-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11419/hummer-void-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11420/chevy-torch-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11421/gmc-summit-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11422/cadillac-summit-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11423/gmc-olympic-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11424/cadillac-olympic-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11426/ford-performance-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11429/toyota-radiant-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11430/porsche-guards-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11431/genesis-super-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11432/mazda-true-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11436/chevy-crush-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11440/ford-grabber-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11442/chevy-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11470/toyota-sun-fusion +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11477/toyota-ice-cap +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11482/usps-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11486/briggs-stratton-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11487/briggs-stratton-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11488/kubota-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11491/ford-competition-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11493/cummins-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11494/toyota-absolutely-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11495/subaru-pure-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11496/bmw-alpine-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11500/suzuki-fire-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11501/honda-rallye-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11502/acura-rallye-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11503/toyota-super-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11504/dodge-torred +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11505/dodge-high-performance-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11506/ford-colorado-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11507/dodge-bright-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11508/ford-performance-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11509/toyota-super-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11524/chevy-rapid-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11536/tesla-solid-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11539/porsche-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11542/bmw-imola-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11543/lambo-deep-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11545/bmw-jet-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11546/ferrari-rosso-corsa-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11547/mercedes-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11556/ferrari-rosso-scuderia-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11557/audi-ibis-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11558/mercedes-polar-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11559/porsche-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1156/sierra-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11560/albino +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11566/audi-solar-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11567/ford-wimbledon-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11573/porsche-carrara-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11574/chrysler-bright-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11577/porsche-lava-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11581/dodge-bright-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11583/jeep-bright-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1159/edgewood-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11590/chevy-amplify-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11629/lambo-bianco-monocerus +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11632/porsche-speed-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11640/polaris-sky-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11657/ams-fed-27038 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1167/snowbird +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1168/stone-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11714/maple-glaze +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11715/violet-grape +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11722/sw-in-the-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11725/sw-forget-me-not +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11726/sw-coral-bells +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11727/pantone-4525-c +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11729/ford-ebony-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1210/quater-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1221/neon-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1236/edgewood-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1249/old-town-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1260/trapper-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1353/soft-satin-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1377/vista-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1395/federation-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1414/smoke-house-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1423/light-cherry-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1429/cabot-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1452/china-mint +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1464/pinelake-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1474/sage-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1523/card-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1546/hawaiian-flower +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1577/highland-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1584/blue-velvet +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1605/claret +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1610/hunter-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1623/hot-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1627/hot-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1670/rosette-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1676/sinbad-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1715/playboy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1718/captive-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1738/astatic-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1750/willow-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1777/burnt-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1791/juju-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1846/heritage-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1896/tangy-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2094/porcelain-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2111/internal-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2127/sudden-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2128/bonnie-sue-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2243/harbor-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2287/honey-mustard +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2337/tomato-sauce-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2356/crest-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2380/traffic-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2550/caterpillar-yellow-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2600/sunshine-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2622/olive-drab +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2625/texas-grey-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2638/note-pad-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2643/almond-delight +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2657/troll-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2694/red-wheel +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2708/dark-autumn-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2712/red-devil +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2724/lucky-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2725/vanilla-ice-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2732/peach-ice-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2743/creamy-almond +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2748/cannon-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2760/patrick-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2779/international-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2790/saffron +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2791/native-turquoise +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2834/electric-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2847/highlight-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2873/ultramarine-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2876/orange-glow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2902/buckskin +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2937/grapesicle +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2965/oh-so-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2980/olde-yeller +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2984/sand-castle +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2993/ritzy-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3013/vampire-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3019/sad-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3026/destroyer-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3041/boron-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3042/bubba +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3043/tusk +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3047/poseidon-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3061/file-folder +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3063/sassy +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3089/hush-puppy +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3090/loafer-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3092/stout-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4008/jewel-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4009/powder-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4035/lemon-peel +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4041/mortar +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4045/just-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4048/banana-boat +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4063/sea-foam-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4076/flag-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4084/overcast +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4090/sunrise-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4094/bud-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4095/cobalt-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4099/eminent-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4103/white-out +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4311/grey-day +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4316/lima-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4320/box-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4325/red-clay +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4328/island-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4334/school-bus-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4350/rust-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4360/danny-boy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4361/bruski-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4362/metal-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4369/snowcone-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4371/basic-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4412/very-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4415/lentel-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4416/really-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4419/candle-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4423/tritan-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4466/kelly-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4479/pretty-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4484/castle-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4486/frog-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4500/crest-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4503/crest-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4510/sail-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4513/illusion-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4514/illusion-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4517/tractor-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4530/brentwood-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4531/racer-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4552/pea-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4553/cadet-blue-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4571/honey-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4577/cascade-peach +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4598/mustard-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4610/cherry-bliss +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4615/dove-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4627/nutmeg-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4628/sandal-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4633/western-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4646/very-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4647/beach-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4679/passion-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4680/arizona-turquoise +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4735/moccasin-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4753/skiers-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4767/china-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4774/alpine-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4779/coastal-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4783/passion-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4815/winter-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4827/forest-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4874/light-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4886/evergreen +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4894/sage-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4915/candy-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4924/magenta-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4950/clean-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4970/skyline-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4971/very-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4972/melon-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4991/delta-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5000/sultan-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5010/stone-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5053/polar-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5075/stark-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5080/thunder-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5082/flame-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5207/highland-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5225/moss-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5236/lava-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5312/chocolate-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5314/barbie-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5337/flag-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5340/gardner-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5353/autumn-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5355/bowman-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5366/po-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5394/hard-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5401/dijon-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5463/farm-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5468/sleek-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5480/caramel-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5547/yellow-olive +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5584/beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5642/corsair-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5649/racer-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5666/kiwi-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5678/m-m-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5690/gloss-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5691/yes-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5695/brown-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5768/sublime +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5780/green-olive +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5806/hurricane-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5930/washed-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5933/jungle-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6339/perfect-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6372/sports-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6443/guava +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6455/orange-guava +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6492/proulx-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6560/dark-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6568/mustard-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6608/burnt-chocolate +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6626/greenish-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6728/brown-haze +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6837/tropical-breeze +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6844/throw-back-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6853/yak-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6954/pink-chalk +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-7011/rs-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-7012/suzuki-yellow-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-7068/chartreuse-sherbert +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10026/shimmer-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10053/plum-violet-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10054/brown-bronze-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10060/arizona-turquoise-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10074/destroyer-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10075/southwest-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10081/iced-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10094/lucys-toast +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10120/thatch-brown-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10127/uv-burnt-coconut +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10133/golden-charcoal-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10134/speedway-grey-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10135/flat-beige-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10148/sleek-white-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10160/manhattan-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10161/wizard-black-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10163/victory-silver-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10164/patina-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10253/frosted-grape-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10301/goldtastic-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10336/prismadelic +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10358/sedona-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10362/pink-chalk-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10363/tropical-breeze-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10365/chartreuse-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10366/throw-back-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10373/super-grip-tiger +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10374/super-grip-grape +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10375/super-grip-turquoise +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10378/overcast-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10379/deep-rose-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10382/bright-orange-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10383/dumbell-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10384/sinbad-purple-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10386/orange-glow-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10389/steel-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10402/feeling-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10406/rhodamine-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10414/cotton-candy-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10426/can-am-tan-21-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10429/lima-green-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10432/creamy-almond-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10435/wheatland-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10438/caterpillar-yellow-ii-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10441/sunrise-yellow-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10444/mustard-green-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10447/dijon-yellow-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10450/sudden-yellow-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10453/western-beige-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10456/citron-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10459/porcelain-white-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10462/sad-beige-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10465/file-folder-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10468/lemon-peel-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10471/saffron-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10474/sunshine-yellow-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10477/edgewood-beige-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10480/yellow-olive-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10483/yes-yellow-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10486/hot-yellow-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10489/vintage-leather-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10492/sage-yellow-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10495/olde-yeller-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10498/sunflower-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10501/school-bus-yellow-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10504/cascade-peach-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10508/astatic-red-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10511/candle-orange-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10547/alps-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10608/super-grip-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10628/flat-lucky-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10632/brown-stache +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10663/neon-kawi-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10679/super-grip-starlight +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10684/super-grip-elderberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10685/super-grip-galaxy +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10686/super-grip-kaleidoscope +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10687/super-grip-grold +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10688/ski-doo-yellow-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10710/matte-fde-tan-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10711/matte-od-green-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10717/electric-yellow-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10790/flag-orange-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10792/dark-autumn-orange-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10793/just-orange-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10794/melon-orange-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10795/m-m-orange-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10796/international-orange-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10797/juju-orange-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10803/electrified-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10804/electrified-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10805/electrified-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10807/electrified-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10808/electrified-coral +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10809/super-grip-dirty-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10810/super-grip-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10811/super-grip-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10882/super-grip-granite +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10984/red-devil-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10985/very-red-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10986/ritzy-red-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10987/light-cherry-red-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10988/bing-cherry-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10989/claret-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10990/loafer-red-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10991/vampire-red-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10992/peach-ice-cream-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10993/tomato-sauce-red-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10994/guava-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10995/pretty-pink-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10996/washed-red-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10997/rose-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10998/hawaiian-flower-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10999/hot-orange-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11000/orange-guava-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11001/barbie-pink-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11002/china-red-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11032/grapesicle-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11036/dark-mauve-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11040/rosette-pink-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11044/magenta-red-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11048/orchid-lavender-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11052/whimsy-pink-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11057/burnt-red-texture-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11060/sweet-plum-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11064/spring-purple-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11068/passion-pink-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11072/sultan-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11075/matte-snowbird-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11077/cadet-blue-ii-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11082/truck-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11086/pro-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11094/bruski-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11100/harbor-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11107/deep-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11110/oh-so-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11114/island-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11118/china-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11122/skiers-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11125/skyline-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11134/plumburg-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11137/navy-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11138/maroon-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11140/sand-pebble-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11144/dark-lavender-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11165/basic-white-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11178/cw-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11193/solar-ore +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11194/blazing-ore +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11195/golden-ore +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11196/lunar-ore +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11220/black-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11229/etched-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11315/super-grip-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11317/classic-brown-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11360/anthracite-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11454/clay-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11466/super-grip-brown-stache +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11512/anthracite-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11627/chevy-orange-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11736/violet-grape-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11737/maple-glaze-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11760/pantone-grey-2-c-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11793/toptica-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-1927/gm-silver-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-1937/rustic-red-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2091/pearlized-white-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2134/peppernut +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2199/cocoa-nut +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2309/pewter-glitter +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2310/dazzling-pewter +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2486/granite-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2614/river-stone +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2640/hammer-strength +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2667/emory-board-grey-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2683/wrought-iron-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2970/prune-roughneck +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-4355/dull-black-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-4435/pewter-bronze-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-4551/gold-dust-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-4574/mossberg-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-4844/seaside-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-4883/ultra-silver-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-4923/airtech-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-5267/stapleton-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-5604/golden-champagne +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-5682/designers-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-5746/silver-graphite +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-5878/rusty-sandpaper +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-5964/caldera-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6419/super-grip-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6451/coal-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6461/silver-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6557/vertex-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6563/grey-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6596/starcraft-nickel +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6674/lakeview-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6687/antogan-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6696/teridium-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6726/light-grey-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6771/texture-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6794/bronze-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6803/zollie-lite +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6804/zollie-dark +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6821/coal-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6882/old-navy +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6884/burnt-rust +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6886/hazy-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6948/tan-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6953/autumn-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7019/brick-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7021/frosted-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7069/periwinkle-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7102/black-satin-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7103/tin-foil-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7107/gold-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7109/charcoal-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7111/wesgar-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7114/purple-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8073/lacey +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8075/paradise-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8078/tucker-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8120/powder-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8122/grape-ape-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8123/kingsport-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8124/pea-green-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8139/white-out-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8140/sage-green-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8141/stark-orange-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8142/sea-foam-pearl-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8151/tuff-gold-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-10782/super-durable-dusted-coral +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-10783/super-durable-carob-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-11266/classic-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-11267/brookings-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-11318/rust-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-11319/dark-brown-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-11357/asphalt-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-11389/chantilly-white-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-1539/caveman-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-2960/rust-bucket +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4026/moby-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4071/burnt-toast +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4310/strikers +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4411/soft-beige-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4453/light-beige-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4456/soft-white-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4749/walnut-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4778/fountain-green-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4793/sand-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-5792/charcoal-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-6422/burnt-red-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-6729/bunch-grey-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-7092/champagne-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-0264/blueberry-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-0809/turquoise-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10156/hana-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10157/baja-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10158/alvord-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10191/goldtastic-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10236/black-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10239/purple-rain +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10240/leviathan +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10268/dark-palleon-fire +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10269/dark-palleon-panther +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10270/dark-palleon-paradise +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10271/palleon-golden-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10272/palleon-fire +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10273/palleon-panther +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10274/palleon-paradise +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10293/fractured-illusion-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10294/fractured-illusion-apple +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10295/fractured-illusion-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10296/fractured-illusion-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10297/fractured-illusion-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10298/fractured-illusion-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10316/nuclear-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10317/nuclear-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10318/nuclear-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10320/nuclear-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10321/nuclear-coral +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10514/loch-ness +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10515/the-kraken +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10525/gypsum +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10630/bronze-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10741/gobi-gold-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10908/abba +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10919/moscow-mule +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10920/hammered-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10921/hammered-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10922/hammered-platinum +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10927/lima-green-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10928/creamy-almond-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10929/wheatland-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10930/caterpillar-yellow-ii-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10931/sunrise-yellow-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10932/mustard-green-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10933/dijon-yellow-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10934/sudden-yellow-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10935/western-beige-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10936/citron-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10937/porcelain-white-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10938/sad-beige-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10939/file-folder-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10942/lemon-peel-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10943/saffron-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10944/sunshine-yellow-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10945/edgewood-beige-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10946/yellow-olive-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10947/yes-yellow-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10948/hot-yellow-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10949/vintage-leather-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10950/sage-yellow-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10951/olde-yeller-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10952/sunflower-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10953/school-bus-yellow-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10954/cascade-peach-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10955/candle-orange-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10956/flag-orange-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10957/stark-orange-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10958/dark-autumn-orange-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10959/just-orange-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10960/melon-orange-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10961/m-m-orange-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10962/international-orange-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10963/juju-orange-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10964/red-devil-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10965/really-red-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10966/very-red-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10967/ritzy-red-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10968/light-cherry-red-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10969/bing-cherry-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10970/claret-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10971/loafer-red-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10972/vampire-red-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10973/peach-ice-cream-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10974/tomato-sauce-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10975/guava-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10976/pretty-pink-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10977/washed-red-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10978/rose-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10980/hot-orange-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10981/orange-guava-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10982/barbie-pink-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10983/china-red-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11033/grapesicle-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11037/dark-mauve-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11041/rosette-pink-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11045/magenta-red-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11049/orchid-lavender-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11053/whimsy-pink-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11056/grape-ape-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11061/sweet-plum-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11065/spring-purple-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11069/passion-pink-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11073/sultan-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11078/cadet-blue-ii-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11081/southwest-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11083/truck-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11087/pro-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11091/pinelake-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11095/bruski-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11097/destroyer-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11101/harbor-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11105/boron-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11108/deep-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11111/oh-so-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11115/island-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11119/china-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11123/skiers-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11126/skyline-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11306/decomposed-granite +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11328/cetus +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11329/megalodon +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11677/palleon-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11710/palleon-ice +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11711/palleon-sky-fire +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11712/palleon-aftershock +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1176/purple-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11788/amethyst-ore +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11789/blush-ore +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1226/white-silver-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1239/black-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1240/green-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1241/blue-gold-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1524/lemon-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1702/brownboro-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1707/antique-steel +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1826/bronze-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1827/brownstone-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1835/spanish-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1888/phoenix-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1903/shady-green-copper-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2003/misty-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2058/wolf-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2105/cream-soda-fizz +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2121/robin-blue-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2133/cherry-fizz +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2177/foundation-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2186/turquoise-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2258/gold-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2374/hot-orange-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2438/rust-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2460/penny-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2475/ginger-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2479/cherry-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2504/avocado-copper-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2564/cream-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2595/white-gold-ii-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2726/black-copper-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2789/tucker-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2921/cobalt-blue-special +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-4305/spider-red-i +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-4480/western-saddle +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-4587/misty-silver-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-4607/cypress-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-4695/ocala-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-4708/lavender-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-4710/spider-white-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-4768/aqua-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5006/golden-copper-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5213/golden-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5276/weathered-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5357/shredded-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5543/sparkle-blue-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5550/surf-blue-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5739/orange-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5740/pumpkin-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5777/diamond-pearl-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5825/vibrant-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-6376/hammered-cedar +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-6459/red-pearl-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-6584/hubberdton-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-6715/sassy-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-7071/soothing-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-7097/platinum-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8011/gail-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8100/red-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8101/white-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8102/blue-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8103/green-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8104/black-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8105/grey-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8109/jade-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8110/navajo-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8113/navy-blue-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8114/yellow-glow-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8115/lavender-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8116/grey-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8117/aqua-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8118/pink-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8119/dark-red-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8120/raspberry-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8121/burgundy-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8122/sandstone-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8123/white-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8125/nickel-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8128/us-gold-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8129/us-copper-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVS-11272/ash-water +https://www.prismaticpowders.com/shop/powder-coating-colors/PVS-3014/silver-artery +https://www.prismaticpowders.com/shop/powder-coating-colors/PVS-3083/black-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PVS-4347/brown-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PVS-4775/grey-black-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVS-5214/atlas-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PVS-5469/empire-copper-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVS-5764/double-blue-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PW008QF/23-9429-britebond-chrome +https://www.prismaticpowders.com/shop/powder-coating-colors/PW101QF/23-9430-britebond-stardst-slvr +https://www.prismaticpowders.com/shop/powder-coating-colors/PW116QF/23-9431-britebond-aluminm-base +https://www.prismaticpowders.com/shop/powder-coating-colors/PW118QF/23-9434-britebond-anodized-slv +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-10181/brick-red-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-10629/desert-lights +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-10788/cosmic-space +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11271/fairlady-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11294/mahogany-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11302/chameleon-sapphire-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11303/chameleon-teal-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11304/chameleon-cherry-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11305/chameleon-violet-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11313/titanium-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11314/foil-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11320/seaweed +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11321/red-flash-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11322/scarlet-fever +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11324/silver-rain +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11325/winters-night +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-1795/chantilly-lace +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2343/wetstone-rock-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2463/wetstone-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2476/poly-peach-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2485/wetstone-kranberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2490/old-wetstone-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2491/wetstone-graphite +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2508/wetstone-aged-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2539/wetstone-black-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2553/wetstone-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2563/wetstone-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2589/wetstone-midnight-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2604/victorias-lace +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2634/wetstone-lite-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2639/wetstone-softer-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2702/wetstone-style-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2766/desert-mauve-lite +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2767/desert-charcoal-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2768/desert-aged-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2769/desert-graphite +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2770/desert-black-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2771/desert-aged-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2772/desert-gold-ore +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2773/desert-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2774/desert-sage +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2775/desert-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2785/desert-plum-navy +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2787/desert-dark-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2792/ironsides-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2793/wetstone-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2799/desert-softer-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2814/peticoat-peach +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2878/splatter-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2879/splatter-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2880/splatter-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2881/splatter-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2883/splatter-rockwell-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2884/splatter-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2885/splatter-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2901/wetstone-robust-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-3044/silver-splatter +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-3045/inland-charcoal-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-4051/valmont-softer-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-4077/thompson-softer-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-4438/wetstone-copper-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-5034/custom-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-5065/desert-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-6450/hacienda-red-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-6464/cargo-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-6497/rusty-ronnie-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-6638/splatter-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-6699/desert-crimson-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-8029/wetstone-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-9153/wetstone-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-9156/wetstone-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-9157/wetstone-gold-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-9158/wetstone-aqua +https://www.prismaticpowders.com/shop/powder-coating-colors/PWS-11490/yellow-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWS-2232/wetstone-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PWS-2762/desert-red-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWS-2763/desert-white-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWS-2859/desert-nite-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PWS-4057/copper-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWS-4344/splatter-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PWS-6566/venetian-lace +https://www.prismaticpowders.com/shop/powder-coating-colors/PX200QF/23-9178-corvel-weatherd-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PX208QF/23-9191-corvel-earth +https://www.prismaticpowders.com/shop/powder-coating-colors/PX210QF/23-9192-corvel-rust +https://www.prismaticpowders.com/shop/powder-coating-colors/PX217QF/23-9407-corvel-dark-roast +https://www.prismaticpowders.com/shop/powder-coating-colors/PZ002QF/23-9030-corvel-clear-u1575 +https://www.prismaticpowders.com/shop/powder-coating-colors/Q3112Q/q3112q-interpon-trim-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/QA004QF/30-1540-corvel-sd-sky-white +https://www.prismaticpowders.com/shop/powder-coating-colors/QA104QF/30-1532-cor-regal-ult-bone-wht +https://www.prismaticpowders.com/shop/powder-coating-colors/QD114QF/30-8743-cor-regal-ult-sndstone +https://www.prismaticpowders.com/shop/powder-coating-colors/QD116QF/30-8745-cor-regl-ult-siera-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/QE008QF/30-2218-corvel-cat-yellow-a +https://www.prismaticpowders.com/shop/powder-coating-colors/QM000QF/30-8466-corvel-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/QM108QF/30-8741-cor-regal-ult-drk-brnz +https://www.prismaticpowders.com/shop/powder-coating-colors/QM110QF/30-8749-corvel-super-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/QN001U/qn001u-interpon-a2000-black +https://www.prismaticpowders.com/shop/powder-coating-colors/QN005QF/30-7534-cor-high-gloss-sd-blk +https://www.prismaticpowders.com/shop/powder-coating-colors/QN008QF/qn008qf-30-7637-hi-gloss-blk-j +https://www.prismaticpowders.com/shop/powder-coating-colors/QN009Q/qn009q-interpon-a2201-black +https://www.prismaticpowders.com/shop/powder-coating-colors/QN014QF/qn014qf-a4701-black-qn009q-og +https://www.prismaticpowders.com/shop/powder-coating-colors/QN101QF/30-7452-cor-med-gloss-sd51-blk +https://www.prismaticpowders.com/shop/powder-coating-colors/QN102QF/30-7452a-med-gls-blk-h-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/QN117QF/30-7967a-corvel-super-black-sd +https://www.prismaticpowders.com/shop/powder-coating-colors/QN201U/qn201u-interpon-black +https://www.prismaticpowders.com/shop/powder-coating-colors/QN300QF/31-7212-textra-167a-ebony +https://www.prismaticpowders.com/shop/powder-coating-colors/QN302QF/31-7259-textra-black +https://www.prismaticpowders.com/shop/powder-coating-colors/QN303U/qn303u-interpon-a2000-black +https://www.prismaticpowders.com/shop/powder-coating-colors/QN304U/qn304u-interpon-a2000-black +https://www.prismaticpowders.com/shop/powder-coating-colors/QW135QF/qw135qf-a2203-732r-silvn-metal +https://www.prismaticpowders.com/shop/powder-coating-colors/QW307QF/qw307qf-int-800-silver-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1000-MATTE/ral-1000-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1000-RIVER/ral-1000-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1000/ral-1000 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1001-MATTE/ral-1001-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1001-RIVER/ral-1001-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1001/ral-1001 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1002-MATTE/ral-1002-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1002-RIVER/ral-1002-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1002/ral-1002 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1003-MATTE/ral-1003-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1003-RIVER/ral-1003-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1003/ral-1003 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1004-MATTE/ral-1004-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1004-RIVER/ral-1004-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1004/ral-1004 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1005-MATTE/ral-1005-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1005-RIVER/ral-1005-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1005/ral-1005 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1006-MATTE/ral-1006-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1006/ral-1006 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1007-MATTE/ral-1007-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1007/ral-1007 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1011-MATTE/ral-1011-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1011-RIVER/ral-1011-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1011/ral-1011 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1012-MATTE/ral-1012-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1012-RIVER/ral-1012-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1012/ral-1012 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1013-MATTE/ral-1013-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1013-RIVER/ral-1013-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1013/ral-1013 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1014-MATTE/ral-1014-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1014-RIVER/ral-1014-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1014/ral-1014 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1015-MATTE/ral-1015-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1015-RIVER/ral-1015-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1015/ral-1015 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1016-MATTE/ral-1016-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1016-RIVER/ral-1016-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1016/ral-1016 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1017-MATTE/ral-1017-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1017-RIVER/ral-1017-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1017/ral-1017 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1018-MATTE/ral-1018-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1018-RIVER/ral-1018-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1018/ral-1018 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1019-MATTE/ral-1019-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1019-RIVER/ral-1019-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1019/ral-1019 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1020-MATTE/ral-1020-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1020-RIVER/ral-1020-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1020/ral-1020 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1021-MATTE/ral-1021-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1021-RIVER/ral-1021-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1021/ral-1021 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1023-MATTE/ral-1023-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1023-RIVER/ral-1023-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1023/ral-1023 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1024-MATTE/ral-1024-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1024-RIVER/ral-1024-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1024/ral-1024 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1027-MATTE/ral-1027-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1027-RIVER/ral-1027-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1027/ral-1027 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1028-MATTE/ral-1028-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1028-RIVER/ral-1028-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1028/ral-1028 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1032-MATTE/ral-1032-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1032-RIVER/ral-1032-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1032/ral-1032 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1033-MATTE/ral-1033-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1033-RIVER/ral-1033-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1033/ral-1033 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1034-MATTE/ral-1034-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1034-RIVER/ral-1034-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1034/ral-1034 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2000-MATTE/ral-2000-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2000-RIVER/ral-2000-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2000/ral-2000 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2001-MATTE/ral-2001-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2001-RIVER/ral-2001-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2001/ral-2001 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2002-MATTE/ral-2002-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2002/ral-2002 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2003-RIVER/ral-2003-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2003/ral-2003 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2004-MATTE/ral-2004-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2004/ral-2004 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2008/ral-2008 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2009-MATTE/ral-2009-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2009-RIVER/ral-2009-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2009/ral-2009 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2010-MATTE/ral-2010-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2010-RIVER/ral-2010-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2010/ral-2010 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2011-MATTE/ral-2011-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2011/ral-2011 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3000-MATTE/ral-3000-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3000-RIVER/ral-3000-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3000/ral-3000 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3001-RIVER/ral-3001-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3001/ral-3001 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3002-RIVER/ral-3002-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3002/ral-3002 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3003-RIVER/ral-3003-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3003/ral-3003 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3004-RIVER/ral-3004-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3004/ral-3004 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3005-RIVER/ral-3005-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3005/ral-3005 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3007-RIVER/ral-3007-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3007/ral-3007 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3009-RIVER/ral-3009-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3009/ral-3009 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3011-RIVER/ral-3011-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3011/ral-3011 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3012-MATTE/ral-3012-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3012-RIVER/ral-3012-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3012/ral-3012 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3013-RIVER/ral-3013-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3013/ral-3013 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3014-RIVER/ral-3014-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3014/ral-3014 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3015-MATTE/ral-3015-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3015-RIVER/ral-3015-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3015/ral-3015 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3016-MATTE/ral-3016-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3016-RIVER/ral-3016-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3016/ral-3016 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3017-MATTE/ral-3017-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3017-RIVER/ral-3017-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3017/ral-3017 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3018-MATTE/ral-3018-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3018-RIVER/ral-3018-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3018/ral-3018 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3020-RIVER/ral-3020-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3020/ral-3020 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3022-MATTE/ral-3022-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3022-RIVER/ral-3022-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3022/ral-3022 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3027-RIVER/ral-3027-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3027/ral-3027 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3031-RIVER/ral-3031-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3031/ral-3031 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4001-MATTE/ral-4001-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4001-RIVER/ral-4001-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4001/ral-4001 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4002-MATTE/ral-4002-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4002-RIVER/ral-4002-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4002/ral-4002 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4003-MATTE/ral-4003-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4003-RIVER/ral-4003-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4003/ral-4003 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4004-RIVER/ral-4004-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4004/ral-4004 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4005-MATTE/ral-4005-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4005-RIVER/ral-4005-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4005/ral-4005 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4006-RIVER/ral-4006-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4006/ral-4006 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4007-RIVER/ral-4007-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4007/ral-4007 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4008-MATTE/ral-4008-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4008-RIVER/ral-4008-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4008/ral-4008 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4009-RIVER/ral-4009-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4009/ral-4009 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4010-MATTE/ral-4010-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4010-RIVER/ral-4010-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4010/ral-4010 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5000-MATTE/ral-5000-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5000-RIVER/ral-5000-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5000/ral-5000 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5001-MATTE/ral-5001-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5001-RIVER/ral-5001-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5001/ral-5001 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5002-MATTE/ral-5002-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5002-RIVER/ral-5002-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5002/ral-5002 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5003-RIVER/ral-5003-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5003/ral-5003 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5004-RIVER/ral-5004-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5004/ral-5004 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5005-RIVER/ral-5005-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5005/ral-5005 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5007-MATTE/ral-5007-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5007-RIVER/ral-5007-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5007/ral-5007 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5008-RIVER/ral-5008-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5008/ral-5008 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5009-MATTE/ral-5009-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5009-RIVER/ral-5009-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5009/ral-5009 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5010-RIVER/ral-5010-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5010/ral-5010 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5011-MATTE/ral-5011-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5011-RIVER/ral-5011-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5011/ral-5011 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5012-RIVER/ral-5012-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5012/ral-5012 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5013-RIVER/ral-5013-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5013/ral-5013 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5014-MATTE/ral-5014-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5014-RIVER/ral-5014-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5014/ral-5014 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5015-MATTE/ral-5015-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5015-RIVER/ral-5015-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5015/ral-5015 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5017-MATTE/ral-5017-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5017-RIVER/ral-5017-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5017/ral-5017 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5018-MATTE/ral-5018-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5018-RIVER/ral-5018-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5018/ral-5018 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5019-MATTE/ral-5019-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5019-RIVER/ral-5019-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5019/ral-5019 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5020-RIVER/ral-5020-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5020/ral-5020 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5021-RIVER/ral-5021-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5021/ral-5021 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5022-RIVER/ral-5022-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5022/ral-5022 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5023-MATTE/ral-5023-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5023-RIVER/ral-5023-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5023/ral-5023 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5024-MATTE/ral-5024-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5024-RIVER/ral-5024-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5024/ral-5024 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6000-RIVER/ral-6000-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6000/ral-6000 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6001/ral-6001 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6002/ral-6002 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6003/ral-6003 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6004/ral-6004 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6005/ral-6005 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6006-RIVER/ral-6006-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6007/ral-6007 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6008-RIVER/ral-6008-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6008/ral-6008 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6009/ral-6009 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6010/ral-6010 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6011/ral-6011 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6012/ral-6012 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6013-RIVER/ral-6013-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6013/ral-6013 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6014-MATTE/ral-6014-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6014-RIVER/ral-6014-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6016/ral-6016 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6017/ral-6017 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6018/ral-6018 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6019/ral-6019 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6020/ral-6020 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6021/ral-6021 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6022-RIVER/ral-6022-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6022/ral-6022 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6024/ral-6024 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6025/ral-6025 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6026/ral-6026 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6027-MATTE/ral-6027-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6027-RIVER/ral-6027-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6027/ral-6027 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6028/ral-6028 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6029/ral-6029 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6032/ral-6032 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6033-RIVER/ral-6033-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6033/ral-6033 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6034-MATTE/ral-6034-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6034-RIVER/ral-6034-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6034/ral-6034 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7000/ral-7000 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7001/ral-7001 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7002-MATTE/ral-7002-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7002-RIVER/ral-7002-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7002/ral-7002 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7003/ral-7003 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7004/ral-7004 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7005/ral-7005 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7006-MATTE/ral-7006-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7006-RIVER/ral-7006-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7006/ral-7006 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7008-MATTE/ral-7008-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7008-RIVER/ral-7008-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7008/ral-7008 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7009/ral-7009 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7010/ral-7010 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7011/ral-7011 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7012/ral-7012 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7013-MATTE/ral-7013-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7013/ral-7013 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7015/ral-7015 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7016/ral-7016 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7021/ral-7021 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7022/ral-7022 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7023/ral-7023 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7024/ral-7024 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7030/ral-7030 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7031/ral-7031 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7032-MATTE/ral-7032-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7032-RIVER/ral-7032-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7032/ral-7032 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7033/ral-7033 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7034-MATTE/ral-7034-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7034-RIVER/ral-7034-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7034/ral-7034 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7035/ral-7035 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7036/ral-7036 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7037/ral-7037 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7038/ral-7038 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7039/ral-7039 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7040/ral-7040 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7042/ral-7042 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7043/ral-7043 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7044-MATTE/ral-7044-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7044-RIVER/ral-7044-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7044/ral-7044 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7045/ral-7045 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7046/ral-7046 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7047-RIVER/ral-7047-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7047/ral-7047 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8000-MATTE/ral-8000-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8000-RIVER/ral-8000-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8000/ral-8000 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8001-MATTE/ral-8001-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8001-RIVER/ral-8001-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8001/ral-8001 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8002-RIVER/ral-8002-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8002/ral-8002 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8003-RIVER/ral-8003-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8003/ral-8003 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8004-MATTE/ral-8004-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8004-RIVER/ral-8004-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8004/ral-8004 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8007-MATTE/ral-8007-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8007-RIVER/ral-8007-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8007/ral-8007 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8008-MATTE/ral-8008-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8008-RIVER/ral-8008-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8008/ral-8008 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8011/ral-8011 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8012-RIVER/ral-8012-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8012/ral-8012 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8014-MATTE/ral-8014-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8014-RIVER/ral-8014-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8014/ral-8014 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8015-MATTE/ral-8015-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8015-RIVER/ral-8015-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8015/ral-8015 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8016-MATTE/ral-8016-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8016-RIVER/ral-8016-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8016/ral-8016 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8017-MATTE/ral-8017-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8017-RIVER/ral-8017-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8017/ral-8017 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8019-MATTE/ral-8019-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8019-RIVER/ral-8019-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8019/ral-8019 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8022-RIVER/ral-8022-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8022/ral-8022 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8023-MATTE/ral-8023-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8023-RIVER/ral-8023-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8023/ral-8023 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8024-MATTE/ral-8024-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8024-RIVER/ral-8024-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8024/ral-8024 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8025-MATTE/ral-8025-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8025-RIVER/ral-8025-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8025/ral-8025 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8028-MATTE/ral-8028-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8028-RIVER/ral-8028-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8028/ral-8028 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9001-MATTE/ral-9001-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9001-RIVER/ral-9001-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9001/ral-9001 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9002-MATTE/ral-9002-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9002-RIVER/ral-9002-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9002/ral-9002 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9003-MATTE/ral-9003-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9003-RIVER/ral-9003-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9003/ral-9003 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9004-RIVER/ral-9004-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9004/ral-9004 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9005-RIVER/ral-9005-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9005/ral-9005 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9010-MATTE/ral-9010-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9010-RIVER/ral-9010-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9010/ral-9010 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9016-MATTE/ral-9016-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9016-RIVER/ral-9016-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9016/ral-9016 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9018-RIVER/ral-9018-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9018/ral-9018 +https://www.prismaticpowders.com/shop/powder-coating-colors/STS-10743/black-cauldron +https://www.prismaticpowders.com/shop/powder-coating-colors/STS-11185/high-temp-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-0678/copperette +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-10123/le-reve-bronze-leather +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-10152/autumn-black-leather +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-1345/irondale-98 +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-1858/golden-rock +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-1883/copper-rock +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-1913/aqua-bliss +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-1921/bronze-rock +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-3122/fountain-green +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-4736/soft-copper-rock +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-4969/bronze-rock-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-8148/antique-bronze-rock +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-8149/charcoal-rock +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-8150/red-copper-rock +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0177/soft-lazer-black +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0336/metallic-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0492/us-burnt-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0493/us-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0498/soft-misty-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0499/dark-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0605/us-black-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0650/captain-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0663/black-hills-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0664/soft-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0677/us-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0728/bronze-titanium +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0730/soft-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0802/las-vegas-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0888/miners-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10000/og-antique-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10185/og-autumn-black +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10329/galactic-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10330/galactic-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10331/galactic-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10332/galactic-black +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1039/smokey-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10545/smokey-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10585/tungsten-black +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10622/og-stealth-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10714/shugga-thrillz +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10759/pollywog-stew +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10787/thunderkiss +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10791/matte-peacock-ore +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10801/matte-devils-punchbowl +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10813/rose-chrome +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10814/blush-chrome +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10815/brass-chrome +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10816/copper-chrome +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10817/aqua-chrome +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10818/emerald-chrome +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11019/flat-crystal-grey-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11199/retroreflective-black +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11278/retroreflective-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11279/retroreflective-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11280/retroreflective-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11281/retroreflective-twilight +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11291/boysenberry-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1145/sutters-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1146/jamaican-ice +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11575/toyota-supersonic-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11637/tuscan-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1193/champion-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1195/santana-black +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1204/sterling-black +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1211/soft-satin-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1214/dark-titanium +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1231/tropical-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1232/gumdrop-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1233/soft-touch-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1266/pearl-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1289/shasta-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1326/soft-rubbed-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1344/soft-lazer-aquarius +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1352/soft-misty-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1364/soft-misty-blueberry +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1391/soft-misty-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1392/soft-lazer-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1441/titanium-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1536/pearlized-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1580/crater-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1621/cashmere-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1629/zesty-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1638/roman-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1672/gm-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1685/arizona-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1807/yankee-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1809/sparks-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1810/belair-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1811/vegas-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1839/cosmic-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1840/lithia-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1841/cosmic-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1851/autumn-black +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1860/satin-titanium +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1863/sour-punch +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1930/manhattan-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1969/liberation-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1976/slick-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1989/stateside-chestnut +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1995/winfree-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2018/french-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2062/shimmer-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2108/polar-frosty-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2163/mocha-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2180/soft-misty-kranberry +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2194/sonic-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2204/cocoa-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2229/burgundy-iris +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2270/star-crest-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2294/blue-satin +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2297/garwood-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2300/cosmic-crystal +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2453/edible-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2538/sable-speck +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2587/soft-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2599/extreme-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2607/snuffer-water +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2646/safe-white +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2714/cashmere-gold-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2744/gum-drop-orange-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-3069/grey-clay +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-4133/golden-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-4469/gold-rubbed-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-4548/triple-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-4656/brown-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-4871/aztec-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-4937/matte-black-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-4965/dark-bronze-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5002/yukon-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5045/star-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5279/altered-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5293/soft-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5376/le-reve-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5397/49r-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5693/gm-silver-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5804/anodex-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5959/matte-misty-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5965/chai-tea +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-6536/hallister-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-6578/forged-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-6675/vandoozy-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-6738/flat-black-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-8143/rb-elegance +https://www.prismaticpowders.com/shop/powder-coating-colors/UMS-10671/super-chrome-plus +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-0643/plum-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-0905/super-dust-shadows +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-0921/exotic-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-10027/dancing-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1030/tera-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1075/tango-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-10826/malibu-barbie +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-10831/sea-glass +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-10834/mermaid-candy +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1099/ultra-iris +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1103/teal-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1163/crimson-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1169/strawberry-glaze +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1178/wineberry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1190/midnight-aqua +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1198/sweet-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1209/pearl-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1242/sweet-explosion +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1243/ritzy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1292/plum-passion +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1320/royal-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1356/spangler-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1394/anodized-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1425/baltimore-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1426/super-aqua +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1453/dazzling-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1455/saturn-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1510/anodized-grape +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1542/anodized-sugar-grape +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1590/honey-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1593/champagne-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1597/taffy-berry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1606/golden-emerald +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1641/spiced-berry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1644/violet-blossom +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1662/redstone-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1673/polar-frost-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1674/violet-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1675/viola-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1689/pizzazz-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1712/whimsy-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1736/hawaiian-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1759/summer-punch +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1763/grape-madness +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1825/magic-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1847/redberry-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1848/hd-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1861/virginia-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1907/silverstone-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1977/telegraphic-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1987/penny-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1998/micro-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2008/aqua-emerald +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2010/anodized-strawberry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2012/ureth-stainless +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2037/burgundy-grape +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2043/jamaican-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2082/royalton-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2135/heavenly-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2158/tranquil-copper-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2165/orange-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2178/samoan-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2202/penny-glaze +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2221/bootys-berry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2367/warm-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2391/dixie-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2465/cosmic-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2501/blue-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2576/dream-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2578/sapphire-delight +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2645/orchid-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2755/autumn-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2802/ruby-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2855/glamour-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2856/knights-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2858/new-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2907/heavy-satin-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2908/schwinn-saturn-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2940/marmalade +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2950/spicy-berry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2952/super-dust-tantalum +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2961/carrot-top +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2992/clearly-luscious +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2999/translucent-fiasco +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-3033/king-midas +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-3050/mislead-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-3054/eidolon +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-3068/yellow-spice +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4342/nugget-gold-plus +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4426/sable-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4488/king-midas-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4524/copper-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4560/pastel-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4561/pastel-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4562/pastel-antique-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4566/pastel-black +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4568/magic-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4579/pastel-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4582/pastel-dark-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4650/cashmere-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4664/raspberry-spice-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4677/pizzazz-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4684/super-dust-slate +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4696/wild-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4842/wilder-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4898/satin-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4922/satin-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4945/star-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5019/diamond-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5079/lollypop-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5233/violet-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5262/spike-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5271/yellow-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5273/taurus-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5289/sunrise-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5307/starry-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5317/tangelo-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5477/midnight-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5489/dusted-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5492/sweet-cherry-plus +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5500/starlight-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5514/twisted-wizard-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5519/smoked-nugget +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5523/raspberry-splash +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5540/flat-trans-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5553/fuchsia-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5741/powerhouse-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5772/strawberry-fusion +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5812/red-gold-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5963/turquoise-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5992/mixed-berry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6000/sparks-gold-green +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6007/alpine-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6011/bates-green-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6012/canby-green-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6013/culver-gold-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6018/biggs-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6020/corbet-green-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6021/burns-gold-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6024/gaston-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6379/racing-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6610/racing-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6719/gold-foil +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6743/dusted-candy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-8086/beryl-green +https://www.prismaticpowders.com/shop/powder-coating-colors/UPS-11636/retroreflective-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/UPS-1506/lollypop-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPS-1509/lollypop-berry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPS-1511/lollypop-grape +https://www.prismaticpowders.com/shop/powder-coating-colors/UPS-1680/aqua-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/UPS-2502/lollypop-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPS-4540/transparent-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/URB-0191/hickory-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/URB-1540/yellowstone-river +https://www.prismaticpowders.com/shop/powder-coating-colors/URB-1850/autumn-river +https://www.prismaticpowders.com/shop/powder-coating-colors/URB-1914/woodlin-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/URB-4722/wendys-gold-river +https://www.prismaticpowders.com/shop/powder-coating-colors/URB-6109/tan-river +https://www.prismaticpowders.com/shop/powder-coating-colors/URB-6111/greystone-river +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-10218/satin-plush-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-10222/sweet-tea +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-10546/charcoal-chrome +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-11307/rusted-iron +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-11308/cayenne-spice +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-11309/pumpkin-pie +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-11310/dark-roast +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-11561/vw-tornado-red +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-1632/chinese-red +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-1653/snow-shoe-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-1823/lacey-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-5398/limoge-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-5962/ultra-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-6535/henry-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-6656/sandman-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-6718/flat-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-0238/whisper-white +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-1028/cameron-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-10648/can-am-magma-red +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-10665/yama-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-10723/subalpine +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-10926/semi-gloss-black +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-11164/black-out +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-1120/deep-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-11326/bat-black +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-11366/jeep-punk-n-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-11433/chevy-hugger-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-11480/snap-on-candy-apple-red +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-11548/ferrari-giallo-modena +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-1493/everbeige +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-1522/black-jack +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-1571/daffodil-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-1630/orange-blossom +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-1814/mushroom-white +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-1824/vanilla-lace +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-2242/orient-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-2603/gloss-black +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-2996/computer-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-4085/fiber +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-4709/cloud-black +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-5063/rosemont-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-5204/ultra-black-chrome +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-6790/plush-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-6868/hot-rod-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-1986/brownwood-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-2123/weeping-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-2467/dusk-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-2522/blue-steel-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-4832/weeping-silver-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-5223/rustic-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-5671/black-iron-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-5726/brown-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-7101/midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-7113/burgundy-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/UTS-1269/pewter-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/UTS-1527/black-diamond +https://www.prismaticpowders.com/shop/powder-coating-colors/UTS-5433/weathered-rust +https://www.prismaticpowders.com/shop/powder-coating-colors/UVB-1227/red-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UVB-2152/imperial-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/UWS-11721/alligator-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/WN203QF/99-7023-int-ht-450-black-iron +https://www.prismaticpowders.com/shop/powder-coating-colors/WN304QF/99-71003-ace-600-ht-blk-1e2397 +https://www.prismaticpowders.com/shop/powder-coating-colors/YD000QF/yd000qf-int-ace-2010-power-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/YG003QF/yg003qf-int-ace-2010-case-red +https://www.prismaticpowders.com/shop/powder-coating-colors/YJ000QF/yj000qf-int-ace-2010-nh-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/YL003QF/yl003qf-int-ace2010-cnh-dk-gry +https://www.prismaticpowders.com/shop/powder-coating-colors/YN101QF/yn101qf-int-ace2010-cnh-blk-sd +https://www.prismaticpowders.com/shop/powder-coating-colors/YN1117/yn1117-interpon-volvo-black +https://www.prismaticpowders.com/shop/powder-coating-colors/YN208Q/yn208q-int-a2000-yn50kd-black +https://www.prismaticpowders.com/shop/powder-coating-colors/ZN202QF/zn202qf-810-black-flna-40912 diff --git a/scripts/Web Scraping/batch-50.txt b/scripts/Web Scraping/batch-50.txt new file mode 100644 index 0000000000000000000000000000000000000000..f9136508b3d6d40c8998783e2406ae24fa2034c7 GIT binary patch literal 9324 zcmd6tTW{Jx5QX=-Qh$m=0CVeGtEQ2vwrbV4zCi*Bssofu)BO3i=i6af8}q&^E5W-q zaAxMr)%^SW==M4`Zs*>(j*e%4Txn?cU9GW#_K6v)0v)&L4HQ z(OLbD!e6)duH1vOb)`FbcgMZeajm20zPS%tcXeL)|Lob_TlZVvR%tcWXK!@2)Y(d( zJlEc{zIQ2XbNAZ4(s^1r%9b2m*RRQe6liSi`}?~YuVyHG3p!7q9*E|_DX4W+QPk)##e438^C3lT(}plo|8)vbl(x`x%Y#v`z3Ts z;e{z&$3r&KJ8MJD8b5vVvZVEc+Y6Q`{a)Pb@QL1dpb&i^)*w zo?Pk+q#%oZQ?*AGXRDaw$OlxAFeplqHm4cp=*dCzV>cAaW?sk(^YF-)py{EiiG?s@ z0oYS2KH&usb@bajINv?8C3XiRae3?}C(Re~*u7X&i8CRFM&BLl?m|+gW)RirxaGT- z^BJ*}Xj->Rdi+=-R7SxA*vr=gda`>P^YB6^^IJ6pEVBF+VrP1t)4w!zK2*$!xi`f7 zjgR(u@nvw*Jr#rHDx&>4Uv`T2Xq+xA#-Y@@@B7RYbPsB)8QS=#V$Q}_K(U@C{@}rX zlE)q7=$|+g9shXH-ictlTqc8-1_hLfk7(?jZ9~pSTj1ZCdkl}-(ia;Ykulp>bOF7 zc=4Inrf?=xYB{JHLd-069_DWC2^OBaI{Iu*Z0ZSr@CCYZTU+hV1f85kej?{G-De`b zR}LdOZUgMaml=#*fa7~^+uA;d=*FcLi9@O%l2F#bnb@Mbl&dV?Wq9M zD|{pL!Rh0w&2)nWOa|tN@aa6RQu7>SgM83`a_@wOXg|>(&k313&lPi+wo&<~o%-Ln z&qst*JVPPe3l%eEDzZHKkvc~DzmAV}GyOk^t>mBFkoJ5;=nHAEvE><_)IKJT31)8) zP86RyH5;Qv^2oDvnl^3)j1zHk;4zZL57ORJxsK;dh5UwRW>ayMJe~tyViUbSI)#~Z zU$B(tGgfQlUrEX+uW4|4#$4~0BWhR=X6M>)hgl+4)D74C)V=lf14c}#hx39XSBmLR$ OhNx?a1oRX33!VRwE^7M# literal 0 HcmV?d00001 diff --git a/scripts/Web Scraping/color-discovery-log.json b/scripts/Web Scraping/color-discovery-log.json new file mode 100644 index 0000000..7518eab --- /dev/null +++ b/scripts/Web Scraping/color-discovery-log.json @@ -0,0 +1,270 @@ +{ + "completed_colors": { + "pris_black": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_black", + "http_status": 200, + "added": 472, + "added_during_scroll": 472, + "total_after": 472, + "completed_at": "2026-04-30T00:47:46.289Z" + }, + "pris_blue": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_blue", + "http_status": 200, + "added": 948, + "added_during_scroll": 948, + "total_after": 1420, + "completed_at": "2026-04-30T00:49:25.145Z" + }, + "pris_bronze": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_bronze", + "http_status": 200, + "added": 358, + "added_during_scroll": 358, + "total_after": 1778, + "completed_at": "2026-04-30T00:50:18.466Z" + }, + "pris_brown": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_brown", + "http_status": 200, + "added": 373, + "added_during_scroll": 373, + "total_after": 2151, + "completed_at": "2026-04-30T00:51:18.033Z" + }, + "pris_clear": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_clear", + "http_status": 200, + "added": 19, + "added_during_scroll": 19, + "total_after": 2170, + "completed_at": "2026-04-30T00:51:42.889Z" + }, + "pris_copper": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_copper", + "http_status": 200, + "added": 1094, + "added_during_scroll": 1094, + "total_after": 3264, + "completed_at": "2026-04-30T00:56:34.934Z" + }, + "pris_gold": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_gold", + "http_status": 200, + "added": 152, + "added_during_scroll": 152, + "total_after": 3416, + "completed_at": "2026-04-30T00:57:26.775Z" + }, + "pris_gray": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_gray", + "http_status": 200, + "added": 0, + "added_during_scroll": 0, + "total_after": 3416, + "completed_at": "2026-04-30T00:57:49.624Z" + }, + "pris_green": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_green", + "http_status": 200, + "added": 0, + "added_during_scroll": 0, + "total_after": 3416, + "completed_at": "2026-04-30T00:58:12.277Z" + }, + "pris_orange": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_orange", + "http_status": 200, + "added": 233, + "added_during_scroll": 233, + "total_after": 3649, + "completed_at": "2026-04-30T00:59:06.776Z" + }, + "pris_pink": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_pink", + "http_status": 200, + "added": 169, + "added_during_scroll": 169, + "total_after": 3818, + "completed_at": "2026-04-30T00:59:49.323Z" + }, + "pris_purple": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_purple", + "http_status": 200, + "added": 182, + "added_during_scroll": 182, + "total_after": 4000, + "completed_at": "2026-04-30T01:00:38.111Z" + }, + "pris_red": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_red", + "http_status": 200, + "added": 346, + "added_during_scroll": 346, + "total_after": 4346, + "completed_at": "2026-04-30T01:01:51.910Z" + }, + "pris_silver": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_silver", + "http_status": 200, + "added": 210, + "added_during_scroll": 210, + "total_after": 4556, + "completed_at": "2026-04-30T01:02:51.835Z" + }, + "pris_tan": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_tan", + "http_status": 200, + "added": 219, + "added_during_scroll": 219, + "total_after": 4775, + "completed_at": "2026-04-30T01:03:43.244Z" + }, + "pris_white": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_white", + "http_status": 200, + "added": 218, + "added_during_scroll": 218, + "total_after": 4993, + "completed_at": "2026-04-30T01:04:39.931Z" + }, + "pris_yellow": { + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_yellow", + "http_status": 200, + "added": 199, + "added_during_scroll": 199, + "total_after": 5192, + "completed_at": "2026-04-30T01:05:31.945Z" + } + }, + "runs": [ + { + "started_at": "2026-04-30T00:46:47.692Z", + "existing_at_start": 0, + "colors_attempted": [ + { + "color": "pris_black", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_black", + "http_status": 200, + "added": 472, + "total_after": 472 + }, + { + "color": "pris_blue", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_blue", + "http_status": 200, + "added": 948, + "total_after": 1420 + }, + { + "color": "pris_bronze", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_bronze", + "http_status": 200, + "added": 358, + "total_after": 1778 + }, + { + "color": "pris_brown", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_brown", + "http_status": 200, + "added": 373, + "total_after": 2151 + }, + { + "color": "pris_clear", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_clear", + "http_status": 200, + "added": 19, + "total_after": 2170 + }, + { + "color": "pris_copper", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_copper", + "http_status": 200, + "added": 1094, + "total_after": 3264 + }, + { + "color": "pris_gold", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_gold", + "http_status": 200, + "added": 152, + "total_after": 3416 + }, + { + "color": "pris_gray", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_gray", + "http_status": 200, + "added": 0, + "total_after": 3416 + }, + { + "color": "pris_green", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_green", + "http_status": 200, + "added": 0, + "total_after": 3416 + }, + { + "color": "pris_orange", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_orange", + "http_status": 200, + "added": 233, + "total_after": 3649 + }, + { + "color": "pris_pink", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_pink", + "http_status": 200, + "added": 169, + "total_after": 3818 + }, + { + "color": "pris_purple", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_purple", + "http_status": 200, + "added": 182, + "total_after": 4000 + }, + { + "color": "pris_red", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_red", + "http_status": 200, + "added": 346, + "total_after": 4346 + }, + { + "color": "pris_silver", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_silver", + "http_status": 200, + "added": 210, + "total_after": 4556 + }, + { + "color": "pris_tan", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_tan", + "http_status": 200, + "added": 219, + "total_after": 4775 + }, + { + "color": "pris_white", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_white", + "http_status": 200, + "added": 218, + "total_after": 4993 + }, + { + "color": "pris_yellow", + "url": "https://www.prismaticpowders.com/shop/powder-coating-colors?color=pris_yellow", + "http_status": 200, + "added": 199, + "total_after": 5192 + } + ], + "finished_at": "2026-04-30T01:05:34.987Z", + "final_total": 5192, + "new_this_run": 5192 + } + ] +} \ No newline at end of file diff --git a/scripts/Web Scraping/discover-prismatic-by-color-param.js b/scripts/Web Scraping/discover-prismatic-by-color-param.js new file mode 100644 index 0000000..6034c73 --- /dev/null +++ b/scripts/Web Scraping/discover-prismatic-by-color-param.js @@ -0,0 +1,237 @@ +const fs = require("fs"); +const { chromium } = require("playwright"); + +const headed = process.argv.includes("--headed"); + +function getArgValue(name, defaultValue) { + const prefix = `--${name}=`; + const found = process.argv.find(x => x.startsWith(prefix)); + return found ? found.slice(prefix.length) : defaultValue; +} + +const maxScrollsPerColor = parseInt(getArgValue("max-scrolls-per-color", "180"), 10); +const stopAfterNoNewScrolls = parseInt(getArgValue("stop-after-no-new-scrolls", "10"), 10); + +const baseUrl = "https://www.prismaticpowders.com/shop/powder-coating-colors"; +const outputFile = "product-urls.txt"; +const logFile = "color-discovery-log.json"; + +// Update this list if you find more color params in the site HTML. +const colorParams = [ + "pris_black", + "pris_blue", + "pris_bronze", + "pris_brown", + "pris_clear", + "pris_copper", + "pris_gold", + "pris_gray", + "pris_green", + "pris_orange", + "pris_pink", + "pris_purple", + "pris_red", + "pris_silver", + "pris_tan", + "pris_white", + "pris_yellow" +]; + +function cleanUrl(url) { + return (url || "").split("?")[0].split("#")[0].trim(); +} + +function isProductUrl(url) { + return /\/shop\/powder-coating-colors\/[A-Z0-9-]+\//i.test(url || ""); +} + +function readExistingUrls() { + if (!fs.existsSync(outputFile)) return []; + + return fs.readFileSync(outputFile, "utf8") + .split(/\r?\n/) + .map(cleanUrl) + .filter(Boolean); +} + +function writeUrls(urls) { + const sorted = [...urls].sort(); + fs.writeFileSync(outputFile, sorted.join("\r\n") + "\r\n", "utf8"); +} + +function readLog() { + if (!fs.existsSync(logFile)) { + return { + completed_colors: {}, + runs: [] + }; + } + + try { + return JSON.parse(fs.readFileSync(logFile, "utf8")); + } catch { + return { + completed_colors: {}, + runs: [] + }; + } +} + +function writeLog(log) { + fs.writeFileSync(logFile, JSON.stringify(log, null, 2), "utf8"); +} + +async function collectProductLinks(page) { + const links = await page.locator("a").evaluateAll(anchors => + anchors + .map(a => a.href) + .filter(Boolean) + .filter(h => /\/shop\/powder-coating-colors\/[A-Z0-9-]+\//i.test(h)) + ); + + return links.map(cleanUrl).filter(Boolean); +} + +async function scrollAndCollect(page, urls, label) { + let noNewScrolls = 0; + let totalAddedForThisColor = 0; + + for (let i = 0; i < maxScrollsPerColor; i++) { + const before = urls.size; + + for (const link of await collectProductLinks(page)) { + urls.add(link); + } + + const after = urls.size; + const added = after - before; + totalAddedForThisColor += added; + + if (added === 0) { + noNewScrolls++; + } else { + noNewScrolls = 0; + } + + writeUrls(urls); + + console.log(`[${label}] Scroll ${i + 1}/${maxScrollsPerColor}: +${added}, total ${after}, no-new ${noNewScrolls}`); + + if (noNewScrolls >= stopAfterNoNewScrolls) { + break; + } + + await page.mouse.wheel(0, 2500); + await page.waitForTimeout(1500); + } + + return totalAddedForThisColor; +} + +(async () => { + const existingUrls = readExistingUrls(); + const urls = new Set(existingUrls); + const log = readLog(); + + console.log(`Existing URLs in ${outputFile}: ${existingUrls.length}`); + + const browser = await chromium.launch({ headless: !headed }); + + const context = await browser.newContext({ + userAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + viewport: { width: 1365, height: 900 }, + locale: "en-US", + timezoneId: "America/New_York" + }); + + const page = await context.newPage(); + + const runRecord = { + started_at: new Date().toISOString(), + existing_at_start: existingUrls.length, + colors_attempted: [] + }; + + for (const color of colorParams) { + if (log.completed_colors[color]) { + console.log(`Skipping completed color: ${color}`); + continue; + } + + const url = `${baseUrl}?color=${encodeURIComponent(color)}`; + console.log(""); + console.log(`Opening color filter: ${color}`); + console.log(url); + + try { + const response = await page.goto(url, { + waitUntil: "domcontentloaded", + timeout: 60000 + }); + + const status = response ? response.status() : "unknown"; + console.log(`HTTP status: ${status}`); + + await page.waitForTimeout(5000); + + const before = urls.size; + const addedDuringScroll = await scrollAndCollect(page, urls, color); + const after = urls.size; + const netAdded = after - before; + + log.completed_colors[color] = { + url, + http_status: status, + added: netAdded, + added_during_scroll: addedDuringScroll, + total_after: after, + completed_at: new Date().toISOString() + }; + + runRecord.colors_attempted.push({ + color, + url, + http_status: status, + added: netAdded, + total_after: after + }); + + writeLog(log); + writeUrls(urls); + + console.log(`Color complete: ${color}; added ${netAdded}; total ${after}`); + + // Polite pause between filters. + await page.waitForTimeout(3000); + } catch (err) { + console.log(`Color failed: ${color}; ${err.message}`); + + runRecord.colors_attempted.push({ + color, + url, + added: 0, + error: err.message + }); + + writeLog(log); + } + } + + runRecord.finished_at = new Date().toISOString(); + runRecord.final_total = urls.size; + runRecord.new_this_run = urls.size - existingUrls.length; + + log.runs.push(runRecord); + writeLog(log); + writeUrls(urls); + + console.log(""); + console.log("Color-param discovery complete."); + console.log(`Existing at start: ${existingUrls.length}`); + console.log(`Final total: ${urls.size}`); + console.log(`New this run: ${urls.size - existingUrls.length}`); + console.log(`Output: ${outputFile}`); + console.log(`Log: ${logFile}`); + + await browser.close(); +})(); diff --git a/scripts/Web Scraping/package-lock.json b/scripts/Web Scraping/package-lock.json new file mode 100644 index 0000000..276b0c1 --- /dev/null +++ b/scripts/Web Scraping/package-lock.json @@ -0,0 +1,60 @@ +{ + "name": "web-scraping", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "web-scraping", + "version": "1.0.0", + "license": "ISC", + "dependencies": { + "playwright": "^1.59.1" + } + }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/playwright": { + "version": "1.59.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.59.1.tgz", + "integrity": "sha512-C8oWjPR3F81yljW9o5OxcWzfh6avkVwDD2VYdwIGqTkl+OGFISgypqzfu7dOe4QNLL2aqcWBmI3PMtLIK233lw==", + "license": "Apache-2.0", + "dependencies": { + "playwright-core": "1.59.1" + }, + "bin": { + "playwright": "cli.js" + }, + "engines": { + "node": ">=18" + }, + "optionalDependencies": { + "fsevents": "2.3.2" + } + }, + "node_modules/playwright-core": { + "version": "1.59.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.1.tgz", + "integrity": "sha512-HBV/RJg81z5BiiZ9yPzIiClYV/QMsDCKUyogwH9p3MCP6IYjUFu/MActgYAvK0oWyV9NlwM3GLBjADyWgydVyg==", + "license": "Apache-2.0", + "bin": { + "playwright-core": "cli.js" + }, + "engines": { + "node": ">=18" + } + } + } +} diff --git a/scripts/Web Scraping/package.json b/scripts/Web Scraping/package.json new file mode 100644 index 0000000..f9e68af --- /dev/null +++ b/scripts/Web Scraping/package.json @@ -0,0 +1,16 @@ +{ + "name": "web-scraping", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "type": "commonjs", + "dependencies": { + "playwright": "^1.59.1" + } +} diff --git a/scripts/Web Scraping/prismatic-browser-scraper.js b/scripts/Web Scraping/prismatic-browser-scraper.js new file mode 100644 index 0000000..85c1197 --- /dev/null +++ b/scripts/Web Scraping/prismatic-browser-scraper.js @@ -0,0 +1,298 @@ +const fs = require("fs"); +const { chromium } = require("playwright"); + +const headed = process.argv.includes("--headed"); +const retryErrors = process.argv.includes("--retry-errors"); + +function getArgValue(name, defaultValue) { + const prefix = `--${name}=`; + const found = process.argv.find(x => x.startsWith(prefix)); + return found ? found.slice(prefix.length) : defaultValue; +} + +const inputFile = getArgValue("input-file", "product-urls.txt"); +const outputJson = getArgValue("output-json", "prismatic_powders.json"); +const progressLog = getArgValue("progress-log", "prismatic-scrape-progress.log"); + +const minDelaySeconds = parseInt(getArgValue("min-delay-seconds", "8"), 10); +const maxDelaySeconds = parseInt(getArgValue("max-delay-seconds", "18"), 10); +const pageSettleSeconds = parseInt(getArgValue("page-settle-seconds", "4"), 10); +const maxProducts = parseInt(getArgValue("max-products", "0"), 10); + +function clean(text) { + return (text || "").replace(/\s+/g, " ").trim(); +} + +function cleanUrl(url) { + return (url || "").split("?")[0].split("#")[0].trim(); +} + +function sleep(ms) { + return new Promise(resolve => setTimeout(resolve, ms)); +} + +function randomDelayMs() { + const minMs = Math.max(0, minDelaySeconds * 1000); + const maxMs = Math.max(minMs, maxDelaySeconds * 1000); + return Math.floor(minMs + Math.random() * (maxMs - minMs + 1)); +} + +function logLine(message) { + const line = `[${new Date().toISOString()}] ${message}`; + console.log(line); + fs.appendFileSync(progressLog, line + "\r\n", "utf8"); +} + +function absoluteUrl(baseUrl, maybeUrl) { + if (!maybeUrl) return ""; + try { + return new URL(maybeUrl, baseUrl).href; + } catch { + return maybeUrl; + } +} + +function loadInputUrls() { + if (!fs.existsSync(inputFile)) { + throw new Error(`Input file not found: ${inputFile}`); + } + + const urls = fs.readFileSync(inputFile, "utf8") + .split(/\r?\n/) + .map(cleanUrl) + .filter(Boolean) + .filter(x => !x.startsWith("#")) + .filter(x => /\/shop\/powder-coating-colors\/[A-Z0-9-]+\//i.test(x)); + + return [...new Set(urls)]; +} + +function loadOutput() { + if (!fs.existsSync(outputJson)) { + return { results: [], errors: [] }; + } + + try { + const parsed = JSON.parse(fs.readFileSync(outputJson, "utf8")); + + if (Array.isArray(parsed)) { + return { results: parsed, errors: [] }; + } + + return { + results: Array.isArray(parsed.results) ? parsed.results : [], + errors: Array.isArray(parsed.errors) ? parsed.errors : [] + }; + } catch (err) { + const backup = `${outputJson}.invalid-${Date.now()}.bak`; + fs.copyFileSync(outputJson, backup); + throw new Error(`Could not parse existing ${outputJson}. Backed it up to ${backup}. Error: ${err.message}`); + } +} + +function saveOutput(data) { + const tempFile = `${outputJson}.tmp`; + fs.writeFileSync(tempFile, JSON.stringify(data, null, 2), "utf8"); + fs.renameSync(tempFile, outputJson); +} + +function parsePriceTiers(plainText) { + const priceMatches = [...plainText.matchAll(/(\d+\s*-\s*\d+\s*lbs|\d+\s*\+\s*lbs)\s*\$([\d.]+)/gi)]; + + return priceMatches.map(m => { + const rangeText = clean(m[1]); + const price = parseFloat(m[2]); + + let min = null; + let max = null; + + const rangeMatch = rangeText.match(/(\d+)\s*-\s*(\d+)/); + if (rangeMatch) { + min = parseInt(rangeMatch[1], 10); + max = parseInt(rangeMatch[2], 10); + } + + const plusMatch = rangeText.match(/(\d+)\s*\+/); + if (plusMatch) { + min = parseInt(plusMatch[1], 10); + max = null; + } + + return { min, max, price }; + }); +} + +async function getLinkByText(page, patterns) { + const links = await page.locator("a").evaluateAll((anchors) => + anchors.map(a => ({ + text: (a.innerText || a.textContent || "").replace(/\s+/g, " ").trim(), + href: a.getAttribute("href") || "" + })) + ); + + for (const link of links) { + if (patterns.some(p => new RegExp(p, "i").test(link.text))) { + return absoluteUrl(page.url(), link.href); + } + } + + return ""; +} + +async function getSampleImageUrl(page) { + const imageUrls = await page.locator("img").evaluateAll((imgs) => + imgs.map(img => + img.currentSrc || + img.src || + img.getAttribute("src") || + img.getAttribute("data-src") || + "" + ).filter(Boolean) + ); + + return ( + imageUrls.find(src => /images\.nicindustries\.com/i.test(src) && !/thumbnail/i.test(src)) || + imageUrls.find(src => /images\.nicindustries\.com/i.test(src)) || + imageUrls.find(src => /prismatic|powder|color/i.test(src)) || + "" + ); +} + +async function parseProduct(page, url) { + logLine(`Scraping ${url}`); + + const response = await page.goto(url, { + waitUntil: "domcontentloaded", + timeout: 60000 + }); + + await page.waitForTimeout(pageSettleSeconds * 1000); + + const status = response ? response.status() : 0; + const pageTitle = clean(await page.title().catch(() => "")); + const plainText = clean(await page.locator("body").innerText().catch(() => "")); + + logLine(`HTTP status ${status}; title "${pageTitle}"`); + + if (status === 403 || /^403 Forbidden$/i.test(pageTitle) || /^403 Forbidden$/i.test(plainText)) { + throw new Error("403 Forbidden returned by site."); + } + + if (status === 404 || /404|Page Not Found/i.test(pageTitle)) { + throw new Error("404 Not Found returned by site."); + } + + const title = clean(await page.locator("h1").first().innerText().catch(() => "")); + + const skuMatch = plainText.match(/Item:\s*([A-Z0-9-]+)/i); + const sku = skuMatch ? skuMatch[1] : ""; + + if (!sku && !title) { + throw new Error("Could not find SKU or title on product page."); + } + + const descMatch = plainText.match(/Description:\s*(.*?)(WARNING:|What does this match\?|$)/is); + const description = descMatch ? clean(descMatch[1]) : ""; + + const priceTiers = parsePriceTiers(plainText); + + const safetyDataSheetUrl = await getLinkByText(page, ["Safety Data Sheet", "\\bSDS\\b"]); + const applicationGuideUrl = await getLinkByText(page, ["Application Guide"]); + const technicalDataSheetUrl = await getLinkByText(page, ["Tech Data Sheet", "Technical Data Sheet", "\\bTDS\\b"]); + const sampleImageUrl = await getSampleImageUrl(page); + + return { + sku, + color_name: title, + description, + price_tiers: priceTiers, + safety_data_sheet_url: safetyDataSheetUrl, + technical_data_sheet_url: technicalDataSheetUrl, + application_guide_url: applicationGuideUrl, + sample_image_url: sampleImageUrl, + product_url: url, + scraped_at: new Date().toISOString() + }; +} + +(async () => { + const allUrls = loadInputUrls(); + const data = loadOutput(); + + const completedUrls = new Set(data.results.map(r => cleanUrl(r.product_url)).filter(Boolean)); + const errorUrls = new Set(data.errors.map(e => cleanUrl(e.product_url)).filter(Boolean)); + + let remainingUrls = allUrls.filter(url => { + if (completedUrls.has(url)) return false; + if (!retryErrors && errorUrls.has(url)) return false; + return true; + }); + + if (maxProducts > 0) { + remainingUrls = remainingUrls.slice(0, maxProducts); + } + + logLine(`Input URLs: ${allUrls.length}`); + logLine(`Already scraped: ${completedUrls.size}`); + logLine(`Existing errors: ${errorUrls.size}`); + logLine(`Retry errors: ${retryErrors ? "yes" : "no"}`); + logLine(`This run target count: ${remainingUrls.length}`); + logLine(`Delay range: ${minDelaySeconds}-${maxDelaySeconds} seconds; page settle: ${pageSettleSeconds} seconds`); + + if (remainingUrls.length === 0) { + logLine("Nothing to scrape. Done."); + saveOutput(data); + return; + } + + const browser = await chromium.launch({ + headless: !headed + }); + + const context = await browser.newContext({ + userAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36", + viewport: { width: 1365, height: 900 }, + locale: "en-US", + timezoneId: "America/New_York" + }); + + const page = await context.newPage(); + + let processedThisRun = 0; + + for (const url of remainingUrls) { + try { + const row = await parseProduct(page, url); + + // If retrying an old error, keep the old error history but avoid duplicate successful result. + if (!completedUrls.has(url)) { + data.results.push(row); + completedUrls.add(url); + } + + processedThisRun++; + saveOutput(data); + + logLine(`Saved result ${processedThisRun}/${remainingUrls.length}: ${row.sku || "(no sku)"} ${row.color_name || ""}`); + } catch (err) { + const errorRecord = { + product_url: url, + error: err.message, + scraped_at: new Date().toISOString() + }; + + data.errors.push(errorRecord); + saveOutput(data); + + logLine(`ERROR ${url}: ${err.message}`); + } + + const delay = randomDelayMs(); + logLine(`Waiting ${(delay / 1000).toFixed(1)} seconds before next product...`); + await sleep(delay); + } + + await browser.close(); + + logLine(`Done. Results: ${data.results.length}; Errors: ${data.errors.length}; Output: ${outputJson}`); +})(); diff --git a/scripts/Web Scraping/prismatic_powders.json b/scripts/Web Scraping/prismatic_powders.json new file mode 100644 index 0000000..c0a7194 --- /dev/null +++ b/scripts/Web Scraping/prismatic_powders.json @@ -0,0 +1,143582 @@ +{ + "results": [ + { + "sku": "AA002QF", + "color_name": "10-1002 CORVEL APPLIANCE WHITE", + "description": "AA002QF 10-1002 APPLIANCE WHT/7402/25KG Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 15.15 + }, + { + "min": 1, + "max": 99999999, + "price": 15.15 + }, + { + "min": 100000000, + "max": null, + "price": 15.15 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11586/10-1002-corvel-appliance-white-aa002qf-dt20201027204844939-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AA002QF/10-1002-corvel-appliance-white", + "scraped_at": "2026-04-30T12:59:37.555Z" + }, + { + "sku": "AA004QF", + "color_name": "10-1013 CORVL COOL WHT U1555-4", + "description": "AA004QF 10-1013 COOLWHT U1555-4/7402/25K Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.9 + }, + { + "min": 50, + "max": 199, + "price": 14.16 + }, + { + "min": 200, + "max": null, + "price": 13.41 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11587/10-1013-corvl-cool-wht-u1555-4-aa004qf-dt20201027204922982-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AA004QF/10-1013-corvl-cool-wht-u1555-4", + "scraped_at": "2026-04-30T12:59:58.734Z" + }, + { + "sku": "AA101QF", + "color_name": "10-1008 CORVEL ALMOND", + "description": "AA101QF 10-1008 ALMOND U1555-4/7402/25KG Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 15.4 + }, + { + "min": 1, + "max": 99999999, + "price": 15.4 + }, + { + "min": 100000000, + "max": null, + "price": 15.4 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11588/10-1008-corvel-almond-aa101qf-dt20201027204958782-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AA101QF/10-1008-corvel-almond", + "scraped_at": "2026-04-30T13:00:18.217Z" + }, + { + "sku": "AE001QF", + "color_name": "10-2045A CORVEL SUNFLOWER YLW", + "description": "AE001QF 10-2045A SUNFLWRU1555-4/7402/25K Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 18.03 + }, + { + "min": 1, + "max": 99999999, + "price": 18.03 + }, + { + "min": 100000000, + "max": null, + "price": 18.03 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11589/10-2045a-corvel-sunflower-ylw-ae001qf-dt20201027205106155-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AE001QF/10-2045a-corvel-sunflower-ylw", + "scraped_at": "2026-04-30T13:00:41.229Z" + }, + { + "sku": "AE101Q", + "color_name": "AE101Q INT 100 PMT YLW PRIMER", + "description": "AE101Q INT 100 PMT YLW PRIMER/7402/18KG Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 12.02 + }, + { + "min": 1, + "max": 99999999, + "price": 12.02 + }, + { + "min": 100000000, + "max": null, + "price": 12.02 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11590/ae101q-int-100-pmt-ylw-primer-ae101q-dt20201027205205982-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AE101Q/ae101q-int-100-pmt-ylw-primer", + "scraped_at": "2026-04-30T13:01:01.592Z" + }, + { + "sku": "AG001QF", + "color_name": "10-4003 CORVEL ALERT RED", + "description": "AG001QF 10-4003 ALERT RED/7402/25KG Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 18.53 + }, + { + "min": 1, + "max": 99999999, + "price": 18.53 + }, + { + "min": 100000000, + "max": null, + "price": 18.53 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11591/10-4003-corvel-alert-red-ag001qf-dt2020102720530351-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AG001QF/10-4003-corvel-alert-red", + "scraped_at": "2026-04-30T13:01:15.676Z" + }, + { + "sku": "AG400QF", + "color_name": "12-4001 CORVEL ROBIN RED UL-", + "description": "AG400QF 12-4001ROBIN RD U1556-1/7402/25K Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.65 + }, + { + "min": 1, + "max": 99999999, + "price": 11.65 + }, + { + "min": 100000000, + "max": null, + "price": 11.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11594/12-4001-corvel-robin-red-ul-ag400qf-dt20201027205456222-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AG400QF/12-4001-corvel-robin-red-ul", + "scraped_at": "2026-04-30T13:01:34.099Z" + }, + { + "sku": "AJ002QF", + "color_name": "10-5017 COR COBALT BLU U1555-4", + "description": "AJ002QF 10-5017 COB BLU U1555-4/7402/25K Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 15.4 + }, + { + "min": 1, + "max": 99999999, + "price": 15.4 + }, + { + "min": 100000000, + "max": null, + "price": 15.4 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11595/10-5017-cor-cobalt-blu-u1555-4-aj002qf-dt20201027205542863-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AJ002QF/10-5017-cor-cobalt-blu-u1555-4", + "scraped_at": "2026-04-30T13:01:49.877Z" + }, + { + "sku": "AJ400QF", + "color_name": "12-5003 CORVEL MIL BLU U1556", + "description": "AJ400QF 12-5003 MIL BLU U1556-1/7402/25K Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 10.67 + }, + { + "min": 1, + "max": 99999999, + "price": 10.67 + }, + { + "min": 100000000, + "max": null, + "price": 10.67 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11596/12-5003-corvel-mil-blu-u1556-aj400qf-dt20201027205637392-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AJ400QF/12-5003-corvel-mil-blu-u1556", + "scraped_at": "2026-04-30T13:02:04.242Z" + }, + { + "sku": "AJ402QF", + "color_name": "12-5004 CORVEL LAG BLU U1556", + "description": "AJ402QF 12-5004 LAG BLU U1556-1/7402/25K Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 10.81 + }, + { + "min": 1, + "max": 99999999, + "price": 10.81 + }, + { + "min": 100000000, + "max": null, + "price": 10.81 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11597/12-5004-corvel-lag-blu-u1556-aj402qf-dt2020102720573826-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AJ402QF/12-5004-corvel-lag-blu-u1556", + "scraped_at": "2026-04-30T13:02:18.657Z" + }, + { + "sku": "AM400QF", + "color_name": "12-8005 COR CHATEA BRN U1556", + "description": "AM400QF 12-8005 CHT BRN U1556-1/7402/25K Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 10.36 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11605/12-8005-cor-chatea-brn-u1556-am400qf-dt20201027210242585-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AM400QF/12-8005-cor-chatea-brn-u1556", + "scraped_at": "2026-04-30T13:04:34.897Z" + }, + { + "sku": "AN001QF", + "color_name": "10-7008 COR HI GLS BLK U1555-4", + "description": "AN001QF 10-7008 HGL BLK U1555-4/7402/25K Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 9.27 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11606/10-7008-cor-hi-gls-blk-u1555-4-an001qf-dt20201027210335378-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AN001QF/10-7008-cor-hi-gls-blk-u1555-4", + "scraped_at": "2026-04-30T13:04:56.068Z" + }, + { + "sku": "AN005QF", + "color_name": "10-7017 CORVEL BLACK UL1555-4", + "description": "AN005QF 10-7017 BLACK U1555-4/7402/25KG Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.31 + }, + { + "min": 1, + "max": 99999999, + "price": 9.31 + }, + { + "min": 100000000, + "max": null, + "price": 9.31 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11607/10-7017-corvel-black-ul1555-4-an005qf-dt20201027210423194-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AN005QF/10-7017-corvel-black-ul1555-4", + "scraped_at": "2026-04-30T13:05:10.398Z" + }, + { + "sku": "AN010Q", + "color_name": "AN010Q INTERPON BLACK", + "description": "AN010Q INTERPON A1000 BLACK/7402/20KG Interpon A1000 - Thermosetting powder coating, exhibiting excellent corrosion protection and chemical resistance. Designed for application on automotive engine blocks and castings that require machining after coating. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.26 + }, + { + "min": 1, + "max": 99999999, + "price": 9.26 + }, + { + "min": 100000000, + "max": null, + "price": 9.26 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11608/an010q-interpon-black-an010q-dt20201027210505607-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AN010Q/an010q-interpon-black", + "scraped_at": "2026-04-30T13:05:24.849Z" + }, + { + "sku": "AN012QF", + "color_name": "10-7086 CORVEL BLACK", + "description": "AN012QF 10-7086 INT 100 BLACK/7402/25KG Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 17.91 + }, + { + "min": 1, + "max": 99999999, + "price": 17.91 + }, + { + "min": 100000000, + "max": null, + "price": 17.91 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11609/10-7086-corvel-black-an012qf-dt20201027210542784-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AN012QF/10-7086-corvel-black", + "scraped_at": "2026-04-30T13:05:38.880Z" + }, + { + "sku": "AN016QF", + "color_name": "AN016QF 10-7428 BLACK U1555-4", + "description": "AN016QF 10-7428 BLACK U1555-4/7402/25KG Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.55 + }, + { + "min": 1, + "max": 99999999, + "price": 11.55 + }, + { + "min": 100000000, + "max": null, + "price": 11.55 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11610/an016qf-10-7428-black-u1555-4-an016qf-dt20201027210628395-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AN016QF/an016qf-10-7428-black-u1555-4", + "scraped_at": "2026-04-30T13:06:00.493Z" + }, + { + "sku": "AN110QF", + "color_name": "10-7589 COR STRLNG BLK U1585-2", + "description": "AN110QF 10-7589 STL BLK U1585-2/7402/25K Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.59 + }, + { + "min": 1, + "max": 99999999, + "price": 9.59 + }, + { + "min": 100000000, + "max": null, + "price": 9.59 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11611/10-7589-cor-strlng-blk-u1585-2-an110qf-dt20201027210716911-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AN110QF/10-7589-cor-strlng-blk-u1585-2", + "scraped_at": "2026-04-30T13:06:21.187Z" + }, + { + "sku": "AN208QF", + "color_name": "10-7003 CORVEL MATTE BLACK", + "description": "AN208QF 10-7003 MATTE BLACK/7402/25KG Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.45 + }, + { + "min": 1, + "max": 99999999, + "price": 9.45 + }, + { + "min": 100000000, + "max": null, + "price": 9.45 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11613/10-7003-corvel-matte-black-an208qf-dt20201027210849158-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AN208QF/10-7003-corvel-matte-black", + "scraped_at": "2026-04-30T13:06:38.987Z" + }, + { + "sku": "AN211QF", + "color_name": "10-7011 CORVEL BLACK", + "description": "AN211QF 10-7011 INT 100 BLACK/7402/20KG Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 9.9 + }, + { + "min": 50, + "max": 199, + "price": 9.41 + }, + { + "min": 200, + "max": null, + "price": 8.91 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11614/10-7011-corvel-black-an211qf-dt20201027210928015-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AN211QF/10-7011-corvel-black", + "scraped_at": "2026-04-30T13:06:55.865Z" + }, + { + "sku": "AN221QF", + "color_name": "10-7068 CORVEL VISTA BLACK", + "description": "AN221QF 10-7068 VISTA BLACK/7402/25KG Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.04 + }, + { + "min": 1, + "max": 99999999, + "price": 9.04 + }, + { + "min": 100000000, + "max": null, + "price": 9.04 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11616/10-7068-corvel-vista-black-an221qf-dt20201027211053669-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AN221QF/10-7068-corvel-vista-black", + "scraped_at": "2026-04-30T13:07:10.040Z" + }, + { + "sku": "AN245QF", + "color_name": "10-7665 CORVEL PAC BLACK", + "description": "AN245QF 10-7665 PAC BLACK/7402/25KG Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.03 + }, + { + "min": 1, + "max": 99999999, + "price": 13.03 + }, + { + "min": 100000000, + "max": null, + "price": 13.03 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11618/10-7665-corvel-pac-black-an245qf-dt20201027211217322-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AN245QF/10-7665-corvel-pac-black", + "scraped_at": "2026-04-30T13:07:25.147Z" + }, + { + "sku": "AN251QF", + "color_name": "80-7001 CORVEL SOLAR BLACK", + "description": "AN251QF 80-7001 SOLAR BLACK/7402/20KG Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 10.13 + }, + { + "min": 1, + "max": 99999999, + "price": 10.13 + }, + { + "min": 100000000, + "max": null, + "price": 10.13 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11619/80-7001-corvel-solar-black-an251qf-dt20201027211248175-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AN251QF/80-7001-corvel-solar-black", + "scraped_at": "2026-04-30T13:07:38.395Z" + }, + { + "sku": "AN301QF", + "color_name": "11-7001 CORVEL ASPHALT BLK TEX", + "description": "AN301QF 11-7001 ASPHLT BLK TEX/7402/25KG Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 14.28 + }, + { + "min": 1, + "max": 99999999, + "price": 14.28 + }, + { + "min": 100000000, + "max": null, + "price": 14.28 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11620/11-7001-corvel-asphalt-blk-tex-an301qf-dt20201027211324365-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AN301QF/11-7001-corvel-asphalt-blk-tex", + "scraped_at": "2026-04-30T13:07:56.837Z" + }, + { + "sku": "AN303QF", + "color_name": "11-7015 CORVEL BELGIAN BLK TEX", + "description": "AN303QF 11-7015 BELGIAN BLK TX/7402/25KG Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 15.4 + }, + { + "min": 1, + "max": 99999999, + "price": 15.4 + }, + { + "min": 100000000, + "max": null, + "price": 15.4 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11621/11-7015-corvel-belgian-blk-tex-an303qf-dt20201027211412585-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AN303QF/11-7015-corvel-belgian-blk-tex", + "scraped_at": "2026-04-30T13:08:12.376Z" + }, + { + "sku": "AN400QF", + "color_name": "12-7001 CORVL MDNT BLK U1556", + "description": "AN400QF 12-7001 MDNTBLK U1556-1/7402/25K Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 9.77 + }, + { + "min": 50, + "max": 199, + "price": 9.28 + }, + { + "min": 200, + "max": null, + "price": 8.79 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11622/12-7001-corvl-mdnt-blk-u1556-an400qf-dt20201027211455418-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AN400QF/12-7001-corvl-mdnt-blk-u1556", + "scraped_at": "2026-04-30T13:08:34.489Z" + }, + { + "sku": "APS-11224", + "color_name": "Acrylic Clear", + "description": "Acrylic Clear is a clear acrylic with a high gloss finish. Acrylic Clear offers chemical resistance, UV protection and is widely used in the automotive industry. High Gloss: 85+ Gloss Units Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. NOTE: This product is temperature sensitive and highly contaminating. Take extra precautions on storage and application. A friendly reminder: We strongly recommend our Next Day Air or 2nd day service option when shipping heat sensitive powders. We recommend using a separate powder feed hose when spraying an acrylic. You can buy 12' or 24' antistatic tubing here: 12' x 12.7 mm (.5\") Antistatic Powder Tubing (SE-4201) 24' x 12.7 mm (.5\") Antistatic Powder Tubing (SE-4202). Two Coat Information: To achieve this color as shown, Stone Black PSS-1168 must be applied as a base coat. Acrylic Clear has been applied to the left side for comparison. Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.16 + }, + { + "min": 50, + "max": 199, + "price": 22 + }, + { + "min": 200, + "max": null, + "price": 20.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4049/prismatic-powders-acrylic-clear-sds-dt20230929224232373128.pdf?1696256269", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2811/aps-11224-acrylic-clear-tds-dt20230821142019327044.pdf?1692627621", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14947/acrylic-clear-aps-11224-dt20251022183003832526-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/APS-11224/acrylic-clear", + "scraped_at": "2026-04-30T13:08:57.640Z" + }, + { + "sku": "AZ104QF", + "color_name": "13-9028 CORVEL CLEAR", + "description": "AZ104QF 13-9028 INT 100 CLEAR/7402/20KG Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 10.76 + }, + { + "min": 1, + "max": 99999999, + "price": 10.76 + }, + { + "min": 100000000, + "max": null, + "price": 10.76 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11624/13-9028-corvel-clear-az104qf-dt20201027211623845-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/AZ104QF/13-9028-corvel-clear", + "scraped_at": "2026-04-30T13:09:16.261Z" + }, + { + "sku": "EA001QF", + "color_name": "40-1012 CORVEL SNOW WHITE", + "description": "EA001QF 40-1012 SNOW WHITE/7402/25KG Interpon 700 - Polyester-epoxy hybrid powder coating designed for the interior environment that offers excellent hardness, corrosion and chemical resistance. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.99 + }, + { + "min": 1, + "max": 99999999, + "price": 9.99 + }, + { + "min": 100000000, + "max": null, + "price": 9.99 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11629/40-1012-corvel-snow-white-ea001qf-dt20201027211921796-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EA001QF/40-1012-corvel-snow-white", + "scraped_at": "2026-04-30T13:09:36.399Z" + }, + { + "sku": "EA004QF", + "color_name": "40-1042 CORVEL FDA WHT U1585", + "description": "EA004QF 40-1042 FDA WHT U1585-1/7402/25K Interpon 700 - Polyester-epoxy hybrid powder coating designed for the interior environment that offers excellent hardness, corrosion and chemical resistance. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 12.77 + }, + { + "min": 1, + "max": 99999999, + "price": 12.77 + }, + { + "min": 100000000, + "max": null, + "price": 12.77 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11630/40-1042-corvel-fda-wht-u1585-ea004qf-dt20201027212006396-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EA004QF/40-1042-corvel-fda-wht-u1585", + "scraped_at": "2026-04-30T13:09:54.838Z" + }, + { + "sku": "EA107QF", + "color_name": "40-1260 CORVEL K175 OYSTER WHT", + "description": "EA107QF 40-1260 K175 OYSTR WHT/7402/25KG Interpon 700 - Polyester-epoxy hybrid powder coating designed for the interior environment that offers excellent hardness, corrosion and chemical resistance. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.77 + }, + { + "min": 1, + "max": 99999999, + "price": 11.77 + }, + { + "min": 100000000, + "max": null, + "price": 11.77 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11631/40-1260-corvel-k175-oyster-wht-ea107qf-dt20201027212044855-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EA107QF/40-1260-corvel-k175-oyster-wht", + "scraped_at": "2026-04-30T13:10:13.078Z" + }, + { + "sku": "EA213QF", + "color_name": "41-1003 CORVEL LINEAR WHITE", + "description": "EA213QF 41-1003 LINEAR WHITE/7402/25KG Interpon 700 - Polyester-epoxy hybrid powder coating designed for the interior environment that offers excellent hardness, corrosion and chemical resistance. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.78 + }, + { + "min": 1, + "max": 99999999, + "price": 13.78 + }, + { + "min": 100000000, + "max": null, + "price": 13.78 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11633/41-1003-corvel-linear-white-ea213qf-dt20201027212212169-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EA213QF/41-1003-corvel-linear-white", + "scraped_at": "2026-04-30T13:10:36.216Z" + }, + { + "sku": "EA231QF", + "color_name": "EA231QF PLASTER SMOOTH TR-PLS", + "description": "EA231QF PLASTER SMOOTH TR-PLS/7402/20KG Interpon F2010 - Polyester epoxy hybrid powder coating designed for the interior environment that offers excellent corrosion resistance, hardness, and chemical resistance properties. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 19.54 + }, + { + "min": 1, + "max": 99999999, + "price": 19.54 + }, + { + "min": 100000000, + "max": null, + "price": 19.54 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11634/ea231qf-plaster-smooth-tr-pls-ea231qf-dt20201027212253175-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EA231QF/ea231qf-plaster-smooth-tr-pls", + "scraped_at": "2026-04-30T13:10:58.287Z" + }, + { + "sku": "EA301QF", + "color_name": "41-1043 TEXTRA FROST WHITE", + "description": "EA301QF 41-1043 TXTRA FRST WHT/7402/25KG Interpon 700 - Polyester-epoxy hybrid powder coating designed for the interior environment that offers excellent hardness, corrosion and chemical resistance. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 15.28 + }, + { + "min": 1, + "max": 99999999, + "price": 15.28 + }, + { + "min": 100000000, + "max": null, + "price": 15.28 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11635/41-1043-textra-frost-white-ea301qf-dt2020102721232751-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EA301QF/41-1043-textra-frost-white", + "scraped_at": "2026-04-30T13:11:11.663Z" + }, + { + "sku": "EA311Q", + "color_name": "EA311Q INT F2010 PLASTER TR-TW", + "description": "EA311Q INT F2010 PLASTER TR-TW/7402/20KG Interpon F2010 - Polyester epoxy hybrid powder coating designed for the interior environment that offers excellent corrosion resistance, hardness, and chemical resistance properties. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 18.91 + }, + { + "min": 1, + "max": 99999999, + "price": 18.91 + }, + { + "min": 100000000, + "max": null, + "price": 18.91 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11636/ea311q-int-f2010-plaster-tr-tw-ea311q-dt20201027212406417-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EA311Q/ea311q-int-f2010-plaster-tr-tw", + "scraped_at": "2026-04-30T13:11:25.109Z" + }, + { + "sku": "ED111QF", + "color_name": "ED111QF 40-8578 PEBBLE 42", + "description": "ED111QF 40-8578 PEBBLE 42/7402/20KG Interpon 700 - Polyester-epoxy hybrid powder coating designed for the interior environment that offers excellent hardness, corrosion and chemical resistance. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.02 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11637/ed111qf-40-8578-pebble-42-ed111qf-dt20201027212441824-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/ED111QF/ed111qf-40-8578-pebble-42", + "scraped_at": "2026-04-30T13:11:41.554Z" + }, + { + "sku": "EE002QF", + "color_name": "40-2016 CORVEL SUNBRST U1585", + "description": "EE002QF 40-2016 SUNBRST U1585-1/7402/25K Interpon 700 - Polyester-epoxy hybrid powder coating designed for the interior environment that offers excellent hardness, corrosion and chemical resistance. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 17.72 + }, + { + "min": 1, + "max": 99999999, + "price": 17.72 + }, + { + "min": 100000000, + "max": null, + "price": 17.72 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11638/40-2016-corvel-sunbrst-u1585-ee002qf-dt20201027212519777-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EE002QF/40-2016-corvel-sunbrst-u1585", + "scraped_at": "2026-04-30T13:13:09.348Z" + }, + { + "sku": "EJ001QF", + "color_name": "40-5031 CORVEL BLUE U1585", + "description": "EJ001QF 40-5031 BLUE U1585-1/7402/25KG Interpon 700 - Polyester-epoxy hybrid powder coating designed for the interior environment that offers excellent hardness, corrosion and chemical resistance. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.65 + }, + { + "min": 1, + "max": 99999999, + "price": 13.65 + }, + { + "min": 100000000, + "max": null, + "price": 13.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11640/40-5031-corvel-blue-u1585-ej001qf-dt2020102721271232-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EJ001QF/40-5031-corvel-blue-u1585", + "scraped_at": "2026-04-30T13:13:20.320Z" + }, + { + "sku": "ELB-1797", + "color_name": "Salem Gold", + "description": "Salem Gold is a dark gold and light gold contrast with a smooth and mild texture. This color is an epoxy leatherette powder coat and has a satin finish. Satin: 21-35 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.13 + }, + { + "min": 50, + "max": 199, + "price": 13.42 + }, + { + "min": 200, + "max": null, + "price": 12.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7351/elb-1797-salem-gold-dt20250514222017929989.pdf?1747261220", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5/salem-gold-elb-1797-dt2021080621055113-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/ELB-1797/salem-gold", + "scraped_at": "2026-04-30T13:13:31.130Z" + }, + { + "sku": "EMB-1046", + "color_name": "Tomic Black", + "description": "Tomic Black is a black and gold metallic combination. This color is a hybrid metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *To prevent oxidation of the metallic pigment and to slow UV fading, a clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are epoxy powders exterior durable? - Grainger Metal Works 01/25/19 06:11 am Answer: No. Epoxy powders will fade and chalk when exposed to UV light. A clear can help slow stop the chalking but it will still fade? - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.28 + }, + { + "min": 50, + "max": 199, + "price": 11.67 + }, + { + "min": 200, + "max": null, + "price": 11.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7886/emb-1046-tomic-black-dt20260102204610026979.pdf?1767386771", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7/tomic-black-emb-1046-dt20250610202656578532-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-1046/tomic-black", + "scraped_at": "2026-04-30T13:13:44.316Z" + }, + { + "sku": "EMB-1066", + "color_name": "Osbourne Black", + "description": "Osbourne Black is a charcoal black with a heavy white/silver metallic flake. This color is an epoxy metallic powder coat and has a glossy finish. This color may have limited UV stability. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.26 + }, + { + "min": 50, + "max": 199, + "price": 14.5 + }, + { + "min": 200, + "max": null, + "price": 13.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7353/emb-1066-osbourne-black-dt20250514222300238731.pdf?1747261382", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9/osbourne-black-emb-1066-dt20181016222042151-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-1066/osbourne-black", + "scraped_at": "2026-04-30T13:13:59.352Z" + }, + { + "sku": "EMB-2573", + "color_name": "Gold Smith", + "description": "Gold Smith is a gold metallic with a light sparkle. This color is an epoxy metallic powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *To prevent oxidation of the metallic pigment and to slow UV fading, a clear top coat is recommended* This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerAurum RichesArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.65 + }, + { + "min": 50, + "max": 199, + "price": 13.92 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2365/emb-2573-gold-smith-tds-dt2023061323105585717.pdf?1686697857", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11/gold-smith-emb-2573-dt20250520201659639999-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-2573/gold-smith", + "scraped_at": "2026-04-30T13:14:13.718Z" + }, + { + "sku": "EMB-2592", + "color_name": "Black Brown", + "description": "Black Brown is a black brown metallic epoxy with a gloss finish. Gloss: 71-85 Gloss Units Notes: Epoxy products are not recommended for exterior application. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure that the final color meets your project specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.7 + }, + { + "min": 50, + "max": 199, + "price": 16.82 + }, + { + "min": 200, + "max": null, + "price": 15.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7415/emb-2592-black-brown-dt20250711184502079286.pdf?1752259505", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8983/black-brown-emb-2592-dt20230724200550576895-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-2592/black-brown", + "scraped_at": "2026-04-30T13:14:25.844Z" + }, + { + "sku": "EMB-2945", + "color_name": "Beautiful Dreamer", + "description": "Beautiful Dreamer is a rich dark burgundy metallic gloss epoxy coating. Gloss: 71-85 Gloss Units Notes: Epoxy products are not recommended for exterior application. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure that the final color meets your project specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.53 + }, + { + "min": 50, + "max": 199, + "price": 20.45 + }, + { + "min": 200, + "max": null, + "price": 19.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2116/emb-2945-beautiful-dreamer-tds-dt20230424194211903324.pdf?1682365333", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8984/beautiful-dreamer-emb-2945-dt20230726154926129539-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-2945/beautiful-dreamer", + "scraped_at": "2026-04-30T13:14:42.234Z" + }, + { + "sku": "EMB-4080", + "color_name": "Burk Boiler Black", + "description": "Burk Boiler Black is a dark grey epoxy metallic and has a high gloss finish. High-Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.34 + }, + { + "min": 50, + "max": 199, + "price": 23.12 + }, + { + "min": 200, + "max": null, + "price": 21.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8091/emb-4080-burk-boiler-black-dt20260121185617855296.pdf?1769021779", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8985/burk-boiler-black-emb-4080-dt20231212225223095455-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4080/burk-boiler-black", + "scraped_at": "2026-04-30T13:14:53.196Z" + }, + { + "sku": "EMB-4110", + "color_name": "Subtle Gold", + "description": "Subtle Gold is a medium gold metallic. This color is an epoxy metallic powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *To prevent oxidation of the metallic pigment and to slow UV fading, a clear top coat is recommended* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerAurum RichesArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.5 + }, + { + "min": 50, + "max": 199, + "price": 13.78 + }, + { + "min": 200, + "max": null, + "price": 13.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4024/emb-4110-subtle-gold-tds-dt20230928213814118314.pdf?1695937096", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13/subtle-gold-emb-4110-dt2020121022421377-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4110/subtle-gold", + "scraped_at": "2026-04-30T13:15:12.247Z" + }, + { + "sku": "EMB-4127", + "color_name": "Steel Grey", + "description": "Steel Grey is a slightly dull black with a heavy metallic flake. This color is an epoxy metallic powder coat and has a glossy finish. This color may have limited UV stability. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4025/emb-4127-steel-grey-tds-dt20230928214056118189.pdf?1695937258", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15/steel-grey-emb-4127-dt20181026210855466-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4127/steel-grey", + "scraped_at": "2026-04-30T13:15:26.281Z" + }, + { + "sku": "EMB-4175", + "color_name": "Gold Medallion", + "description": "Gold Medallion is a dark gold metallic. This color is an epoxy metallic powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *To prevent oxidation of the metallic pigment and to slow UV fading, a clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Is this the best match for BBS RS gold wheels? - Kelvin Torres 06/11/19 03:08 pm Answer: Unfortunately we have not had the opportunity to do a match to the gold on BBS RS wheels. So the best recommendation is to order a few color swatches of metallic gold colors that look close from our website. Keep in mind the formulation type too, epoxy powders are not rated for exterior use. - Prismatic Support Question: Do you have touch up for this color or do you know where we can get it? - Prismatic Support 02/06/19 03:02 pm Answer: We do not make any touch up paints here but you may want to check with Custom Color and Filling, they do make custom color matched paints. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.97 + }, + { + "min": 50, + "max": 199, + "price": 14.22 + }, + { + "min": 200, + "max": null, + "price": 13.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7677/emb-4175-gold-medallion-dt20251201215914466561.pdf?1764626356", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17/gold-medallion-emb-4175-dt2025052320034892139-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4175/gold-medallion", + "scraped_at": "2026-04-30T13:15:41.421Z" + }, + { + "sku": "EMB-4186", + "color_name": "Graphite Black II", + "description": "Graphite Black II is a charcoal black with shimmering silver metallic. This color is an epoxy metallic powder coat with a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.63 + }, + { + "min": 50, + "max": 199, + "price": 16.75 + }, + { + "min": 200, + "max": null, + "price": 15.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2297/emb-4186-graphite-black-tds-dt20230517183618980365.pdf?1684348580", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8987/graphite-black-ii-emb-4186-dt20220516211250026639-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4186/graphite-black-ii", + "scraped_at": "2026-04-30T13:15:55.530Z" + }, + { + "sku": "EMB-4210", + "color_name": "Charcoal Metallic", + "description": "Charcoal Metallic is a deep black with light metallic flakes. This color is an epoxy metallic powder coat and has a high gloss finish. This color may have limited UV stability. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.07 + }, + { + "min": 50, + "max": 199, + "price": 13.37 + }, + { + "min": 200, + "max": null, + "price": 12.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4027/emb-4210-charcoal-metallic-tds-dt20230928222435007146.pdf?1695939878", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19/charcoal-metallic-emb-4210-dt20180830220252563-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4210/charcoal-metallic", + "scraped_at": "2026-04-30T13:16:11.133Z" + }, + { + "sku": "EMB-4233", + "color_name": "Iris Purple", + "description": "Iris Purple is a very dark purple metallic. This color is an epoxy metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.64 + }, + { + "min": 50, + "max": 199, + "price": 15.81 + }, + { + "min": 200, + "max": null, + "price": 14.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4028/emb-4233-iris-purple-tds-dt20230928222625428553.pdf?1695939988", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/21/iris-purple-emb-4233-dt20180914173331137-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4233/iris-purple", + "scraped_at": "2026-04-30T13:16:25.704Z" + }, + { + "sku": "EMB-4448", + "color_name": "Tomic Gold II", + "description": "Tomic Gold II is a medium gold with a heavy gold metallic flake. This color is an epoxy polyester hybrid metallic powder coat and has a satin finish. Semi-Gloss: 37-70 Gloss Units *To prevent oxidation of the metallic pigment and to slow UV fading, a clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH TOMIC GOLD II View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.76 + }, + { + "min": 50, + "max": 199, + "price": 14.02 + }, + { + "min": 200, + "max": null, + "price": 13.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7390/emb-4448-tomic-gold-ii-dt20250623164319138593.pdf?1750697001", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/23/tomic-gold-ii-emb-4448-dt20250627181716936411-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4448/tomic-gold-ii", + "scraped_at": "2026-04-30T13:16:40.959Z" + }, + { + "sku": "EMB-4979", + "color_name": "Decor Gold", + "description": "Décor Gold is a rich gold metallic. This color is an epoxy metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *To prevent oxidation of the metallic pigment and to slow UV fading, a clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.04 + }, + { + "min": 50, + "max": 199, + "price": 12.39 + }, + { + "min": 200, + "max": null, + "price": 11.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3806/emb-4979-decor-gold-tds-dt20230925180405107571.pdf?1695665047", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/25/decor-gold-emb-4979-dt20210426172225974-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4979/decor-gold", + "scraped_at": "2026-04-30T13:16:52.123Z" + }, + { + "sku": "EMB-6736", + "color_name": "Penny Flakes", + "description": "Penny Flakes is a penny copper metallic. This color is an epoxy metallic powder coat and has a flat finish. Flat: 0-6 Gloss Units *To prevent oxidation of the metallic pigment and to slow UV fading, a clear top coat is recommended* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerCerakote® Color Matches RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.09 + }, + { + "min": 50, + "max": 199, + "price": 14.34 + }, + { + "min": 200, + "max": null, + "price": 13.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4059/emb-6736-penny-flakes-tds-dt20231002171836446965.pdf?1696267118", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/27/penny-flakes-emb-6736-dt20180906202312275-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-6736/penny-flakes", + "scraped_at": "2026-04-30T13:17:03.321Z" + }, + { + "sku": "EMS-0940", + "color_name": "Spanish Gold", + "description": "Spanish Gold is a true gold with a heavy metallic flake. This color is an epoxy metallic powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *To prevent oxidation of the metallic pigment and to slow UV fading, a clear top coat is recommended for exterior use* This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerSilver and GoldAurum RichesArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.46 + }, + { + "min": 50, + "max": 199, + "price": 12.79 + }, + { + "min": 200, + "max": null, + "price": 12.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7682/ems-0940-spanish-gold-dt20251201224046084062.pdf?1764628847", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/29/spanish-gold-ems-0940-dt20250520204415138626-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EMS-0940/spanish-gold", + "scraped_at": "2026-04-30T13:17:12.580Z" + }, + { + "sku": "EN011QF", + "color_name": "40-7739 CORVEL HALLOWEEN BLK", + "description": "EN011QF 40-7739 HALLOWEEN BLK/7402/20KG Interpon 700 - Polyester-epoxy hybrid powder coating designed for the interior environment that offers excellent hardness, corrosion and chemical resistance. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 9.54 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11648/40-7739-corvel-halloween-blk-en011qf-dt20201027213248472-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EN011QF/40-7739-corvel-halloween-blk", + "scraped_at": "2026-04-30T13:17:25.977Z" + }, + { + "sku": "EN044Q", + "color_name": "EN044Q INTERPON A4701 BLACK", + "description": "EN044Q INTERPON A4701 BLACK/7402/20KG Interpon A4701 - Black and color primer powder coatings designed for OEM automotive wheel applications. They provide excellent smoothness and appearance, corrosion and chemical resistance and mechanical properties. They are smooth and out-gassing resistant and are excellent for fully painted wheel systems. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 14.4 + }, + { + "min": 1, + "max": 99999999, + "price": 14.4 + }, + { + "min": 100000000, + "max": null, + "price": 14.4 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11649/en044q-interpon-a4701-black-en044q-dt20201027213328384-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EN044Q/en044q-interpon-a4701-black", + "scraped_at": "2026-04-30T13:17:36.184Z" + }, + { + "sku": "EN104QF", + "color_name": "40-7483 CORVEL 65 GLOSS BLACK", + "description": "EN104QF 40-7483 65 GLOSS BLK/7402/25KG Interpon 700 - Polyester-epoxy hybrid powder coating designed for the interior environment that offers excellent hardness, corrosion and chemical resistance. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 10.86 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11650/40-7483-corvel-65-gloss-black-en104qf-dt20201027213402027-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EN104QF/40-7483-corvel-65-gloss-black", + "scraped_at": "2026-04-30T13:17:50.144Z" + }, + { + "sku": "EN2007", + "color_name": "EN2007 INTERPON F2010 BLK TR-F", + "description": "EN2007 INTERPON F2010 BLK TR-F/7402/20KG Interpon F2010 - Polyester epoxy hybrid powder coating designed for the interior environment that offers excellent corrosion resistance, hardness, and chemical resistance properties. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.9 + }, + { + "min": 1, + "max": 99999999, + "price": 11.9 + }, + { + "min": 100000000, + "max": null, + "price": 11.9 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11651/en2007-interpon-f2010-blk-tr-f-en2007-dt20201027214047887-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EN2007/en2007-interpon-f2010-blk-tr-f", + "scraped_at": "2026-04-30T13:18:03.749Z" + }, + { + "sku": "EN200QF", + "color_name": "40-7055-C CORVEL FLAT BLACK", + "description": "EN200QF 40-7055-C FLAT BLACK/7402/20KG Interpon 700 - Polyester-epoxy hybrid powder coating designed for the interior environment that offers excellent hardness, corrosion and chemical resistance. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.22 + }, + { + "min": 1, + "max": 99999999, + "price": 9.22 + }, + { + "min": 100000000, + "max": null, + "price": 9.22 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11652/40-7055-c-corvel-flat-black-en200qf-dt20201027213513429-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EN200QF/40-7055-c-corvel-flat-black", + "scraped_at": "2026-04-30T13:18:15.425Z" + }, + { + "sku": "EN2017", + "color_name": "EN2017 INTERPON CHARCOAL TR-K", + "description": "EN2017 INTERPON CHARCOAL TR-K/7402/20KG Interpon F2010 - Polyester epoxy hybrid powder coating designed for the interior environment that offers excellent corrosion resistance, hardness, and chemical resistance properties. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 10.76 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11653/en2017-interpon-charcoal-tr-k-en2017-dt2020102721412554-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EN2017/en2017-interpon-charcoal-tr-k", + "scraped_at": "2026-04-30T13:18:30.516Z" + }, + { + "sku": "EN204QF", + "color_name": "40-7194 CORVEL VERY JET BLACK", + "description": "EN204QF 40-7194 JET BLK U1585-2/7402/20K Interpon 700 - Polyester-epoxy hybrid powder coating designed for the interior environment that offers excellent hardness, corrosion and chemical resistance. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.86 + }, + { + "min": 1, + "max": 99999999, + "price": 9.86 + }, + { + "min": 100000000, + "max": null, + "price": 9.86 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11654/40-7194-corvel-very-jet-black-en204qf-dt20201027213625508-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EN204QF/40-7194-corvel-very-jet-black", + "scraped_at": "2026-04-30T13:18:44.569Z" + }, + { + "sku": "EN305QF", + "color_name": "41-7184 TEXTRA VADOR BLACK", + "description": "EN305QF 41-7184 TXTR VADOR BLK/7402/25KG Interpon 700 - Polyester-epoxy hybrid powder coating designed for the interior environment that offers excellent hardness, corrosion and chemical resistance. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 15.28 + }, + { + "min": 1, + "max": 99999999, + "price": 15.28 + }, + { + "min": 100000000, + "max": null, + "price": 15.28 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11656/41-7184-textra-vador-black-en305qf-dt2020102721381496-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EN305QF/41-7184-textra-vador-black", + "scraped_at": "2026-04-30T13:18:56.293Z" + }, + { + "sku": "EN309QF", + "color_name": "41-7253 TEXTRA BLACK", + "description": "EN309QF 41-7253 TEXTRA BLACK/7402/25KG Interpon 700 - Polyester-epoxy hybrid powder coating designed for the interior environment that offers excellent hardness, corrosion and chemical resistance. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 10.18 + }, + { + "min": 1, + "max": 99999999, + "price": 10.18 + }, + { + "min": 100000000, + "max": null, + "price": 10.18 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11657/41-7253-textra-black-en309qf-dt20201027213918737-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EN309QF/41-7253-textra-black", + "scraped_at": "2026-04-30T13:19:07.701Z" + }, + { + "sku": "EN350U", + "color_name": "EN350U F2010 BLACK", + "description": "EN350U F2010 BLACK/PITCH TR-TF/7402/20KG Interpon F2010 - Polyester epoxy hybrid powder coating designed for the interior environment that offers excellent corrosion resistance, hardness, and chemical resistance properties. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.78 + }, + { + "min": 1, + "max": 99999999, + "price": 13.78 + }, + { + "min": 100000000, + "max": null, + "price": 13.78 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11658/en350u-f2010-black-en350u-dt20201027214004173-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EN350U/en350u-f2010-black", + "scraped_at": "2026-04-30T13:19:21.056Z" + }, + { + "sku": "EPB-0563", + "color_name": "SO SUPER SPARKLE", + "description": "So Super Sparkle is a silver transparent clear metallic epoxy with a high gloss finish. High Gloss: 85+ Gloss Units Notes: Epoxy products are not recommended for exterior application. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure that the final color meets your project specifications. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH SO SUPER SPARKLE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.39 + }, + { + "min": 50, + "max": 199, + "price": 20.32 + }, + { + "min": 200, + "max": null, + "price": 19.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2163/epb-0563-so-super-sparkle-tds-dt20230425210143248019.pdf?1682456505", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8988/so-super-sparkle-epb-0563-dt20250519212737872407-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EPB-0563/so-super-sparkle", + "scraped_at": "2026-04-30T13:19:32.832Z" + }, + { + "sku": "EPB-0966", + "color_name": "SUPER DUST MITHRIL", + "description": "Super Dust Mithril is an epoxy transparent clear metallic with warm undertones and a high gloss finish. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. As always, shoot a test piece first to determine if your desired results will be achieved. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.41 + }, + { + "min": 50, + "max": 199, + "price": 19.39 + }, + { + "min": 200, + "max": null, + "price": 18.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2164/epxy-tds-dt2023042521034739846.pdf?1682456629", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8989/super-dust-mithril-epb-0966-dt20260326163419986187-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EPB-0966/super-dust-mithril", + "scraped_at": "2026-04-30T13:19:46.574Z" + }, + { + "sku": "EPB-2002", + "color_name": "BURK EPOXY STAINLESS", + "description": "Burk Epoxy Stainless is a medium light grey metallic transparent epoxy with a high gloss finish. High Gloss: 85+ Gloss Units Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Notes: Epoxy products are not recommended for exterior application. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure that the final color meets your project specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.93 + }, + { + "min": 50, + "max": 199, + "price": 26.53 + }, + { + "min": 200, + "max": null, + "price": 25.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7005/epb-2002-burk-epoxy-stainless-dt20250110211100833749.pdf?1736543462", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8991/burk-epoxy-stainless-epb-2002-dt20230711212205404777-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EPB-2002/burk-epoxy-stainless", + "scraped_at": "2026-04-30T13:19:57.278Z" + }, + { + "sku": "EPB-4318", + "color_name": "BURK STAINLESS CLOUD", + "description": "Burk Stainless Cloud is a medium grey epoxy-polyester hybrid transparent with a high gloss finish and silver metallic flake High Gloss: 85+ Gloss Units Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Notes: Epoxy products are not recommended for exterior application. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure that the final color meets your project specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.13 + }, + { + "min": 50, + "max": 199, + "price": 21.97 + }, + { + "min": 200, + "max": null, + "price": 20.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2105/stainless-cloud-tds-dt20230421230709468659.pdf?1682118431", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9722/burk-stainless-cloud-epb-4318-dt20230712160842995234-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EPB-4318/burk-stainless-cloud", + "scraped_at": "2026-04-30T13:20:08.780Z" + }, + { + "sku": "EPB-5102", + "color_name": "SUPER DUST PEARL", + "description": "Super Dust Pearl is an epoxy transparent clear metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 Notes: Epoxy products are not recommended for exterior application. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure that the final color meets your project specifications. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.56 + }, + { + "min": 50, + "max": 199, + "price": 20.48 + }, + { + "min": 200, + "max": null, + "price": 19.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2166/epb-5102-super-dust-10e-tds-dt20230425211006737964.pdf?1682457008", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8992/super-dust-pearl-epb-5102-dt20260326163122983005-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EPB-5102/super-dust-pearl", + "scraped_at": "2026-04-30T13:20:19.874Z" + }, + { + "sku": "EPS-5138", + "color_name": "OH SO CLEAR", + "description": "Oh So Clear is a transparent epoxy and has a high gloss finish. High Gloss: 85+ Gloss Units Notes: Epoxy products are not recommended for exterior application. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure that the final color meets your project specifications. Two Coat Information: To achieve this color as shown, Black Jack USS-1522 must be applied as a base coat. Oh So Clear has been applied to the left side for comparison. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.38 + }, + { + "min": 50, + "max": 199, + "price": 23.16 + }, + { + "min": 200, + "max": null, + "price": 21.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2106/eps-5138-oh-so-clear-tds-dt20230421231202783737.pdf?1682118725", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8993/oh-so-clear-eps-5138-dt20251013213908241964-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EPS-5138/oh-so-clear", + "scraped_at": "2026-04-30T13:20:34.214Z" + }, + { + "sku": "ERB-1566", + "color_name": "Elkwood Beige", + "description": "Elkwood Beige is a light beige. This color is an epoxy river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.2 + }, + { + "min": 50, + "max": 199, + "price": 14.44 + }, + { + "min": 200, + "max": null, + "price": 13.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4330/erb-1566-elkwood-beige-tds-dt20231013170244583544.pdf?1697216566", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/30/elkwood-beige-erb-1566-dt20180702170116751-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/ERB-1566/elkwood-beige", + "scraped_at": "2026-04-30T13:20:45.044Z" + }, + { + "sku": "ESS-0762", + "color_name": "MALIBU BEIGE", + "description": "Malibu Beige is a light beige color. This color is an epoxy solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.74 + }, + { + "min": 50, + "max": 199, + "price": 16.85 + }, + { + "min": 200, + "max": null, + "price": 15.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4317/ess-0762-malibu-beige-tds-dt20231013161058825036.pdf?1697213460", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/6175/malibu-beige-ess-0762-dt20200409205335953-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/ESS-0762/malibu-beige", + "scraped_at": "2026-04-30T13:20:59.758Z" + }, + { + "sku": "ESS-11150", + "color_name": "EPOXY PRIMER", + "description": "Epoxy Primer is a sleek grey base coat. This is an epoxy solid tone powder with a glossy finish. This primer is recommended for projects where higher levels of chemical resistance is desired. Gloss: 71-85 Gloss Units Epoxy Primer is recommended for Aluminum applications to help prevent oxidation on the substrate. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsCerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 10.86 + }, + { + "min": 50, + "max": 199, + "price": 10.32 + }, + { + "min": 200, + "max": null, + "price": 9.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2167/ess-11150-epoxy-primer-tds-dt20230425211153729948.pdf?1682457116", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14325/epoxy-primer-ess-11150-dt20250520194621214691-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/ESS-11150/epoxy-primer", + "scraped_at": "2026-04-30T13:21:09.054Z" + }, + { + "sku": "ESS-11152", + "color_name": "Anti-Gas Primer", + "description": "Anti-Gas Primer is a light slate blue color. This color is an epoxy solid tone powder with a glossy finish. Anti-Gas Primer is recommended for cast metal substrates High Gloss: 85+ Gloss Units *If using Anti-Gas Primer with a powder coating topcoat, the primer must be flashed before applying the top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance Coatings", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.57 + }, + { + "min": 50, + "max": 199, + "price": 20.49 + }, + { + "min": 200, + "max": null, + "price": 19.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7995/ess-11152-anti-gas-primer-dt20260114203357724867.pdf?1768422839", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14329/anti-gas-primer-ess-11152-dt20220916164204473168-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/ESS-11152/anti-gas-primer", + "scraped_at": "2026-04-30T13:21:21.138Z" + }, + { + "sku": "ESS-11154", + "color_name": "Epoxy White Primer", + "description": "Epoxy White Primer is a bright, pure white color. This color is an epoxy solid tone powder coat with a glossy finish. This primer is recommended for projects where a white base coat is needed or desired High Gloss: 85+ Gloss Units Epoxy Primer is recommended for Aluminum applications to help prevent oxidation on the substrate. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance Coatings PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When dealing with any of our primer products, it would be considered poor practice to fully cure the primer basecoat before moving onto your next color. Our primers require only a partial cure before applying another color and should be removed from the oven once you visually confirm the powder has melted on the part(s) being coated. - Nic Industries Inc. 12/10/24 01:48 pm Question: If I decide to use a powder coat primer, will I need to fully cure the primer before applying my next color/coat? - Nic Industries Inc. 12/10/24 01:44 pm Answer: When dealing with any of our primer products, it would be considered poor practice to fully cure the primer basecoat before moving onto your next color. Our primers require only a partial cure before applying another color and should be removed from the oven once you visually confirm the powder has melted on the part(s) being coated. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.11 + }, + { + "min": 50, + "max": 199, + "price": 21 + }, + { + "min": 200, + "max": null, + "price": 19.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2169/ess-11154-epoxy-white-primer-tds-dt20230425211532168944.pdf?1682457333", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14331/epoxy-white-primer-ess-11154-dt202209161642387941-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/ESS-11154/epoxy-white-primer", + "scraped_at": "2026-04-30T13:21:33.547Z" + }, + { + "sku": "ESS-2953", + "color_name": "Black Stallion", + "description": "Black Stallion is a rich black. This color is an epoxy solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.2 + }, + { + "min": 50, + "max": 199, + "price": 15.39 + }, + { + "min": 200, + "max": null, + "price": 14.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3339/ess-2953-black-stallion-tds-dt2023091314555721639.pdf?1694616959", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/32/black-stallion-ess-2953-dt20210202210316047-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/ESS-2953/black-stallion", + "scraped_at": "2026-04-30T13:21:47.716Z" + }, + { + "sku": "ESS-4441", + "color_name": "Flatter Black", + "description": "Flatter Black is a dull flat black. This color is an epoxy solid tone powder coat with a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 10.76 + }, + { + "min": 50, + "max": 199, + "price": 10.22 + }, + { + "min": 200, + "max": null, + "price": 9.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6908/ess-4441-flatter-black-dt20241017212333205888.pdf?1729200215", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/34/flatter-black-ess-4441-dt20250530164650951308-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/ESS-4441/flatter-black", + "scraped_at": "2026-04-30T13:21:58.146Z" + }, + { + "sku": "ESS-4916", + "color_name": "Domestic White", + "description": "Domestic White is a traditional white solid tone. This color is an epoxy solid tone powder coat with a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.61 + }, + { + "min": 50, + "max": 199, + "price": 17.68 + }, + { + "min": 200, + "max": null, + "price": 16.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2197/ess-4916-domestic-white-tds-dt20230427211617544724.pdf?1682630179", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/36/domestic-white-ess-4916-dt20181106230535903-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/ESS-4916/domestic-white", + "scraped_at": "2026-04-30T13:22:09.588Z" + }, + { + "sku": "EVS-1512", + "color_name": "Grecian Gold Vein", + "description": "Grecian Gold Vein is a gold and black contrast with a smooth and mild texture. This color is an epoxy vein powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: GRECIAN GOLD/VEIN EVS-1512: Are there any special application instructions for this product? Are there limitations to its use? - Knute Rognaldson 01/25/21 10:19 am Answer: Grecian Gold/Vein EVS-1512 is an Epoxy based powder so this should only be used indoors away from UV exposure. Epoxy based powders are chemically resistant but with the metallic content you may want to apply a clear coat like Clear Vision PPS-2974 depending on use. For example a hand railing that will be exposed to acids and oils from finger prints could benefit from a clear coat application to protect the metallic flakes from corrosion. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.12 + }, + { + "min": 50, + "max": 199, + "price": 12.46 + }, + { + "min": 200, + "max": null, + "price": 11.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7581/evs-1512-grecian-gold-vein-dt20251008193322044878.pdf?1759952004", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/44/grecian-gold-vein-evs-1512-dt20200331182641767-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EVS-1512/grecian-gold-vein", + "scraped_at": "2026-04-30T13:22:22.070Z" + }, + { + "sku": "EVS-4485", + "color_name": "US Penny Vein", + "description": "US Penny Vein is a black and copper contrast with a smooth texture. This color is an epoxy vein powder coat with a glossy finish. Gloss: 71-85 Gloss Units This color is recommended for interior use only and should not be used in exterior applications, as it is not designed to withstand UV exposure or outdoor conditions. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.09 + }, + { + "min": 50, + "max": 199, + "price": 13.39 + }, + { + "min": 200, + "max": null, + "price": 12.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8128/evs-4485-us-penny-vein-dt20260206222652020223.pdf?1770416814", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/50/us-penny-vein-evs-4485-dt20260420154204311923-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EVS-4485/us-penny-vein", + "scraped_at": "2026-04-30T13:22:34.487Z" + }, + { + "sku": "EW102QF", + "color_name": "43-9087A BRITEBOND TARJAI SLVR", + "description": "EW102QF 43-9087A BB TARJA SLVR/7402/20KG Interpon 700 - Polyester-epoxy hybrid powder coating designed for the interior environment that offers excellent hardness, corrosion and chemical resistance. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 20.29 + }, + { + "min": 1, + "max": 99999999, + "price": 20.29 + }, + { + "min": 100000000, + "max": null, + "price": 20.29 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11659/43-9087a-britebond-tarjai-slvr-ew102qf-dt20201027214205684-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EW102QF/43-9087a-britebond-tarjai-slvr", + "scraped_at": "2026-04-30T13:22:46.324Z" + }, + { + "sku": "EW121QF", + "color_name": "43-9436 BRITBND FAUX STAINLESS", + "description": "EW121QF 43-9436 BRTBD FX STAIN/7402/20KG Interpon 700 - Polyester-epoxy hybrid powder coating designed for the interior environment that offers excellent hardness, corrosion and chemical resistance. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 19.59 + }, + { + "min": 1, + "max": 99999999, + "price": 19.59 + }, + { + "min": 100000000, + "max": null, + "price": 19.59 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11660/43-9436-britbnd-faux-stainless-ew121qf-dt20201027214255429-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EW121QF/43-9436-britbnd-faux-stainless", + "scraped_at": "2026-04-30T13:22:57.699Z" + }, + { + "sku": "EW204Q", + "color_name": "EW204Q INT F2010 GUNMETL TR-MG", + "description": "EW204Q INT F2010 GUNMETL TR-MG/7402/20KG Interpon F2010 - Polyester epoxy hybrid powder coating designed for the interior environment that offers excellent corrosion resistance, hardness, and chemical resistance properties. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 16.53 + }, + { + "min": 1, + "max": 99999999, + "price": 16.53 + }, + { + "min": 100000000, + "max": null, + "price": 16.53 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11661/ew204q-int-f2010-gunmetl-tr-mg-ew204q-dt20201027214343186-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EW204Q/ew204q-int-f2010-gunmetl-tr-mg", + "scraped_at": "2026-04-30T13:23:11.401Z" + }, + { + "sku": "EW302QF", + "color_name": "41-9124 TEXTRA SLICK SILVER", + "description": "EW302QF 41-9124 TXT SLICK SILV/7402/25KG Interpon 700 - Polyester-epoxy hybrid powder coating designed for the interior environment that offers excellent hardness, corrosion and chemical resistance. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 18.91 + }, + { + "min": 1, + "max": 99999999, + "price": 18.91 + }, + { + "min": 100000000, + "max": null, + "price": 18.91 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11663/41-9124-textra-slick-silver-ew302qf-dt20201027214659723-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EW302QF/41-9124-textra-slick-silver", + "scraped_at": "2026-04-30T13:23:22.712Z" + }, + { + "sku": "EWB-0681", + "color_name": "Oil Rubbed Wrinkle", + "description": "Oil Rubbed Wrinkle is a dark bronze with a sandpaper like texture. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.86 + }, + { + "min": 50, + "max": 199, + "price": 14.12 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2298/ewb-0681-oil-rubbed-wrinkle-tds-dt20230517184031547131.pdf?1684348833", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/52/oil-rubbed-wrinkle-ewb-0681-dt20190104220655262-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-0681/oil-rubbed-wrinkle", + "scraped_at": "2026-04-30T13:23:35.425Z" + }, + { + "sku": "EWB-0856", + "color_name": "Spencer Blue", + "description": "Spencer Blue is a shimmering blue green color. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.27 + }, + { + "min": 50, + "max": 199, + "price": 14.51 + }, + { + "min": 200, + "max": null, + "price": 13.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2300/ewb-0856-spencer-blue-tds-dt20230517184453380349.pdf?1684349095", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/53/spencer-blue-ewb-0856-dt2020090917294304-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-0856/spencer-blue", + "scraped_at": "2026-04-30T13:23:49.073Z" + }, + { + "sku": "EWB-0867", + "color_name": "Rockwell Bronze", + "description": "Rockwell Bronze is a light brown-light bronze with a wrinkled texture. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.86 + }, + { + "min": 50, + "max": 199, + "price": 14.12 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2301/ewb-0867-rockwell-bronze-tds-dt20230517185859927532.pdf?1684349941", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/54/rockwell-bronze-ewb-0867-dt20190107215222196-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-0867/rockwell-bronze", + "scraped_at": "2026-04-30T13:24:05.105Z" + }, + { + "sku": "EWB-0868", + "color_name": "Ironsides", + "description": "Ironsides is a slightly shiny grey with a wrinkled texture. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.26 + }, + { + "min": 50, + "max": 199, + "price": 15.45 + }, + { + "min": 200, + "max": null, + "price": 14.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4082/ewb-0868-ironsides-tds-dt20231002201400790994.pdf?1696277643", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/55/ironsides-ewb-0868-dt20200820171836093-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-0868/ironsides", + "scraped_at": "2026-04-30T13:24:17.443Z" + }, + { + "sku": "EWB-1071", + "color_name": "PRINCETON", + "description": "Princeton is a dark plum with a purple metallic accent. This color is an epoxy wrinkle powder coat with a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.35 + }, + { + "min": 50, + "max": 199, + "price": 12.68 + }, + { + "min": 200, + "max": null, + "price": 12.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/33/epoxy-wrinkle-application-guide-dt20181017181731446.pdf?1539800252", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8995/princeton-ewb-1071-dt20190326210858656-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-1071/princeton", + "scraped_at": "2026-04-30T13:24:27.841Z" + }, + { + "sku": "EWB-1470", + "color_name": "Imperial Bronze", + "description": "Imperial Bronze is a satin gold-bronze with a smooth and mild texture. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.17 + }, + { + "min": 50, + "max": 199, + "price": 14.41 + }, + { + "min": 200, + "max": null, + "price": 13.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4083/ewb-1470-imperial-bronze-tds-dt2023100220205248947.pdf?1696278054", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/56/imperial-bronze-ewb-1470-dt20190103164828088-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-1470/imperial-bronze", + "scraped_at": "2026-04-30T13:24:40.317Z" + }, + { + "sku": "EWB-1513", + "color_name": "DESIGNER WRINKLE", + "description": "Designer Wrinkle is a sparkling lilac grey. This color is an epoxy wrinkle powder coat with a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.23 + }, + { + "min": 50, + "max": 199, + "price": 13.52 + }, + { + "min": 200, + "max": null, + "price": 12.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4119/ewb-1513-designer-wrinkle-tds-dt20231002222602815944.pdf?1696285565", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8997/designer-wrinkle-ewb-1513-dt20210429155030497-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-1513/designer-wrinkle", + "scraped_at": "2026-04-30T13:24:54.417Z" + }, + { + "sku": "EWB-1890", + "color_name": "Black Kranberry", + "description": "Black Kranberry is a reddish purple. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: What finish is this color? Orange Peel (Light Wrinkled look), Hammerton (Med. Wrinkled look), Vein (multi color/heavy wrinkled look), leatherette (leather look), Sand (fine textured) or Smooth? - Royston Llc 11/30/18 09:51 am Answer: Black Kranberry is an epoxy Wrinkle finish. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.86 + }, + { + "min": 50, + "max": 199, + "price": 14.12 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4084/ewb-1890-black-kranberry-tds-dt20231002202325679431.pdf?1696278208", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/58/black-kranberry-ewb-1890-dt20190315152047447-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-1890/black-kranberry", + "scraped_at": "2026-04-30T13:25:07.413Z" + }, + { + "sku": "EWB-2084", + "color_name": "Mahogany Fleck", + "description": "Mahogany Fleck is a black wrinkle with a red speckled hue spread throughout. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.62 + }, + { + "min": 50, + "max": 199, + "price": 12.94 + }, + { + "min": 200, + "max": null, + "price": 12.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4085/ewb-2084-mahogany-fleck-tds-dt20231002202630738439.pdf?1696278393", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/60/mahogany-fleck-ewb-2087-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-2084/mahogany-fleck", + "scraped_at": "2026-04-30T13:25:18.802Z" + }, + { + "sku": "EWB-2244", + "color_name": "Robust Brown", + "description": "Robust Brown is a dark brown with a slightly shiny wrinkled texture. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.86 + }, + { + "min": 50, + "max": 199, + "price": 14.12 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4086/ewb-2244-robust-brown-tds-dt20231002202814528278.pdf?1696278497", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/62/robust-brown-ewb-2244-dt20200410142452913-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-2244/robust-brown", + "scraped_at": "2026-04-30T13:25:34.426Z" + }, + { + "sku": "EWB-2284", + "color_name": "Harshaw Gold", + "description": "Harshaw Gold is a dark golden grey with fine gold metallic and a light wrinkled texture. This color is an epoxy wrinkle powder coat with a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.9 + }, + { + "min": 50, + "max": 199, + "price": 13.21 + }, + { + "min": 200, + "max": null, + "price": 12.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4120/ewb-2284-harshaw-gold-tds-dt20231002222744901121.pdf?1696285667", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7084/harshaw-gold-ewb-2284-dt20190415220714041-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-2284/harshaw-gold", + "scraped_at": "2026-04-30T13:25:49.910Z" + }, + { + "sku": "EWB-5562", + "color_name": "Frosted Wrinkle", + "description": "Frosted Wrinkle is a frosted grey/silver color. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.79 + }, + { + "min": 50, + "max": 199, + "price": 14.05 + }, + { + "min": 200, + "max": null, + "price": 13.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4087/ewb-5562-frosted-wrinkle-tds-dt20231002203813000753.pdf?1696279095", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/66/frosted-wrinkle-ewb-5562-dt20190103160023469-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-5562/frosted-wrinkle", + "scraped_at": "2026-04-30T13:26:03.794Z" + }, + { + "sku": "EWB-6472", + "color_name": "Hamden Wrinkle", + "description": "Hamden Wrinkle is a fine bronze wrinkle. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.65 + }, + { + "min": 50, + "max": 199, + "price": 15.82 + }, + { + "min": 200, + "max": null, + "price": 14.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4089/ewb-6472-hamden-wrinkle-tds-dt20231002204448140504.pdf?1696279490", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/70/hamden-wrinkle-ewb-6472-dt20190103161838226-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-6472/hamden-wrinkle", + "scraped_at": "2026-04-30T13:26:15.799Z" + }, + { + "sku": "EWB-6681", + "color_name": "Medium Grey Wrinkle", + "description": "Medium Grey Wrinkle is indeed a medium grey wrinkle. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.27 + }, + { + "min": 50, + "max": 199, + "price": 10.71 + }, + { + "min": 200, + "max": null, + "price": 10.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4122/ewb-6681-medium-grey-wrinkle-tds-dt20231002223108886971.pdf?1696285871", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/72/medium-grey-wrinkle-ewb-6681-dt20210428150446133-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-6681/medium-grey-wrinkle", + "scraped_at": "2026-04-30T13:26:27.072Z" + }, + { + "sku": "EWB-9100", + "color_name": "Taupe", + "description": "Taupe is a taupe with a smooth and mild texture. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.89 + }, + { + "min": 50, + "max": 199, + "price": 16.05 + }, + { + "min": 200, + "max": null, + "price": 15.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4123/ewb-9100-taupe-tds-dt20231003150103928659.pdf?1696345266", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/74/taupe-ewb-9100-dt20190107225907745-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9100/taupe", + "scraped_at": "2026-04-30T13:26:39.333Z" + }, + { + "sku": "EWB-9101", + "color_name": "Cocoa", + "description": "Cocoa is a cocoa brown. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.83 + }, + { + "min": 50, + "max": 199, + "price": 15.04 + }, + { + "min": 200, + "max": null, + "price": 14.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4124/ewb-9101-cocoa-tds-dt20231003150338112325.pdf?1696345420", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/76/cocoa-ewb-9101-dt20200414223922049-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9101/cocoa", + "scraped_at": "2026-04-30T13:26:51.070Z" + }, + { + "sku": "EWB-9102", + "color_name": "Copper", + "description": "Copper is a dark copper with a sandpaper like texture. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.49 + }, + { + "min": 50, + "max": 199, + "price": 14.72 + }, + { + "min": 200, + "max": null, + "price": 13.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/33/epoxy-wrinkle-application-guide-dt20181017181731446.pdf?1539800252", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/78/copper-ewb-9102-dt2019010322381323-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9102/copper", + "scraped_at": "2026-04-30T13:27:04.481Z" + }, + { + "sku": "EWB-9103", + "color_name": "Emerald Green", + "description": "Emerald Green is a pearl-like forest green that has a smooth and mild texture. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.55 + }, + { + "min": 50, + "max": 199, + "price": 14.77 + }, + { + "min": 200, + "max": null, + "price": 14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4091/ewb-9103-emerald-green-tds-dt20231002205124160786.pdf?1696279886", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/80/emerald-green-ewb-9103-dt2019010315551091-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9103/emerald-green", + "scraped_at": "2026-04-30T13:27:20.886Z" + }, + { + "sku": "EWB-9104", + "color_name": "Blue Frost", + "description": "Blue Frost is a light blue with a wrinkled texture. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.56 + }, + { + "min": 50, + "max": 199, + "price": 15.73 + }, + { + "min": 200, + "max": null, + "price": 14.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4129/ewb-9104-blue-frost-tds-dt20231003151857010373.pdf?1696346339", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/81/blue-frost-ewb-9104-dt20190111170056238-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9104/blue-frost", + "scraped_at": "2026-04-30T13:27:34.417Z" + }, + { + "sku": "EWB-9105", + "color_name": "Lake Blue", + "description": "Lake Blue is a true blue with a heavy sheen. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.31 + }, + { + "min": 50, + "max": 199, + "price": 16.44 + }, + { + "min": 200, + "max": null, + "price": 15.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4130/ewb-9105-lake-blue-tds-dt20231003152043058166.pdf?1696346445", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/83/lake-blue-ewb-9105-dt20190104214631613-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9105/lake-blue", + "scraped_at": "2026-04-30T13:27:48.049Z" + }, + { + "sku": "EWB-9106", + "color_name": "Charcoal", + "description": "Charcoal is a charcoal color with a soft sheen and a wrinkled texture. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.86 + }, + { + "min": 50, + "max": 199, + "price": 14.12 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/33/epoxy-wrinkle-application-guide-dt20181017181731446.pdf?1539800252", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/85/charcoal-ewb-9106-dt20190103222744547-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9106/charcoal", + "scraped_at": "2026-04-30T13:27:57.520Z" + }, + { + "sku": "EWB-9108", + "color_name": "Ruby Red", + "description": "Ruby Red is a rich red clay. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.83 + }, + { + "min": 50, + "max": 199, + "price": 16.94 + }, + { + "min": 200, + "max": null, + "price": 16.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4140/ewb-9108-ruby-red-tds-dt20231003173020279157.pdf?1696354222", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/87/ruby-red-ewb-9111-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9108/ruby-red", + "scraped_at": "2026-04-30T13:28:12.943Z" + }, + { + "sku": "EWB-9109", + "color_name": "Dusty Rose", + "description": "Dusty Rose is a mauve color. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: I have a question about DUSTY ROSE EWB-9109. It states that its \"recommended for interior use*\". With that being said will it fade or somehow be damaged if used for a brake caliper color? - Trevor Gouldin-lenore 08/25/20 01:33 pm Answer: EWB-9109 is an Epoxy wrinkle finish. Generally, epoxy powders are only for interior uses or as primers because they do not hold up well to UV light. Epoxy based powders are excellent for chemical and impact resistance but their exposure to the sun could limit their longevity. Brake Calipers are not necessarily exposed to a lot of UV but outside ambient UV exposure could also cause premature chalking or fading. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.49 + }, + { + "min": 50, + "max": 199, + "price": 14.72 + }, + { + "min": 200, + "max": null, + "price": 13.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3724/ewb-9109-dusty-rose-tds-dt20230921222544943796.pdf?1695335147", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/89/dusty-rose-ewb-9109-dt20201209234336285-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9109/dusty-rose", + "scraped_at": "2026-04-30T13:28:26.408Z" + }, + { + "sku": "EWB-9110", + "color_name": "Plum Navy", + "description": "Plum Navy is a dark plum navy. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.02 + }, + { + "min": 50, + "max": 199, + "price": 13.32 + }, + { + "min": 200, + "max": null, + "price": 12.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4094/ewb-9110-plum-navy-tds-dt20231002205614951012.pdf?1696280177", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/91/plum-navy-ewb-9110-dt20190416170440118-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9110/plum-navy", + "scraped_at": "2026-04-30T13:28:40.335Z" + }, + { + "sku": "EWB-9111", + "color_name": "Bronze", + "description": "Bronze is an incredible bronze that has a wrinkled texture. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.86 + }, + { + "min": 50, + "max": 199, + "price": 14.12 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/33/epoxy-wrinkle-application-guide-dt20181017181731446.pdf?1539800252", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/93/bronze-ewb-9111-dt20190103222234096-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9111/bronze", + "scraped_at": "2026-04-30T13:28:56.275Z" + }, + { + "sku": "EWB-9112", + "color_name": "Graphite Black", + "description": "Graphite Black is a coal black that is lightly textured. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.03 + }, + { + "min": 50, + "max": 199, + "price": 12.38 + }, + { + "min": 200, + "max": null, + "price": 11.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4096/ewb-9112-graphite-black-tds-dt20231002210103899137.pdf?1696280466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/95/graphite-black-ewb-9112-dt20190924171951575-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9112/graphite-black", + "scraped_at": "2026-04-30T13:29:08.361Z" + }, + { + "sku": "EWB-9113", + "color_name": "Mauve", + "description": "Mauve is a light rose pink with a little bit of shimmer. This color is an epoxy wrinkle powder coat with a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.34 + }, + { + "min": 50, + "max": 199, + "price": 15.52 + }, + { + "min": 200, + "max": null, + "price": 14.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4144/ewb-9113-mauve-tds-dt2023100317411820601.pdf?1696354880", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9001/mauve-ewb-9113-dt20220520170838036548-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9113/mauve", + "scraped_at": "2026-04-30T13:29:22.200Z" + }, + { + "sku": "EWB-9114", + "color_name": "Silva's Mauve", + "description": "Silva's Mauve is a dark mauve that shows good color in the light. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.39 + }, + { + "min": 50, + "max": 199, + "price": 13.67 + }, + { + "min": 200, + "max": null, + "price": 12.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4097/ewb-9114-silvas-mauve-tds-dt20231002210321807818.pdf?1696280604", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/97/silvas-mauve-ewb-9114-dt20190107220828418-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9114/silvas-mauve", + "scraped_at": "2026-04-30T13:29:32.873Z" + }, + { + "sku": "EWB-9115", + "color_name": "Midnight Blue Wrinkle", + "description": "Midnight Blue Wrinkle is a pearlescent navy blue with a wrinkled texture. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.86 + }, + { + "min": 50, + "max": 199, + "price": 14.12 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/33/epoxy-wrinkle-application-guide-dt20181017181731446.pdf?1539800252", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/99/midnight-blue-wrinkle-ewb-9115-dt20190104220156029-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9115/midnight-blue-wrinkle", + "scraped_at": "2026-04-30T13:29:43.381Z" + }, + { + "sku": "EWB-9116", + "color_name": "ROSE WRINKLE", + "description": "Rose Wrinkle is a dark rose pink color. This color is an epoxy wrinkle powder coat with a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.39 + }, + { + "min": 50, + "max": 199, + "price": 13.67 + }, + { + "min": 200, + "max": null, + "price": 12.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4104/ewb-9116-rose-wrinkle-tds-dt20231002212925699313.pdf?1696282167", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9003/rose-wrinkle-ewb-9116-dt20220520171246185612-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9116/rose-wrinkle", + "scraped_at": "2026-04-30T13:29:55.986Z" + }, + { + "sku": "EWB-9117", + "color_name": "Silver Wrinkle", + "description": "Silver Wrinkle is a light silver with a fine pearlescent appearance and a wrinkled texture. This color is an epoxy wrinkle powder coat and has an eggshell finish. Eggshell: 11-20 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.2 + }, + { + "min": 50, + "max": 199, + "price": 17.29 + }, + { + "min": 200, + "max": null, + "price": 16.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4145/ewb-9117-silver-wrinkle-tds-dt20231003174306955855.pdf?1696354988", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/101/silver-wrinkle-ewb-9117-dt20201125185247865-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9117/silver-wrinkle", + "scraped_at": "2026-04-30T13:30:09.967Z" + }, + { + "sku": "EWB-9118", + "color_name": "Plum", + "description": "Plum is a dark plum purple with a smooth and mild texture. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.55 + }, + { + "min": 50, + "max": 199, + "price": 14.77 + }, + { + "min": 200, + "max": null, + "price": 14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/33/epoxy-wrinkle-application-guide-dt20181017181731446.pdf?1539800252", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/103/plum-ewb-9118-dt20190416165943169-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9118/plum", + "scraped_at": "2026-04-30T13:30:24.414Z" + }, + { + "sku": "EWB-9119", + "color_name": "Burgundy", + "description": "Burgundy is a rich burgundy. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.72 + }, + { + "min": 50, + "max": 199, + "price": 13.03 + }, + { + "min": 200, + "max": null, + "price": 12.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/33/epoxy-wrinkle-application-guide-dt20181017181731446.pdf?1539800252", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/105/burgundy-ewb-9122-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9119/burgundy", + "scraped_at": "2026-04-30T13:30:36.293Z" + }, + { + "sku": "EWB-9120", + "color_name": "Mauve Lite", + "description": "Mauve Lite has a grey background with a pink hue and a slight metallic. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.11 + }, + { + "min": 50, + "max": 199, + "price": 14.35 + }, + { + "min": 200, + "max": null, + "price": 13.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4146/ewb-9120-mauve-lite-tds-dt20231003174522144812.pdf?1696355124", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/107/mauve-lite-ewb-9120-dt20180706204639436-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9120/mauve-lite", + "scraped_at": "2026-04-30T13:30:48.323Z" + }, + { + "sku": "EWB-9123", + "color_name": "Iced Blue Grey", + "description": "Iced Blue Grey is a medium grey wrinkle with a light blue metallic accent. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Epoxy Wrinkle finishes are not recommended for exterior use. For a more uniform appearance, it is recommended that parts enter the oven at 150ºF(65.5ºC), slowly ramp the oven up to 375º(190C), and then fully cure at the recommended cure schedule. It is important to note that wrinkle finishes may blister around welded areas on projects with sealed tubes. To minimize this effect, consider drilling vent holes. If venting is not feasible, it is advisable to use a non-wrinkle finish. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.53 + }, + { + "min": 50, + "max": 199, + "price": 14.75 + }, + { + "min": 200, + "max": null, + "price": 13.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/33/epoxy-wrinkle-application-guide-dt20181017181731446.pdf?1539800252", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/112/iced-blue-grey-ewb-9123-dt20251107190937810464-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9123/iced-blue-grey", + "scraped_at": "2026-04-30T13:31:02.129Z" + }, + { + "sku": "EWB-9124", + "color_name": "Iced Purple Grey", + "description": "Iced Purple Grey is a medium wrinkle with a purple metallic accent. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Epoxy Wrinkle finishes are not recommended for exterior exposure. For a more uniform appearance, it's recommended that parts enter the oven at 150° F (65.5°C), slowly ramp the oven up to 375° F (190°C), and then fully cure at the recommended cure schedule. It's important to note that wrinkle finishes may blister around welded areas on projects with sealed tubes. To minimize this effect, consider driling vent holes. If venting is not feasible, it's advisable to use a non-wrinkle finish. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.43 + }, + { + "min": 50, + "max": 199, + "price": 14.66 + }, + { + "min": 200, + "max": null, + "price": 13.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6218/ewb-9124-iced-purple-grey-tds-dt20240419194755733166.pdf?1713556078", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/114/iced-purple-grey-ewb-9124-dt20251210223248452371-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9124/iced-purple-grey", + "scraped_at": "2026-04-30T13:31:14.059Z" + }, + { + "sku": "EWB-9125", + "color_name": "Phone Red", + "description": "Phone Red is a medium red with a smooth and mild texture. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.16 + }, + { + "min": 50, + "max": 199, + "price": 17.25 + }, + { + "min": 200, + "max": null, + "price": 16.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4141/ewb-9125-phone-red-tds-dt20231003173257537909.pdf?1696354379", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/116/phone-red-ewb-9125-dt20190104222123829-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9125/phone-red", + "scraped_at": "2026-04-30T13:31:28.415Z" + }, + { + "sku": "EWB-9126", + "color_name": "Plum Pretty", + "description": "Plum Pretty is a burgundy with a heavy wrinkle. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.94 + }, + { + "min": 50, + "max": 199, + "price": 12.29 + }, + { + "min": 200, + "max": null, + "price": 11.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4102/ewb-9126-plum-pretty-tds-dt2023100221252461093.pdf?1696281926", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/118/plum-pretty-ewb-9126-dt20180719193957763-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9126/plum-pretty", + "scraped_at": "2026-04-30T13:31:40.526Z" + }, + { + "sku": "EWB-9127", + "color_name": "Blue Print", + "description": "Blue Print is a navy blue with a hint of purple and a soft sheen. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.86 + }, + { + "min": 50, + "max": 199, + "price": 14.12 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4103/ewb-9127-blue-print-tds-dt20231002212808986023.pdf?1696282091", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/120/blue-print-ewb-9127-dt20190104164951627-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9127/blue-print", + "scraped_at": "2026-04-30T13:31:54.208Z" + }, + { + "sku": "EWB-9128", + "color_name": "Ozotech Blue", + "description": "Ozotech Blue is a dark sky blue with a smooth and mild texture. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.9 + }, + { + "min": 50, + "max": 199, + "price": 15.11 + }, + { + "min": 200, + "max": null, + "price": 14.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4128/ewb-9128-ozotech-blue-tds-dt20231003151653840476.pdf?1696346215", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/122/ozotech-blue-ewb-9128-dt20201207192611106-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9128/ozotech-blue", + "scraped_at": "2026-04-30T13:32:07.731Z" + }, + { + "sku": "EWB-9131", + "color_name": "Hearty Burgundy", + "description": "Hearty Burgundy is a dark burgundy bronze. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.85 + }, + { + "min": 50, + "max": 199, + "price": 12.21 + }, + { + "min": 200, + "max": null, + "price": 11.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4105/ewb-9131-hearty-burgundy-tds-dt20231002213144444012.pdf?1696282306", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/126/hearty-burgundy-ewb-9131-dt20190103162419426-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9131/hearty-burgundy", + "scraped_at": "2026-04-30T13:32:20.230Z" + }, + { + "sku": "EWB-9132", + "color_name": "Old Brass", + "description": "Old Brass is a dark but soft brass. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.07 + }, + { + "min": 50, + "max": 199, + "price": 12.42 + }, + { + "min": 200, + "max": null, + "price": 11.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4106/ewb-9132-old-brass-tds-dt20231002213350873631.pdf?1696282433", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/128/old-brass-ewb-9132-dt20180709214527108-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9132/old-brass", + "scraped_at": "2026-04-30T13:32:36.203Z" + }, + { + "sku": "EWB-9133", + "color_name": "Black Brass", + "description": "Black Brass is a glistening dark brassy gold. This color is an epoxy wrinkle powder coat with a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.39 + }, + { + "min": 50, + "max": 199, + "price": 13.67 + }, + { + "min": 200, + "max": null, + "price": 12.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4107/ewb-9133-black-brass-tds-dt20231002213555559237.pdf?1696282557", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9004/black-brass-ewb-9133-dt20190614184655123-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9133/black-brass", + "scraped_at": "2026-04-30T13:32:51.615Z" + }, + { + "sku": "EWB-9134", + "color_name": "Aged Brass", + "description": "Aged Brass is a dark brass-brown with a smooth and mild texture. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Epoxy Wrinkle finishes are not recommended for exterior exposure. For a more uniform appearance, it's recommended that parts enter the oven at 150° F (190° C), and then fully cure at the recommended cure schedule. It's important to note that wrinkle finishes may blister around welded areas on projects with sealed tubes. To minimize this effect, consider drilling vent holes. If venting is not feasible, it's advisable to use a non-wrinkle finish. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.86 + }, + { + "min": 50, + "max": 199, + "price": 14.12 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4108/ewb-9134-aged-brass-tds-dt20231002213817674571.pdf?1696282700", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/130/aged-brass-ewb-9134-dt20250627182603499938-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9134/aged-brass", + "scraped_at": "2026-04-30T13:33:07.521Z" + }, + { + "sku": "EWB-9135", + "color_name": "Old Style Brass", + "description": "Old Style Brass is a dark brass with a hint of green and a smooth and mild texture. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.86 + }, + { + "min": 50, + "max": 199, + "price": 14.12 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4109/ewb-9135-old-style-brass-tds-dt2023100222042671327.pdf?1696284269", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/132/old-style-brass-ewb-9135-dt20190104221215657-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9135/old-style-brass", + "scraped_at": "2026-04-30T13:33:22.366Z" + }, + { + "sku": "EWB-9136", + "color_name": "Dark Bronze Wrinkle", + "description": "Dark Bronze Wrinkle is a dark gold-bronze with a slightly shiny wrinkled texture. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Is this color UV stable or indoor use only? - Khameleon Koatings 04/30/19 10:58 am Answer: Dark Bronze UMB 0499 is UV stable. Dark Bronze Wrinkle EWB 9136 is not UV stable. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.86 + }, + { + "min": 50, + "max": 199, + "price": 14.12 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4110/ewb-9136-dark-bronze-wrinkle-tds-dt2023100222073053593.pdf?1696284452", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/134/dark-bronze-wrinkle-ewb-9136-dt20210607215513984-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9136/dark-bronze-wrinkle", + "scraped_at": "2026-04-30T13:33:38.468Z" + }, + { + "sku": "EWB-9137", + "color_name": "Golden Bronze", + "description": "Golden Bronze is a golden bronze with a smooth and mild texture. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.39 + }, + { + "min": 50, + "max": 199, + "price": 13.67 + }, + { + "min": 200, + "max": null, + "price": 12.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4111/ewb-9137-golden-bronze-tds-dt20231002221004123515.pdf?1696284606", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/136/golden-bronze-ewb-9137-dt20190103160750061-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9137/golden-bronze", + "scraped_at": "2026-04-30T13:33:49.529Z" + }, + { + "sku": "EWB-9138", + "color_name": "Lite Bronze", + "description": "W Lite Bronze is a brown with a subtle bronze metallic. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.39 + }, + { + "min": 50, + "max": 199, + "price": 13.67 + }, + { + "min": 200, + "max": null, + "price": 12.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4112/ewb-9138-lite-bronze-tds-dt20231002221145154897.pdf?1696284708", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/138/lite-bronze-ewb-9138-dt20180713220637392-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9138/lite-bronze", + "scraped_at": "2026-04-30T13:34:00.834Z" + }, + { + "sku": "EWB-9139", + "color_name": "Aged Copper", + "description": "Aged Copper is a dark rust metallic with a light texture. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.86 + }, + { + "min": 50, + "max": 199, + "price": 14.12 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4113/ewb-9139-aged-copper-tds-dt20231002221331543748.pdf?1696284813", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/140/aged-copper-ewb-9139-dt20190102221205214-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9139/aged-copper", + "scraped_at": "2026-04-30T13:34:12.665Z" + }, + { + "sku": "EWB-9140", + "color_name": "Black Bronze", + "description": "Black Bronze is a dark chocolate brown with a soft sheen and a wrinkled texture. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.86 + }, + { + "min": 50, + "max": 199, + "price": 14.12 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4114/ewb-9140-black-bronze-tds-dt20231002221541952922.pdf?1696284944", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/142/black-bronze-ewb-9140-dt20200520224333618-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9140/black-bronze", + "scraped_at": "2026-04-30T13:34:25.341Z" + }, + { + "sku": "EWB-9141", + "color_name": "Hotsy Red", + "description": "Hotsy Red is a true red with a smooth and mild texture. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.82 + }, + { + "min": 50, + "max": 199, + "price": 16.93 + }, + { + "min": 200, + "max": null, + "price": 16.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4142/ewb-9141-hotsy-red-tds-dt2023100317351579134.pdf?1696354518", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/144/hotsy-red-ewb-9141-dt20190103163707838-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9141/hotsy-red", + "scraped_at": "2026-04-30T13:34:38.586Z" + }, + { + "sku": "EWB-9142", + "color_name": "Dye Blue Wrinkle", + "description": "Dye Blue Wrinkle is a dark blue with a wrinkle appearance. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.72 + }, + { + "min": 50, + "max": 199, + "price": 13.03 + }, + { + "min": 200, + "max": null, + "price": 12.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/33/epoxy-wrinkle-application-guide-dt20181017181731446.pdf?1539800252", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/146/dye-blue-wrinkle-ewb-9142-dt20180710205304146-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9142/dye-blue-wrinkle", + "scraped_at": "2026-04-30T13:35:52.891Z" + }, + { + "sku": "EWB-9143", + "color_name": "Blue Fish", + "description": "Blue Fish is an aqua marine wrinkle. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.86 + }, + { + "min": 50, + "max": 199, + "price": 14.12 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4115/ewb-9143-blue-fish-tds-dt20231002221828871287.pdf?1696285111", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/148/blue-fish-ewb-9145-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9143/blue-fish", + "scraped_at": "2026-04-30T13:36:05.308Z" + }, + { + "sku": "EWB-9146", + "color_name": "Tanker Grey", + "description": "Tanker Grey is a dark grey with a slightly wrinkled texture. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.09 + }, + { + "min": 50, + "max": 199, + "price": 15.29 + }, + { + "min": 200, + "max": null, + "price": 14.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4155/eewb-9146-tanker-grey-tds-dt20231003180933888242.pdf?1696356576", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/154/tanker-grey-ewb-9146-dt2020041718555498-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9146/tanker-grey", + "scraped_at": "2026-04-30T13:36:20.350Z" + }, + { + "sku": "EWB-9148", + "color_name": "Silva's Mauve Lite", + "description": "Silva's Mauve Lite is a light mauve with a light texture. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.13 + }, + { + "min": 50, + "max": 199, + "price": 14.37 + }, + { + "min": 200, + "max": null, + "price": 13.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4150/ewb-9148-silvas-mauve-lite-tds-dt20231003175856563666.pdf?1696355938", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/156/silvas-mauve-lite-ewb-9150-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9148/silvas-mauve-lite", + "scraped_at": "2026-04-30T13:36:31.182Z" + }, + { + "sku": "EWB-9150", + "color_name": "Silk Blue", + "description": "Silk Blue is a soft blue grey color. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.86 + }, + { + "min": 50, + "max": 199, + "price": 14.12 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4156/ewb-9150-silk-blue-tds-dt20231003193731833132.pdf?1696361853", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/160/silk-blue-ewb-9150-dt20190107220331033-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9150/silk-blue", + "scraped_at": "2026-04-30T13:36:48.443Z" + }, + { + "sku": "EWB-9151", + "color_name": "Whale Blue", + "description": "Whale Blue is a medium grey with a fine blue hue. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.86 + }, + { + "min": 50, + "max": 199, + "price": 14.12 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4157/ewb-9151-whale-blue-tds-dt20231003193915572686.pdf?1696361957", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/162/whale-blue-ewb-9151-dt20190116154312755-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9151/whale-blue", + "scraped_at": "2026-04-30T13:37:02.077Z" + }, + { + "sku": "EWS-0274", + "color_name": "Red Wrinkle II", + "description": "Red Wrinkle II is a bright red color. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.24 + }, + { + "min": 50, + "max": 199, + "price": 16.38 + }, + { + "min": 200, + "max": null, + "price": 15.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4143/ews-0274-red-wrinkle-ii-tds-dt20231003173821472448.pdf?1696354703", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/164/red-wrinkle-ii-ews-0274-dt20200925150338641-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWS-0274/red-wrinkle-ii", + "scraped_at": "2026-04-30T13:37:11.262Z" + }, + { + "sku": "EWS-0516", + "color_name": "Ash Grey", + "description": "Ash Grey is a light grey color. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.64 + }, + { + "min": 50, + "max": 199, + "price": 14.86 + }, + { + "min": 200, + "max": null, + "price": 14.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4152/ews-0516-ash-grey-tds-dt20231003180250843568.pdf?1696356173", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/165/ash-grey-ews-0516-dt20190104164420301-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWS-0516/ash-grey", + "scraped_at": "2026-04-30T13:37:24.308Z" + }, + { + "sku": "EWS-0531", + "color_name": "Rainbow Blue", + "description": "Rainbow Blue is a light blue wrinkle. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.44 + }, + { + "min": 50, + "max": 199, + "price": 16.57 + }, + { + "min": 200, + "max": null, + "price": 15.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4127/ews-0531-rainbow-blue-tds-dt20231003151344279941.pdf?1696346026", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/166/rainbow-blue-ews-0531-dt20210415143617804-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWS-0531/rainbow-blue", + "scraped_at": "2026-04-30T13:37:40.212Z" + }, + { + "sku": "EWS-2751", + "color_name": "Spider Blue Wrinkle", + "description": "Spider Blue Wrinkle is a dark slate blue with a fine wrinkle. This color is an epoxy wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.35 + }, + { + "min": 50, + "max": 199, + "price": 18.38 + }, + { + "min": 200, + "max": null, + "price": 17.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4134/ews-2751-spider-blue-wrinkle-tds-dt20231003153042154027.pdf?1696347044", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/168/spider-blue-wrinkle-ews-2751-dt20200727143942939-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWS-2751/spider-blue-wrinkle", + "scraped_at": "2026-04-30T13:37:49.841Z" + }, + { + "sku": "EWS-9107", + "color_name": "Coal Black", + "description": "Coal Black is a satin black with a wrinkled texture. This color is an epoxy wrinkle powder coat and has a satin finish. *Recommended for interior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.71 + }, + { + "min": 50, + "max": 199, + "price": 12.07 + }, + { + "min": 200, + "max": null, + "price": 11.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4118/ews-9107-coal-black-tds-dt20231002222406718281.pdf?1696285449", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/170/coal-black-ews-9107-dt20200522182703238-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/EWS-9107/coal-black", + "scraped_at": "2026-04-30T13:38:06.728Z" + }, + { + "sku": "HA000Q", + "color_name": "HA000Q INT 100 WHITE PRIMER", + "description": "HA000Q INT 100 WHITE PRIMER/7402/25KG Interpon 100 - Epoxy based powder coating that exhibits excellent corrosion protection and chemical resistance when applied over a properly prepared metal substrate. Designed for interior application only. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 21.91 + }, + { + "min": 1, + "max": 99999999, + "price": 21.91 + }, + { + "min": 100000000, + "max": null, + "price": 21.91 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11664/ha000q-int-100-white-primer-ha000q-dt20201027214742078-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HA000Q/ha000q-int-100-white-primer", + "scraped_at": "2026-04-30T13:38:18.495Z" + }, + { + "sku": "HLB-2076", + "color_name": "Adobe Brown", + "description": "Adobe Brown is a speckled orange/brown. This color is a hybrid leatherette powder coat with a matte finish. Matte: 7-20 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.8 + }, + { + "min": 50, + "max": 199, + "price": 15.96 + }, + { + "min": 200, + "max": null, + "price": 15.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4125/hlb-2076-adobe-brown-tds-dt20231003150724109403.pdf?1696345647", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9010/adobe-brown-hlb-2076-dt20220516210556462396-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HLB-2076/adobe-brown", + "scraped_at": "2026-04-30T13:38:28.798Z" + }, + { + "sku": "HLB-4961", + "color_name": "Golden Rock II", + "description": "Golden Rock II is a multi-colored gold and black vein. It is an indoor finish only. This color is a hybrid leatherette powder coat and has a matte finish. Matte: 7-10 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.07 + }, + { + "min": 50, + "max": 199, + "price": 13.37 + }, + { + "min": 200, + "max": null, + "price": 12.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7429/hlb-4961-golden-rock-ii-dt2025072220301256766.pdf?1753216215", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/180/golden-rock-ii-hlb-4961-dt20180629204351313-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HLB-4961/golden-rock-ii", + "scraped_at": "2026-04-30T13:38:39.052Z" + }, + { + "sku": "HLB-4964", + "color_name": "Copper Rock II", + "description": "Copper Rock II is a black and copper color. This color is a hybrid leatherette powder coat and has a matte finish. Matte: 7-10 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.71 + }, + { + "min": 50, + "max": 199, + "price": 13.97 + }, + { + "min": 200, + "max": null, + "price": 13.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4062/hlb-4964-copper-rock-ii-tds-dt20231002181248655083.pdf?1696270371", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/182/copper-rock-ii-hlb-4964-dt2020041322321105-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HLB-4964/copper-rock-ii", + "scraped_at": "2026-04-30T13:38:52.682Z" + }, + { + "sku": "HLB-5015", + "color_name": "SOFT COPPER ROCK II", + "description": "Soft Copper Rock II is a dark copper contrast. This color is a hybrid leatherette powder coat with a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.41 + }, + { + "min": 50, + "max": 199, + "price": 11.79 + }, + { + "min": 200, + "max": null, + "price": 11.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4064/hlb-5015-soft-copper-rock-ii-tds-dt20231002182209484402.pdf?1696270932", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9012/soft-copper-rock-ii-hlb-5015-dt20220516211731794798-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HLB-5015/soft-copper-rock-ii", + "scraped_at": "2026-04-30T13:39:07.323Z" + }, + { + "sku": "HMB-1559", + "color_name": "Creamy Pearl", + "description": "Creamy Pearl is a creamy off white that has a heavy white pearl. This color is a hybrid metallic powder coat and has a semi-gloss finish. This color may have limited UV stability. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH CREAMY PEARL View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can this paint be used on a gun? - Susan Sterling 03/20/21 07:49 pm Answer: All of our powder coat colors can technically be applied to gun parts, the question would be what parts of the gun are you looking to coat? Pieces that require tight tolerances would not be recommended to coat as the powder would build up too much and cause interference issues. However, other areas where this issue does not come into play would be perfectly fine to apply to. Our sister company Cerakote tends to be a more popular coating for things like guns as it is a much thinner ceramic coating with better durability in some aspects compared to powder…just something to look into potentially. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.81 + }, + { + "min": 50, + "max": 199, + "price": 18.82 + }, + { + "min": 200, + "max": null, + "price": 17.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2231/hmb-1559-creamy-pearl-tds-dt20230503200711382786.pdf?1683144432", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/184/creamy-pearl-hmb-1559-dt20180705205946725-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-1559/creamy-pearl", + "scraped_at": "2026-04-30T13:39:20.435Z" + }, + { + "sku": "HMB-1589", + "color_name": "Alloy Gold", + "description": "Alloy Gold is a bright yellow/gold base with a heavy gold and silver metallic. This color is a hybrid metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *To prevent oxidation of the metallic pigment and to slow UV fading, a clear top coat is recommended* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ALLOY GOLD View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.39 + }, + { + "min": 50, + "max": 199, + "price": 14.62 + }, + { + "min": 200, + "max": null, + "price": 13.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2233/hmb-1589-alloy-gold-tds-dt20230503200954967436.pdf?1683144596", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/186/alloy-gold-hmb-1589-dt20211104215241992-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-1589/alloy-gold", + "scraped_at": "2026-04-30T13:39:36.879Z" + }, + { + "sku": "HMB-1741", + "color_name": "Sunrise Gold", + "description": "Sunrise Gold is a muted gold epoxy-polyester hybrid metallic and has a satin finish. Satin: 21-36 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.87 + }, + { + "min": 50, + "max": 199, + "price": 15.08 + }, + { + "min": 200, + "max": null, + "price": 14.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8011/hmb-1741-sunrise-gold-dt20260114212418099614.pdf?1768425859", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8450/sunrise-gold-hmb-1741-dt2025122921301520005-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-1741/sunrise-gold", + "scraped_at": "2026-04-30T13:39:51.806Z" + }, + { + "sku": "HMB-1900", + "color_name": "Skylark Orange", + "description": "Skylark Orange is a dark burnt orange with a heavy silver metallic flake. This color is a hybrid metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *To prevent oxidation of the metallic pigment and to slow UV fading, a clear top coat is recommended* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.06 + }, + { + "min": 50, + "max": 199, + "price": 16.21 + }, + { + "min": 200, + "max": null, + "price": 15.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4035/hmb-1900-skylark-orange-tds-dt20230929152234905851.pdf?1696000956", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/188/skylark-orange-hmb-1900-dt20180907215104702-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-1900/skylark-orange", + "scraped_at": "2026-04-30T13:40:08.077Z" + }, + { + "sku": "HMB-2001", + "color_name": "Buckingham Orange", + "description": "Buckingham Orange is a rich, darker orange with a red hue and yellow/gold metallic. This color is a hybrid metallic powder coat with a satin finish. Satin: 21-35 Gloss Units *To prevent oxidation of the metallic pigment and to slow UV fading, a clear top coat is recommended* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.33 + }, + { + "min": 50, + "max": 199, + "price": 15.51 + }, + { + "min": 200, + "max": null, + "price": 14.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4158/hmb-2001-buckingham-orange-tds-dt20231003194228624318.pdf?1696362150", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9014/buckingham-orange-hmb-2001-dt20220516211000265706-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-2001/buckingham-orange", + "scraped_at": "2026-04-30T13:40:23.778Z" + }, + { + "sku": "HMB-2105", + "color_name": "GT Tile Pink II", + "description": "GT Tile Pink II is a light pink hybrid polyester with a faint pink to purple pearlescent shimmer and a gloss finish. Gloss: 71-85 Gloss Units Notes: Hybrid products are not recommended for exterior exposure. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure that the final color meets your project specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.5 + }, + { + "min": 50, + "max": 199, + "price": 16.63 + }, + { + "min": 200, + "max": null, + "price": 15.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3264/hmb-2105-gt-tile-pink-ii-tds-dt20230911181717307732.pdf?1694456238", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9017/gt-tile-pink-ii-hmb-2105-dt20230725152440385974-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-2105/gt-tile-pink-ii", + "scraped_at": "2026-04-30T13:40:39.590Z" + }, + { + "sku": "HMB-2225", + "color_name": "Gold Bar Gold", + "description": "Gold Bar Gold is a gold/bronze metallic with a light sparkle. This color is a hybrid metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *To prevent oxidation of the metallic pigment and to slow UV fading, a clear top coat is recommended* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.23 + }, + { + "min": 50, + "max": 199, + "price": 12.57 + }, + { + "min": 200, + "max": null, + "price": 11.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4037/hmb-2225-gold-bar-gold-tds-dt20230929152720599534.pdf?1696001242", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/190/gold-bar-gold-hmb-2225-dt20250625222623177744-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-2225/gold-bar-gold", + "scraped_at": "2026-04-30T13:40:56.210Z" + }, + { + "sku": "HMB-2524", + "color_name": "Flat Bronze", + "description": "Flat Bronze is a flat brown with a soft metallic flake. This color is a hybrid metallic powder coat and has a flat finish. Flat: 0-6 Gloss Units *To prevent oxidation of the metallic pigment and to slow UV fading, a clear top coat is recommended* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerBurnished TreasuresArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH FLAT BRONZE View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.16 + }, + { + "min": 50, + "max": 199, + "price": 14.4 + }, + { + "min": 200, + "max": null, + "price": 13.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4066/hmb-2524-flat-bronze-tds-dt20231002182714190127.pdf?1696271236", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/192/flat-bronze-hmb-2524-dt20250530164401649577-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-2524/flat-bronze", + "scraped_at": "2026-04-30T13:41:12.354Z" + }, + { + "sku": "HMB-4137", + "color_name": "Prismatic Gold", + "description": "Prismatic Gold is a true gold with a heavy gold metallic. This color is a hybrid metallic powder coat and has a matte finish. Matte: 7-20 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerAurum RichesArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Do any of these pics have a gloss or satin clear top coat? - The Andis List 01/28/19 06:17 pm Answer: Yes. - Prismatic Support Question: I want to match the gold color of the shocks on my 2017 YAMAHA R6, so can I powder coat my wheels? - Ken Denneny 12/27/18 02:56 pm Answer: It is very common to powder coat wheels, both automotive and motorcycle. We could not say with any certainty if Prismatic Gold is the best match without seeing the color you are trying to match. At the very least, we recommend ordering a swatch of this color and a few other similar colors to see which matches best. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.98 + }, + { + "min": 50, + "max": 199, + "price": 18.03 + }, + { + "min": 200, + "max": null, + "price": 17.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4039/hmb-4137-prismatic-gold-tds-dt20230929153302595415.pdf?1696001585", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/196/prismatic-gold-hmb-4137-dt20251002145549321036-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-4137/prismatic-gold", + "scraped_at": "2026-04-30T13:41:25.499Z" + }, + { + "sku": "HMB-4232", + "color_name": "Pearlized White", + "description": "Pearlized White is a white with a fine pearl metallic. This color is a hybrid metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units This color is not recommended for exterior exposure. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.09 + }, + { + "min": 50, + "max": 199, + "price": 18.14 + }, + { + "min": 200, + "max": null, + "price": 17.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4239/hmb-4232-pearlized-white-tds-dt20231005212135354659.pdf?1696540897", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/197/pearlized-white-hmb-4232-dt20260402165725971095-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-4232/pearlized-white", + "scraped_at": "2026-04-30T13:41:39.386Z" + }, + { + "sku": "HMB-5032", + "color_name": "Regency Gold", + "description": "Regency Gold is a dark bronze metallic that is an indoor finish. This color is a hybrid metallic powder coat and has a flat finish. Flat: 0 - 6 Gloss Units *To prevent oxidation of the metallic pigment and to slow UV fading, a clear top coat is recommended* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.24 + }, + { + "min": 50, + "max": 199, + "price": 16.38 + }, + { + "min": 200, + "max": null, + "price": 15.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4223/hmb-5032-regency-gold-tds-dt20231005193953362337.pdf?1696534795", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/199/regency-gold-hmb-5032-dt20180702155246213-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-5032/regency-gold", + "scraped_at": "2026-04-30T13:41:52.815Z" + }, + { + "sku": "HMB-5970", + "color_name": "Hamden Bronze", + "description": "Hamden Bronze is a very elegant bronze. This color is a hybrid metallic powder coat and has a flat finish. Flat: 0-6 Gloss Units *To prevent oxidation of the metallic pigment and to slow UV fading, a clear top coat is recommended* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.84 + }, + { + "min": 50, + "max": 199, + "price": 15.05 + }, + { + "min": 200, + "max": null, + "price": 14.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4224/hmb-5970-hamden-bronze-tds-dt20231005194216684986.pdf?1696534938", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/201/hamden-bronze-hmb-5970-dt20180907204426135-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-5970/hamden-bronze", + "scraped_at": "2026-04-30T13:42:09.754Z" + }, + { + "sku": "HMB-6580", + "color_name": "Agoldszio", + "description": "Agoldszio is a rich gold metallic. This color is a hybrid metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *To prevent oxidation of the metallic pigment and to slow UV fading, a clear top coat is recommended* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.31 + }, + { + "min": 50, + "max": 199, + "price": 15.49 + }, + { + "min": 200, + "max": null, + "price": 14.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4041/hmb-6580-agoldszio-tds-dt20230929153724244891.pdf?1696001846", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/203/agoldszio-hmb-6580-dt20200522175024869-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-6580/agoldszio", + "scraped_at": "2026-04-30T13:42:25.244Z" + }, + { + "sku": "HMB-6871", + "color_name": "CT Bronze", + "description": "CT Bronze is a rich bronze metallic. This color is a hybrid metallic powder coat and has a flat finish. Flat: 0-6 Gloss Units *To prevent oxidation of the metallic pigment and to slow UV fading, a clear top coat is recommended* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH CT BRONZE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.58 + }, + { + "min": 50, + "max": 199, + "price": 14.8 + }, + { + "min": 200, + "max": null, + "price": 14.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4225/hmb-6871-ct-bronze-tds-dt20231005194346216092.pdf?1696535028", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/205/ct-bronze-hmb-6871-dt20250610200753409418-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-6871/ct-bronze", + "scraped_at": "2026-04-30T13:42:38.533Z" + }, + { + "sku": "HNF35QF", + "color_name": "17-7005 CRVL ECB1363A BLK", + "description": "HNF35QF To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.27 + }, + { + "min": 1, + "max": 99999999, + "price": 11.27 + }, + { + "min": 100000000, + "max": null, + "price": 11.27 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12699/17-7005-crvl-ecb1363a-blk-hnf35qf-dt2021042920433588-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HNF35QF/17-7005-crvl-ecb1363a-blk", + "scraped_at": "2026-04-30T13:42:49.940Z" + }, + { + "sku": "HRB-4682", + "color_name": "Flat Bronze River", + "description": "Flat Bronze River is a dark, low gloss bronze. This color is a hybrid river powder coat and has a flat finish. Flat: 0-6 Gloss Units *To prevent oxidation of the metallic pigment and to slow UV fading, a clear top coat is recommended* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.23 + }, + { + "min": 50, + "max": 199, + "price": 15.42 + }, + { + "min": 200, + "max": null, + "price": 14.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4226/hrb-4682-flat-bronze-river-tds-dt20231005194610266517.pdf?1696535172", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/210/flat-bronze-river-hrb-4682-dt20210111194318225-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HRB-4682/flat-bronze-river", + "scraped_at": "2026-04-30T13:43:02.864Z" + }, + { + "sku": "HRB-4990", + "color_name": "Black Rock II", + "description": "Black Rock II is a flat black with an orange peel texture. This color is a hybrid river powder coat and has a flat finish. Flat: 0-6 Gloss Unit *To prevent oxidation of the metallic pigment and to slow UV fading, a clear top coat is recommended* This color is not recommended for exterior exposure with our applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4227/hrb-4990-black-rock-ii-tds-dt20231005194826118452.pdf?1696535308", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/212/black-rock-ii-hrb-4990-dt20250923153552562514-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HRB-4990/black-rock-ii", + "scraped_at": "2026-04-30T13:43:13.629Z" + }, + { + "sku": "HRB-4995", + "color_name": "Alloy Gold River", + "description": "Alloy Gold River is a light gold hybrid river and has a matte finish. Matte: 7-20 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Notes: Hybrid products are not recommended for exterior exposure. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure that the final color meets your project specifications. Low Gloss: Alloy Gold HMB-1589 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.95 + }, + { + "min": 50, + "max": 199, + "price": 18 + }, + { + "min": 200, + "max": null, + "price": 17.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2172/hrb-4995-alloy-gold-river-tds-dt20230425212824614497.pdf?1682458106", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9023/alloy-gold-river-hrb-4995-dt20231101163828640444-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HRB-4995/alloy-gold-river", + "scraped_at": "2026-04-30T13:43:25.605Z" + }, + { + "sku": "HRB-6113", + "color_name": "Pearl River", + "description": "Pearl River is an off white color. This color is a hybrid river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.37 + }, + { + "min": 50, + "max": 199, + "price": 20.3 + }, + { + "min": 200, + "max": null, + "price": 19.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4160/hrb-6113-pearl-river-tds-dt20231003194623809186.pdf?1696362386", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/214/pearl-river-hrb-6115-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HRB-6113/pearl-river", + "scraped_at": "2026-04-30T13:43:40.899Z" + }, + { + "sku": "HSB-10722", + "color_name": "Verdant", + "description": "Verdant is a warm off-white polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.86 + }, + { + "min": 50, + "max": 199, + "price": 21.81 + }, + { + "min": 200, + "max": null, + "price": 20.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13040/verdant-hsb-10722-dt20240426172555202249-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HSB-10722/verdant", + "scraped_at": "2026-04-30T13:43:56.186Z" + }, + { + "sku": "HSB-6761", + "color_name": "Frozen White", + "description": "Frozen White is a bright white. This color is a hybrid solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.53 + }, + { + "min": 50, + "max": 199, + "price": 16.65 + }, + { + "min": 200, + "max": null, + "price": 15.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6495/hsb-6761-frozen-white-tds-dt20240508185848243235.pdf?1715194730", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/215/frozen-white-hsb-6761-dt20200330171930495-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HSB-6761/frozen-white", + "scraped_at": "2026-04-30T13:44:14.782Z" + }, + { + "sku": "HSS-0500", + "color_name": "Dew White", + "description": "Dew White is a standard white solid tone. This color is a hybrid solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.52 + }, + { + "min": 50, + "max": 199, + "price": 16.64 + }, + { + "min": 200, + "max": null, + "price": 15.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4240/hss-0500-dew-white-tds-dt20231005212339141297.pdf?1696541021", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/217/dew-white-hss-0500-dt20181106223909123-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HSS-0500/dew-white", + "scraped_at": "2026-04-30T13:44:27.045Z" + }, + { + "sku": "HSS-1336", + "color_name": "Silk Satin Black", + "description": "Silk Satin Black is a flat black. This color is a hybrid solid tone powder coat and has a flat finish. Flat: 0-6 Gloss Units *Recommended for interior use.* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.11 + }, + { + "min": 50, + "max": 199, + "price": 12.45 + }, + { + "min": 200, + "max": null, + "price": 11.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8227/hss-1336-silk-satin-black-dt20260320154543702891.pdf?1774021545", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/218/silk-satin-black-hss-1336-dt20250530173337123948-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HSS-1336/silk-satin-black", + "scraped_at": "2026-04-30T13:44:40.059Z" + }, + { + "sku": "HSS-2345", + "color_name": "POLISHED ALUMINUM", + "description": "Polished Aluminum is a bright reflective polyester/epoxy hybrid powder. This is an excellent base coat to use under transparent powders to create a vivid, candy finish. High Gloss: 85+ Gloss Units For exterior use, use a clear top coat, such as Clear Vision PPS-2974. This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerSilver SophisticationExquisite Spaces", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.42 + }, + { + "min": 50, + "max": 199, + "price": 21.3 + }, + { + "min": 200, + "max": null, + "price": 20.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2175/hss-2345-polished-aluminum-tds-dt20230425215251170286.pdf?1682459572", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10599/polished-aluminum-hss-2345-dt20250702225514778073-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HSS-2345/polished-aluminum", + "scraped_at": "2026-04-30T13:44:56.076Z" + }, + { + "sku": "HSS-4086", + "color_name": "Wright Whale", + "description": "Wright Whale is an off-white/cream. This color is a hybrid solid tone powder coat and has a high gloss finish. This color may have limited UV stability. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.47 + }, + { + "min": 50, + "max": 199, + "price": 13.75 + }, + { + "min": 200, + "max": null, + "price": 13.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4241/hss-4086-wright-whale-tds-dt20231005212658245373.pdf?1696541220", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/222/wright-whale-hss-4086-dt20190315163011421-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HSS-4086/wright-whale", + "scraped_at": "2026-04-30T13:45:10.064Z" + }, + { + "sku": "HSS-5033", + "color_name": "FDA White", + "description": "FDA White is a pure white hybrid solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units This color is recommended for interior use only and should not be used in exterior applications, as it is not designed to withstand UV exposure or outdoor conditions. To prevent oxidation of the metallic pigment and to slow UV fading, a clear top coat is recommended Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.47 + }, + { + "min": 50, + "max": 199, + "price": 12.8 + }, + { + "min": 200, + "max": null, + "price": 12.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8012/hss-5033-fda-white-dt20260114212728157464.pdf?1768426050", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7372/fda-white-hss-5033-dt20260319195023870428-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HSS-5033/fda-white", + "scraped_at": "2026-04-30T13:45:25.296Z" + }, + { + "sku": "HSS-5097", + "color_name": "Antique Pearl", + "description": "Antique Pearl is a pearl white. This color is a hybrid solid tone powder coat and has a satin finish. Satin: 21-36 Gloss Units This color is not recommended for exterior exposure with our applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.85 + }, + { + "min": 50, + "max": 199, + "price": 11.26 + }, + { + "min": 200, + "max": null, + "price": 10.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4242/hss-5097-antique-pearl-tds-dt20231005212933239427.pdf?1696541375", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/226/antique-pearl-hss-5097-dt20250624212106345915-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HSS-5097/antique-pearl", + "scraped_at": "2026-04-30T13:45:36.271Z" + }, + { + "sku": "HTB-7087", + "color_name": "Toasted Texture", + "description": "Toasted Texture is a toasted bronze/black. This color is a hybrid texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *Due to the potential for metallic oxidation, interior use is recommended* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3594/htb-7087-toasted-texture-tds-dt20230919161348414647.pdf?1695140030", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/228/toasted-texture-htb-7087-dt2020051915455204-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HTB-7087/toasted-texture", + "scraped_at": "2026-04-30T13:45:51.032Z" + }, + { + "sku": "HTB-8008", + "color_name": "BURNT COCONUT", + "description": "Burnt Coconut is a dark cocoa brown with light brown/orange speckle. This color is a hybrid texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *Due to the potential for metallic oxidation, interior use is recommended* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3593/htb-8008-burnt-coconut-tds-dt20230919161219177117.pdf?1695139941", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7911/burnt-coconut-htb-8008-dt20220516211045570833-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HTB-8008/burnt-coconut", + "scraped_at": "2026-04-30T13:46:01.513Z" + }, + { + "sku": "HTS-10098", + "color_name": "Shadowed Black Texture", + "description": "Shadowed Black Texture is deep coal black with a tight textured finish. This color is a hybrid texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.06 + }, + { + "min": 50, + "max": 199, + "price": 18.11 + }, + { + "min": 200, + "max": null, + "price": 17.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/38/hybrid-texture-application-guide-dt20181018181319411.pdf?1539886400", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9028/shadowed-black-texture-hts-10098-dt2022050617425968377-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HTS-10098/shadowed-black-texture", + "scraped_at": "2026-04-30T13:46:12.099Z" + }, + { + "sku": "HTS-8170", + "color_name": "Platinum Texture", + "description": "Platinum Texture is a light silver color that has a sandpaper like texture. This color is a hybrid texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.52 + }, + { + "min": 50, + "max": 199, + "price": 19.49 + }, + { + "min": 200, + "max": null, + "price": 18.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4244/hts-8170-platinum-texture-tds-dt20231006150620060993.pdf?1696604782", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/230/platinum-texture-hts-8170-dt2018071022112511-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/HTS-8170/platinum-texture", + "scraped_at": "2026-04-30T13:46:21.156Z" + }, + { + "sku": "JA008QF", + "color_name": "30-1007 CORVEL WHITE U1578", + "description": "JA008QF 30-1007 WHITE U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.59 + }, + { + "min": 1, + "max": 99999999, + "price": 9.59 + }, + { + "min": 100000000, + "max": null, + "price": 9.59 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11674/30-1007-corvel-white-u1578-ja008qf-dt20201030141208645-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JA008QF/30-1007-corvel-white-u1578", + "scraped_at": "2026-04-30T13:46:36.111Z" + }, + { + "sku": "JA022QF", + "color_name": "30-11007 CORVEL RAL9016 HG2603", + "description": "JA022QF RAL9016 TRAF WH U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 23.29 + }, + { + "min": 1, + "max": 99999999, + "price": 23.29 + }, + { + "min": 100000000, + "max": null, + "price": 23.29 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11675/30-11007-corvel-ral9016-hg2603-ja022qf-dt20201027215401019-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JA022QF/30-11007-corvel-ral9016-hg2603", + "scraped_at": "2026-04-30T13:46:45.881Z" + }, + { + "sku": "JA025QF", + "color_name": "30-11011 CORVEL RAL9003 HG2603", + "description": "JA025QF RAL9003 SIG WHT U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.99 + }, + { + "min": 1, + "max": 99999999, + "price": 9.99 + }, + { + "min": 100000000, + "max": null, + "price": 9.99 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11676/30-11011-corvel-ral9003-hg2603-ja025qf-dt20201027215527974-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JA025QF/30-11011-corvel-ral9003-hg2603", + "scraped_at": "2026-04-30T13:46:55.988Z" + }, + { + "sku": "JA029QF", + "color_name": "30-11013 CORVEL RAL9010 HG2603", + "description": "JA029QF RAL9010 PURE WH U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.86 + }, + { + "min": 1, + "max": 99999999, + "price": 11.86 + }, + { + "min": 100000000, + "max": null, + "price": 11.86 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11677/30-11013-corvel-ral9010-hg2603-ja029qf-dt2020102721561841-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JA029QF/30-11013-corvel-ral9010-hg2603", + "scraped_at": "2026-04-30T13:47:09.014Z" + }, + { + "sku": "JA035QF", + "color_name": "30-11048 CORVEL W2 WHITE", + "description": "JA035QF 30-11048 W2 WHITE/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 9.95 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11678/30-11048-corvel-w2-white-ja035qf-dt20201027215707738-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JA035QF/30-11048-corvel-w2-white", + "scraped_at": "2026-04-30T13:47:22.185Z" + }, + { + "sku": "JA03EQF", + "color_name": "JA03EQF RAL9018 PAPYRUS U1578", + "description": "JA03EQF RAL9018 PAPYRUS U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.65 + }, + { + "min": 1, + "max": 99999999, + "price": 13.65 + }, + { + "min": 100000000, + "max": null, + "price": 13.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11679/ja03eqf-ral9018-papyrus-u1578-ja03eqf-dt20201027215056939-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JA03EQF/ja03eqf-ral9018-papyrus-u1578", + "scraped_at": "2026-04-30T13:47:36.615Z" + }, + { + "sku": "JA04EQF", + "color_name": "JA04EQF RAL9002 GRY WHT U1578", + "description": "JA04EQF RAL9002 GRY WHT U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.64 + }, + { + "min": 1, + "max": 99999999, + "price": 11.64 + }, + { + "min": 100000000, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11680/ja04eqf-ral9002-gry-wht-u1578-ja04eqf-dt2020102721514784-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JA04EQF/ja04eqf-ral9002-gry-wht-u1578", + "scraped_at": "2026-04-30T13:47:46.229Z" + }, + { + "sku": "JA054QF", + "color_name": "30-1112 CORVEL CHOICE WHITE", + "description": "JA054QF CHOICE WHITE U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 10.23 + }, + { + "min": 1, + "max": 99999999, + "price": 10.23 + }, + { + "min": 100000000, + "max": null, + "price": 10.23 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11681/30-1112-corvel-choice-white-ja054qf-dt20201027215800231-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JA054QF/30-1112-corvel-choice-white", + "scraped_at": "2026-04-30T13:47:59.288Z" + }, + { + "sku": "JA059QF", + "color_name": "30-1159 CORVEL SKY WHITE", + "description": "JA059QF 30-1159 SKY WHITE/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.49 + }, + { + "min": 1, + "max": 99999999, + "price": 9.49 + }, + { + "min": 100000000, + "max": null, + "price": 9.49 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11682/30-1159-corvel-sky-white-ja059qf-dt202010272159015-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JA059QF/30-1159-corvel-sky-white", + "scraped_at": "2026-04-30T13:48:12.224Z" + }, + { + "sku": "JA062QF", + "color_name": "30-1167 CRVL HI-REFLECTANC WHT", + "description": "JA062QF 30-1167 HI-REFLECT WHT/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.72 + }, + { + "min": 1, + "max": 99999999, + "price": 9.72 + }, + { + "min": 100000000, + "max": null, + "price": 9.72 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11683/30-1167-crvl-hi-reflectanc-wht-ja062qf-dt20201027220016165-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JA062QF/30-1167-crvl-hi-reflectanc-wht", + "scraped_at": "2026-04-30T13:48:25.647Z" + }, + { + "sku": "JA0647", + "color_name": "JA0647 INTERPON 800 WHITE", + "description": "JA0647 INTERPON 800 WHITE/7402/25KG Interpon 800 - High/super-durable TGIC powder coating designed for exterior exposure. Tested against the most severe weathering specifications, gives significantly improved gloss retention and resistance to color change versus a standard polyester. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.86 + }, + { + "min": 1, + "max": 99999999, + "price": 9.86 + }, + { + "min": 100000000, + "max": null, + "price": 9.86 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11684/ja0647-interpon-800-white-ja0647-dt20201027220432999-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JA0647/ja0647-interpon-800-white", + "scraped_at": "2026-04-30T13:48:35.756Z" + }, + { + "sku": "JA074QF", + "color_name": "30-1388 CORVEL PARCHMENT", + "description": "JA074QF 30-1388 PARCHMENT/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13 + }, + { + "min": 1, + "max": 99999999, + "price": 13 + }, + { + "min": 100000000, + "max": null, + "price": 13 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11685/30-1388-corvel-parchment-ja074qf-dt20201027220104803-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JA074QF/30-1388-corvel-parchment", + "scraped_at": "2026-04-30T13:48:47.990Z" + }, + { + "sku": "JA079QF", + "color_name": "30-1466 CORVEL CLASSIC WHITE", + "description": "JA079QF 30-1466 CLASSIC WHITE/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 7.09 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11686/30-1466-corvel-classic-white-ja079qf-dt20201027220211271-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JA079QF/30-1466-corvel-classic-white", + "scraped_at": "2026-04-30T13:49:00.561Z" + }, + { + "sku": "JA301QF", + "color_name": "31-1037 TXTRA WEATHERABLE WHT", + "description": "JA301QF 31-1037 TXTRA WTHR WHT/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.54 + }, + { + "min": 1, + "max": 99999999, + "price": 9.54 + }, + { + "min": 100000000, + "max": null, + "price": 9.54 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11687/31-1037-txtra-weatherable-wht-ja301qf-dt20201027220320687-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JA301QF/31-1037-txtra-weatherable-wht", + "scraped_at": "2026-04-30T13:49:14.600Z" + }, + { + "sku": "JD004QF", + "color_name": "30-11015 CORVEL RAL9001 HG2603", + "description": "JD004QF RAL 9001 CREAM U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.86 + }, + { + "min": 1, + "max": 99999999, + "price": 11.86 + }, + { + "min": 100000000, + "max": null, + "price": 11.86 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11688/30-11015-corvel-ral9001-hg2603-jd004qf-dt20201027220534445-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JD004QF/30-11015-corvel-ral9001-hg2603", + "scraped_at": "2026-04-30T13:49:26.792Z" + }, + { + "sku": "JD006QF", + "color_name": "30-11018 CORVEL RAL1013 HG2603", + "description": "JD006QF RAL1013 OYS WHT U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.86 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11689/30-11018-corvel-ral1013-hg2603-jd006qf-dt2020102722071353-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JD006QF/30-11018-corvel-ral1013-hg2603", + "scraped_at": "2026-04-30T13:49:40.669Z" + }, + { + "sku": "JD014QF", + "color_name": "30-81013 CORVEL RAL1015 HG2603", + "description": "JD014QF RAL1015 LT IVRY U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 12.06 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11690/30-81013-corvel-ral1015-hg2603-jd014qf-dt2020102722081711-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JD014QF/30-81013-corvel-ral1015-hg2603", + "scraped_at": "2026-04-30T13:49:55.483Z" + }, + { + "sku": "JD016QF", + "color_name": "30-81014 CORVEL RAL1019 HG2603", + "description": "JD016QF RAL1019 GRY BGE U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 12.53 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11691/30-81014-corvel-ral1019-hg2603-jd016qf-dt20201027220901579-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JD016QF/30-81014-corvel-ral1019-hg2603", + "scraped_at": "2026-04-30T13:50:10.542Z" + }, + { + "sku": "JD018QF", + "color_name": "30-81017 CORVEL RAL1001 HG2603", + "description": "JD018QF RAL 1001 BEIGE U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 12.53 + }, + { + "min": 1, + "max": 99999999, + "price": 12.53 + }, + { + "min": 100000000, + "max": null, + "price": 12.53 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11692/30-81017-corvel-ral1001-hg2603-jd018qf-dt20201027220945173-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JD018QF/30-81017-corvel-ral1001-hg2603", + "scraped_at": "2026-04-30T13:50:23.004Z" + }, + { + "sku": "JD033QF", + "color_name": "30-8286 CORVEL UNI-CREAM", + "description": "JD033QF 30-8286 UNI-CREAM/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.02 + }, + { + "min": 1, + "max": 99999999, + "price": 11.02 + }, + { + "min": 100000000, + "max": null, + "price": 11.02 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11693/30-8286-corvel-uni-cream-jd033qf-dt20201027221102903-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JD033QF/30-8286-corvel-uni-cream", + "scraped_at": "2026-04-30T13:50:33.803Z" + }, + { + "sku": "JD048QF", + "color_name": "30-8427 CORVEL CANDLESTICK", + "description": "JD048QF 30-8427 CANDLESTICK/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.52 + }, + { + "min": 1, + "max": 99999999, + "price": 11.52 + }, + { + "min": 100000000, + "max": null, + "price": 11.52 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11695/30-8427-corvel-candlestick-jd048qf-dt20201027221303665-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JD048QF/30-8427-corvel-candlestick", + "scraped_at": "2026-04-30T13:50:44.615Z" + }, + { + "sku": "JD091QF", + "color_name": "JD091QF RAL 1014 IVORY U1578", + "description": "JD091QF RAL 1014 IVORY U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.64 + }, + { + "min": 1, + "max": 99999999, + "price": 11.64 + }, + { + "min": 100000000, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11696/jd091qf-ral-1014-ivory-u1578-jd091qf-dt20201027221402533-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JD091QF/jd091qf-ral-1014-ivory-u1578", + "scraped_at": "2026-04-30T13:50:58.318Z" + }, + { + "sku": "JD311QF", + "color_name": "31-8134 TEXTRA WHEAT", + "description": "JD311QF 31-8134 TEXTRA WHEAT/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 12.02 + }, + { + "min": 1, + "max": 99999999, + "price": 12.02 + }, + { + "min": 100000000, + "max": null, + "price": 12.02 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11697/31-8134-textra-wheat-jd311qf-dt20201027221443846-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JD311QF/31-8134-textra-wheat", + "scraped_at": "2026-04-30T13:51:12.573Z" + }, + { + "sku": "JE001QF", + "color_name": "30-2044 CORVEL BUTTERCUP", + "description": "JE001QF 30-2044 BUTTERCUP/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 10.49 + }, + { + "min": 1, + "max": 99999999, + "price": 10.49 + }, + { + "min": 100000000, + "max": null, + "price": 10.49 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11698/30-2044-corvel-buttercup-je001qf-dt2020102722185596-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JE001QF/30-2044-corvel-buttercup", + "scraped_at": "2026-04-30T13:51:23.535Z" + }, + { + "sku": "JE005QF", + "color_name": "30-21002 CORVEL RAL1003 HG2603", + "description": "JE005QF RAL1003 SIG YLW U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 19.88 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11699/30-21002-corvel-ral1003-hg2603-je005qf-dt20201027222651658-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JE005QF/30-21002-corvel-ral1003-hg2603", + "scraped_at": "2026-04-30T13:51:36.820Z" + }, + { + "sku": "JE007QF", + "color_name": "30-21003 CORVEL RAL1023 HG2603", + "description": "JE007QF RAL1023 TRF YLW U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 19.88 + }, + { + "min": 1, + "max": 99999999, + "price": 19.88 + }, + { + "min": 100000000, + "max": null, + "price": 19.88 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11700/30-21003-corvel-ral1023-hg2603-je007qf-dt20201027223049664-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JE007QF/30-21003-corvel-ral1023-hg2603", + "scraped_at": "2026-04-30T13:51:50.694Z" + }, + { + "sku": "JE00AQF", + "color_name": "JE00AQF RAL 1024 OCHRE U1578", + "description": "JE00AQF RAL 1024 OCHRE U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 17.57 + }, + { + "min": 1, + "max": 99999999, + "price": 17.57 + }, + { + "min": 100000000, + "max": null, + "price": 17.57 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11701/je00aqf-ral-1024-ochre-u1578-je00aqf-dt20201027221548927-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JE00AQF/je00aqf-ral-1024-ochre-u1578", + "scraped_at": "2026-04-30T13:52:00.125Z" + }, + { + "sku": "JE00BQF", + "color_name": "JE00BQF RAL1034 PAS YLW U1578", + "description": "JE00BQF RAL1034 PAS YLW U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 17.57 + }, + { + "min": 1, + "max": 99999999, + "price": 17.57 + }, + { + "min": 100000000, + "max": null, + "price": 17.57 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11702/je00bqf-ral1034-pas-ylw-u1578-je00bqf-dt2020102722171587-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JE00BQF/je00bqf-ral1034-pas-ylw-u1578", + "scraped_at": "2026-04-30T13:52:13.820Z" + }, + { + "sku": "JE010QF", + "color_name": "30-21005 CORVEL RAL1032 HG2603", + "description": "JE010QF RAL1032 BRM YLW U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 19.88 + }, + { + "min": 1, + "max": 99999999, + "price": 19.88 + }, + { + "min": 100000000, + "max": null, + "price": 19.88 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11703/30-21005-corvel-ral1032-hg2603-je010qf-dt20201027223448021-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JE010QF/30-21005-corvel-ral1032-hg2603", + "scraped_at": "2026-04-30T13:52:22.929Z" + }, + { + "sku": "JE019QF", + "color_name": "30-2126 COR INDUSTRIAL YLWF9LA", + "description": "JE019QF 30-2126 INDUS YLW F9LA/7402/25KG Interpon ACE 1000 - High/super-durable polyester TGIC powder coating designed for exterior exposure for use on agricultural and construction equipment and components. Possesses outstanding over bake resistance and significantly improved gloss retention and resistance to color change versus a standard polyester. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 19.54 + }, + { + "min": 1, + "max": 99999999, + "price": 19.54 + }, + { + "min": 100000000, + "max": null, + "price": 19.54 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11704/30-2126-cor-industrial-ylwf9la-je019qf-dt20201027223531884-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JE019QF/30-2126-cor-industrial-ylwf9la", + "scraped_at": "2026-04-30T13:52:34.004Z" + }, + { + "sku": "JE01AQF", + "color_name": "JE01AQF RAL 1005 HONEY U1578", + "description": "JE01AQF RAL 1005 HONEY U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 18.16 + }, + { + "min": 1, + "max": 99999999, + "price": 18.16 + }, + { + "min": 100000000, + "max": null, + "price": 18.16 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11705/je01aqf-ral-1005-honey-u1578-je01aqf-dt20201027221939918-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JE01AQF/je01aqf-ral-1005-honey-u1578", + "scraped_at": "2026-04-30T13:52:45.840Z" + }, + { + "sku": "JE01BQF", + "color_name": "JE01BQF RAL1018 ZNC YLW U1578", + "description": "JE01BQF RAL1018 ZNC YLW U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 18.16 + }, + { + "min": 1, + "max": 99999999, + "price": 18.16 + }, + { + "min": 100000000, + "max": null, + "price": 18.16 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11706/je01bqf-ral1018-znc-ylw-u1578-je01bqf-dt20201027222336412-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JE01BQF/je01bqf-ral1018-znc-ylw-u1578", + "scraped_at": "2026-04-30T13:52:59.487Z" + }, + { + "sku": "JE025QF", + "color_name": "30-2168 CORVEL SAFETY YELLOW", + "description": "JE025QF 30-2168 SAFETY YELLOW/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 20.79 + }, + { + "min": 1, + "max": 99999999, + "price": 20.79 + }, + { + "min": 100000000, + "max": null, + "price": 20.79 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11707/30-2168-corvel-safety-yellow-je025qf-dt20201027223633776-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JE025QF/30-2168-corvel-safety-yellow", + "scraped_at": "2026-04-30T13:53:16.017Z" + }, + { + "sku": "JE02AQF", + "color_name": "JE02AQF RAL1007 DAF YLW U1578", + "description": "JE02AQF RAL1007 DAF YLW U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 18.16 + }, + { + "min": 1, + "max": 99999999, + "price": 18.16 + }, + { + "min": 100000000, + "max": null, + "price": 18.16 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11708/je02aqf-ral1007-daf-ylw-u1578-je02aqf-dt20201027222437547-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JE02AQF/je02aqf-ral1007-daf-ylw-u1578", + "scraped_at": "2026-04-30T13:53:25.369Z" + }, + { + "sku": "JE02BQF", + "color_name": "JE02BQF RAL1016 SULFUR U1578", + "description": "JE02BQF RAL1016 SULFUR U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 18.16 + }, + { + "min": 1, + "max": 99999999, + "price": 18.16 + }, + { + "min": 100000000, + "max": null, + "price": 18.16 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11709/je02bqf-ral1016-sulfur-u1578-je02bqf-dt20201027222519114-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JE02BQF/je02bqf-ral1016-sulfur-u1578", + "scraped_at": "2026-04-30T13:53:38.018Z" + }, + { + "sku": "JE0317", + "color_name": "JE0317 INTERPON 600 RAL 1021", + "description": "JE0317 RAL1021 RAPE YLW U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 25.92 + }, + { + "min": 1, + "max": 99999999, + "price": 25.92 + }, + { + "min": 100000000, + "max": null, + "price": 25.92 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11710/je0317-interpon-600-ral-1021-je0317-dt20201027224118414-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JE0317/je0317-interpon-600-ral-1021", + "scraped_at": "2026-04-30T13:53:48.644Z" + }, + { + "sku": "JE033QF", + "color_name": "30-2199 CORVEL CUB YELLOW", + "description": "JE033QF 30-2199 CUB YELLOW/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 21.05 + }, + { + "min": 1, + "max": 99999999, + "price": 21.05 + }, + { + "min": 100000000, + "max": null, + "price": 21.05 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11711/30-2199-corvel-cub-yellow-je033qf-dt20201027223729659-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JE033QF/30-2199-corvel-cub-yellow", + "scraped_at": "2026-04-30T13:54:02.993Z" + }, + { + "sku": "JE03AQF", + "color_name": "JE03AQF RAL1028 YELLOW U1578", + "description": "JE03AQF RAL1028 YELLOW U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 20.41 + }, + { + "min": 1, + "max": 99999999, + "price": 20.41 + }, + { + "min": 100000000, + "max": null, + "price": 20.41 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11712/je03aqf-ral1028-yellow-u1578-je03aqf-dt20201027222603832-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JE03AQF/je03aqf-ral1028-yellow-u1578", + "scraped_at": "2026-04-30T13:54:12.930Z" + }, + { + "sku": "JE05AQF", + "color_name": "JE05AQF RAL1004 GOLDEN U1578", + "description": "JE05AQF RAL1004 GOLDEN U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 18.16 + }, + { + "min": 1, + "max": 99999999, + "price": 18.16 + }, + { + "min": 100000000, + "max": null, + "price": 18.16 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11713/je05aqf-ral1004-golden-u1578-je05aqf-dt20201027222749005-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JE05AQF/je05aqf-ral1004-golden-u1578", + "scraped_at": "2026-04-30T13:54:27.077Z" + }, + { + "sku": "JE066QF", + "color_name": "30-2171C CORVEL AG YELLOW F9H", + "description": "JE066QF 30-2171C AG YELLOW F9H/7402/20KG Interpon ACE 1000 - High/super-durable polyester TGIC powder coating designed for exterior exposure for use on agricultural and construction equipment and components. Possesses outstanding over bake resistance and significantly improved gloss retention and resistance to color change versus a standard polyester. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 21.03 + }, + { + "min": 1, + "max": 99999999, + "price": 21.03 + }, + { + "min": 100000000, + "max": null, + "price": 21.03 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11714/30-2171c-corvel-ag-yellow-f9h-je066qf-dt20201027223814465-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JE066QF/30-2171c-corvel-ag-yellow-f9h", + "scraped_at": "2026-04-30T13:54:40.451Z" + }, + { + "sku": "JE06AQF", + "color_name": "JE06AQF RAL1033 DAHLIA U1578", + "description": "JE06AQF RAL1033 DAHLIA U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 17.18 + }, + { + "min": 1, + "max": 99999999, + "price": 17.18 + }, + { + "min": 100000000, + "max": null, + "price": 17.18 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11715/je06aqf-ral1033-dahlia-u1578-je06aqf-dt20201027222857763-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JE06AQF/je06aqf-ral1033-dahlia-u1578", + "scraped_at": "2026-04-30T13:54:53.750Z" + }, + { + "sku": "JE07AQF", + "color_name": "JE07AQF RAL 1012 LEMON U1578", + "description": "JE07AQF RAL 1012 LEMON U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 18.16 + }, + { + "min": 1, + "max": 99999999, + "price": 18.16 + }, + { + "min": 100000000, + "max": null, + "price": 18.16 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11716/je07aqf-ral-1012-lemon-u1578-je07aqf-dt20201027223144657-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JE07AQF/je07aqf-ral-1012-lemon-u1578", + "scraped_at": "2026-04-30T13:55:04.290Z" + }, + { + "sku": "JE08AQF", + "color_name": "JE08AQF RAL1017 SAFFRON U1578", + "description": "JE08AQF RAL1017 SAFFRON U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.65 + }, + { + "min": 1, + "max": 99999999, + "price": 13.65 + }, + { + "min": 100000000, + "max": null, + "price": 13.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11717/je08aqf-ral1017-saffron-u1578-je08aqf-dt20201027223235433-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JE08AQF/je08aqf-ral1017-saffron-u1578", + "scraped_at": "2026-04-30T13:55:13.594Z" + }, + { + "sku": "JE098QF", + "color_name": "JE098QF RAL 1002 YLW U1578", + "description": "JE098QF RAL 1002 YLW U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.64 + }, + { + "min": 1, + "max": 99999999, + "price": 11.64 + }, + { + "min": 100000000, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11718/je098qf-ral-1002-ylw-u1578-je098qf-dt20201027223903334-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JE098QF/je098qf-ral-1002-ylw-u1578", + "scraped_at": "2026-04-30T13:55:23.964Z" + }, + { + "sku": "JE099QF", + "color_name": "JE099QF RAL1006 MAIZE U1578", + "description": "JE099QF RAL1006 MAIZE U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 18.16 + }, + { + "min": 1, + "max": 99999999, + "price": 18.16 + }, + { + "min": 100000000, + "max": null, + "price": 18.16 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11719/je099qf-ral1006-maize-u1578-je099qf-dt20201027223942491-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JE099QF/je099qf-ral1006-maize-u1578", + "scraped_at": "2026-04-30T13:55:34.377Z" + }, + { + "sku": "JE09AQF", + "color_name": "JE09AQF RAL1037 SUN YLW U1578", + "description": "JE09AQF RAL1037 SUN YLW U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 18.16 + }, + { + "min": 1, + "max": 99999999, + "price": 18.16 + }, + { + "min": 100000000, + "max": null, + "price": 18.16 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11720/je09aqf-ral1037-sun-ylw-u1578-je09aqf-dt20201027223346503-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JE09AQF/je09aqf-ral1037-sun-ylw-u1578", + "scraped_at": "2026-04-30T13:55:46.888Z" + }, + { + "sku": "JE103QF", + "color_name": "JE103QF 30-21032 YELLOW PRIMER", + "description": "JE103QF 30-21032 YELLOW PRIMER/7402/25KG Interpon ACE Primer Plus - TGIC powder coating designed for use as a basecoat primer over pretreated cold or hot rolled steel substrates associated with agricultural and construction equipment and components. Uses anticorrosive pigments to provide a steel passivation effect to protect the substrate. When used in combination with any Interpon ACE top coat, provides a superior level of corrosion protection and good edge coverage. Superior physical properties and with excellent adhesion between substrate and top coat assures that the coating integrity will be there when needed. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.72 + }, + { + "min": 1, + "max": 99999999, + "price": 9.72 + }, + { + "min": 100000000, + "max": null, + "price": 9.72 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11721/je103qf-30-21032-yellow-primer-je103qf-dt20201027224026726-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JE103QF/je103qf-30-21032-yellow-primer", + "scraped_at": "2026-04-30T13:56:01.877Z" + }, + { + "sku": "JF017QF", + "color_name": "30-31003 CORVEL RAL2004 HG2603", + "description": "JF017QF RAL2004 PURORNG U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 22.15 + }, + { + "min": 1, + "max": 99999999, + "price": 22.15 + }, + { + "min": 100000000, + "max": null, + "price": 22.15 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11722/30-31003-corvel-ral2004-hg2603-jf017qf-dt20201027224215444-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JF017QF/30-31003-corvel-ral2004-hg2603", + "scraped_at": "2026-04-30T13:56:16.761Z" + }, + { + "sku": "JF028QF", + "color_name": "JF028QF INT 600 KUBOTA ORANGE", + "description": "JF028QF INT 600 KUBOTA ORANGE/7402/20KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 15.53 + }, + { + "min": 1, + "max": 99999999, + "price": 15.53 + }, + { + "min": 100000000, + "max": null, + "price": 15.53 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11723/jf028qf-int-600-kubota-orange-jf028qf-dt2020102722430419-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JF028QF/jf028qf-int-600-kubota-orange", + "scraped_at": "2026-04-30T13:56:27.815Z" + }, + { + "sku": "JF030QF", + "color_name": "30-3108 CORVEL SAFETY ORANGE", + "description": "JF030QF 30-3108 SAFETY ORANGE/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 18.91 + }, + { + "min": 1, + "max": 99999999, + "price": 18.91 + }, + { + "min": 100000000, + "max": null, + "price": 18.91 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11724/30-3108-corvel-safety-orange-jf030qf-dt20201027224340519-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JF030QF/30-3108-corvel-safety-orange", + "scraped_at": "2026-04-30T13:56:41.480Z" + }, + { + "sku": "JF065QF", + "color_name": "JF065QF RAL2011 DP ORNG U1578", + "description": "JF065QF RAL2011 DP ORNG U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 20.41 + }, + { + "min": 1, + "max": 99999999, + "price": 20.41 + }, + { + "min": 100000000, + "max": null, + "price": 20.41 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11725/jf065qf-ral2011-dp-orng-u1578-jf065qf-dt20201027224432466-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JF065QF/jf065qf-ral2011-dp-orng-u1578", + "scraped_at": "2026-04-30T13:56:51.263Z" + }, + { + "sku": "JF066QF", + "color_name": "JF066QF RAL2000 Y ORNG U1578", + "description": "JF066QF RAL2000 Y ORNG U1578-1/7402/20KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 20.41 + }, + { + "min": 1, + "max": 99999999, + "price": 20.41 + }, + { + "min": 100000000, + "max": null, + "price": 20.41 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11726/jf066qf-ral2000-y-orng-u1578-jf066qf-dt20201027224522376-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JF066QF/jf066qf-ral2000-y-orng-u1578", + "scraped_at": "2026-04-30T13:57:00.846Z" + }, + { + "sku": "JF067QF", + "color_name": "JF067QF RAL 2003 PASTEL ORNG", + "description": "JF067QF RAL 2003 PASTEL ORNG/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 18.16 + }, + { + "min": 1, + "max": 99999999, + "price": 18.16 + }, + { + "min": 100000000, + "max": null, + "price": 18.16 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11727/jf067qf-ral-2003-pastel-orng-jf067qf-dt20201027224603456-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JF067QF/jf067qf-ral-2003-pastel-orng", + "scraped_at": "2026-04-30T13:57:13.707Z" + }, + { + "sku": "JF069QF", + "color_name": "JF069QF RAL2008 RD ORNG U1578", + "description": "JF069QF RAL2008 RD ORNG U1578-1/7402/20K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 20.41 + }, + { + "min": 1, + "max": 99999999, + "price": 20.41 + }, + { + "min": 100000000, + "max": null, + "price": 20.41 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11729/jf069qf-ral2008-rd-orng-u1578-jf069qf-dt20201027224741807-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JF069QF/jf069qf-ral2008-rd-orng-u1578", + "scraped_at": "2026-04-30T13:57:28.211Z" + }, + { + "sku": "JF070QF", + "color_name": "JF070QF RAL2012 ORANGE U1578", + "description": "JF070QF RAL2012 ORANGE U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 18.16 + }, + { + "min": 1, + "max": 99999999, + "price": 18.16 + }, + { + "min": 100000000, + "max": null, + "price": 18.16 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11730/jf070qf-ral2012-orange-u1578-jf070qf-dt20201027224823574-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JF070QF/jf070qf-ral2012-orange-u1578", + "scraped_at": "2026-04-30T13:57:43.220Z" + }, + { + "sku": "JF071QF", + "color_name": "JF071QF RAL2009 ORANGE U1578", + "description": "JF071QF RAL2009 ORANGE U1578-1/7402/20KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 20.41 + }, + { + "min": 1, + "max": 99999999, + "price": 20.41 + }, + { + "min": 100000000, + "max": null, + "price": 20.41 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11731/jf071qf-ral2009-orange-u1578-jf071qf-dt2020102722490777-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JF071QF/jf071qf-ral2009-orange-u1578", + "scraped_at": "2026-04-30T13:57:56.749Z" + }, + { + "sku": "JF072QF", + "color_name": "JF072QF RAL 2001 ORNG U1578", + "description": "JF072QF RAL 2001 ORNG U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 15.35 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11732/jf072qf-ral-2001-orng-u1578-jf072qf-dt20201027224949354-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JF072QF/jf072qf-ral-2001-orng-u1578", + "scraped_at": "2026-04-30T13:58:10.069Z" + }, + { + "sku": "JF104QF", + "color_name": "30-31007 COR HOME DEPOT ORANGE", + "description": "JF104QF 30-31007 HOME DPT ORNG/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.4 + }, + { + "min": 1, + "max": 99999999, + "price": 11.4 + }, + { + "min": 100000000, + "max": null, + "price": 11.4 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11733/30-31007-cor-home-depot-orange-jf104qf-dt20201027225036188-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JF104QF/30-31007-cor-home-depot-orange", + "scraped_at": "2026-04-30T13:58:20.781Z" + }, + { + "sku": "JG001QF", + "color_name": "30-4021 SODA RED U1578", + "description": "JG001QF INT600 SODA RED U1578-1/7402/20K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 19.66 + }, + { + "min": 1, + "max": 99999999, + "price": 19.66 + }, + { + "min": 100000000, + "max": null, + "price": 19.66 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11735/30-4021-soda-red-u1578-jg001qf-dt20201027225310615-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG001QF/30-4021-soda-red-u1578", + "scraped_at": "2026-04-30T13:58:34.210Z" + }, + { + "sku": "JG00DQF", + "color_name": "JG00DQF RAL4003 VIOLET U1578", + "description": "JG00DQF RAL4003 VIOLET U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 17.57 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11736/jg00dqf-ral4003-violet-u1578-jg00dqf-dt20201027225154535-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG00DQF/jg00dqf-ral4003-violet-u1578", + "scraped_at": "2026-04-30T13:58:49.054Z" + }, + { + "sku": "JG00EQF", + "color_name": "JG00EQF RAL3007 BLK RED U1578", + "description": "JG00EQF RAL3007 BLK RED U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 17.57 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11737/jg00eqf-ral3007-blk-red-u1578-jg00eqf-dt20201027225230079-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG00EQF/jg00eqf-ral3007-blk-red-u1578", + "scraped_at": "2026-04-30T13:58:58.938Z" + }, + { + "sku": "JG011QF", + "color_name": "30-41005 CORVEL RAL3020 HG2603", + "description": "JG011QF RAL3020 TRF RED U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 19.88 + }, + { + "min": 1, + "max": 99999999, + "price": 19.88 + }, + { + "min": 100000000, + "max": null, + "price": 19.88 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11738/30-41005-corvel-ral3020-hg2603-jg011qf-dt20201028151241398-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG011QF/30-41005-corvel-ral3020-hg2603", + "scraped_at": "2026-04-30T13:59:12.284Z" + }, + { + "sku": "JG013QF", + "color_name": "30-41007 CORVEL RAL3005 HG2603", + "description": "JG013QF RAL3005 WINERED U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 18.79 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11739/30-41007-corvel-ral3005-hg2603-jg013qf-dt20201028151334545-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG013QF/30-41007-corvel-ral3005-hg2603", + "scraped_at": "2026-04-30T13:59:24.761Z" + }, + { + "sku": "JG015QF", + "color_name": "30-41008 CORVEL RAL3001 HG2603", + "description": "JG015QF RAL3001 SIG RED U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 19.88 + }, + { + "min": 1, + "max": 99999999, + "price": 19.88 + }, + { + "min": 100000000, + "max": null, + "price": 19.88 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11740/30-41008-corvel-ral3001-hg2603-jg015qf-dt20201028151418649-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG015QF/30-41008-corvel-ral3001-hg2603", + "scraped_at": "2026-04-30T13:59:38.168Z" + }, + { + "sku": "JG017QF", + "color_name": "30-41009 CORVEL RAL3009 HG2603", + "description": "JG017QF RAL3009 OXD RED U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 16.14 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11741/30-41009-corvel-ral3009-hg2603-jg017qf-dt20201028151505046-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG017QF/30-41009-corvel-ral3009-hg2603", + "scraped_at": "2026-04-30T13:59:50.729Z" + }, + { + "sku": "JG01CQF", + "color_name": "JG01CQF RAL 3014 PINK U1578", + "description": "JG01CQF RAL 3014 PINK U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.65 + }, + { + "min": 1, + "max": 99999999, + "price": 13.65 + }, + { + "min": 100000000, + "max": null, + "price": 13.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11742/jg01cqf-ral-3014-pink-u1578-jg01cqf-dt2020102814144552-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG01CQF/jg01cqf-ral-3014-pink-u1578", + "scraped_at": "2026-04-30T14:00:03.379Z" + }, + { + "sku": "JG01DQF", + "color_name": "JG01DQF RAL 3017 ROSE U1578", + "description": "JG01DQF RAL 3017 ROSE U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 17.57 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11743/jg01dqf-ral-3017-rose-u1578-jg01dqf-dt20201028141539555-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG01DQF/jg01dqf-ral-3017-rose-u1578", + "scraped_at": "2026-04-30T14:00:17.368Z" + }, + { + "sku": "JG01EQF", + "color_name": "JG01EQF RAL 3031 RED U1578", + "description": "JG01EQF RAL 3031 RED U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 18.16 + }, + { + "min": 1, + "max": 99999999, + "price": 18.16 + }, + { + "min": 100000000, + "max": null, + "price": 18.16 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11744/jg01eqf-ral-3031-red-u1578-jg01eqf-dt20201028141636658-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG01EQF/jg01eqf-ral-3031-red-u1578", + "scraped_at": "2026-04-30T14:00:27.521Z" + }, + { + "sku": "JG027QF", + "color_name": "JG027QF INTERPON600 SAFETY RED", + "description": "JG027QF INT 600 SAFETY RED/7402/20KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 15.4 + }, + { + "min": 1, + "max": 99999999, + "price": 15.4 + }, + { + "min": 100000000, + "max": null, + "price": 15.4 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11745/jg027qf-interpon600-safety-red-jg027qf-dt2020102815160689-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG027QF/jg027qf-interpon600-safety-red", + "scraped_at": "2026-04-30T14:00:37.192Z" + }, + { + "sku": "JG02DQF", + "color_name": "JG02DQF RAL 3016 RED U1578", + "description": "JG02DQF RAL 3016 RED U1578-1/7402/20KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 18.16 + }, + { + "min": 1, + "max": 99999999, + "price": 18.16 + }, + { + "min": 100000000, + "max": null, + "price": 18.16 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11746/jg02dqf-ral-3016-red-u1578-jg02dqf-dt20201028141721279-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG02DQF/jg02dqf-ral-3016-red-u1578", + "scraped_at": "2026-04-30T14:00:47.759Z" + }, + { + "sku": "JG031QF", + "color_name": "30-4200 CORVEL MS-3 RED", + "description": "JG031QF 30-4200 MS-3 RED/7402/20KG Interpon ACE 1000 - High/super-durable polyester TGIC powder coating designed for exterior exposure for use on agricultural and construction equipment and components. Possesses outstanding over bake resistance and significantly improved gloss retention and resistance to color change versus a standard polyester. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 19.9 + }, + { + "min": 1, + "max": 99999999, + "price": 19.9 + }, + { + "min": 100000000, + "max": null, + "price": 19.9 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11747/30-4200-corvel-ms-3-red-jg031qf-dt20201028151646598-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG031QF/30-4200-corvel-ms-3-red", + "scraped_at": "2026-04-30T14:00:58.053Z" + }, + { + "sku": "JG034QF", + "color_name": "30-4213 CORVEL RED BARON", + "description": "JG034QF 30-4213 RED BARON/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 10.18 + }, + { + "min": 1, + "max": 99999999, + "price": 10.18 + }, + { + "min": 100000000, + "max": null, + "price": 10.18 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11748/30-4213-corvel-red-baron-jg034qf-dt20201028151804929-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG034QF/30-4213-corvel-red-baron", + "scraped_at": "2026-04-30T14:01:09.667Z" + }, + { + "sku": "JG03DQF", + "color_name": "JG03DQF RAL3018 STRWBRY U1578", + "description": "JG03DQF RAL3018 STRWBRY U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.65 + }, + { + "min": 1, + "max": 99999999, + "price": 13.65 + }, + { + "min": 100000000, + "max": null, + "price": 13.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11750/jg03dqf-ral3018-strwbry-u1578-jg03dqf-dt20201028141849939-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG03DQF/jg03dqf-ral3018-strwbry-u1578", + "scraped_at": "2026-04-30T14:01:24.461Z" + }, + { + "sku": "JG04DQF", + "color_name": "JG04DQF RAL4010 TELEMAG U1578", + "description": "JG04DQF RAL4010 TELEMAG U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 18.16 + }, + { + "min": 1, + "max": 99999999, + "price": 18.16 + }, + { + "min": 100000000, + "max": null, + "price": 18.16 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11751/jg04dqf-ral4010-telemag-u1578-jg04dqf-dt20201028141938114-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG04DQF/jg04dqf-ral4010-telemag-u1578", + "scraped_at": "2026-04-30T14:01:35.410Z" + }, + { + "sku": "JG05DQF", + "color_name": "JG05DQF RAL3003 RED U1578", + "description": "JG05DQF RAL3003 RED U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 20.41 + }, + { + "min": 1, + "max": 99999999, + "price": 20.41 + }, + { + "min": 100000000, + "max": null, + "price": 20.41 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11752/jg05dqf-ral3003-red-u1578-jg05dqf-dt20201028142024409-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG05DQF/jg05dqf-ral3003-red-u1578", + "scraped_at": "2026-04-30T14:01:50.368Z" + }, + { + "sku": "JG06CQF", + "color_name": "JG06CQF RAL2002 VERMIL U1578", + "description": "JG06CQF RAL2002 VERMIL U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 19.9 + }, + { + "min": 1, + "max": 99999999, + "price": 19.9 + }, + { + "min": 100000000, + "max": null, + "price": 19.9 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11753/jg06cqf-ral2002-vermil-u1578-jg06cqf-dt20201028142150217-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG06CQF/jg06cqf-ral2002-vermil-u1578", + "scraped_at": "2026-04-30T14:02:05.025Z" + }, + { + "sku": "JG06DQF", + "color_name": "JG06DQF RAL 3004 RED U1578", + "description": "JG06DQF RAL 3004 RED U1578-1/7402/20KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 24.04 + }, + { + "min": 1, + "max": 99999999, + "price": 24.04 + }, + { + "min": 100000000, + "max": null, + "price": 24.04 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11754/jg06dqf-ral-3004-red-u1578-jg06dqf-dt20201028142100177-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG06DQF/jg06dqf-ral-3004-red-u1578", + "scraped_at": "2026-04-30T14:02:15.979Z" + }, + { + "sku": "JG074QF", + "color_name": "JG074QF INTERPON 600 RAL 3000", + "description": "JG074QF RAL3000 FLM RED U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 19.88 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11755/jg074qf-interpon-600-ral-3000-jg074qf-dt20201028151840308-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG074QF/jg074qf-interpon-600-ral-3000", + "scraped_at": "2026-04-30T14:02:29.042Z" + }, + { + "sku": "JG075QF", + "color_name": "JG075QF INTERPON 600 RAL 3002", + "description": "JG075QF RAL3002 CAR RED U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 19.88 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11756/jg075qf-interpon-600-ral-3002-jg075qf-dt20201028151959542-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG075QF/jg075qf-interpon-600-ral-3002", + "scraped_at": "2026-04-30T14:02:42.656Z" + }, + { + "sku": "JG07CQF", + "color_name": "JG07CQF RAL3027 RASPBRY U1578", + "description": "JG07CQF RAL3027 RASPBRY U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 17.18 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11757/jg07cqf-ral3027-raspbry-u1578-jg07cqf-dt20201028142236387-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG07CQF/jg07cqf-ral3027-raspbry-u1578", + "scraped_at": "2026-04-30T14:02:55.387Z" + }, + { + "sku": "JG07DQF", + "color_name": "JG07DQF RAL3012 BGE RED U1578", + "description": "JG07DQF RAL3012 BGE RED U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11758/jg07dqf-ral3012-bge-red-u1578-jg07dqf-dt2020102814231997-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG07DQF/jg07dqf-ral3012-bge-red-u1578", + "scraped_at": "2026-04-30T14:03:07.773Z" + }, + { + "sku": "JG08CQF", + "color_name": "JG08CQF RAL3022 SALMON U1578", + "description": "JG08CQF RAL3022 SALMON U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.65 + }, + { + "min": 1, + "max": 99999999, + "price": 13.65 + }, + { + "min": 100000000, + "max": null, + "price": 13.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11759/jg08cqf-ral3022-salmon-u1578-jg08cqf-dt20201028142418258-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG08CQF/jg08cqf-ral3022-salmon-u1578", + "scraped_at": "2026-04-30T14:03:22.618Z" + }, + { + "sku": "JG08DQF", + "color_name": "JG08DQF RAL4002 VIOLET U1578", + "description": "JG08DQF RAL4002 VIOLET U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.65 + }, + { + "min": 1, + "max": 99999999, + "price": 13.65 + }, + { + "min": 100000000, + "max": null, + "price": 13.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11760/jg08dqf-ral4002-violet-u1578-jg08dqf-dt20201028151007071-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG08DQF/jg08dqf-ral4002-violet-u1578", + "scraped_at": "2026-04-30T14:03:36.291Z" + }, + { + "sku": "JG09CQF", + "color_name": "JG09CQF RAL3011 BRN RED U1578", + "description": "JG09CQF RAL3011 BRN RED U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 20.41 + }, + { + "min": 1, + "max": 99999999, + "price": 20.41 + }, + { + "min": 100000000, + "max": null, + "price": 20.41 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11761/jg09cqf-ral3011-brn-red-u1578-jg09cqf-dt20201028151102001-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG09CQF/jg09cqf-ral3011-brn-red-u1578", + "scraped_at": "2026-04-30T14:03:50.719Z" + }, + { + "sku": "JG09DQF", + "color_name": "JG09DQF RAL3013 TOMATO U1578", + "description": "JG09DQF RAL3013 TOMATO U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 19.9 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11762/jg09dqf-ral3013-tomato-u1578-jg09dqf-dt20201028151144617-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JG09DQF/jg09dqf-ral3013-tomato-u1578", + "scraped_at": "2026-04-30T14:04:05.407Z" + }, + { + "sku": "JH004QF", + "color_name": "JH004QF RAL4009 VIOLET U1578", + "description": "JH004QF RAL4009 VIOLET U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.65 + }, + { + "min": 1, + "max": 99999999, + "price": 13.65 + }, + { + "min": 100000000, + "max": null, + "price": 13.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11763/jh004qf-ral4009-violet-u1578-jh004qf-dt20201028152046256-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JH004QF/jh004qf-ral4009-violet-u1578", + "scraped_at": "2026-04-30T14:04:18.772Z" + }, + { + "sku": "JH005QF", + "color_name": "JH005QF RAL4008 VIOLET U1578", + "description": "JH005QF RAL4008 VIOLET U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 15.35 + }, + { + "min": 1, + "max": 99999999, + "price": 15.35 + }, + { + "min": 100000000, + "max": null, + "price": 15.35 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11764/jh005qf-ral4008-violet-u1578-jh005qf-dt20201028152123366-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JH005QF/jh005qf-ral4008-violet-u1578", + "scraped_at": "2026-04-30T14:04:30.003Z" + }, + { + "sku": "JH006QF", + "color_name": "JH006QF RAL4004 VIOLET U1578", + "description": "JH006QF RAL4004 VIOLET U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 19.9 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11765/jh006qf-ral4004-violet-u1578-jh006qf-dt20201028152240322-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JH006QF/jh006qf-ral4004-violet-u1578", + "scraped_at": "2026-04-30T14:04:44.645Z" + }, + { + "sku": "JH007QF", + "color_name": "JH007QF RAL 4005 LILAC U1578", + "description": "JH007QF RAL 4005 LILAC U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 15.35 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11766/jh007qf-ral-4005-lilac-u1578-jh007qf-dt20201028152326453-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JH007QF/jh007qf-ral-4005-lilac-u1578", + "scraped_at": "2026-04-30T14:04:56.705Z" + }, + { + "sku": "JH008QF", + "color_name": "JH008QF RAL 4001 LILAC U1578", + "description": "JH008QF RAL 4001 LILAC U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.65 + }, + { + "min": 1, + "max": 99999999, + "price": 13.65 + }, + { + "min": 100000000, + "max": null, + "price": 13.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11767/jh008qf-ral-4001-lilac-u1578-jh008qf-dt20201028152420315-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JH008QF/jh008qf-ral-4001-lilac-u1578", + "scraped_at": "2026-04-30T14:05:09.384Z" + }, + { + "sku": "JH009QF", + "color_name": "JH009QF RAL4006 PURPLE U1578", + "description": "JH009QF RAL4006 PURPLE U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 17.18 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11768/jh009qf-ral4006-purple-u1578-jh009qf-dt20201028152510846-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JH009QF/jh009qf-ral4006-purple-u1578", + "scraped_at": "2026-04-30T14:05:21.162Z" + }, + { + "sku": "JH010QF", + "color_name": "JH010QF RAL4007 VIOLET U1578", + "description": "JH010QF RAL4007 VIOLET U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 15.35 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11769/jh010qf-ral4007-violet-u1578-jh010qf-dt20201028152704623-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JH010QF/jh010qf-ral4007-violet-u1578", + "scraped_at": "2026-04-30T14:05:35.613Z" + }, + { + "sku": "JJ001QF", + "color_name": "30-5033 CORVL DARK BLU U1578", + "description": "JJ001QF 30-5033 DRK BLU U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 20.37 + }, + { + "min": 1, + "max": 99999999, + "price": 20.37 + }, + { + "min": 100000000, + "max": null, + "price": 20.37 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11770/30-5033-corvl-dark-blu-u1578-jj001qf-dt2020102815293321-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ001QF/30-5033-corvl-dark-blu-u1578", + "scraped_at": "2026-04-30T14:05:48.564Z" + }, + { + "sku": "JJ005QF", + "color_name": "30-5306 CORVEL RAL5003 HG2603", + "description": "JJ005QF RAL5003 SAPHBLU U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 15.36 + }, + { + "min": 1, + "max": 99999999, + "price": 15.36 + }, + { + "min": 100000000, + "max": null, + "price": 15.36 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11771/30-5306-corvel-ral5003-hg2603-jj005qf-dt20201028154209311-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ005QF/30-5306-corvel-ral5003-hg2603", + "scraped_at": "2026-04-30T14:05:59.432Z" + }, + { + "sku": "JJ008QF", + "color_name": "30-51005 CORVEL RAL5002 HG2603", + "description": "JJ008QF RAL5002 ULT BLU U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 16.14 + }, + { + "min": 1, + "max": 99999999, + "price": 16.14 + }, + { + "min": 100000000, + "max": null, + "price": 16.14 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11772/30-51005-corvel-ral5002-hg2603-jj008qf-dt20201028155519201-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ008QF/30-51005-corvel-ral5002-hg2603", + "scraped_at": "2026-04-30T14:06:14.694Z" + }, + { + "sku": "JJ00CQF", + "color_name": "JJ00CQF RAL5007 BRILBLU U1578", + "description": "JJ00CQF RAL5007 BRILBLU U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.65 + }, + { + "min": 1, + "max": 99999999, + "price": 13.65 + }, + { + "min": 100000000, + "max": null, + "price": 13.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11773/jj00cqf-ral5007-brilblu-u1578-jj00cqf-dt20201028152751636-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ00CQF/jj00cqf-ral5007-brilblu-u1578", + "scraped_at": "2026-04-30T14:06:27.239Z" + }, + { + "sku": "JJ00DQF", + "color_name": "JJ00DQF RAL5011 STL BLU U1578", + "description": "JJ00DQF RAL5011 STL BLU U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.65 + }, + { + "min": 1, + "max": 99999999, + "price": 13.65 + }, + { + "min": 100000000, + "max": null, + "price": 13.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11774/jj00dqf-ral5011-stl-blu-u1578-jj00dqf-dt20201028152836078-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ00DQF/jj00dqf-ral5011-stl-blu-u1578", + "scraped_at": "2026-04-30T14:06:41.531Z" + }, + { + "sku": "JJ010QF", + "color_name": "30-51006 CORVEL RAL5005 HG2603", + "description": "JJ010QF RAL5005 SIG BLU U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 16.14 + }, + { + "min": 1, + "max": 99999999, + "price": 16.14 + }, + { + "min": 100000000, + "max": null, + "price": 16.14 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11775/30-51006-corvel-ral5005-hg2603-jj010qf-dt20201028155906388-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ010QF/30-51006-corvel-ral5005-hg2603", + "scraped_at": "2026-04-30T14:06:55.557Z" + }, + { + "sku": "JJ01CQF", + "color_name": "JJ01CQF RAL 5023 BLUE U1578", + "description": "JJ01CQF RAL 5023 BLUE U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.65 + }, + { + "min": 1, + "max": 99999999, + "price": 13.65 + }, + { + "min": 100000000, + "max": null, + "price": 13.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11776/jj01cqf-ral-5023-blue-u1578-jj01cqf-dt20201028153053662-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ01CQF/jj01cqf-ral-5023-blue-u1578", + "scraped_at": "2026-04-30T14:07:05.803Z" + }, + { + "sku": "JJ01DQF", + "color_name": "JJ01DQF RAL5022 BLUE U1578", + "description": "JJ01DQF RAL5022 BLUE U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 17.57 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11777/jj01dqf-ral5022-blue-u1578-jj01dqf-dt20201028153206966-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ01DQF/jj01dqf-ral5022-blue-u1578", + "scraped_at": "2026-04-30T14:07:16.612Z" + }, + { + "sku": "JJ02CQF", + "color_name": "JJ02CQF RAL5001 GRN BLU U1578", + "description": "JJ02CQF RAL5001 GRN BLU U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 17.57 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11778/jj02cqf-ral5001-grn-blu-u1578-jj02cqf-dt20201028153301306-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ02CQF/jj02cqf-ral5001-grn-blu-u1578", + "scraped_at": "2026-04-30T14:07:29.143Z" + }, + { + "sku": "JJ02DQF", + "color_name": "JJ02DQF RAL5024 PAS BLU U1578", + "description": "JJ02DQF RAL5024 PAS BLU U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 17.57 + }, + { + "min": 1, + "max": 99999999, + "price": 17.57 + }, + { + "min": 100000000, + "max": null, + "price": 17.57 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11779/jj02dqf-ral5024-pas-blu-u1578-jj02dqf-dt20201028153415039-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ02DQF/jj02dqf-ral5024-pas-blu-u1578", + "scraped_at": "2026-04-30T14:07:40.026Z" + }, + { + "sku": "JJ034QF", + "color_name": "30-5274 CORVEL BLUE STREAK II", + "description": "JJ034QF 30-5274 BLUE STREAK II/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.77 + }, + { + "min": 1, + "max": 99999999, + "price": 11.77 + }, + { + "min": 100000000, + "max": null, + "price": 11.77 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11780/30-5274-corvel-blue-streak-ii-jj034qf-dt202010281601094-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ034QF/30-5274-corvel-blue-streak-ii", + "scraped_at": "2026-04-30T14:07:49.789Z" + }, + { + "sku": "JJ03CQF", + "color_name": "JJ03CQF RAL5014 PIGNBLU U1578", + "description": "JJ03CQF RAL5014 PIGNBLU U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11781/jj03cqf-ral5014-pignblu-u1578-jj03cqf-dt20201028153722964-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ03CQF/jj03cqf-ral5014-pignblu-u1578", + "scraped_at": "2026-04-30T14:08:04.820Z" + }, + { + "sku": "JJ03DQF", + "color_name": "JJ03DQF RAL5010 GENTIAN U1578", + "description": "JJ03DQF RAL5010 GENTIAN U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.65 + }, + { + "min": 1, + "max": 99999999, + "price": 13.65 + }, + { + "min": 100000000, + "max": null, + "price": 13.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11782/jj03dqf-ral5010-gentian-u1578-jj03dqf-dt20201028153825325-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ03DQF/jj03dqf-ral5010-gentian-u1578", + "scraped_at": "2026-04-30T14:08:17.156Z" + }, + { + "sku": "JJ04CQF", + "color_name": "JJ04CQF RAL5018 TURQBLU U1578", + "description": "JJ04CQF RAL5018 TURQBLU U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.65 + }, + { + "min": 1, + "max": 99999999, + "price": 13.65 + }, + { + "min": 100000000, + "max": null, + "price": 13.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11783/jj04cqf-ral5018-turqblu-u1578-jj04cqf-dt20201028153910929-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ04CQF/jj04cqf-ral5018-turqblu-u1578", + "scraped_at": "2026-04-30T14:08:27.782Z" + }, + { + "sku": "JJ04DQF", + "color_name": "JJ04DQF RAL 5009 AZURE U1578", + "description": "JJ04DQF RAL 5009 AZURE U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 17.57 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11784/jj04dqf-ral-5009-azure-u1578-jj04dqf-dt20201028154116651-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ04DQF/jj04dqf-ral-5009-azure-u1578", + "scraped_at": "2026-04-30T14:08:37.861Z" + }, + { + "sku": "JJ05CQF", + "color_name": "JJ05CQF RAL6034 TURQUS U1578", + "description": "JJ05CQF RAL6034 TURQUS U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 17.57 + }, + { + "min": 1, + "max": 99999999, + "price": 17.57 + }, + { + "min": 100000000, + "max": null, + "price": 17.57 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11785/jj05cqf-ral6034-turqus-u1578-jj05cqf-dt20201028154244231-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ05CQF/jj05cqf-ral6034-turqus-u1578", + "scraped_at": "2026-04-30T14:08:52.510Z" + }, + { + "sku": "JJ068QF", + "color_name": "30-5467 CORVEL RAL5015 HG 2603", + "description": "JJ068QF RAL5015 SKY BLU U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 13.72 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11786/30-5467-corvel-ral5015-hg-2603-jj068qf-dt20201028160207421-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ068QF/30-5467-corvel-ral5015-hg-2603", + "scraped_at": "2026-04-30T14:09:07.499Z" + }, + { + "sku": "JJ07AQF", + "color_name": "JJ07AQF RAL5000 VIO BLU U1578", + "description": "JJ07AQF RAL5000 VIO BLU U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 17.57 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11787/jj07aqf-ral5000-vio-blu-u1578-jj07aqf-dt20201028155253573-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ07AQF/jj07aqf-ral5000-vio-blu-u1578", + "scraped_at": "2026-04-30T14:09:21.770Z" + }, + { + "sku": "JJ07CQF", + "color_name": "JJ07CQF RAL5020 BLUE U1578", + "description": "JJ07CQF RAL5020 BLUE U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 17.57 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11788/jj07cqf-ral5020-blue-u1578-jj07cqf-dt2020102815541578-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ07CQF/jj07cqf-ral5020-blue-u1578", + "scraped_at": "2026-04-30T14:09:32.798Z" + }, + { + "sku": "JJ08BQF", + "color_name": "JJ08BQF RAL 5021 WATER U1578", + "description": "JJ08BQF RAL 5021 WATER U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.65 + }, + { + "min": 1, + "max": 99999999, + "price": 13.65 + }, + { + "min": 100000000, + "max": null, + "price": 13.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11789/jj08bqf-ral-5021-water-u1578-jj08bqf-dt20201028155609655-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ08BQF/jj08bqf-ral-5021-water-u1578", + "scraped_at": "2026-04-30T14:09:44.980Z" + }, + { + "sku": "JJ08CQF", + "color_name": "JJ08CQF RAL 5013 BLUE U1578", + "description": "JJ08CQF RAL 5013 BLUE U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 17.57 + }, + { + "min": 1, + "max": 99999999, + "price": 17.57 + }, + { + "min": 100000000, + "max": null, + "price": 17.57 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11790/jj08cqf-ral-5013-blue-u1578-jj08cqf-dt20201028155709157-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ08CQF/jj08cqf-ral-5013-blue-u1578", + "scraped_at": "2026-04-30T14:09:55.773Z" + }, + { + "sku": "JJ090QF", + "color_name": "JJ090QF INT. 600 SAFETY BLUE", + "description": "JJ090QF INT 600 SAFETY BLUE/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 16.11 + }, + { + "min": 1, + "max": 99999999, + "price": 16.11 + }, + { + "min": 100000000, + "max": null, + "price": 16.11 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11791/jj090qf-int-600-safety-blue-jj090qf-dt20201028160250753-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ090QF/jj090qf-int-600-safety-blue", + "scraped_at": "2026-04-30T14:10:09.184Z" + }, + { + "sku": "JJ091QF", + "color_name": "JJ091QF INTERPON 600 RAL 5004", + "description": "JJ091QF RAL5004 BLK BLU U1578-1/7402/20K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 16.11 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11792/jj091qf-interpon-600-ral-5004-jj091qf-dt20201028160337671-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ091QF/jj091qf-interpon-600-ral-5004", + "scraped_at": "2026-04-30T14:10:19.221Z" + }, + { + "sku": "JJ092QF", + "color_name": "JJ092QF INTERPON 600 RAL 5012", + "description": "JJ092QF RAL 5012 LT BLU U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 16.11 + }, + { + "min": 1, + "max": 99999999, + "price": 16.11 + }, + { + "min": 100000000, + "max": null, + "price": 16.11 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11793/jj092qf-interpon-600-ral-5012-jj092qf-dt20201028160450155-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ092QF/jj092qf-interpon-600-ral-5012", + "scraped_at": "2026-04-30T14:10:34.698Z" + }, + { + "sku": "JJ093QF", + "color_name": "JJ093QF INTERPON 600 RAL 5017", + "description": "JJ093QF RAL5017 TRF BLU U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 9.9 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11794/jj093qf-interpon-600-ral-5017-jj093qf-dt20201028160554069-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ093QF/jj093qf-interpon-600-ral-5017", + "scraped_at": "2026-04-30T14:10:45.558Z" + }, + { + "sku": "JJ094QF", + "color_name": "JJ094QF INTERPON 600 RAL 5019", + "description": "JJ094QF RAL5019 CAP BLU U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 16.11 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11795/jj094qf-interpon-600-ral-5019-jj094qf-dt20201028160742719-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ094QF/jj094qf-interpon-600-ral-5019", + "scraped_at": "2026-04-30T14:10:58.613Z" + }, + { + "sku": "JJ09BQF", + "color_name": "JJ09BQF RAL5008 GRY BLU U1578", + "description": "JJ09BQF RAL5008 GRY BLU U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.64 + }, + { + "min": 1, + "max": 99999999, + "price": 11.64 + }, + { + "min": 100000000, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11796/jj09bqf-ral5008-gry-blu-u1578-jj09bqf-dt20201028155806665-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ09BQF/jj09bqf-ral5008-gry-blu-u1578", + "scraped_at": "2026-04-30T14:11:13.192Z" + }, + { + "sku": "JJ303QF", + "color_name": "31-5056 TEXTRA THUNDER BLUE", + "description": "JJ303QF 31-5056 TXTR THNDR BLU/7402/20KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 12.77 + }, + { + "min": 1, + "max": 99999999, + "price": 12.77 + }, + { + "min": 100000000, + "max": null, + "price": 12.77 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11797/31-5056-textra-thunder-blue-jj303qf-dt20201028160832726-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JJ303QF/31-5056-textra-thunder-blue", + "scraped_at": "2026-04-30T14:11:26.166Z" + }, + { + "sku": "JK02CQF", + "color_name": "JK02CQF RAL6033 TURQUS U1578", + "description": "JK02CQF RAL6033 TURQUS U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 12.52 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11806/jk02cqf-ral6033-turqus-u1578-jk02cqf-dt2020102816174643-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JK02CQF/jk02cqf-ral6033-turqus-u1578", + "scraped_at": "2026-04-30T14:11:37.892Z" + }, + { + "sku": "JK02DQF", + "color_name": "JK02DQF RAL6014 YLWOLIV U1578", + "description": "JK02DQF RAL6014 YLWOLIV U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.65 + }, + { + "min": 1, + "max": 99999999, + "price": 13.65 + }, + { + "min": 100000000, + "max": null, + "price": 13.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11807/jk02dqf-ral6014-ylwoliv-u1578-jk02dqf-dt20201028161838238-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JK02DQF/jk02dqf-ral6014-ylwoliv-u1578", + "scraped_at": "2026-04-30T14:11:47.916Z" + }, + { + "sku": "JK03CQF", + "color_name": "JK03CQF RAL 6013 GREEN U1578", + "description": "JK03CQF RAL 6013 GREEN U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 17.57 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11810/jk03cqf-ral-6013-green-u1578-jk03cqf-dt20201028162020414-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JK03CQF/jk03cqf-ral-6013-green-u1578", + "scraped_at": "2026-04-30T14:12:00.587Z" + }, + { + "sku": "JK03EQF", + "color_name": "JK03EQF RAL6015 OLIVE U1578", + "description": "JK03EQF RAL6015 OLIVE U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 17.57 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11812/jk03eqf-ral6015-olive-u1578-jk03eqf-dt20201028162203588-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JK03EQF/jk03eqf-ral6015-olive-u1578", + "scraped_at": "2026-04-30T14:12:15.847Z" + }, + { + "sku": "JK04CQF", + "color_name": "JK04CQF RAL6027 LT GRN U1578", + "description": "JK04CQF RAL6027 LT GRN U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 12.52 + }, + { + "min": 1, + "max": 99999999, + "price": 12.52 + }, + { + "min": 100000000, + "max": null, + "price": 12.52 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11814/jk04cqf-ral6027-lt-grn-u1578-jk04cqf-dt20201028162300597-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JK04CQF/jk04cqf-ral6027-lt-grn-u1578", + "scraped_at": "2026-04-30T14:12:26.306Z" + }, + { + "sku": "JK04EQF", + "color_name": "JK04EQF RAL1020 OLV YLW U1578", + "description": "JK04EQF RAL1020 OLV YLW U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11816/jk04eqf-ral1020-olv-ylw-u1578-jk04eqf-dt20201028162429-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JK04EQF/jk04eqf-ral1020-olv-ylw-u1578", + "scraped_at": "2026-04-30T14:12:36.023Z" + }, + { + "sku": "JK05BQF", + "color_name": "JK05BQF RAL6004 BLU GRN U1578", + "description": "JK05BQF RAL6004 BLU GRN U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 12.52 + }, + { + "min": 1, + "max": 99999999, + "price": 12.52 + }, + { + "min": 100000000, + "max": null, + "price": 12.52 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11817/jk05bqf-ral6004-blu-grn-u1578-jk05bqf-dt20201028162525085-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JK05BQF/jk05bqf-ral6004-blu-grn-u1578", + "scraped_at": "2026-04-30T14:12:48.930Z" + }, + { + "sku": "JK05DQF", + "color_name": "JK05DQF RAL 1027 CURRY U1578", + "description": "JK05DQF RAL 1027 CURRY U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 19.9 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11819/jk05dqf-ral-1027-curry-u1578-jk05dqf-dt20201028162841402-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JK05DQF/jk05dqf-ral-1027-curry-u1578", + "scraped_at": "2026-04-30T14:12:59.155Z" + }, + { + "sku": "JK06CQF", + "color_name": "JK06CQF RAL6008 BRN GRN U1578", + "description": "JK06CQF RAL6008 BRN GRN U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 15.35 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11820/jk06cqf-ral6008-brn-grn-u1578-jk06cqf-dt20201028163039963-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JK06CQF/jk06cqf-ral6008-brn-grn-u1578", + "scraped_at": "2026-04-30T14:13:14.763Z" + }, + { + "sku": "JK079QF", + "color_name": "30-6513 CORVEL RAL6012 HG2603", + "description": "JK079QF RAL6012 BLK GRN U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 15.36 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11823/30-6513-corvel-ral6012-hg2603-jk079qf-dt20201028164455168-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JK079QF/30-6513-corvel-ral6012-hg2603", + "scraped_at": "2026-04-30T14:13:25.298Z" + }, + { + "sku": "JK07DQF", + "color_name": "JK07DQF RAL 6022 OLIVE U1578", + "description": "JK07DQF RAL 6022 OLIVE U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.65 + }, + { + "min": 1, + "max": 99999999, + "price": 13.65 + }, + { + "min": 100000000, + "max": null, + "price": 13.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11825/jk07dqf-ral-6022-olive-u1578-jk07dqf-dt20201028163252287-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JK07DQF/jk07dqf-ral-6022-olive-u1578", + "scraped_at": "2026-04-30T14:13:35.925Z" + }, + { + "sku": "JK09CQF", + "color_name": "JK09CQF RAL1000 GRN BGE U1578", + "description": "JK09CQF RAL1000 GRN BGE U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.65 + }, + { + "min": 1, + "max": 99999999, + "price": 13.65 + }, + { + "min": 100000000, + "max": null, + "price": 13.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11831/jk09cqf-ral1000-grn-bge-u1578-jk09cqf-dt20201028163738456-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JK09CQF/jk09cqf-ral1000-grn-bge-u1578", + "scraped_at": "2026-04-30T14:13:48.024Z" + }, + { + "sku": "JL009QF", + "color_name": "30-71013 CORVEL RAL7032 HG2603", + "description": "JL009QF RAL7032 PEB GRY U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.64 + }, + { + "min": 1, + "max": 99999999, + "price": 11.64 + }, + { + "min": 100000000, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11836/30-71013-corvel-ral7032-hg2603-jl009qf-dt20201028183355076-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JL009QF/30-71013-corvel-ral7032-hg2603", + "scraped_at": "2026-04-30T14:14:02.421Z" + }, + { + "sku": "JL00DQF", + "color_name": "JL00DQF RAL7034 YLW GRY U1578", + "description": "JL00DQF RAL7034 YLW GRY U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.65 + }, + { + "min": 1, + "max": 99999999, + "price": 13.65 + }, + { + "min": 100000000, + "max": null, + "price": 13.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11837/jl00dqf-ral7034-ylw-gry-u1578-jl00dqf-dt20201028165326301-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JL00DQF/jl00dqf-ral7034-ylw-gry-u1578", + "scraped_at": "2026-04-30T14:14:16.553Z" + }, + { + "sku": "JL012QF", + "color_name": "30-71015 CORVEL RAL7044 HG2603", + "description": "JL012QF RAL7044 SILKGRY U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11840/30-71015-corvel-ral7044-hg2603-jl012qf-dt20201028183444792-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JL012QF/30-71015-corvel-ral7044-hg2603", + "scraped_at": "2026-04-30T14:14:27.624Z" + }, + { + "sku": "JL014QF", + "color_name": "30-71016 CORVEL RAL7046 HG2603", + "description": "JL014QF RAL7046 TELGRY2 U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11841/30-71016-corvel-ral7046-hg2603-jl014qf-dt20201028183551248-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JL014QF/30-71016-corvel-ral7046-hg2603", + "scraped_at": "2026-04-30T14:14:39.099Z" + }, + { + "sku": "JL018QF", + "color_name": "30-71018 CORVEL RAL7015 HG2603", + "description": "JL018QF RAL7015 SLATGRY U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.64 + }, + { + "min": 1, + "max": 99999999, + "price": 11.64 + }, + { + "min": 100000000, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11843/30-71018-corvel-ral7015-hg2603-jl018qf-dt20201028183732469-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JL018QF/30-71018-corvel-ral7015-hg2603", + "scraped_at": "2026-04-30T14:14:53.979Z" + }, + { + "sku": "JL01FQF", + "color_name": "JL01FQF RAL7008 KHAKI U1578", + "description": "JL01FQF RAL7008 KHAKI U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11846/jl01fqf-ral7008-khaki-u1578-jl01fqf-dt20201028165812286-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JL01FQF/jl01fqf-ral7008-khaki-u1578", + "scraped_at": "2026-04-30T14:15:08.436Z" + }, + { + "sku": "JL03DQF", + "color_name": "JL03DQF RAL7006 BGE GRY U1578", + "description": "JL03DQF RAL7006 BGE GRY U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11850/jl03dqf-ral7006-bge-gry-u1578-jl03dqf-dt20201028170316661-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JL03DQF/jl03dqf-ral7006-bge-gry-u1578", + "scraped_at": "2026-04-30T14:15:22.115Z" + }, + { + "sku": "JL03EQF", + "color_name": "JL03EQF RAL 7016 GRAY U1578", + "description": "JL03EQF RAL 7016 GRAY U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11851/jl03eqf-ral-7016-gray-u1578-jl03eqf-dt20201028170447193-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JL03EQF/jl03eqf-ral-7016-gray-u1578", + "scraped_at": "2026-04-30T14:15:37.406Z" + }, + { + "sku": "JL04EQF", + "color_name": "JL04EQF RAL7021 BLK GRY U1578", + "description": "JL04EQF RAL7021 BLK GRY U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11854/jl04eqf-ral7021-blk-gry-u1578-jl04eqf-dt20201028170741286-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JL04EQF/jl04eqf-ral7021-blk-gry-u1578", + "scraped_at": "2026-04-30T14:15:48.465Z" + }, + { + "sku": "JL04FQF", + "color_name": "JL04FQF RAL 7011 IRON U1578", + "description": "JL04FQF RAL 7011 IRON U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11855/jl04fqf-ral-7011-iron-u1578-jl04fqf-dt2020102817083788-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JL04FQF/jl04fqf-ral-7011-iron-u1578", + "scraped_at": "2026-04-30T14:15:57.073Z" + }, + { + "sku": "JL06EQF", + "color_name": "JL06EQF RAL7031 BLU GRY U1578", + "description": "JL06EQF RAL7031 BLU GRY U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 12.52 + }, + { + "min": 1, + "max": 99999999, + "price": 12.52 + }, + { + "min": 100000000, + "max": null, + "price": 12.52 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11858/jl06eqf-ral7031-blu-gry-u1578-jl06eqf-dt20201028171259159-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JL06EQF/jl06eqf-ral7031-blu-gry-u1578", + "scraped_at": "2026-04-30T14:16:11.434Z" + }, + { + "sku": "JL070QF", + "color_name": "33-9110 CORVEL SILVER METALLIC", + "description": "JL070QF 33-9110 SILVR METALLIC/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. Clear Coat may be required depending on performance requirements. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 17.45 + }, + { + "min": 1, + "max": 99999999, + "price": 17.45 + }, + { + "min": 100000000, + "max": null, + "price": 17.45 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11859/33-9110-corvel-silver-metallic-jl070qf-dt2020102818401408-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JL070QF/33-9110-corvel-silver-metallic", + "scraped_at": "2026-04-30T14:16:24.331Z" + }, + { + "sku": "JL08DQF", + "color_name": "JL08DQF RAL7002 OLIVGRY U1578", + "description": "JL08DQF RAL7002 OLIVGRY U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 12.52 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11863/jl08dqf-ral7002-olivgry-u1578-jl08dqf-dt2020102818323934-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JL08DQF/jl08dqf-ral7002-olivgry-u1578", + "scraped_at": "2026-04-30T14:16:35.667Z" + }, + { + "sku": "JM002QF", + "color_name": "30-81012 CORVEL RAL8019 HG2603", + "description": "JM002QF RAL8019 GRY BRN U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.64 + }, + { + "min": 1, + "max": 99999999, + "price": 11.64 + }, + { + "min": 100000000, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11879/30-81012-corvel-ral8019-hg2603-jm002qf-dt20201028205722236-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JM002QF/30-81012-corvel-ral8019-hg2603", + "scraped_at": "2026-04-30T14:16:46.648Z" + }, + { + "sku": "JM005QF", + "color_name": "30-81018 CORVEL RAL8016 HG2603", + "description": "JM005QF RAL8016 MHG BRN U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 12.53 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11880/30-81018-corvel-ral8016-hg2603-jm005qf-dt20201028205833495-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JM005QF/30-81018-corvel-ral8016-hg2603", + "scraped_at": "2026-04-30T14:16:58.839Z" + }, + { + "sku": "JM007QF", + "color_name": "30-81020 CORVEL RAL8017 HG2603", + "description": "JM007QF RAL8017 CHC BRN U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 12.53 + }, + { + "min": 1, + "max": 99999999, + "price": 12.53 + }, + { + "min": 100000000, + "max": null, + "price": 12.53 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11881/30-81020-corvel-ral8017-hg2603-jm007qf-dt20201028205916898-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JM007QF/30-81020-corvel-ral8017-hg2603", + "scraped_at": "2026-04-30T14:17:13.282Z" + }, + { + "sku": "JM009QF", + "color_name": "30-81021 CORVEL RAL8028 HG2603", + "description": "JM009QF RAL8028 TER BRN U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.86 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11882/30-81021-corvel-ral8028-hg2603-jm009qf-dt20201028210006084-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JM009QF/30-81021-corvel-ral8028-hg2603", + "scraped_at": "2026-04-30T14:17:25.785Z" + }, + { + "sku": "JM011QF", + "color_name": "30-81022 CORVEL RAL8025 HG2603", + "description": "JM011QF RAL8025 PALEBRN U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.86 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11883/30-81022-corvel-ral8025-hg2603-jm011qf-dt20201028210055754-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JM011QF/30-81022-corvel-ral8025-hg2603", + "scraped_at": "2026-04-30T14:17:39.073Z" + }, + { + "sku": "JM035QF", + "color_name": "JM035QF INTERPON 600 RAL 8002", + "description": "JM035QF RAL8002 SIG BRN U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11884/jm035qf-interpon-600-ral-8002-jm035qf-dt20201028210144661-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JM035QF/jm035qf-interpon-600-ral-8002", + "scraped_at": "2026-04-30T14:17:51.624Z" + }, + { + "sku": "JM036QF", + "color_name": "JM036QF INTERPON 600 RAL 7013", + "description": "JM036QF RAL7013 BRN GRY U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11885/jm036qf-interpon-600-ral-7013-jm036qf-dt2020102821022997-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JM036QF/jm036qf-interpon-600-ral-7013", + "scraped_at": "2026-04-30T14:18:06.721Z" + }, + { + "sku": "JM037QF", + "color_name": "JM037QF INTERPON 600 RAL 8001", + "description": "JM037QF RAL8001 OCH BRN U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11886/jm037qf-interpon-600-ral-8001-jm037qf-dt20201028210319193-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JM037QF/jm037qf-interpon-600-ral-8001", + "scraped_at": "2026-04-30T14:18:21.665Z" + }, + { + "sku": "JM038QF", + "color_name": "JM038QF 600 RAL8015 CHESTNT BR", + "description": "JM038QF RAL8015 CHNTBRN U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11887/jm038qf-600-ral8015-chestnt-br-jm038qf-dt20201028210401443-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JM038QF/jm038qf-600-ral8015-chestnt-br", + "scraped_at": "2026-04-30T14:18:31.550Z" + }, + { + "sku": "JM062QF", + "color_name": "JM062QF RAL8024 BGE BRN U1578", + "description": "JM062QF RAL8024 BGE BRN U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11888/jm062qf-ral8024-bge-brn-u1578-jm062qf-dt20201028210450268-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JM062QF/jm062qf-ral8024-bge-brn-u1578", + "scraped_at": "2026-04-30T14:18:43.184Z" + }, + { + "sku": "JM063QF", + "color_name": "JM063QF RAL8008 OLIVBRN U1578", + "description": "JM063QF RAL8008 OLIVBRN U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11889/jm063qf-ral8008-olivbrn-u1578-jm063qf-dt20201028210539638-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JM063QF/jm063qf-ral8008-olivbrn-u1578", + "scraped_at": "2026-04-30T14:18:54.073Z" + }, + { + "sku": "JM064QF", + "color_name": "JM064QF RAL8011 NUT BRN U1578", + "description": "JM064QF RAL8011 NUT BRN U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11890/jm064qf-ral8011-nut-brn-u1578-jm064qf-dt20201028210617238-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JM064QF/jm064qf-ral8011-nut-brn-u1578", + "scraped_at": "2026-04-30T14:19:05.623Z" + }, + { + "sku": "JM066QF", + "color_name": "JM066QF RAL8022 BK BRN U1578", + "description": "JM066QF RAL8022 BLK BRN U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11891/jm066qf-ral8022-bk-brn-u1578-jm066qf-dt20201028210654932-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JM066QF/jm066qf-ral8022-bk-brn-u1578", + "scraped_at": "2026-04-30T14:19:18.713Z" + }, + { + "sku": "JM069QF", + "color_name": "JM069QF RAL8023 ORNGBRN U1578", + "description": "JM069QF RAL8023 ORNGBRN U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11892/jm069qf-ral8023-orngbrn-u1578-jm069qf-dt20201028210744773-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JM069QF/jm069qf-ral8023-orngbrn-u1578", + "scraped_at": "2026-04-30T14:19:34.088Z" + }, + { + "sku": "JM070QF", + "color_name": "JM070QF RAL1011 BRN BGE U1578", + "description": "JM070QF RAL1011 BRN BGE U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.64 + }, + { + "min": 1, + "max": 99999999, + "price": 11.64 + }, + { + "min": 100000000, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11893/jm070qf-ral1011-brn-bge-u1578-jm070qf-dt20201028210824991-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JM070QF/jm070qf-ral1011-brn-bge-u1578", + "scraped_at": "2026-04-30T14:19:46.858Z" + }, + { + "sku": "JM071QF", + "color_name": "JM071QF RAL8004 COPRBRN U1578", + "description": "JM071QF RAL8004 COPRBRN U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.87 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11894/jm071qf-ral8004-coprbrn-u1578-jm071qf-dt20201028210921742-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JM071QF/jm071qf-ral8004-coprbrn-u1578", + "scraped_at": "2026-04-30T14:20:00.860Z" + }, + { + "sku": "JM072QF", + "color_name": "JM072QF RAL8012 RED BRN U1578", + "description": "JM072QF RAL8012 RED BRN U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11895/jm072qf-ral8012-red-brn-u1578-jm072qf-dt20201028211622672-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JM072QF/jm072qf-ral8012-red-brn-u1578", + "scraped_at": "2026-04-30T14:20:11.879Z" + }, + { + "sku": "JM073QF", + "color_name": "JM073QF RAL 8014 SEPIA U1578", + "description": "JM073QF RAL 8014 SEPIA U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11896/jm073qf-ral-8014-sepia-u1578-jm073qf-dt20201028211704491-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JM073QF/jm073qf-ral-8014-sepia-u1578", + "scraped_at": "2026-04-30T14:20:22.782Z" + }, + { + "sku": "JM074QF", + "color_name": "JM074QF RAL 8007 FAWN BROWN", + "description": "JM074QF RAL 8007 FAWN BROWN/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.64 + }, + { + "min": 1, + "max": 99999999, + "price": 11.64 + }, + { + "min": 100000000, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11897/jm074qf-ral-8007-fawn-brown-jm074qf-dt2020102821175438-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JM074QF/jm074qf-ral-8007-fawn-brown", + "scraped_at": "2026-04-30T14:20:35.092Z" + }, + { + "sku": "JM075QF", + "color_name": "JM075QF RAL8000 GRN BRN U1578", + "description": "JM075QF RAL8000 GRN BRN U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 17.57 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11898/jm075qf-ral8000-grn-brn-u1578-jm075qf-dt20201028211836313-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JM075QF/jm075qf-ral8000-grn-brn-u1578", + "scraped_at": "2026-04-30T14:20:46.336Z" + }, + { + "sku": "JM076QF", + "color_name": "JM076QF RAL 8003 CLAY U1578", + "description": "JM076QF RAL 8003 CLAY U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11899/jm076qf-ral-8003-clay-u1578-jm076qf-dt20201028211921509-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JM076QF/jm076qf-ral-8003-clay-u1578", + "scraped_at": "2026-04-30T14:20:58.950Z" + }, + { + "sku": "JM306QF", + "color_name": "31-8135 TEXTRA CHESTNUT", + "description": "JM306QF 31-8135 TXTRA CHESTNUT/7402/20KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.52 + }, + { + "min": 1, + "max": 99999999, + "price": 11.52 + }, + { + "min": 100000000, + "max": null, + "price": 11.52 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11901/31-8135-textra-chestnut-jm306qf-dt20201028212153403-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JM306QF/31-8135-textra-chestnut", + "scraped_at": "2026-04-30T14:21:09.059Z" + }, + { + "sku": "JN002QF", + "color_name": "30-7048 CORVEL BUMPER BLACK", + "description": "JN002QF 30-7048 BUM BLK U1578-1/7402/20K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 12.52 + }, + { + "min": 1, + "max": 99999999, + "price": 12.52 + }, + { + "min": 100000000, + "max": null, + "price": 12.52 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11902/30-7048-corvel-bumper-black-jn002qf-dt20201028212301514-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JN002QF/30-7048-corvel-bumper-black", + "scraped_at": "2026-04-30T14:21:20.311Z" + }, + { + "sku": "JN007QF", + "color_name": "30-71021 CORVEL RAL9005 HG2603", + "description": "JN007QF RAL9005 JET BLK U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.64 + }, + { + "min": 1, + "max": 99999999, + "price": 11.64 + }, + { + "min": 100000000, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11903/30-71021-corvel-ral9005-hg2603-jn007qf-dt20201028212343115-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JN007QF/30-71021-corvel-ral9005-hg2603", + "scraped_at": "2026-04-30T14:21:34.751Z" + }, + { + "sku": "JN013QF", + "color_name": "30-7214 HI GLOSS BLK U1578-1A", + "description": "JN013QF 30-7214 BLK U1578-1A/7402/20KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 9.49 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11904/30-7214-hi-gloss-blk-u1578-1a-jn013qf-dt20201028212431943-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JN013QF/30-7214-hi-gloss-blk-u1578-1a", + "scraped_at": "2026-04-30T14:21:45.103Z" + }, + { + "sku": "JN019QF", + "color_name": "30-7490 CORVEL BIKE BLACK", + "description": "JN019QF 30-7490 BIKE BLACK/7402/20KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.28 + }, + { + "min": 1, + "max": 99999999, + "price": 9.28 + }, + { + "min": 100000000, + "max": null, + "price": 9.28 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11905/30-7490-corvel-bike-black-jn019qf-dt2020102821253264-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JN019QF/30-7490-corvel-bike-black", + "scraped_at": "2026-04-30T14:22:00.094Z" + }, + { + "sku": "JN056QF", + "color_name": "JN056QF RAL 9017 BLACK U1578", + "description": "JN056QF RAL9017 TRAFBLK U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.65 + }, + { + "min": 1, + "max": 99999999, + "price": 11.65 + }, + { + "min": 100000000, + "max": null, + "price": 11.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11906/jn056qf-ral-9017-black-u1578-jn056qf-dt20201028212738876-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JN056QF/jn056qf-ral-9017-black-u1578", + "scraped_at": "2026-04-30T14:22:10.490Z" + }, + { + "sku": "JN057QF", + "color_name": "JN057QF RAL9004 SIG BLK U1578", + "description": "JN057QF RAL9004 SIG BLK U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.65 + }, + { + "min": 1, + "max": 99999999, + "price": 11.65 + }, + { + "min": 100000000, + "max": null, + "price": 11.65 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11907/jn057qf-ral9004-sig-blk-u1578-jn057qf-dt2020102821290502-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JN057QF/jn057qf-ral9004-sig-blk-u1578", + "scraped_at": "2026-04-30T14:22:21.143Z" + }, + { + "sku": "JN058QF", + "color_name": "JN058QF RAL9011 GRAPH U1578", + "description": "JN058QF RAL9011 GRAPH U1578-1/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.64 + }, + { + "min": 1, + "max": 99999999, + "price": 11.64 + }, + { + "min": 100000000, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11908/jn058qf-ral9011-graph-u1578-jn058qf-dt20201028213004519-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JN058QF/jn058qf-ral9011-graph-u1578", + "scraped_at": "2026-04-30T14:22:35.474Z" + }, + { + "sku": "JN103QF", + "color_name": "30-7018 CORVEL COMET BLACK", + "description": "JN103QF 30-7018 COM BLK U1578-1/7402/25K Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.98 + }, + { + "min": 1, + "max": 99999999, + "price": 13.98 + }, + { + "min": 100000000, + "max": null, + "price": 13.98 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11909/30-7018-corvel-comet-black-jn103qf-dt2020102821304424-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JN103QF/30-7018-corvel-comet-black", + "scraped_at": "2026-04-30T14:22:49.471Z" + }, + { + "sku": "JN109QF", + "color_name": "30-7074-C COR MED GLS BLK F9TR", + "description": "JN109QF 30-7074 MD GL BLK F9TR/7402/23KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 8.91 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11910/30-7074-c-cor-med-gls-blk-f9tr-jn109qf-dt20201028213132702-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JN109QF/30-7074-c-cor-med-gls-blk-f9tr", + "scraped_at": "2026-04-30T14:22:59.761Z" + }, + { + "sku": "JN115QF", + "color_name": "JN115QF 30-71065 JDM F9TR BLK", + "description": "JN115QF 30-71065 JDM F9TR BLK/7402/25KG Interpon ACE 2000 - Super-durable polyester TGIC for exterior exposure for agricultural and construction equip and components. Tested against the most severe specifications, improved gloss retention and resistance to color change. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.63 + }, + { + "min": 1, + "max": 99999999, + "price": 9.63 + }, + { + "min": 100000000, + "max": null, + "price": 9.63 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11911/jn115qf-30-71065-jdm-f9tr-blk-jn115qf-dt20201028213245553-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JN115QF/jn115qf-30-71065-jdm-f9tr-blk", + "scraped_at": "2026-04-30T14:23:12.368Z" + }, + { + "sku": "JN125QF", + "color_name": "JN125QF 30-7137 INT 600 BLACK", + "description": "JN125QF 30-7137 INT 600 BLACK/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 9.09 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11912/jn125qf-30-7137-int-600-black-jn125qf-dt20201028213321489-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JN125QF/jn125qf-30-7137-int-600-black", + "scraped_at": "2026-04-30T14:23:26.418Z" + }, + { + "sku": "JN128QF", + "color_name": "30-7344 CORVEL SATIN BLACK", + "description": "JN128QF 30-7344 SATIN BLACK/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.18 + }, + { + "min": 1, + "max": 99999999, + "price": 9.18 + }, + { + "min": 100000000, + "max": null, + "price": 9.18 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11913/30-7344-corvel-satin-black-jn128qf-dt20201028213357053-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JN128QF/30-7344-corvel-satin-black", + "scraped_at": "2026-04-30T14:24:07.272Z" + }, + { + "sku": "", + "color_name": "502 Bad Gateway", + "description": "", + "price_tiers": [], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JN137QF/30-7727-corvel-comp-satin-blk", + "scraped_at": "2026-04-30T14:24:46.208Z" + }, + { + "sku": "", + "color_name": "502 Bad Gateway", + "description": "", + "price_tiers": [], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JN139QF/30-7728a-corvel-gen-gloss-blk", + "scraped_at": "2026-04-30T14:25:11.121Z" + }, + { + "sku": "JN301QF", + "color_name": "31-7091 TEXTRA BLACK SAND", + "description": "JN301QF 31-7091 TXTRA BLK SAND/7402/23KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.31 + }, + { + "min": 1, + "max": 99999999, + "price": 9.31 + }, + { + "min": 100000000, + "max": null, + "price": 9.31 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11921/31-7091-textra-black-sand-jn301qf-dt20201028214123326-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JN301QF/31-7091-textra-black-sand", + "scraped_at": "2026-04-30T14:29:01.329Z" + }, + { + "sku": "JN405QF", + "color_name": "31-7232 CORVEL BLACK RIVER", + "description": "JN405QF 31-7232 BLACK RIVER/7402/20KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.54 + }, + { + "min": 1, + "max": 99999999, + "price": 9.54 + }, + { + "min": 100000000, + "max": null, + "price": 9.54 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11922/31-7232-corvel-black-river-jn405qf-dt20201028214209424-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JN405QF/31-7232-corvel-black-river", + "scraped_at": "2026-04-30T14:29:14.550Z" + }, + { + "sku": "JW090QF", + "color_name": "JW090QF INT 600 RAL9006 SILVER", + "description": "JW090QF INT 600 RAL9006 SILVER/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 14.53 + }, + { + "min": 1, + "max": 99999999, + "price": 14.53 + }, + { + "min": 100000000, + "max": null, + "price": 14.53 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11923/jw090qf-int-600-ral9006-silver-jw090qf-dt20201028214651856-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JW090QF/jw090qf-int-600-ral9006-silver", + "scraped_at": "2026-04-30T14:29:28.691Z" + }, + { + "sku": "JW091QF", + "color_name": "JW091QF INT 600 RAL9007 SILVER", + "description": "JW091QF INT 600 RAL9007 SILVER/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 14.28 + }, + { + "min": 1, + "max": 99999999, + "price": 14.28 + }, + { + "min": 100000000, + "max": null, + "price": 14.28 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11924/jw091qf-int-600-ral9007-silver-jw091qf-dt20201028214739265-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JW091QF/jw091qf-int-600-ral9007-silver", + "scraped_at": "2026-04-30T14:29:40.795Z" + }, + { + "sku": "JW10FQF", + "color_name": "33-9386 VMS3630LD GOLDEN GAUGE", + "description": "JW10FQF 33-9386 VMS3630LD GOLD/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. Clear Coat may be required depending on performance requirements. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 15.4 + }, + { + "min": 1, + "max": 99999999, + "price": 15.4 + }, + { + "min": 100000000, + "max": null, + "price": 15.4 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11925/33-9386-vms3630ld-golden-gauge-jw10fqf-dt20201028214249758-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JW10FQF/33-9386-vms3630ld-golden-gauge", + "scraped_at": "2026-04-30T14:29:54.857Z" + }, + { + "sku": "JW11CQF", + "color_name": "33-9684 BRITEBOND SOFT GOLD", + "description": "JW11CQF 33-9684 BRTBND SFT GLD/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. Clear Coat may be required depending on performance requirements. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 18.41 + }, + { + "min": 1, + "max": 99999999, + "price": 18.41 + }, + { + "min": 100000000, + "max": null, + "price": 18.41 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11926/33-9684-britebond-soft-gold-jw11cqf-dt20201028214420339-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JW11CQF/33-9684-britebond-soft-gold", + "scraped_at": "2026-04-30T14:30:07.912Z" + }, + { + "sku": "JW12AQF", + "color_name": "33-9740 BB STARDUST SILVER II", + "description": "JW12AQF 33-9740 BB STAR SLVRII/7402/20KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. Clear Coat may be required depending on performance requirements. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 10.49 + }, + { + "min": 1, + "max": 99999999, + "price": 10.49 + }, + { + "min": 100000000, + "max": null, + "price": 10.49 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11927/33-9740-bb-stardust-silver-ii-jw12aqf-dt20201030141112274-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JW12AQF/33-9740-bb-stardust-silver-ii", + "scraped_at": "2026-04-30T14:30:19.230Z" + }, + { + "sku": "JW16BQF", + "color_name": "33-9765 CORVEL SILVER VEIN", + "description": "JW16BQF 33-9765 SILVER VEIN/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 14.03 + }, + { + "min": 1, + "max": 99999999, + "price": 14.03 + }, + { + "min": 100000000, + "max": null, + "price": 14.03 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11928/33-9765-corvel-silver-vein-jw16bqf-dt20201028214547542-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JW16BQF/33-9765-corvel-silver-vein", + "scraped_at": "2026-04-30T14:30:33.409Z" + }, + { + "sku": "JW197QF", + "color_name": "33-9675 BRITEBOND SOFT NICKEL", + "description": "JW197QF 33-9675 BRTBND SFT NCK/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. Clear Coat may be required depending on performance requirements. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 17.53 + }, + { + "min": 1, + "max": 99999999, + "price": 17.53 + }, + { + "min": 100000000, + "max": null, + "price": 17.53 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11929/33-9675-britebond-soft-nickel-jw197qf-dt20201028214827536-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JW197QF/33-9675-britebond-soft-nickel", + "scraped_at": "2026-04-30T14:30:47.447Z" + }, + { + "sku": "JW310QF", + "color_name": "33-9431A CORVEL ARCHITECT BRW", + "description": "JW310QF 33-9431A ARCHITCT BRZ/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 20.29 + }, + { + "min": 1, + "max": 99999999, + "price": 20.29 + }, + { + "min": 100000000, + "max": null, + "price": 20.29 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11930/33-9431a-corvel-architect-brw-jw310qf-dt20201028214921618-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JW310QF/33-9431a-corvel-architect-brw", + "scraped_at": "2026-04-30T14:30:59.322Z" + }, + { + "sku": "JW415QF", + "color_name": "33-9759 CORVEL PENNY VEIN", + "description": "JW415QF 33-9759 PENNY VEIN/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.03 + }, + { + "min": 1, + "max": 99999999, + "price": 13.03 + }, + { + "min": 100000000, + "max": null, + "price": 13.03 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11931/33-9759-corvel-penny-vein-jw415qf-dt20201028215021491-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JW415QF/33-9759-corvel-penny-vein", + "scraped_at": "2026-04-30T14:31:09.589Z" + }, + { + "sku": "JW416QF", + "color_name": "33-9766 CORVEL GOLD VEIN", + "description": "JW416QF 33-9766 GOLD VEIN/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.03 + }, + { + "min": 1, + "max": 99999999, + "price": 13.03 + }, + { + "min": 100000000, + "max": null, + "price": 13.03 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11932/33-9766-corvel-gold-vein-jw416qf-dt20201030204946343-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JW416QF/33-9766-corvel-gold-vein", + "scraped_at": "2026-04-30T14:31:19.135Z" + }, + { + "sku": "JZ001Q", + "color_name": "JZ001Q Interpon A4741 Clear", + "description": "JZ001Q INTERPON A4741 CLEAR/7402/20KG Interpon A4741 polyester TGIC clearcoats stand ready with excellent appearance and performance. Together they are perfectly balanced to provide long lasting protection from chipping, scratching, wheel cleaners and corrosive road environments. Interpon A4741 clears have more than 20 years of commercial success that make them the topcoat of choice for aluminum wheels. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT TECHNICAL DATA: As with all powder coatings, this product may vary between lot numbers, KV settings, mil thickness, oven temperatures, application equipment and technique. We recommend a clear top coat to maintain the appearance and prevent oxidation on metallic powder coatings. Always coat a sample prior to any production, to determine if this product meets all your requirements. Note: Each additional coat of powder coating will act as an insulator, which will require additional time for the substrate to reach temperature. Extend cure times as needed. NIC Industries, Inc. does not warranty the use or application of the materials it manufactures or supplies. Our only obligation shall be to replace any defective materials supplied by us after we have determined it to be defective. We assume no liability for damages of any kind and the user accepts the product “as is” and without any warranties, expressed or implied. The suitability of the product or intended use shall be the sole responsibility of the user. The information contained in this bulletin we believe to be correct to the best of our knowledge and testing. The recommendations and suggestions herein are made without guarantee or representation as to results. We recommend that you make adequate tests in your laboratory or plant to determine if this product meets all your requirements. Print Specification Table View JZ001Q's Application Sheet PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 10.18 + }, + { + "min": 50, + "max": 199, + "price": 9.67 + }, + { + "min": 200, + "max": null, + "price": 9.16 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11934/jz001q-interpon-600-clear-jz001q-dt20201028215202709-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JZ001Q/jz001q-interpon-a4741-clear", + "scraped_at": "2026-04-30T14:31:33.830Z" + }, + { + "sku": "KA005QF", + "color_name": "30-1402-C LOW-E ULTIMATE WHITE", + "description": "KA005QF 30-1402-C LOW-E ULT WH/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.31 + }, + { + "min": 1, + "max": 99999999, + "price": 9.31 + }, + { + "min": 100000000, + "max": null, + "price": 9.31 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11935/30-1402-c-low-e-ultimate-white-ka005qf-dt20201028215303592-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/KA005QF/30-1402-c-low-e-ultimate-white", + "scraped_at": "2026-04-30T14:31:48.560Z" + }, + { + "sku": "KD403QF", + "color_name": "31-8164 600 LOW-E BEIGE RIVER", + "description": "KD403QF 600 LOW-E BEIGE RIVER/7402/25KG Interpon 600 HR - TGIC powder coatings designed for exterior exposure offering excellent light and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 9.49 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11936/31-8164-600-low-e-beige-river-kd403qf-dt20201028215347244-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/KD403QF/31-8164-600-low-e-beige-river", + "scraped_at": "2026-04-30T14:32:00.812Z" + }, + { + "sku": "KN000QF", + "color_name": "30-71038 LOW-E BLACK", + "description": "KN000QF 30-71038 LOW-E BLACK/7402/20KG Interpon ACE 1000 LE - High/super-durable polyester TGIC (Low E) powder coating designed for exterior exposure for agricultural and construction equipment and components. Offers the benefit of curing with lower oven temperature settings. Also, possesses outstanding over bake resistance and excellent mechanical properties and provides improved gloss retention and resistance to color change versus a standard polyester. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 12.33 + }, + { + "min": 1, + "max": 99999999, + "price": 12.33 + }, + { + "min": 100000000, + "max": null, + "price": 12.33 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11937/30-71038-low-e-black-kn000qf-dt20201028215431206-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/KN000QF/30-71038-low-e-black", + "scraped_at": "2026-04-30T14:32:14.152Z" + }, + { + "sku": "KN008QF", + "color_name": "30-7778 LOW-E RAL 9005 JET BLK", + "description": "KN008QF 30-7778 RAL9005 JT BLK/7402/20KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.9 + }, + { + "min": 1, + "max": 99999999, + "price": 9.9 + }, + { + "min": 100000000, + "max": null, + "price": 9.9 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11938/30-7778-low-e-ral-9005-jet-blk-kn008qf-dt20201028215507652-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/KN008QF/30-7778-low-e-ral-9005-jet-blk", + "scraped_at": "2026-04-30T14:32:25.967Z" + }, + { + "sku": "KN108QF", + "color_name": "39-7004 LOW-E SEMI-GLOSS BLACK", + "description": "KN108QF 39-7004 SEMI-GLS BLACK/7402/25KG Interpon 600 - TGIC powder coating designed for exterior exposure offering excellent UV and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 12.33 + }, + { + "min": 1, + "max": 99999999, + "price": 12.33 + }, + { + "min": 100000000, + "max": null, + "price": 12.33 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11939/39-7004-low-e-semi-gloss-black-kn108qf-dt20201028215546081-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/KN108QF/39-7004-low-e-semi-gloss-black", + "scraped_at": "2026-04-30T14:32:42.426Z" + }, + { + "sku": "KN309QF", + "color_name": "KN309QF 600 HR ON-X59 BLACK", + "description": "KN309QF 600 HR ON-X59 BLACK/7402/25KG Interpon 600 HR - TGIC powder coatings designed for exterior exposure offering excellent light and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.02 + }, + { + "min": 1, + "max": 99999999, + "price": 9.02 + }, + { + "min": 100000000, + "max": null, + "price": 9.02 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11940/kn309qf-600-hr-on-x59-black-kn309qf-dt20201028215628893-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/KN309QF/kn309qf-600-hr-on-x59-black", + "scraped_at": "2026-04-30T14:32:57.717Z" + }, + { + "sku": "KN400QF", + "color_name": "31-71007 LOW-E BLACK RIVER", + "description": "KN400QF LOW-E BLACK RIVER/7402/25KG Interpon 600 HR - TGIC powder coatings designed for exterior exposure offering excellent light and weather resistance from a single coat finish on a variety of substrates. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.59 + }, + { + "min": 1, + "max": 99999999, + "price": 9.59 + }, + { + "min": 100000000, + "max": null, + "price": 9.59 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11941/31-71007-low-e-black-river-kn400qf-dt20201028215723566-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/KN400QF/31-71007-low-e-black-river", + "scraped_at": "2026-04-30T14:33:08.213Z" + }, + { + "sku": "MA208U", + "color_name": "MA208U INTERPON MATTE WHITE", + "description": "MA208U INT 610 MATTE WHITE/7402/25KG Interpon 610 - Polyester based powder coating, formulated without TGIC, designed for exterior exposure, offering excellent UV and weather resistance from a single coat finish. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 14.79 + }, + { + "min": 1, + "max": 99999999, + "price": 14.79 + }, + { + "min": 100000000, + "max": null, + "price": 14.79 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11943/ma208u-interpon-matte-white-ma208u-dt20201028215852104-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/MA208U/ma208u-interpon-matte-white", + "scraped_at": "2026-04-30T14:33:22.240Z" + }, + { + "sku": "MA2107", + "color_name": "MA2107 INTERPON 610 WHITE", + "description": "MA2107 INTERPON 610 WHITE/7402/25KG Interpon 610 - Polyester based powder coating, formulated without TGIC, designed for exterior exposure, offering excellent UV and weather resistance from a single coat finish. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 12.15 + }, + { + "min": 1, + "max": 99999999, + "price": 12.15 + }, + { + "min": 100000000, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11944/ma2107-interpon-610-white-ma2107-dt20201028215933069-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/MA2107/ma2107-interpon-610-white", + "scraped_at": "2026-04-30T14:33:36.435Z" + }, + { + "sku": "MM2247", + "color_name": "MM2247 INT810 SOUTHERN BRONZE", + "description": "MM2247 INT 810 SOUTHERN BRONZE/7402/20KG Interpon 810 - High/super-durable powder coating without TGIC designed for exterior exposure. Tested against the most severe weathering specifications, gives significantly improved gloss retention and resistance to color change versus a standard polyester. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.21 + }, + { + "min": 1, + "max": 99999999, + "price": 11.21 + }, + { + "min": 100000000, + "max": null, + "price": 11.21 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11946/mm2247-int810-southern-bronze-mm2247-dt20201028220545263-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/MM2247/mm2247-int810-southern-bronze", + "scraped_at": "2026-04-30T14:33:46.979Z" + }, + { + "sku": "MN306QF", + "color_name": "MN306QF INT610 BLACK BIRD BK01", + "description": "MN306QF INT610 BLACK BIRD BK01/7402/25KG Interpon 610 - Polyester based powder coating, formulated without TGIC, designed for exterior exposure, offering excellent UV and weather resistance from a single coat finish. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 9.2 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11948/mn306qf-int610-black-bird-bk01-mn306qf-dt20201028220740484-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/MN306QF/mn306qf-int610-black-bird-bk01", + "scraped_at": "2026-04-30T14:33:59.285Z" + }, + { + "sku": "MNX007", + "color_name": "MNX007 LAVA BLACK GRIP TEX", + "description": "MNX007 LAVA BLACK GRIP TEX/7402/20KG Interpon 610 - Polyester based powder coating, formulated without TGIC, designed for exterior exposure, offering excellent UV and weather resistance from a single coat finish. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 20.29 + }, + { + "min": 1, + "max": 99999999, + "price": 20.29 + }, + { + "min": 100000000, + "max": null, + "price": 20.29 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11949/mnx007-lava-black-grip-tex-mnx007-dt20201028220820345-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/MNX007/mnx007-lava-black-grip-tex", + "scraped_at": "2026-04-30T14:34:10.086Z" + }, + { + "sku": "MW2897", + "color_name": "MW2897 INT810 ANODIZED SILVER", + "description": "MW2897 INT810 ANODIZED SILVER/7402/20KG Interpon 810 - High/super-durable powder coating without TGIC designed for exterior exposure. Tested against the most severe weathering specifications, gives significantly improved gloss retention and resistance to color change versus a standard polyester. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 17.87 + }, + { + "min": 1, + "max": 99999999, + "price": 17.87 + }, + { + "min": 100000000, + "max": null, + "price": 17.87 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11951/mw2897-int810-anodized-silver-mw2897-dt20201028221013748-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/MW2897/mw2897-int810-anodized-silver", + "scraped_at": "2026-04-30T14:34:21.015Z" + }, + { + "sku": "PA001QF", + "color_name": "20-1007HY-25 HYSQ FURNITUR WHT", + "description": "PA001QF 20-1007HY FURN U1579-1/7402/25KG Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 15.56 + }, + { + "min": 1, + "max": 99999999, + "price": 15.56 + }, + { + "min": 100000000, + "max": null, + "price": 15.56 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11952/20-1007hy-25-hysq-furnitur-wht-pa001qf-dt20201028221055286-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PA001QF/20-1007hy-25-hysq-furnitur-wht", + "scraped_at": "2026-04-30T14:34:30.480Z" + }, + { + "sku": "PA003QF", + "color_name": "20-1012HY-25 HYSQ HI RFLCT WHT", + "description": "PA003QF 20-1012HY HI WHTU1579-1/7402/25K Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 15.01 + }, + { + "min": 1, + "max": 99999999, + "price": 15.01 + }, + { + "min": 100000000, + "max": null, + "price": 15.01 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11953/20-1012hy-25-hysq-hi-rflct-wht-pa003qf-dt20201028221446756-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PA003QF/20-1012hy-25-hysq-hi-rflct-wht", + "scraped_at": "2026-04-30T14:34:42.754Z" + }, + { + "sku": "PA006QF", + "color_name": "20-1028HY-25 HYSQ WET WHITE", + "description": "PA006QF 20-1028HY WETWHTU1579-1/7402/25K Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 15.01 + }, + { + "min": 1, + "max": 99999999, + "price": 15.01 + }, + { + "min": 100000000, + "max": null, + "price": 15.01 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11954/20-1028hy-25-hysq-wet-white-pa006qf-dt20201028221545781-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PA006QF/20-1028hy-25-hysq-wet-white", + "scraped_at": "2026-04-30T14:34:57.063Z" + }, + { + "sku": "PA032Q", + "color_name": "PA032Q GLOSS WHITE 155W174-U", + "description": "PA032Q GLOSS WHITE 155W174-U/7402/25KG Interpon 200 - Polyurethane-based for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 10.22 + }, + { + "min": 1, + "max": 99999999, + "price": 10.22 + }, + { + "min": 100000000, + "max": null, + "price": 10.22 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11955/pa032q-gloss-white-155w174-u-pa032q-dt20201028221629176-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PA032Q/pa032q-gloss-white-155w174-u", + "scraped_at": "2026-04-30T14:35:07.099Z" + }, + { + "sku": "PA060QF", + "color_name": "PA060QF 200 MARKERBOARD WHITE", + "description": "PA060QF 200 MARKERBOARD WHITE/7402/20KG Interpon 200 - Polyurethane-based for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 19.16 + }, + { + "min": 1, + "max": 99999999, + "price": 19.16 + }, + { + "min": 100000000, + "max": null, + "price": 19.16 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11956/pa060qf-200-markerboard-white-pa060qf-dt20201028221732501-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PA060QF/pa060qf-200-markerboard-white", + "scraped_at": "2026-04-30T14:35:21.081Z" + }, + { + "sku": "PA100QF", + "color_name": "20-1015 CORVEL SKY WHITE", + "description": "PA100QF 20-1015 SKY WHITE/7402/25KG Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 12.71 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11957/20-1015-corvel-sky-white-pa100qf-dt20201028221816844-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PA100QF/20-1015-corvel-sky-white", + "scraped_at": "2026-04-30T14:35:35.130Z" + }, + { + "sku": "PA400QF", + "color_name": "22-1001 CORVEL ARC WHT UL", + "description": "PA400QF 22-1001 ARC WHT U1576-2/7402/25K Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 19.16 + }, + { + "min": 1, + "max": 99999999, + "price": 19.16 + }, + { + "min": 100000000, + "max": null, + "price": 19.16 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11959/22-1001-corvel-arc-wht-ul-pa400qf-dt2020102822195236-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PA400QF/22-1001-corvel-arc-wht-ul", + "scraped_at": "2026-04-30T14:35:50.752Z" + }, + { + "sku": "PCB-1100", + "color_name": "Silver Cast", + "description": "Silver Cast is a charcoal color with a sandpaper like texture. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.94 + }, + { + "min": 50, + "max": 199, + "price": 13.24 + }, + { + "min": 200, + "max": null, + "price": 12.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4246/pcb-1100-silver-cast-tds-dt20231006154046509821.pdf?1696606848", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/284/silver-cast-pcb-1100-dt20201231161906461-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1100/silver-cast", + "scraped_at": "2026-04-30T14:36:01.859Z" + }, + { + "sku": "PCB-1102", + "color_name": "Oil Rubbed Bronze", + "description": "Oil Rubbed Bronze is a dark bronze with a sandpaper like texture. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): New CustomerPrismatic Essentials PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Do I need a base coat for this project? - Blocker’s 05/04/20 05:35 pm Answer: Oil Rubbed Bronze does not require any base coat but you can apply one without any detrimental effects if you would like to. - Prismatic Support Question: I plan on using Oil Rubbed Bronze on an outdoor railing in Utah. Is it suitable for outdoor applications? - Utah Welding 06/04/19 10:49 am Answer: Oil Rubbed Bronze is UV stable and is suitable for outdoor applications. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.57 + }, + { + "min": 50, + "max": 199, + "price": 13.84 + }, + { + "min": 200, + "max": null, + "price": 13.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7055/pcb-1102-oil-rubbed-bronze-dt20250211170513529763.pdf?1739293516", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/286/oil-rubbed-bronze-pcb-1102-dt20251124212017393625-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1102/oil-rubbed-bronze", + "scraped_at": "2026-04-30T14:36:12.207Z" + }, + { + "sku": "PCB-1103", + "color_name": "Burgundy", + "description": "Burgundy is a dark purple burgundy with a smooth and mild texture. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.5 + }, + { + "min": 50, + "max": 199, + "price": 13.78 + }, + { + "min": 200, + "max": null, + "price": 13.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/288/burgundy-pcb-1103-dt20190206170111674-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1103/burgundy", + "scraped_at": "2026-04-30T14:36:28.106Z" + }, + { + "sku": "PCB-1104", + "color_name": "Emeryboard Grey III", + "description": "Emeryboard Grey III is a dark charcoal grey. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.79 + }, + { + "min": 50, + "max": 199, + "price": 11.2 + }, + { + "min": 200, + "max": null, + "price": 10.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/290/emeryboard-grey-iii-pcb-1104-dt20210607215548245-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1104/emeryboard-grey-iii", + "scraped_at": "2026-04-30T14:36:43.329Z" + }, + { + "sku": "PCB-1105", + "color_name": "Bronze Cast", + "description": "Bronze Cast is a bronze with a slight gold shimmer and sandpaper like texture. This color is a polyester cast powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning CREATIONS MADE WITH BRONZE CAST View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.51 + }, + { + "min": 50, + "max": 199, + "price": 13.78 + }, + { + "min": 200, + "max": null, + "price": 13.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4248/pcb-1105-bronze-cast-tds-dt20231006154411088513.pdf?1696607053", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/292/bronze-cast-pcb-1105-dt20201020143823209-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1105/bronze-cast", + "scraped_at": "2026-04-30T14:36:56.913Z" + }, + { + "sku": "PCB-1106", + "color_name": "Plum Cast", + "description": "Plum Cast is a dark purple with a sandpaper like texture. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.98 + }, + { + "min": 50, + "max": 199, + "price": 14.23 + }, + { + "min": 200, + "max": null, + "price": 13.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4249/pcb-1106-plum-cast-tds-dt20231006154526794633.pdf?1696607129", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/294/plum-cast-pcb-1106-dt20251014145226158685-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1106/plum-cast", + "scraped_at": "2026-04-30T14:37:14.076Z" + }, + { + "sku": "PCB-1107", + "color_name": "Copper", + "description": "Copper is a sheeny penny brown with a sandpaper like texture. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.59 + }, + { + "min": 50, + "max": 199, + "price": 14.81 + }, + { + "min": 200, + "max": null, + "price": 14.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/296/copper-pcb-1107-dt20200602165619256-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1107/copper", + "scraped_at": "2026-04-30T14:37:28.198Z" + }, + { + "sku": "PCB-1108", + "color_name": "Brass", + "description": "Brass is a dark brass with a sandpaper like texture. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.36 + }, + { + "min": 50, + "max": 199, + "price": 13.64 + }, + { + "min": 200, + "max": null, + "price": 12.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/298/brass-pcb-1108-dt20200423211353331-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1108/brass", + "scraped_at": "2026-04-30T14:37:42.674Z" + }, + { + "sku": "PCB-1110", + "color_name": "Midnight Blue Cast", + "description": "Midnight Blue Cast is a pearlescent navy blue with a sandpaper like texture. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.36 + }, + { + "min": 50, + "max": 199, + "price": 13.64 + }, + { + "min": 200, + "max": null, + "price": 12.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4253/pcb-1110-midnight-blue-cast-tds-dt20231006155216303211.pdf?1696607538", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/302/midnight-blue-cast-pcb-1110-dt20201217181405838-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1110/midnight-blue-cast", + "scraped_at": "2026-04-30T14:38:02.217Z" + }, + { + "sku": "PCB-1111", + "color_name": "Rose Cast", + "description": "Rose Cast is a dark burgundy color with a sandpaper like texture. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.15 + }, + { + "min": 50, + "max": 199, + "price": 16.29 + }, + { + "min": 200, + "max": null, + "price": 15.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3725/pcb-1111-rose-cast-tds-dt20230921222731288834.pdf?1695335253", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/304/rose-cast-pcb-1111-dt20200429142057108-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1111/rose-cast", + "scraped_at": "2026-04-30T14:38:15.896Z" + }, + { + "sku": "PCB-1112", + "color_name": "Coal", + "description": "Coal is a soft black with a sandpaper texture. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: I recently ordered the following swatches: Black Satin Texture Swatch PTB-7102S, Black Diamond Swatch UTS-1527S, Wrought Iron II Swatch PTB-2683S, Black Cast Swatch PCS-4721S, and Coal Swatch PCB-1112S. Is a way to determine mil thickness for an individual color? Is that information that you have on hand or on your website? - Patriot Bars Mfg. Llc 03/09/19 05:57 pm Answer: Recommended mil thicknesses are on the Application Guide and do vary somewhat from powder type to powder type. You can check the thickness of an existing coating with the use of a coating thickness gauge - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.27 + }, + { + "min": 50, + "max": 199, + "price": 12.61 + }, + { + "min": 200, + "max": null, + "price": 11.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/306/coal-pcb-1112-dt20200408183230243-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1112/coal", + "scraped_at": "2026-04-30T14:38:32.273Z" + }, + { + "sku": "PCB-1117", + "color_name": "Gamblers Gold", + "description": "Gamblers Gold is a dark bronze/gold with a light metallic. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.79 + }, + { + "min": 50, + "max": 199, + "price": 15 + }, + { + "min": 200, + "max": null, + "price": 14.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4255/pcb-1117-gamblers-gold-tds-dt20231006155543063866.pdf?1696607745", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/308/gamblers-gold-pcb-1117-dt20190129232024415-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1117/gamblers-gold", + "scraped_at": "2026-04-30T14:38:44.037Z" + }, + { + "sku": "PCB-1118", + "color_name": "Gamblers Pewter", + "description": "Gamblers Pewter is a dark silver charcoal. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.27 + }, + { + "min": 50, + "max": 199, + "price": 12.61 + }, + { + "min": 200, + "max": null, + "price": 11.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4256/pcb-1118-gamblers-pewter-tds-dt20231006155703355684.pdf?1696607825", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/310/gamblers-pewter-pcb-1118-dt20200423222218376-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1118/gamblers-pewter", + "scraped_at": "2026-04-30T14:38:59.495Z" + }, + { + "sku": "PCB-1119", + "color_name": "Gamblers Steel Grey", + "description": "Gamblers Steel Grey is a dark charcoal grey. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: is this available in texture? or something close? - Invictus Manufacturing 12/10/18 02:13 pm Answer: Our GAMBLERS STEEL GREY PCB 1119 is a textured powder with nearly identical color tone and metallic. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.56 + }, + { + "min": 50, + "max": 199, + "price": 12.88 + }, + { + "min": 200, + "max": null, + "price": 12.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4257/pcb-1119-gamblers-steel-grey-tds-dt20231006155845672119.pdf?1696607928", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/312/gamblers-steel-grey-pcb-1119-dt20190129233000125-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1119/gamblers-steel-grey", + "scraped_at": "2026-04-30T14:39:10.474Z" + }, + { + "sku": "PCB-1120", + "color_name": "Gamblers Gun Grey", + "description": "Gamblers Gun Grey is a charcoal grey with a light red and green metallic. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.18 + }, + { + "min": 50, + "max": 199, + "price": 12.52 + }, + { + "min": 200, + "max": null, + "price": 11.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4258/pcb-1120-gamblers-gun-grey-tds-dt20231006160045650347.pdf?1696608048", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/314/gamblers-gun-grey-pcb-1120-dt2020041417270015-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1120/gamblers-gun-grey", + "scraped_at": "2026-04-30T14:39:27.098Z" + }, + { + "sku": "PCB-1121", + "color_name": "Gamblers Black Hat", + "description": "Gamblers Black Hat is a dark charcoal/medium black with fine red and green metallics. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.27 + }, + { + "min": 50, + "max": 199, + "price": 12.61 + }, + { + "min": 200, + "max": null, + "price": 11.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4259/pcb-1121-gamblers-black-hat-tds-dt20231006160213852583.pdf?1696608136", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/316/gamblers-black-hat-pcb-1121-dt2021042815022786-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1121/gamblers-black-hat", + "scraped_at": "2026-04-30T14:39:41.631Z" + }, + { + "sku": "PCB-1126", + "color_name": "Silver Nickel", + "description": "Silver Nickel is a bright silver metallic with a sandpaper like texture. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0 - 6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.44 + }, + { + "min": 50, + "max": 199, + "price": 18.47 + }, + { + "min": 200, + "max": null, + "price": 17.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7492/pcb-1126-silver-nickel-dt20250728203631310953.pdf?1753734993", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/318/silver-nickel-pcb-1126-dt2020041015585495-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1126/silver-nickel", + "scraped_at": "2026-04-30T14:39:55.159Z" + }, + { + "sku": "PCB-1127", + "color_name": "Dye Blue Cast", + "description": "Dye Blue Cast is a deep navy blue. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: What are the notable differences between a cast and a texture? - Prismatic Support 10/19/20 02:06 pm Answer: Great question! Both a cast and texture are similar in many ways...they can be considered the same thing most of the time. Some notable differences would be there are many more color options for textures. The finish on each have some slight differences such as; textures can be both a rough sandpaper type of finish due to rubber ingredients in them or more subtle. Casts tend to be smoother with a more consistent finish throughout, and like stated above your color choices are more limited. - Nic Industries Inc. Question: Can Dye Blue Cast PCB-1127 or Dye Cast Blue Wrinkle EWB-9142 be used for a valve cover and intake manifold and withstand the heat? - Josh Garcia 01/16/20 08:54 pm Answer: Thank you for the inquiry, Both Dye Cast Blue PCB-1127 and Dye Cast Blue Wrinkle EWB-9142 can withstand temperatures up to 250 degrees Fahrenheit with an occasional spike to 300 or 350. Both powders would work well but if this is for a motorcycle, keep in mind that Epoxy powders (EWB-9142) are highly susceptible to UV damage so you are better off going with the Polyester PCB-1127. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.36 + }, + { + "min": 50, + "max": 199, + "price": 13.64 + }, + { + "min": 200, + "max": null, + "price": 12.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4333/pcb-1127-dye-blue-cast-tds-dt20231013192854062121.pdf?1697225336", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/320/dye-blue-cast-pcb-1127-dt20250715165323902138-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1127/dye-blue-cast", + "scraped_at": "2026-04-30T14:40:09.018Z" + }, + { + "sku": "PCB-1130", + "color_name": "Montego Blue", + "description": "Montego Blue is a dark sea blue/green. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.5 + }, + { + "min": 50, + "max": 199, + "price": 13.78 + }, + { + "min": 200, + "max": null, + "price": 13.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4358/pcb-1130-montego-blue-tds-dt20231026225135980938.pdf?1698360698", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/326/montego-blue-pcb-1132-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1130/montego-blue", + "scraped_at": "2026-04-30T14:40:25.152Z" + }, + { + "sku": "PCB-1131", + "color_name": "Black Hills Gold", + "description": "Black Hills Gold is a dark bronze with a fine gold metallic that and a sandpaper like texture. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.38 + }, + { + "min": 50, + "max": 199, + "price": 14.61 + }, + { + "min": 200, + "max": null, + "price": 13.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4359/pcb-1131-black-hills-gold-tds-dt20231027155718892092.pdf?1698422240", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/328/black-hills-gold-pcb-1131-dt20210630163138607-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1131/black-hills-gold", + "scraped_at": "2026-04-30T14:40:36.159Z" + }, + { + "sku": "PCB-2093", + "color_name": "Aged Penny", + "description": "Aged Penny is a dark copper with a hint of brown and a sandpaper like texture. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.38 + }, + { + "min": 50, + "max": 199, + "price": 12.71 + }, + { + "min": 200, + "max": null, + "price": 12.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4360/pcb-2093-aged-penny-tds-dt20231027174924555435.pdf?1698428966", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/330/aged-penny-pcb-2093-dt20200520222156145-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-2093/aged-penny", + "scraped_at": "2026-04-30T14:40:46.783Z" + }, + { + "sku": "PCB-2446", + "color_name": "Blue Cast", + "description": "Blue Cast is a dark navy blue. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.83 + }, + { + "min": 50, + "max": 199, + "price": 15.99 + }, + { + "min": 200, + "max": null, + "price": 15.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4361/pcb-2446-blue-cast-tds-dt20231027175119119715.pdf?1698429081", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/332/blue-cast-pcb-2446-dt20190129165116419-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-2446/blue-cast", + "scraped_at": "2026-04-30T14:40:59.650Z" + }, + { + "sku": "PCB-2456", + "color_name": "Bluer Blue Cast", + "description": "Bluer Blue Cast is a deep blue. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.64 + }, + { + "min": 50, + "max": 199, + "price": 13.91 + }, + { + "min": 200, + "max": null, + "price": 13.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4362/pcb-2456-bluer-blue-cast-tds-dt20231027175318629199.pdf?1698429200", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/334/bluer-blue-cast-pcb-2456-dt2021011522544538-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-2456/bluer-blue-cast", + "scraped_at": "2026-04-30T14:41:13.029Z" + }, + { + "sku": "PCB-2512", + "color_name": "Lite Copper Cast", + "description": "Lite Copper Cast is a light copper. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4363/pcb-2512-lite-copper-cast-tds-dt20231027175639455643.pdf?1698429401", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/336/lite-copper-cast-pcb-2512-dt20210811172543841-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-2512/lite-copper-cast", + "scraped_at": "2026-04-30T14:41:29.542Z" + }, + { + "sku": "PCB-4074", + "color_name": "Bronze Twin", + "description": "Bronze Twin is a rich rustic bronze. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.34 + }, + { + "min": 50, + "max": 199, + "price": 14.57 + }, + { + "min": 200, + "max": null, + "price": 13.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4364/pcb-4074-bronze-twin-tds-dt20231027175905804594.pdf?1698429547", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/338/bronze-twin-pcb-4074-dt20210630165953533-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-4074/bronze-twin", + "scraped_at": "2026-04-30T14:41:41.005Z" + }, + { + "sku": "PCB-4333", + "color_name": "Oil Rubbed Bronze Light", + "description": "Oil Rubbed Bronze Light is a light bronze with a sandpaper texture. This color is a polyester cast powder coat and has a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: How would I go about applying this color? - Christian Beltrán 03/11/21 02:05 pm Answer: You would go about applying this powder just as you would our other standard Polyester base coats. Being that we consider this is a cast finish, you’ll most likely get the best finish with a thicker mil thickness of around 3-4mils. I’ll also attach a link for the application guide you can reference for this specific color: https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584&_gl=1*1i47d9g*_gcl_aw*R0NMLjE2MTA5OTgxNDQuQ2owS0NRaUEzWS1BQmhDbkFSSXNBS1lESDd2UWdWZVNOcjhpWVdRSzMwYm03QXdheG1FVzBOUmhBMFN6N0h4ZUx6MGJ1SW50bVZ2dG1xQWFBc3RURUFMd193Y0I.&_ga=2.201392404.480300564.1615813657-1395555615.1601328266 There are no special instructions to take note of, only the actual cure schedule of 400*F for 15 minutes. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.64 + }, + { + "min": 50, + "max": 199, + "price": 13.91 + }, + { + "min": 200, + "max": null, + "price": 13.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4365/pcb-4333-oil-rubbed-bronze-light-tds-dt20231027180159755239.pdf?1698429722", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/340/oil-rubbed-bronze-light-pcb-4333-dt20250624213510869159-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-4333/oil-rubbed-bronze-light", + "scraped_at": "2026-04-30T14:41:56.501Z" + }, + { + "sku": "PCB-5285", + "color_name": "Blue Cast II", + "description": "Blue Cast II is a deep blue. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.64 + }, + { + "min": 50, + "max": 199, + "price": 13.91 + }, + { + "min": 200, + "max": null, + "price": 13.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4366/pcb-5285-blue-cast-ii-tds-dt20231027180352089585.pdf?1698429834", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/342/blue-cast-ii-pcb-5285-dt20190129164613646-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-5285/blue-cast-ii", + "scraped_at": "2026-04-30T14:42:07.278Z" + }, + { + "sku": "PCB-5517", + "color_name": "Super Silver", + "description": "Super Silver is a sparkling silver. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.73 + }, + { + "min": 50, + "max": 199, + "price": 16.84 + }, + { + "min": 200, + "max": null, + "price": 15.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7509/pcb-5517-super-silver-dt20250728204957110074.pdf?1753735799", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/344/super-silver-pcb-5517-dt20201209235029269-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-5517/super-silver", + "scraped_at": "2026-04-30T14:42:22.335Z" + }, + { + "sku": "PCB-6967", + "color_name": "Black Sparkle", + "description": "Black Sparkle is a sparkling charcoal. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.64 + }, + { + "min": 50, + "max": 199, + "price": 13.91 + }, + { + "min": 200, + "max": null, + "price": 13.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4367/pcb-6967-black-sparkle-tds-dt20231027180653963606.pdf?1698430016", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/346/black-sparkle-pcb-6967-dt20200512143925007-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-6967/black-sparkle", + "scraped_at": "2026-04-30T14:42:37.977Z" + }, + { + "sku": "PCS-4721", + "color_name": "Black Cast", + "description": "Black Cast is a slightly dull black with a sandpaper texture. This color is a polyester cast powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.68 + }, + { + "min": 50, + "max": 199, + "price": 11.1 + }, + { + "min": 200, + "max": null, + "price": 10.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4260/pcs-4721-black-cast-tds-dt20231006160453329843.pdf?1696608295", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/348/black-cast-pcs-4721-dt20250530162018050331-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PCS-4721/black-cast", + "scraped_at": "2026-04-30T14:42:50.088Z" + }, + { + "sku": "PD000QF", + "color_name": "20-8021HY-25 HYSQ DESIGN BEIGE", + "description": "PD000QF 20-8021HY BEIGE U1579-1/7402/25K Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 14.28 + }, + { + "min": 1, + "max": 99999999, + "price": 14.28 + }, + { + "min": 100000000, + "max": null, + "price": 14.28 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11960/20-8021hy-25-hysq-design-beige-pd000qf-dt20201028222033786-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PD000QF/20-8021hy-25-hysq-design-beige", + "scraped_at": "2026-04-30T14:43:01.442Z" + }, + { + "sku": "PD002QF", + "color_name": "20-8247HY-25 HYSQ BEECHWOOD", + "description": "PD002QF 20-8247HY BCHWD U1578-1/7402/25K Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 10.31 + }, + { + "min": 1, + "max": 99999999, + "price": 10.31 + }, + { + "min": 100000000, + "max": null, + "price": 10.31 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11961/20-8247hy-25-hysq-beechwood-pd002qf-dt2020102822211742-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PD002QF/20-8247hy-25-hysq-beechwood", + "scraped_at": "2026-04-30T14:43:15.877Z" + }, + { + "sku": "PD004QF", + "color_name": "20-8256HY-25 HYSQ SANDSTONE", + "description": "PD004QF 20-8256HY SANDS U1579-1/7402/25K Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 10.31 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11962/20-8256hy-25-hysq-sandstone-pd004qf-dt20201028222201938-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PD004QF/20-8256hy-25-hysq-sandstone", + "scraped_at": "2026-04-30T14:43:31.035Z" + }, + { + "sku": "PD212QF", + "color_name": "22-8002 VICTORIAN LACE U1576-2", + "description": "PD212QF 22-8002 VIC LAC U15762/7402/25KG To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 12.27 + }, + { + "min": 1, + "max": 99999999, + "price": 12.27 + }, + { + "min": 100000000, + "max": null, + "price": 12.27 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11963/22-8002-victorian-lace-u1576-2-pd212qf-dt20201028222244192-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PD212QF/22-8002-victorian-lace-u1576-2", + "scraped_at": "2026-04-30T14:43:44.217Z" + }, + { + "sku": "PE000QF", + "color_name": "20-2076HY-25 HYSQ BUTTERCUP", + "description": "PE000QF 20-2076HY BUTTERU1579-1/7402/25K Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.77 + }, + { + "min": 1, + "max": 99999999, + "price": 11.77 + }, + { + "min": 100000000, + "max": null, + "price": 11.77 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11964/20-2076hy-25-hysq-buttercup-pe000qf-dt20201028222333044-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PE000QF/20-2076hy-25-hysq-buttercup", + "scraped_at": "2026-04-30T14:43:55.007Z" + }, + { + "sku": "PE002QF", + "color_name": "20-2078HY-25 HYSQ SAFTY YELLOW", + "description": "PE002QF 20-2078HY YLW U1579-1/7402/25KG Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.02 + }, + { + "min": 1, + "max": 99999999, + "price": 11.02 + }, + { + "min": 100000000, + "max": null, + "price": 11.02 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11965/20-2078hy-25-hysq-safty-yellow-pe002qf-dt20201028222515446-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PE002QF/20-2078hy-25-hysq-safty-yellow", + "scraped_at": "2026-04-30T14:44:06.655Z" + }, + { + "sku": "PF001QF", + "color_name": "20-3043 CORVEL NON-EMISVE ORNG", + "description": "PF001QF 20-3043 NON-EMSVE ORNG/7402/25KG Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 19.79 + }, + { + "min": 1, + "max": 99999999, + "price": 19.79 + }, + { + "min": 100000000, + "max": null, + "price": 19.79 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11966/20-3043-corvel-non-emisve-orng-pf001qf-dt2020102822255411-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PF001QF/20-3043-corvel-non-emisve-orng", + "scraped_at": "2026-04-30T14:44:20.503Z" + }, + { + "sku": "PF002QF", + "color_name": "20-3025HY-25 HYSQ PUMPKIN", + "description": "PF002QF 20-3025HY PUMPK U1579-1/7402/25K Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 15.78 + }, + { + "min": 1, + "max": 99999999, + "price": 15.78 + }, + { + "min": 100000000, + "max": null, + "price": 15.78 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11967/20-3025hy-25-hysq-pumpkin-pf002qf-dt20201028222736842-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PF002QF/20-3025hy-25-hysq-pumpkin", + "scraped_at": "2026-04-30T14:44:33.284Z" + }, + { + "sku": "PG000QF", + "color_name": "20-4064HY-25 HYSQ BLOOD RED", + "description": "PG000QF 20-4064HY RED U1579-1/7402/25KG Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 20.54 + }, + { + "min": 1, + "max": 99999999, + "price": 20.54 + }, + { + "min": 100000000, + "max": null, + "price": 20.54 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11968/20-4064hy-25-hysq-blood-red-pg000qf-dt2020102822304908-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PG000QF/20-4064hy-25-hysq-blood-red", + "scraped_at": "2026-04-30T14:44:47.993Z" + }, + { + "sku": "PG005QF", + "color_name": "20-4115 CORVEL NON-EMSV MWR RD", + "description": "PG005QF 20-4115 U1579-1/U1577-1/7402/20K Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 16.66 + }, + { + "min": 1, + "max": 99999999, + "price": 16.66 + }, + { + "min": 100000000, + "max": null, + "price": 16.66 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11969/20-4115-corvel-non-emsv-mwr-rd-pg005qf-dt20201028223130126-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PG005QF/20-4115-corvel-non-emsv-mwr-rd", + "scraped_at": "2026-04-30T14:45:00.040Z" + }, + { + "sku": "PG100QF", + "color_name": "20-4016HY-25 HYSQ CRIM RED", + "description": "PG100QF 20-4016HY RED U1579-1/7402/25KG Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 10.58 + }, + { + "min": 1, + "max": 99999999, + "price": 10.58 + }, + { + "min": 100000000, + "max": null, + "price": 10.58 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11970/20-4016hy-25-hysq-crim-red-pg100qf-dt20201028223222513-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PG100QF/20-4016hy-25-hysq-crim-red", + "scraped_at": "2026-04-30T14:45:12.479Z" + }, + { + "sku": "PJ206QF", + "color_name": "22-5002 THUNDER BLUE U1576-2", + "description": "PJ206QF 22-5002 THR BLU U1576-2/7402/25K Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 20.79 + }, + { + "min": 1, + "max": 99999999, + "price": 20.79 + }, + { + "min": 100000000, + "max": null, + "price": 20.79 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11971/22-5002-thunder-blue-u1576-2-pj206qf-dt2020102822330771-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PJ206QF/22-5002-thunder-blue-u1576-2", + "scraped_at": "2026-04-30T14:45:26.393Z" + }, + { + "sku": "PLB-11221", + "color_name": "Ridgerock II", + "description": "Ridgerock II is a medium grey sandstone tan polyester leatherette with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.61 + }, + { + "min": 50, + "max": 199, + "price": 13.88 + }, + { + "min": 200, + "max": null, + "price": 13.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5537/plb-11221-ridgerock-ii-tds-dt20240112182903846369.pdf?1705084146", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14927/ridgerock-ii-plb-11221-dt20230821164318469-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-11221/ridgerock-ii", + "scraped_at": "2026-04-30T14:45:39.215Z" + }, + { + "sku": "PLB-1257", + "color_name": "Pollywog Silver", + "description": "Pollywog Silver is a dark, shiny silver contrast with some shimmer. This color is a polyester leatherette powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4321/plb-1257-pollywog-silver-tds-dt20231013162831716263.pdf?1697214514", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9050/pollywog-silver-plb-1257-dt20220603212412920774-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-1257/pollywog-silver", + "scraped_at": "2026-04-30T14:45:54.527Z" + }, + { + "sku": "PLB-1567", + "color_name": "Teal Leatherette", + "description": "Teal Leatherette is a deep teal leatherette vein river polyester with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.68 + }, + { + "min": 50, + "max": 199, + "price": 18.7 + }, + { + "min": 200, + "max": null, + "price": 17.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2178/plb-1567-teal-leatherette-tds-dt20230425221029690166.pdf?1682460631", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9051/teal-leatherette-plb-1567-dt20230726145212718881-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-1567/teal-leatherette", + "scraped_at": "2026-04-30T14:46:07.949Z" + }, + { + "sku": "PLB-1572", + "color_name": "Peacock Leather", + "description": "Peacock Leather is a turquoise and silver color. This color is a polyester leatherette powder coat and has a satin finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.9 + }, + { + "min": 50, + "max": 199, + "price": 18.91 + }, + { + "min": 200, + "max": null, + "price": 17.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4322/plb-1572-peacock-leather-tds-dt20231013163118569765.pdf?1697214680", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/390/peacock-leather-plb-1572-dt20200417162937003-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-1572/peacock-leather", + "scraped_at": "2026-04-30T14:46:19.789Z" + }, + { + "sku": "PLB-1744", + "color_name": "Cosmic Silver Satin", + "description": "Cosmic Silver Satin is a silver charcoal. This color is a polyester leatherette powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.8 + }, + { + "min": 50, + "max": 199, + "price": 15.01 + }, + { + "min": 200, + "max": null, + "price": 14.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4323/plb-1744-cosmic-silver-satin-tds-dt20231013163506136509.pdf?1697214908", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/392/cosmic-silver-satin-plb-1744-dt20200522183855405-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-1744/cosmic-silver-satin", + "scraped_at": "2026-04-30T14:46:35.848Z" + }, + { + "sku": "PLB-1938", + "color_name": "Ginger Spice", + "description": "Ginger Spice is a tan color that has an orange peel texture and a dark brown speckled effect throughout the finish. This color is a polyester leatherette powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.17 + }, + { + "min": 50, + "max": 199, + "price": 16.31 + }, + { + "min": 200, + "max": null, + "price": 15.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4325/plb-1938-ginger-spice-tds-dt202310131639048966.pdf?1697215147", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/394/ginger-spice-plb-1938-dt20180709205758942-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-1938/ginger-spice", + "scraped_at": "2026-04-30T14:46:50.081Z" + }, + { + "sku": "PLB-1945", + "color_name": "Charcoal Leather", + "description": "Charcoal Leather is a grey and black polyester leatherette and has a satin finish. Satin: 21-36 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.35 + }, + { + "min": 50, + "max": 199, + "price": 18.38 + }, + { + "min": 200, + "max": null, + "price": 17.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8013/plb-1945-charcoal-leather-dt20260114213314218424.pdf?1768426395", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9053/charcoal-leather-plb-1945-dt20251229212347721529-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-1945/charcoal-leather", + "scraped_at": "2026-04-30T14:47:01.600Z" + }, + { + "sku": "PLB-2026", + "color_name": "Swedish Blue", + "description": "Swedish Blue is a slate blue highlighted with blue pearl. This color is a polyester leatherette powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.72 + }, + { + "min": 50, + "max": 199, + "price": 13.03 + }, + { + "min": 200, + "max": null, + "price": 12.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4324/plb-2026-swedish-blue-tds-dt20231013163731454447.pdf?1697215053", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9054/swedish-blue-plb-2026-dt20220418212926454528-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2026/swedish-blue", + "scraped_at": "2026-04-30T14:47:13.620Z" + }, + { + "sku": "PLB-2038", + "color_name": "Grecian Copper", + "description": "Grecian Copper is a copper and black contrast with a smooth and mild texture. This color is a polyester leatherette powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.41 + }, + { + "min": 50, + "max": 199, + "price": 12.74 + }, + { + "min": 200, + "max": null, + "price": 12.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4368/plb-2038-grecian-copper-tds-dt20231027180903171941.pdf?1698430145", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/396/grecian-copper-plb-2038-dt20200423224116533-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2038/grecian-copper", + "scraped_at": "2026-04-30T14:47:23.438Z" + }, + { + "sku": "PLB-2039", + "color_name": "Grecian Red", + "description": "Grecian Red is a dark burnt multi colored reddish black, with an orange peel texture. This color is a polyester leatherette powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.36 + }, + { + "min": 50, + "max": 199, + "price": 14.59 + }, + { + "min": 200, + "max": null, + "price": 13.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4369/plb-2039-grecian-red-tds-dt20231027181043172898.pdf?1698430245", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/398/grecian-red-plb-2039-dt2018070321211957-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2039/grecian-red", + "scraped_at": "2026-04-30T14:47:34.338Z" + }, + { + "sku": "PLB-2063", + "color_name": "Leatherwood", + "description": "Leatherwood is a black and brown contrast with a smooth and mild texture. This color is a polyester leatherette powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.5 + }, + { + "min": 50, + "max": 199, + "price": 11.88 + }, + { + "min": 200, + "max": null, + "price": 11.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2180/plb-2063-leatherwood-tds-dt20230425221434320776.pdf?1682460875", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/400/leatherwood-plb-2063-dt2019041617582703-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2063/leatherwood", + "scraped_at": "2026-04-30T14:47:45.189Z" + }, + { + "sku": "PLB-2077", + "color_name": "Ironstone Root", + "description": "Ironstone Root is a dark brown/purple with a tight vein pattern and a fine brown pearl. This color is a polyester leatherette powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.78 + }, + { + "min": 50, + "max": 199, + "price": 13.09 + }, + { + "min": 200, + "max": null, + "price": 12.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4370/plb-2077-ironstone-root-tds-dt20231027181257782836.pdf?1698430380", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/402/ironstone-root-plb-2077-dt20201222211414999-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2077/ironstone-root", + "scraped_at": "2026-04-30T14:47:58.927Z" + }, + { + "sku": "PLB-2097", + "color_name": "US Bronze Leather", + "description": "US Bronze Leather is a bronze and gold contrast with a smooth and mild texture. This color is a polyester leatherette powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.8 + }, + { + "min": 50, + "max": 199, + "price": 18.81 + }, + { + "min": 200, + "max": null, + "price": 17.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4371/plb-2097-us-bronze-leather-tds-dt20231027181525959349.pdf?1698430527", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/404/us-bronze-leather-plb-2097-dt20201210224252978-thumbnail.jpg?1607640174&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2097/us-bronze-leather", + "scraped_at": "2026-04-30T14:48:07.979Z" + }, + { + "sku": "PLB-2263", + "color_name": "Freckled Peach", + "description": "Freckled Peach is a peach color with specs of white and a smooth and mild texture. This color is a polyester leatherette powder coat and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Unit Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.09 + }, + { + "min": 50, + "max": 199, + "price": 12.44 + }, + { + "min": 200, + "max": null, + "price": 11.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4372/plb-2263-freckled-peach-tds-dt20231027185540663762.pdf?1698432942", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/408/freckled-peach-plb-2263-dt20200831224633469-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2263/freckled-peach", + "scraped_at": "2026-04-30T14:48:21.689Z" + }, + { + "sku": "PLB-2452", + "color_name": "Lilac Leather", + "description": "Lilac Leather is a lilac purple. This color is a polyester leatherette powder coat and has a satin finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.95 + }, + { + "min": 50, + "max": 199, + "price": 16.1 + }, + { + "min": 200, + "max": null, + "price": 15.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4374/plb-2452-lilac-leather-tds-dt20231027185824948554.pdf?1698433106", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/412/lilac-leather-plb-2452-dt20250425155542743257-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2452/lilac-leather", + "scraped_at": "2026-04-30T14:48:35.198Z" + }, + { + "sku": "PLB-2509", + "color_name": "Almond Latte", + "description": "Almond Latte is an almond color. This color is a polyester leatherette powder coat and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Unit Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural StoneHammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.14 + }, + { + "min": 50, + "max": 199, + "price": 12.48 + }, + { + "min": 200, + "max": null, + "price": 11.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3510/plb-2509-almond-latte-tds-dt20230918152553776177.pdf?1695050755", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/414/almond-latte-plb-2509-dt20180629175051135-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2509/almond-latte", + "scraped_at": "2026-04-30T14:48:46.494Z" + }, + { + "sku": "PLB-2557", + "color_name": "Copperdale", + "description": "Copperdale is an antique copper with a green/black contrast and a smooth and mild texture. This color is a polyester leatherette powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Hi there. Am I right in thinking the heavier you apply it the more the texture? - Pro Coat Auckland Ltd 04/10/19 09:57 pm Answer: For some finish types, yes that is true such is the case with fine texture powders but it's actually a little different with \"river\" and \"vein\" textures where you can actually lose some texture or definition if you spray too heavy. The typical thickness range is usually between 3.5-5 mils for those. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.64 + }, + { + "min": 50, + "max": 199, + "price": 13.91 + }, + { + "min": 200, + "max": null, + "price": 13.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4375/plb-2557-copperdale-tds-dt20231027190013684065.pdf?1698433216", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/416/copperdale-plb-2557-dt20210325161101859-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2557/copperdale", + "scraped_at": "2026-04-30T14:49:05.400Z" + }, + { + "sku": "PLB-2865", + "color_name": "Charcoal II", + "description": "Charcoal II is an ice blue and dark grey contrast with a smooth texture. This color is a polyester leatherette powder coat and has a satin finish. Satin: 21-35 Gloss Units *Recommended for interior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.02 + }, + { + "min": 50, + "max": 199, + "price": 14.27 + }, + { + "min": 200, + "max": null, + "price": 13.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2181/plb-2865-charcoal-ii-tds-dt20230425221600726085.pdf?1682460962", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/418/charcoal-ii-plb-2865-dt20210624224530653-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2865/charcoal-ii", + "scraped_at": "2026-04-30T14:49:19.739Z" + }, + { + "sku": "PLB-2894", + "color_name": "Karl's Bedrock", + "description": "Karl's Bedrock is a brown that has tan and grey specks of color and an orange peel texture. This color is a polyester leatherette powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural StoneHammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.29 + }, + { + "min": 50, + "max": 199, + "price": 17.38 + }, + { + "min": 200, + "max": null, + "price": 16.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3773/plb-2894-karls-bedrock-tds-dt20230925152654654191.pdf?1695655617", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/420/karls-bedrock-plb-2896-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2894/karls-bedrock", + "scraped_at": "2026-04-30T14:49:33.874Z" + }, + { + "sku": "PLB-3010", + "color_name": "Black Bronze Hammer", + "description": "Black Bronze Hammer is a black muted bronze polyester leatherette and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.51 + }, + { + "min": 50, + "max": 199, + "price": 15.68 + }, + { + "min": 200, + "max": null, + "price": 14.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8014/plb-3010-black-bronze-hammer-dt20260114213530636753.pdf?1768426532", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9056/black-bronze-hammer-plb-3010-dt20251229210147728883-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3010/black-bronze-hammer", + "scraped_at": "2026-04-30T14:49:43.676Z" + }, + { + "sku": "PLB-3110", + "color_name": "Vibrant Red", + "description": "Vibrant Red is a bright, sleek red. This color is a polyester leatherette powder coat with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.48 + }, + { + "min": 50, + "max": 199, + "price": 15.66 + }, + { + "min": 200, + "max": null, + "price": 14.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4376/plb-3110-vibrant-red-tds-dt2023102719015763775.pdf?1698433320", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9057/vibrant-red-plb-3110-dt20220516211807473462-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3110/vibrant-red", + "scraped_at": "2026-04-30T14:49:57.031Z" + }, + { + "sku": "PLB-3131", + "color_name": "Ironstone Bronze", + "description": "Ironstone Bronze is a bronze and black contrast with a smooth and mild texture. This color is a polyester leatherette powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.1 + }, + { + "min": 50, + "max": 199, + "price": 13.4 + }, + { + "min": 200, + "max": null, + "price": 12.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4379/plb-3131-ironstone-bronze-tds-dt20231027190725072044.pdf?1698433647", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/424/ironstone-bronze-plb-3131-dt2021050421482677-thumbnail.jpg?1620164907&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3131/ironstone-bronze", + "scraped_at": "2026-04-30T14:50:14.526Z" + }, + { + "sku": "PLB-3132", + "color_name": "Ironstone Gold", + "description": "Ironstone Gold is a gold and black contrast with a smooth texture. This color is a polyester leatherette powder coat and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.05 + }, + { + "min": 50, + "max": 199, + "price": 14.3 + }, + { + "min": 200, + "max": null, + "price": 13.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4380/plb-3132-ironstone-gold-tds-dt20231027191027370456.pdf?1698433829", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/426/ironstone-gold-plb-3132-dt20200528165517688-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3132/ironstone-gold", + "scraped_at": "2026-04-30T14:50:31.728Z" + }, + { + "sku": "PLB-3133", + "color_name": "Ironstone Marmalade", + "description": "Ironstone Marmalade is a bronze and black contrast with a smooth texture. This color is a polyester leatherette powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4381/plb-3133-ironstone-marmalade-tds-dt20231027191211774004.pdf?1698433934", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/428/ironstone-marmalade-plb-3133-dt2019022123225501-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3133/ironstone-marmalade", + "scraped_at": "2026-04-30T14:50:44.299Z" + }, + { + "sku": "PLB-3135", + "color_name": "Ironstone Silver", + "description": "Ironstone Silver is a dark grey and black contrast with a smooth texture. This color is a polyester leatherette powder coat and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4383/plb-3135-ironstone-silver-tds-dt202310271915363033.pdf?1698434138", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/432/ironstone-silver-plb-3135-dt20210127172651005-thumbnail.jpg?1611768412&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3135/ironstone-silver", + "scraped_at": "2026-04-30T14:50:54.331Z" + }, + { + "sku": "PLB-3136", + "color_name": "Ironstone Copper", + "description": "Ironstone Copper is a copper and black contrast with a smooth texture. This color is a polyester leatherette powder coat and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.37 + }, + { + "min": 50, + "max": 199, + "price": 13.65 + }, + { + "min": 200, + "max": null, + "price": 12.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4393/plb-3136-ironstone-copper-tds-dt2023102719412074024.pdf?1698435683", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/434/ironstone-copper-plb-3136-dt20210106190502004-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3136/ironstone-copper", + "scraped_at": "2026-04-30T14:51:05.549Z" + }, + { + "sku": "PLB-3137", + "color_name": "Ironstone Brass", + "description": "Ironstone Brass is a bronze/brass color. This color is a polyester leatherette powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.69 + }, + { + "min": 50, + "max": 199, + "price": 12.06 + }, + { + "min": 200, + "max": null, + "price": 11.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4385/plb-3137-ironstone-brass-tds-dt20231027191954805943.pdf?1698434397", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/436/ironstone-brass-plb-3137-dt20180702175656437-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3137/ironstone-brass", + "scraped_at": "2026-04-30T14:51:19.148Z" + }, + { + "sku": "PLB-3138", + "color_name": "Ironstone Blueberry", + "description": "Ironstone Blueberry is a navy blue and black contrast with a smooth and mild texture. This color is a polyester leatherette powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4386/plb-3138-ironstone-blueberry-tds-dt20231027192136238714.pdf?1698434498", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/438/ironstone-blueberry-plb-3138-dt20210415143440412-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3138/ironstone-blueberry", + "scraped_at": "2026-04-30T14:51:34.706Z" + }, + { + "sku": "PLB-3139", + "color_name": "Ironstone Plum", + "description": "Ironstone Plum is a dark purple and black contrast with a smooth texture. This color is a polyester leatherette powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4387/plb-3139-ironstone-plum-tds-dt20231027192308950789.pdf?1698434591", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/440/ironstone-plum-plb-3139-dt20200805162740117-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3139/ironstone-plum", + "scraped_at": "2026-04-30T14:51:50.088Z" + }, + { + "sku": "PLB-3140", + "color_name": "Ironstone Elderberry", + "description": "Ironstone Elderberry is an elderberry purple. This color is a polyester leatherette powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.74 + }, + { + "min": 50, + "max": 199, + "price": 12.1 + }, + { + "min": 200, + "max": null, + "price": 11.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4388/plb-3140-ironstone-elderberry-tds-dt20231027192510595594.pdf?1698434713", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/442/ironstone-elderberry-plb-3140-dt20180702175932699-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3140/ironstone-elderberry", + "scraped_at": "2026-04-30T14:52:02.460Z" + }, + { + "sku": "PLB-3141", + "color_name": "Ironstone Blackberry", + "description": "Ironstone Blackberry is a light maroon and black contrast with a smooth texture. This color is a polyester leatherette powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4389/plb-3141-ironstone-blackberry-tds-dt2023102719292417734.pdf?1698434966", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/444/ironstone-blackberry-plb-3141-dt20180629223310646-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3141/ironstone-blackberry", + "scraped_at": "2026-04-30T14:52:14.573Z" + }, + { + "sku": "PLB-3142", + "color_name": "Ironstone Blue", + "description": "Ironstone Blue is a navy blue and black contrast with a smooth texture. This color is a polyester leatherette powder coat and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4390/plb-3142-ironstone-blue-tds-dt20231027193553556597.pdf?1698435355", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/446/ironstone-blue-plb-3142-dt20200629225517622-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3142/ironstone-blue", + "scraped_at": "2026-04-30T14:52:26.261Z" + }, + { + "sku": "PLB-3143", + "color_name": "Ironstone Burgundy", + "description": "Ironstone Burgundy is a burgundy and black contrast with a smooth texture. This color is a polyester leatherette powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.74 + }, + { + "min": 50, + "max": 199, + "price": 12.1 + }, + { + "min": 200, + "max": null, + "price": 11.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4391/plb-3143-ironstone-burgundy-tds-dt20231027193807069501.pdf?1698435489", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/448/ironstone-burgundy-plb-3143-dt20180629223624838-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3143/ironstone-burgundy", + "scraped_at": "2026-04-30T14:52:38.050Z" + }, + { + "sku": "PLB-3144", + "color_name": "Ironstone Silver Satin", + "description": "Ironstone Silver Satin is a satin silver. This color is a polyester leatherette powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.2 + }, + { + "min": 50, + "max": 199, + "price": 13.49 + }, + { + "min": 200, + "max": null, + "price": 12.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4392/plb-3144-ironstone-silver-satin-tds-dt20231027193949266189.pdf?1698435591", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/450/ironstone-silver-satin-plb-3144-dt20200416150705175-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3144/ironstone-silver-satin", + "scraped_at": "2026-04-30T14:52:51.814Z" + }, + { + "sku": "PLB-3145", + "color_name": "Ironstone Midnight", + "description": "Ironstone Midnight is a dark silver contrast with a hint of blue. This color is a polyester leatherette powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.49 + }, + { + "min": 50, + "max": 199, + "price": 11.87 + }, + { + "min": 200, + "max": null, + "price": 11.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4394/plb-3145-ironstone-midnight-tds-dt20231027194311765253.pdf?1698435794", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/452/ironstone-midnight-plb-3145-dt20210129182817199-thumbnail.jpg?1611944898&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3145/ironstone-midnight", + "scraped_at": "2026-04-30T14:53:04.089Z" + }, + { + "sku": "PLB-3147", + "color_name": "Ironstone Sparkle", + "description": "Ironstone Sparkle is a very dark grey charcoal. This color is a polyester leatherette powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4396/plb-3147-ironstone-sparkle-tds-dt20231027194700019042.pdf?1698436022", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/456/ironstone-sparkle-plb-3147-dt20180702150944604-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3147/ironstone-sparkle", + "scraped_at": "2026-04-30T14:53:21.371Z" + }, + { + "sku": "PLB-4678", + "color_name": "IRONSTONE ROOTBEER", + "description": "Ironstone Rootbeer is a dark brown and black contrast. This color is a polyester leatherette powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.44 + }, + { + "min": 50, + "max": 199, + "price": 13.72 + }, + { + "min": 200, + "max": null, + "price": 13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4597/plb-4678-ironstone-rootbeer-tds-dt20231102163613915067.pdf?1698942976", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8927/ironstone-rootbeer-plb-4678-dt20220420145616497234-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-4678/ironstone-rootbeer", + "scraped_at": "2026-04-30T14:53:31.878Z" + }, + { + "sku": "PLB-6789", + "color_name": "Antique Charcoal", + "description": "Antique Charcoal is a dark charcoal grey. This color is a polyester leatherette powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.17 + }, + { + "min": 50, + "max": 199, + "price": 11.56 + }, + { + "min": 200, + "max": null, + "price": 10.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4600/plb-6789-antique-charcoal-tds-dt20231102164523763531.pdf?1698943526", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/462/antique-charcoal-plb-6789-dt20201222195301233-thumbnail.jpg?1608666782&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-6789/antique-charcoal", + "scraped_at": "2026-04-30T14:53:42.357Z" + }, + { + "sku": "PLB-6990", + "color_name": "IRONSTONE GONZIO", + "description": "Ironstone Gonzio is a shadowy black and brassy gold contrast. This color is a polyester leatherette powder coat with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.3 + }, + { + "min": 50, + "max": 199, + "price": 11.69 + }, + { + "min": 200, + "max": null, + "price": 11.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4601/plb-6990-ironstone-gonzio-tds-dt2023110216481761859.pdf?1698943699", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9061/ironstone-gonzio-plb-6990-dt20200609173749578-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-6990/ironstone-gonzio", + "scraped_at": "2026-04-30T14:53:56.279Z" + }, + { + "sku": "PLS-2334", + "color_name": "Hilltop Silver", + "description": "Hilltop Silver is a grey/silver. This color is a polyester leatherette powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.04 + }, + { + "min": 50, + "max": 199, + "price": 11.44 + }, + { + "min": 200, + "max": null, + "price": 10.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4602/pls-2334-hilltop-silver-tds-dt20231102164942755922.pdf?1698943785", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/464/hilltop-silver-pls-2334-dt20250624213755057546-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PLS-2334/hilltop-silver", + "scraped_at": "2026-04-30T14:54:11.620Z" + }, + { + "sku": "PM002QF", + "color_name": "20-8002HY-25 HYSQ WALNUT", + "description": "PM002QF 20-8002HY-25 WALNUT/7402/25KG Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 16.96 + }, + { + "min": 1, + "max": 99999999, + "price": 16.96 + }, + { + "min": 100000000, + "max": null, + "price": 16.96 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11983/20-8002hy-25-hysq-walnut-pm002qf-dt20201028224346823-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PM002QF/20-8002hy-25-hysq-walnut", + "scraped_at": "2026-04-30T14:54:25.501Z" + }, + { + "sku": "PM105QF", + "color_name": "20-8249HY-25 HYSQ BRNZ U1579-2", + "description": "PM105QF 20-8249HY BRNZ U1579-2/7402/25KG Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.53 + }, + { + "min": 1, + "max": 99999999, + "price": 13.53 + }, + { + "min": 100000000, + "max": null, + "price": 13.53 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11984/20-8249hy-25-hysq-brnz-u1579-2-pm105qf-dt20201028224435915-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PM105QF/20-8249hy-25-hysq-brnz-u1579-2", + "scraped_at": "2026-04-30T14:54:37.087Z" + }, + { + "sku": "PM210QF", + "color_name": "22-8004 CORVEL CHICORY U1576-2", + "description": "PM210QF 22-8004 CHICRY U1576-2/7402/25KG Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 19.28 + }, + { + "min": 1, + "max": 99999999, + "price": 19.28 + }, + { + "min": 100000000, + "max": null, + "price": 19.28 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11985/22-8004-corvel-chicory-u1576-2-pm210qf-dt20201028224530443-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PM210QF/22-8004-corvel-chicory-u1576-2", + "scraped_at": "2026-04-30T14:54:47.577Z" + }, + { + "sku": "PMB-0113", + "color_name": "Maxi Black", + "description": "Maxi Black is a rich black metallic with a fine flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.77 + }, + { + "min": 50, + "max": 199, + "price": 12.13 + }, + { + "min": 200, + "max": null, + "price": 11.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4603/pmb-0113-maxi-black-tds-dt20231102165156297632.pdf?1698943918", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/6176/maxi-black-pmb-114-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0113/maxi-black", + "scraped_at": "2026-04-30T14:55:00.545Z" + }, + { + "sku": "PMB-0195", + "color_name": "Black Bronze", + "description": "Black Bronze is a very dark bronze. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Hello, I recently coated some wheels with the PMB-0195. In less than a year, the customer brought them back because they turned a matte-black finish. Why did they darken up? UV stability reads \"good\" for that color. Can you explain how to determine in your color codes if a product needs clear or not? Thanks - Jeff Kilts 05/09/21 11:16 am Answer: When applying a metallic like Black Bronze PMB-0195 onto wheels, we would recommend a clear coat like Clear Vision PPS-2974 not because of its ability to protect the wheels from UV damage (which it can do a wonderful job of this) but also to protect the metallic flakes from corroding. That is what is going on with the wheels that are darkening. Exposure to the elements and chemicals used to clean, along with handling will start that corrosion process quickly. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.36 + }, + { + "min": 50, + "max": 199, + "price": 11.74 + }, + { + "min": 200, + "max": null, + "price": 11.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4604/pmb-0195-black-bronze-tds-dt20231102165438384011.pdf?1698944080", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/468/black-bronze-pmb-0195-dt20250623220854986791-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0195/black-bronze", + "scraped_at": "2026-04-30T14:55:13.578Z" + }, + { + "sku": "PMB-0223", + "color_name": "Heavy Black Metallic", + "description": "Heavy Black Metallic is a rich black metallic with a slight green/silver sparkle. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: I'm looking for a gloss black metallic with gold in it, do you have anything? - Matt Walston 04/04/19 05:36 pm VIEW 1 MORE ANSWER Answer: We have a lot of options that could fit that description. If you have something very specific in mind we suggest getting in touch with our color matching department with the specifics of your request and they will be able to provide you with some options. They can be reached at colormatch@prismaticpowders.com - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.28 + }, + { + "min": 50, + "max": 199, + "price": 11.67 + }, + { + "min": 200, + "max": null, + "price": 11.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3334/pmb-0223-heavy-black-metallic-tds-dt20230912215030724924.pdf?1694555432", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/6177/heavy-black-metallic-pmb-0223-dt2020041021511648-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0223/heavy-black-metallic", + "scraped_at": "2026-04-30T14:55:29.237Z" + }, + { + "sku": "PMB-0297", + "color_name": "Aztec Dust", + "description": "Aztec Dust is a dark turquoise green with shimmering silver metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.08 + }, + { + "min": 50, + "max": 199, + "price": 17.18 + }, + { + "min": 200, + "max": null, + "price": 16.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2235/pmb-0297-aztec-dust-tds-dt20230503201255358956.pdf?1683144777", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9062/aztec-dust-pmb-0297-dt20220418212454563633-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0297/aztec-dust", + "scraped_at": "2026-04-30T14:55:40.366Z" + }, + { + "sku": "PMB-0310", + "color_name": "Peacock Sparkle", + "description": "Peacock Sparkle is a turquoise color with a metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.14 + }, + { + "min": 50, + "max": 199, + "price": 15.33 + }, + { + "min": 200, + "max": null, + "price": 14.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4605/pmb-0310-peacock-sparkle-tds-dt20231102165609759594.pdf?1698944171", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/469/peacock-sparkle-pmb-0310-dt20181016223954283-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0310/peacock-sparkle", + "scraped_at": "2026-04-30T14:55:55.025Z" + }, + { + "sku": "PMB-0315", + "color_name": "Rosebud Sparkle", + "description": "Rosebud Sparkle is a deep red with a soft metallic flake that ranges from red to a deep pink in various lighting. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.17 + }, + { + "min": 50, + "max": 199, + "price": 13.46 + }, + { + "min": 200, + "max": null, + "price": 12.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3726/pmb-0315-rosebud-sparkle-tds-dt20230921222956129137.pdf?1695335398", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/470/rosebud-sparkle-pmb-0315-dt20181022214934928-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0315/rosebud-sparkle", + "scraped_at": "2026-04-30T14:56:06.903Z" + }, + { + "sku": "PMB-0512", + "color_name": "Silver Metallic I", + "description": "Silver Metallic I is a sparkling light silver. This color is a polyester metallic powder coat with a semi-gloss finish. *A clear top coat is recommended for exterior use* Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.28 + }, + { + "min": 50, + "max": 199, + "price": 20.22 + }, + { + "min": 200, + "max": null, + "price": 19.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3871/pmb-0512-silver-metallic-i-tds-dt20230926161522526062.pdf?1695744924", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9063/silver-metallic-i-pmb-0512-dt20220418212810034553-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0512/silver-metallic-i", + "scraped_at": "2026-04-30T14:56:19.757Z" + }, + { + "sku": "PMB-0513", + "color_name": "Silver Metallic II", + "description": "Silver Metallic II is a bright silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.84 + }, + { + "min": 50, + "max": 199, + "price": 19.8 + }, + { + "min": 200, + "max": null, + "price": 18.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4606/pmb-0513-silver-metallic-ii-tds-dt20231102165822144136.pdf?1698944304", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/471/silver-metallic-ii-pmb-0513-dt20250819205002706335-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0513/silver-metallic-ii", + "scraped_at": "2026-04-30T14:56:35.497Z" + }, + { + "sku": "PMB-0548", + "color_name": "Titanium Gold", + "description": "Titanium Gold is a gold/titanium base with a heavy metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.03 + }, + { + "min": 50, + "max": 199, + "price": 15.23 + }, + { + "min": 200, + "max": null, + "price": 14.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7711/pmb-0548-titanium-gold-dt20251216184824862494.pdf?1765910906", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/472/titanium-gold-pmb-0548-dt20250602215838859249-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0548/titanium-gold", + "scraped_at": "2026-04-30T14:56:45.350Z" + }, + { + "sku": "PMB-0565", + "color_name": "Lazer Navy", + "description": "Lazer Navy is a light navy blue with a soft blue metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4608/pmb-0565-lazer-navy-tds-dt202311021757143164.pdf?1698947836", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/474/lazer-navy-pmb-0565-dt20190313162532025-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0565/lazer-navy", + "scraped_at": "2026-04-30T14:56:55.988Z" + }, + { + "sku": "PMB-0566", + "color_name": "Easter Lavender", + "description": "Easter Lavender is a purple color with a faint metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH EASTER LAVENDER View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.12 + }, + { + "min": 50, + "max": 199, + "price": 18.16 + }, + { + "min": 200, + "max": null, + "price": 17.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4609/pmb-0566-easter-lavender-tds-dt20231102180117133907.pdf?1698948080", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/475/easter-lavender-pmb-0566-dt20200529221711982-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0566/easter-lavender", + "scraped_at": "2026-04-30T14:57:13.196Z" + }, + { + "sku": "PMB-0574", + "color_name": "Magenta Sparkle", + "description": "Magenta Sparkle is a rich magenta with a heavy metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Magenta Red PSS-4924 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.95 + }, + { + "min": 50, + "max": 199, + "price": 23.7 + }, + { + "min": 200, + "max": null, + "price": 22.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4610/pmb-0574-magenta-sparkle-tds-dt20231102180330907282.pdf?1698948213", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/476/magenta-sparkle-pmb-0574-dt20210923151029041-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0574/magenta-sparkle", + "scraped_at": "2026-04-30T14:57:28.776Z" + }, + { + "sku": "PMB-0578", + "color_name": "Sail Purple", + "description": "Sail Purple is a dark purple with a subtle purple metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Sail Blue PSS-4510 River (Satin): Sailor River PRB-1692 Metallic (Gloss): Mad Hatter PMB-3028 / Cosmic Purple PMB-2159 / Lonestar Blue PMB-5588 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.26 + }, + { + "min": 50, + "max": 199, + "price": 15.45 + }, + { + "min": 200, + "max": null, + "price": 14.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4611/pmb-0578-sail-purple-tds-dt20231102180718268641.pdf?1698948440", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/477/sail-purple-pmb-580-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0578/sail-purple", + "scraped_at": "2026-04-30T14:57:45.003Z" + }, + { + "sku": "PMB-0593", + "color_name": "Soft White", + "description": "Soft White is a bright white with an iridescent pearl. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.89 + }, + { + "min": 50, + "max": 199, + "price": 12.25 + }, + { + "min": 200, + "max": null, + "price": 11.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4612/pmb-0593-soft-white-tds-dt20231102180923884538.pdf?1698948565", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8935/soft-white-pmb-0593-dt20190321212218428-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0593/soft-white", + "scraped_at": "2026-04-30T14:58:00.315Z" + }, + { + "sku": "PMB-0621", + "color_name": "Mellow Yellow", + "description": "Mellow Yellow is a medium yellow with a fine metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 40, + "price": 15.35 + }, + { + "min": 41, + "max": 199, + "price": 14.58 + }, + { + "min": 200, + "max": null, + "price": 13.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4613/pmb-0621-mellow-yellow-tds-dt20231102181055576457.pdf?1698948657", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/478/mellow-yellow-pmb-0621-dt20210915165612788-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0621/mellow-yellow", + "scraped_at": "2026-04-30T14:58:14.505Z" + }, + { + "sku": "PMB-0642", + "color_name": "US Blue", + "description": "US Blue is a light navy blue metallic with a soft silver metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.14 + }, + { + "min": 50, + "max": 199, + "price": 14.38 + }, + { + "min": 200, + "max": null, + "price": 13.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4614/pmb-0642-us-dt20231102181317874383.pdf?1698948799", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/479/u-s-blue-pmb-0642-dt20181026224938252-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0642/us-blue", + "scraped_at": "2026-04-30T14:58:28.990Z" + }, + { + "sku": "PMB-0644", + "color_name": "Wild Cherry", + "description": "Wild Cherry is a dark cherry red with a fine metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.7 + }, + { + "min": 50, + "max": 199, + "price": 14.92 + }, + { + "min": 200, + "max": null, + "price": 14.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4615/pmb-0644-wild-cherry-tds-dt20231102181452127585.pdf?1698948895", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/480/wild-cherry-pmb-0644-dt2018102921474069-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0644/wild-cherry", + "scraped_at": "2026-04-30T14:58:42.432Z" + }, + { + "sku": "PMB-0647", + "color_name": "Plum Violet", + "description": "Plum Violet is a violet plum metallic and is a shade lighter than Plum Burgundy. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.88 + }, + { + "min": 50, + "max": 199, + "price": 15.09 + }, + { + "min": 200, + "max": null, + "price": 14.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4616/pmb-0647-plum-violet-tds-dt20231102181646136894.pdf?1698949008", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/481/plum-violet-pmb-0647-dt20181019202755473-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0647/plum-violet", + "scraped_at": "2026-04-30T14:58:58.034Z" + }, + { + "sku": "PMB-0659", + "color_name": "Lazer Pink", + "description": "Lazer Pink is a shimmering pink metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH LAZER PINK View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.39 + }, + { + "min": 50, + "max": 199, + "price": 20.32 + }, + { + "min": 200, + "max": null, + "price": 19.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7759/pmb-0659-lazer-pink-dt20251229215330720774.pdf?1767045212", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/482/lazer-pink-pmb-0659-dt20260126191002305138-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0659/lazer-pink", + "scraped_at": "2026-04-30T14:59:14.388Z" + }, + { + "sku": "PMB-0676", + "color_name": "Catalina Blue", + "description": "Catalina Blue is a deep sparkling blue color. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Metallic (Semi-Gloss): Hot Springs PMB-0889 Metallic (Gloss): Geyser Teal PMB-1073 / Truck-N-Teal PMB-1870 Solid Tone (Gloss): Perfect Teal PSS-6339 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.36 + }, + { + "min": 50, + "max": 199, + "price": 20.29 + }, + { + "min": 200, + "max": null, + "price": 19.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4618/pmb-0676-catalina-blue-tds-dt20231102192928879272.pdf?1698953370", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/483/catalina-blue-pmb-0676-dt20210325161020747-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0676/catalina-blue", + "scraped_at": "2026-04-30T14:59:26.065Z" + }, + { + "sku": "PMB-0680", + "color_name": "Albatross", + "description": "Albatross is a white pearl color with a metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4619/pmb-0680-albatross-tds-dt20231102193115709268.pdf?1698953477", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/484/albatross-pmb-0680-dt20181004211849929-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0680/albatross", + "scraped_at": "2026-04-30T14:59:40.810Z" + }, + { + "sku": "PMB-0684", + "color_name": "Golden Saddle", + "description": "Golden Saddle is a bronze with a heavy gold metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.79 + }, + { + "min": 50, + "max": 199, + "price": 15 + }, + { + "min": 200, + "max": null, + "price": 14.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4620/pmb-0684-golden-saddle-tds-dt2023110219330414423.pdf?1698953586", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/485/golden-saddle-pmb-0684-dt20211101163128183-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0684/golden-saddle", + "scraped_at": "2026-04-30T14:59:55.004Z" + }, + { + "sku": "PMB-0685", + "color_name": "Copper Sunset", + "description": "Copper Sunset is a dark copper with a hint of brown and a heavy copper metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.88 + }, + { + "min": 50, + "max": 199, + "price": 17.94 + }, + { + "min": 200, + "max": null, + "price": 16.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4621/pmb-0685-copper-sunset-tds-dt20231102193457592854.pdf?1698953699", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/486/copper-sunset-pmb-0685-dt20180926205121636-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0685/copper-sunset", + "scraped_at": "2026-04-30T15:00:10.021Z" + }, + { + "sku": "PMB-0729", + "color_name": "Misty Lilac", + "description": "Misty Lilac is a shimmering lilac purple metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Pastels RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.38 + }, + { + "min": 50, + "max": 199, + "price": 15.56 + }, + { + "min": 200, + "max": null, + "price": 14.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4622/pmb-0729-misty-lilac-tds-dt20231102193714952603.pdf?1698953836", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/487/misty-lilac-pmb-0729-dt20241206174103775936-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0729/misty-lilac", + "scraped_at": "2026-04-30T15:00:24.934Z" + }, + { + "sku": "PMB-0736", + "color_name": "Lite Peacock", + "description": "Lite Peacock is a light greenish blue metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Pastels RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.85 + }, + { + "min": 50, + "max": 199, + "price": 13.16 + }, + { + "min": 200, + "max": null, + "price": 12.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2949/pmb-0736-lite-peacock-tds-dt20230824214849949199.pdf?1692913731", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/488/lite-peacock-pmb-0736-dt20210803225001293-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0736/lite-peacock", + "scraped_at": "2026-04-30T15:00:40.383Z" + }, + { + "sku": "PMB-0741", + "color_name": "Seascape Blue", + "description": "Seascape Blue is a light blue silver polyester with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.34 + }, + { + "min": 50, + "max": 199, + "price": 19.32 + }, + { + "min": 200, + "max": null, + "price": 18.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2182/pmb-0741-seascape-blue-tds-dt20230425221739007549.pdf?1682461060", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7374/seascape-blue-pmb-0741-dt20230724201523837512-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0741/seascape-blue", + "scraped_at": "2026-04-30T15:00:57.180Z" + }, + { + "sku": "PMB-0750", + "color_name": "Peacock Pink", + "description": "Peacock Pink is a bright pink metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.68 + }, + { + "min": 50, + "max": 199, + "price": 20.6 + }, + { + "min": 200, + "max": null, + "price": 19.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8037/pmb-0750-peacock-pink-dt20260119162221762694.pdf?1768839743", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/489/peacock-pink-pmb-0750-dt20250624221836057144-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0750/peacock-pink", + "scraped_at": "2026-04-30T15:01:11.176Z" + }, + { + "sku": "PMB-0766", + "color_name": "Mediterranean Blue", + "description": "Mediterranean Blue is a true blue with a heavy silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.03 + }, + { + "min": 50, + "max": 199, + "price": 19.03 + }, + { + "min": 200, + "max": null, + "price": 18.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4625/pmb-0766-mediterranean-blue-tds-dt20231102194410688991.pdf?1698954253", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/490/mediterranean-blue-pmb-0766-dt20181012215410949-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0766/mediterranean-blue", + "scraped_at": "2026-04-30T15:01:27.351Z" + }, + { + "sku": "PMB-0770", + "color_name": "Brazil Blue", + "description": "Brazilian Blue is a medium blue with a fine blue metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.29 + }, + { + "min": 50, + "max": 199, + "price": 13.58 + }, + { + "min": 200, + "max": null, + "price": 12.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4626/pmb-0770-brazilian-blue-tds-dt2023110221282499901.pdf?1698960506", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/491/brazilian-blue-pmb-0770-dt20180924154028292-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0770/brazil-blue", + "scraped_at": "2026-04-30T15:01:47.285Z" + }, + { + "sku": "PMB-0776", + "color_name": "Rooster Red", + "description": "Rooster Red is a rich garnet red highlighted with silver metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.82 + }, + { + "min": 50, + "max": 199, + "price": 17.88 + }, + { + "min": 200, + "max": null, + "price": 16.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3881/pmb-0776-rooster-red-tds-dt20230926164356586349.pdf?1695746638", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9064/rooster-red-pmb-0776-dt20220418212632944214-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0776/rooster-red", + "scraped_at": "2026-04-30T15:02:00.988Z" + }, + { + "sku": "PMB-0783", + "color_name": "Stoneware Blue", + "description": "Stoneware Blue is a light greyish blue with a silver metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Due to the specific pigment used in this product, a clear or other top coat may dramatically change the color. Spray a test piece to ensure that the final color meets your requirements. *This color is also available in the following alternative finishes: Solid Tone (Gloss): China Blue PSS-0580 Metallic (Semi-Gloss): Galen's Blue PMB-4179 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.24 + }, + { + "min": 50, + "max": 199, + "price": 16.38 + }, + { + "min": 200, + "max": null, + "price": 15.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4627/pmb-0783-stoneware-blue-tds-dt2023110221294558086.pdf?1698960587", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/492/stoneware-blue-pmb-785-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0783/stoneware-blue", + "scraped_at": "2026-04-30T15:02:13.232Z" + }, + { + "sku": "PMB-0784", + "color_name": "Shadowmaker Blue", + "description": "Shadowmaker Blue is a shimmering baby blue with silver metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Due to the specific pigment used in this product, a clear or other top coat may dramatically change the color. Spray a test piece to ensure that the final color meets your requirements. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.55 + }, + { + "min": 50, + "max": 199, + "price": 15.72 + }, + { + "min": 200, + "max": null, + "price": 14.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3872/pmb-0784-shadowmaker-blue-tds-dt20230926161811221046.pdf?1695745093", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9065/shadowmaker-blue-pmb-0784-dt20220804142622210119-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0784/shadowmaker-blue", + "scraped_at": "2026-04-30T15:02:26.210Z" + }, + { + "sku": "PMB-0791", + "color_name": "Cool Pearl", + "description": "Cool Pearl is a cool pearl metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4842/pmb-0791-cool-pearl-tds-dt20231121214132208135.pdf?1700602894", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/493/cool-pearl-pmb-0791-dt20190312223105998-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0791/cool-pearl", + "scraped_at": "2026-04-30T15:02:39.012Z" + }, + { + "sku": "PMB-0803", + "color_name": "Bayside Grey", + "description": "Bayside Grey is a grey silver metallic polyester and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.02 + }, + { + "min": 50, + "max": 199, + "price": 17.12 + }, + { + "min": 200, + "max": null, + "price": 16.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8016/pmb-0803-bayside-grey-dt20260114213750957695.pdf?1768426672", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9066/bayside-grey-pmb-0803-dt2025122221495983051-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0803/bayside-grey", + "scraped_at": "2026-04-30T15:02:50.694Z" + }, + { + "sku": "PMB-0806", + "color_name": "Rocky Red", + "description": "Rocky Red is a dark maroon/red with a fine red metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.63 + }, + { + "min": 50, + "max": 199, + "price": 15.8 + }, + { + "min": 200, + "max": null, + "price": 14.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4844/pmb-0806-rocky-red-tds-dt20231121214631487207.pdf?1700603193", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/495/rocky-red-pmb-0806-dt20200410144527025-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0806/rocky-red", + "scraped_at": "2026-04-30T15:03:07.438Z" + }, + { + "sku": "PMB-0827", + "color_name": "Cherry Slush", + "description": "Cherry Slush is a rich sangria red with silver metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.55 + }, + { + "min": 50, + "max": 199, + "price": 17.62 + }, + { + "min": 200, + "max": null, + "price": 16.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3873/pmb-0827-cherry-slush-tds-dt20230926162013011229.pdf?1695745215", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9067/cherry-slush-pmb-0827-dt20220418212607974697-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0827/cherry-slush", + "scraped_at": "2026-04-30T15:03:24.804Z" + }, + { + "sku": "PMB-0846", + "color_name": "Metropolitan Silver", + "description": "Metropolitan Silver is a medium grey silver polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.65 + }, + { + "min": 50, + "max": 199, + "price": 20.57 + }, + { + "min": 200, + "max": null, + "price": 19.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2184/pmb-0846-metropolitan-silver-tds-dt20230425222206106773.pdf?1682461327", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9068/metropolitan-silver-pmb-0846-dt20231102153834694916-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0846/metropolitan-silver", + "scraped_at": "2026-04-30T15:03:37.814Z" + }, + { + "sku": "PMB-0847", + "color_name": "Silverstone", + "description": "Silverstone is a polished aluminum color. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.97 + }, + { + "min": 50, + "max": 199, + "price": 14.22 + }, + { + "min": 200, + "max": null, + "price": 13.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7736/pmb-0847-silverstone-dt20251229201142785833.pdf?1767039104", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/496/silverstone-pmb-0847-dt20200414200206341-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0847/silverstone", + "scraped_at": "2026-04-30T15:03:57.975Z" + }, + { + "sku": "PMB-0850", + "color_name": "British Silver", + "description": "British Silver is a light silver/grey with a shiny, shimmering finish. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.8 + }, + { + "min": 50, + "max": 199, + "price": 18.81 + }, + { + "min": 200, + "max": null, + "price": 17.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3880/pmb-0850-british-silver-tds-dt20230926164137678625.pdf?1695746499", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9069/british-silver-pmb-0850-dt20220803213316368174-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0850/british-silver", + "scraped_at": "2026-04-30T15:04:12.446Z" + }, + { + "sku": "PMB-0865", + "color_name": "Midnight Gold", + "description": "Midnight Gold is a black with a rich dark gold metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4845/pmb-0865-midnight-gold-tds-dt20231121214832349649.pdf?1700603314", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/497/midnight-gold-pmb-0865-dt20190423175050016-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0865/midnight-gold", + "scraped_at": "2026-04-30T15:04:27.460Z" + }, + { + "sku": "PMB-0869", + "color_name": "Limelite", + "description": "Limelite is a neon green with a silver metallic flake. This color is a polyester metallic powder coat and has a glossy finish. ***NOTE: Please be aware that the pigment used to formulate this color may have small black or red specks. This is due to the process and chemistry that is adherent to this pigment. *This color may have limited UV stability. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH LIMELITE View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Limelite (PMB-0869) shows to cure at 400F for 18 min. and the Clear Vision (PSS-2974) at 390F. till it flows-out then 355F for 12min. How do I go about properly curing? - Jason Belciano 12/26/19 11:36 am Answer: Hello and thank you for the inquiry, You have the cure times switched in your question. Limelite (PMB-0869) has a cure time at 12 minutes at 400 degrees F. Clear Vision (PSS-2974) has a cure time of 18 minutes at 355 degrees F after a flow-out at 390 degrees F. Basically you will disregard the Limelite (PMB-0869) cure time and only partial cure or wait until flow-out (add a minute past flow-out for good measure). Flow-out usually happens at around 250 to 300 degrees F. Then pull the part from the oven and allow to cool. With a lower KV setting (if possible) Apply Clear Vision (PSS-2974) then cure both coatings based on Clear Vision's cure schedule. Start with an oven that was reset to 390. Place into the oven and wait for flow out (390 because powders like a fast flow-out and its under 400 so as not to burn the Clear Vision). Once slow-out is achieved (again, flow-out usually happens between 250 and 300) reset the oven to 355. Meanwhile the part is still climbing in temperature. Once it reaches 355 (substrate temp) then set the cure timer for 18 minutes. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.1 + }, + { + "min": 50, + "max": 199, + "price": 19.1 + }, + { + "min": 200, + "max": null, + "price": 18.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4191/pmb-0869-limelite-tds-dt20231004144855084633.pdf?1696430937", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/498/limelite-pmb-0869-dt20250610200119638226-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0869/limelite", + "scraped_at": "2026-04-30T15:04:41.151Z" + }, + { + "sku": "PMB-0878", + "color_name": "Moody Blue", + "description": "Moody Blue is a dark navy blue and silver metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4846/pmb-0878-moody-blue-tds-dt20231121215002046955.pdf?1700603403", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/499/moody-blue-pmb-0878-dt2018101620381312-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0878/moody-blue", + "scraped_at": "2026-04-30T15:04:58.935Z" + }, + { + "sku": "PMB-0889", + "color_name": "Hot Springs", + "description": "Hot Springs is a rich turquoise blue metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Perfect Teal PSS-6339 Metallic (Gloss): Geyser Teal PMB-1073 / Catalina Blue PMB-0676 / Truck-N-Teal PMB-1870 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.43 + }, + { + "min": 50, + "max": 199, + "price": 17.51 + }, + { + "min": 200, + "max": null, + "price": 16.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4847/pmb-0889-hot-springs-tds-dt20231121215134596314.pdf?1700603496", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/500/hot-springs-pmb-0889-dt20201210223843497-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0889/hot-springs", + "scraped_at": "2026-04-30T15:05:15.827Z" + }, + { + "sku": "PMB-0902", + "color_name": "Hollyburn", + "description": "Hollyburn is a dark orange with a fire orange metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.17 + }, + { + "min": 50, + "max": 199, + "price": 19.16 + }, + { + "min": 200, + "max": null, + "price": 18.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4848/pmb-0902-hollyburn-tds-dt20231121215323486263.pdf?1700603605", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/501/hollyburn-pmb-0902-dt20250603220448917684-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0902/hollyburn", + "scraped_at": "2026-04-30T15:05:32.823Z" + }, + { + "sku": "PMB-0907", + "color_name": "Steelhead Blue", + "description": "Steelhead Blue is a medium blue with a white/silver metallic pearl. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Truck Blue PSS-1126 River (Satin): Truck Blue River PRB-4596 Metallic (Gloss): Mist Blue PMB-4938 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.99 + }, + { + "min": 50, + "max": 199, + "price": 16.14 + }, + { + "min": 200, + "max": null, + "price": 15.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4849/pmb-0907-steelhead-blue-tds-dt20231121215600849216.pdf?1700603762", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/502/steelhead-blue-pmb-0907-dt20210330152944943-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0907/steelhead-blue", + "scraped_at": "2026-04-30T15:05:49.973Z" + }, + { + "sku": "PMB-0920", + "color_name": "Wild Strawberry", + "description": "Wild Strawberry is a vibrant red with a medium metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.87 + }, + { + "min": 50, + "max": 199, + "price": 14.13 + }, + { + "min": 200, + "max": null, + "price": 13.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4850/pmb-0920-wild-strawberry-tds-dt20231121215734631286.pdf?1700603856", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/503/wild-strawberry-pmb-0920-dt20190621173005906-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0920/wild-strawberry", + "scraped_at": "2026-04-30T15:06:03.869Z" + }, + { + "sku": "PMB-0932", + "color_name": "Sage Teal Sparkle", + "description": "Sage Teal Sparkle is a dark green/blue with a fine metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.71 + }, + { + "min": 50, + "max": 199, + "price": 17.77 + }, + { + "min": 200, + "max": null, + "price": 16.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4851/pmb-0932-sage-teal-sparkle-tds-dt20231121215907742195.pdf?1700603949", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/504/sage-teal-sparkle-pmb-0932-dt20190313203839486-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0932/sage-teal-sparkle", + "scraped_at": "2026-04-30T15:06:16.854Z" + }, + { + "sku": "PMB-0942", + "color_name": "Sage Teal Twilight", + "description": "Sage Teal Twilight is is a deep teal, highlighted with a fine pearl effect. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.37 + }, + { + "min": 50, + "max": 199, + "price": 18.4 + }, + { + "min": 200, + "max": null, + "price": 17.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3879/pmb-0942-sage-teal-twilight-tds-dt20230926163940976546.pdf?1695746383", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9071/sage-teal-twilight-pmb-0942-dt20220719150144611258-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0942/sage-teal-twilight", + "scraped_at": "2026-04-30T15:06:33.215Z" + }, + { + "sku": "PMB-0956", + "color_name": "Modoc Blue", + "description": "Modoc Blue is a light blue with a fine silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Bruski Blue PSS-4361 River (Semi-Gloss): Blue Dimples PRB-2967 Metallic (Semi-Gloss): Purple Underside PMB-2957 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.98 + }, + { + "min": 50, + "max": 199, + "price": 18.03 + }, + { + "min": 200, + "max": null, + "price": 17.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4852/pmb-0956-modoc-blue-tds-dt20231121220056489909.pdf?1700604058", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/505/modoc-blue-pmb-0956-dt20180907211855405-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0956/modoc-blue", + "scraped_at": "2026-04-30T15:06:51.275Z" + }, + { + "sku": "PMB-0963", + "color_name": "Sunburst Orange", + "description": "Sunburst Orange is a bright orange with a very fine metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.12 + }, + { + "min": 50, + "max": 199, + "price": 17.21 + }, + { + "min": 200, + "max": null, + "price": 16.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4853/pmb-0963-sunburst-orange-tds-dt20231121220350027697.pdf?1700604232", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/506/sunburst-orange-pmb-0963-dt2018102620152007-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0963/sunburst-orange", + "scraped_at": "2026-04-30T15:07:06.111Z" + }, + { + "sku": "PMB-0964", + "color_name": "Brentwood Orange", + "description": "Brentwood Orange is a dark orange with a bright orange metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.17 + }, + { + "min": 50, + "max": 199, + "price": 19.16 + }, + { + "min": 200, + "max": null, + "price": 18.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3697/pmb-0964-brentwood-orange-tds-dt20230921211026103803.pdf?1695330628", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/507/brentwood-orange-pmb-0964-dt20180924161328444-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0964/brentwood-orange", + "scraped_at": "2026-04-30T15:07:20.683Z" + }, + { + "sku": "PMB-0967", + "color_name": "Hot Pink Pearl", + "description": "Hot Pink Pearl is a dark magenta with faint pink metallics. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.99 + }, + { + "min": 50, + "max": 199, + "price": 21.84 + }, + { + "min": 200, + "max": null, + "price": 20.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4854/pmb-0967-hot-pink-pearl-tds-dt20231121220650673754.pdf?1700604412", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8971/hot-pink-pearl-pmb-0967-dt20240610175425879903-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0967/hot-pink-pearl", + "scraped_at": "2026-04-30T15:07:36.135Z" + }, + { + "sku": "PMB-0968", + "color_name": "MAGENTA PEARL", + "description": "Magenta Pearl is a bright magenta pink with a fine pearl. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.58 + }, + { + "min": 50, + "max": 199, + "price": 20.5 + }, + { + "min": 200, + "max": null, + "price": 19.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3878/pmb-0968-magenta-pearl-tds-dt2023092616371543781.pdf?1695746237", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9072/magenta-pearl-pmb-0968-dt20220804142326014675-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0968/magenta-pearl", + "scraped_at": "2026-04-30T15:07:52.387Z" + }, + { + "sku": "PMB-0970", + "color_name": "Sage Teal Sparkle", + "description": "Sage Teal Sparkle is a dark subtle pearl looking burgundy. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4855/pmb-0970-sable-burgundy-tds-dt20231121221057397996.pdf?1700604659", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/508/sable-burgundy-pmb-972-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0970/sage-teal-sparkle", + "scraped_at": "2026-04-30T15:08:03.540Z" + }, + { + "sku": "PMB-0979", + "color_name": "KAT BEIGE", + "description": "Kat Beige is a glossy beige with a fine white pearl. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sandal Grey PSS-4628 River (Semi-Gloss): Sandle Grey River PRB-5375 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.95 + }, + { + "min": 50, + "max": 199, + "price": 15.15 + }, + { + "min": 200, + "max": null, + "price": 14.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4856/pmb-0979-kat-beige-tds-dt20231121221235102005.pdf?1700604757", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/509/kat-beige-pmb-0979-dt20180706203914939-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0979/kat-beige", + "scraped_at": "2026-04-30T15:08:13.265Z" + }, + { + "sku": "PMB-0986", + "color_name": "MIDNIGHT PLUM", + "description": "Midnight Plum is a rich purple with a fine metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Grape Ape PSS-0875 Texture (Matte): Grape Ape Texture PTB-8122 Metallic (Semi-Gloss): Wild Purple PMB-4163 / Purple Fury PMB-4173 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.01 + }, + { + "min": 50, + "max": 199, + "price": 15.21 + }, + { + "min": 200, + "max": null, + "price": 14.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4857/pmb-0986-midnight-plum-tds-dt20231121221418850609.pdf?1700604860", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/511/midnight-plum-pmb-0986-dt20181016215752213-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0986/midnight-plum", + "scraped_at": "2026-04-30T15:08:24.595Z" + }, + { + "sku": "PMB-10002", + "color_name": "Roadster Red", + "description": "Roadster Red is a medium red with an aggressive gold pearl. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ROADSTER RED View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.15 + }, + { + "min": 50, + "max": 199, + "price": 18.19 + }, + { + "min": 200, + "max": null, + "price": 17.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4858/pmb-10002-roadster-red-tds-dt20231121221614667177.pdf?1700604976", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/512/roadster-red-pmb-10002-dt2018070321485617-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10002/roadster-red", + "scraped_at": "2026-04-30T15:08:39.463Z" + }, + { + "sku": "PMB-10003", + "color_name": "FLAT CADDY", + "description": "Flat Caddy is a flat white with an aggressive pearl effect. This color is a polyester metallic powder coat and has an eggshell finish. Eggshell: 11-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.24 + }, + { + "min": 50, + "max": 199, + "price": 14.48 + }, + { + "min": 200, + "max": null, + "price": 13.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2681/pmb-10003-flat-caddy-tds-dt20230815211419649362.pdf?1692134061", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/514/flat-caddy-pmb-10003-dt20200605141734688-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10003/flat-caddy", + "scraped_at": "2026-04-30T15:08:52.207Z" + }, + { + "sku": "PMB-10009", + "color_name": "Vintage Bling", + "description": "Vintage Bling is a deep red that has red and silver metallics. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.25 + }, + { + "min": 50, + "max": 199, + "price": 18.29 + }, + { + "min": 200, + "max": null, + "price": 17.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4859/pmb-10009-vintage-bling-tds-dt20231121221742474075.pdf?1700605064", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/515/vintage-bling-pmb-10009-dt20211028203528074-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10009/vintage-bling", + "scraped_at": "2026-04-30T15:09:10.166Z" + }, + { + "sku": "PMB-10015", + "color_name": "COSMIC SASSY", + "description": "Cosmic Sassy is a florescent light pink metallic that glows when exposed to black light. (This is not a glow-in-the-dark product.) This color is a polyester metallic powder coat and has a semi-gloss finish. Gloss: 71-85 Gloss Units This color has limited UV weather stability, impact resistance, and flexibility. We recommend using this color primarily for novelty applications, rather than for prolonged outdoor exposure. This color is not recommended for exterior exposure without applying a UV-resistant top coat to minimize oxidation of the metallic pigment. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS SASSY TEXTURE PTB-8076 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS SASSY PSS-3063 CLICK FOR DETAILS SASSY VEIN PVB-6715 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS FLAT SASSY PSB-6961 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.25 + }, + { + "min": 50, + "max": 199, + "price": 20.19 + }, + { + "min": 200, + "max": null, + "price": 19.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7957/pmb-10015-cosmic-sassy-dt20260105170848142627.pdf?1767632930", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/524/cosmic-sassy-pmb-10015-dt20260219163705526992-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10015/cosmic-sassy", + "scraped_at": "2026-04-30T15:09:33.793Z" + }, + { + "sku": "PMB-10016", + "color_name": "COSMIC PASSION", + "description": "Cosmic Passion is a darker pink with a medium size silver metallic flake. This color is a polyester metallic powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS PASSION PINK PSS-4679 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS PASSION PINK SILVER VEIN PVB-11069 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS PASSION PINK RIVER PRB-11067 CLICK FOR DETAILS PASSION PINK TEXTURE PTB-11068 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.15 + }, + { + "min": 50, + "max": 199, + "price": 17.24 + }, + { + "min": 200, + "max": null, + "price": 16.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8035/pmb-10016-cosmic-passion-pink-dt20260119160742444138.pdf?1768838864", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/526/cosmic-passion-pmb-10016-dt20250610195755091356-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10016/cosmic-passion", + "scraped_at": "2026-04-30T15:09:47.454Z" + }, + { + "sku": "PMB-10017", + "color_name": "Cosmic Pretty Pink", + "description": "Cosmic Pretty Pink is a smooth light pink color with a silver metallic sparkle. This color is a polyester metallic powder coat and a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Pretty Pink PSS-4479 River (Gloss): Pretty Pink River PRB-5362 Metallic (Semi-Gloss): Pinch Pink PMB-2136 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Pastels RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.54 + }, + { + "min": 50, + "max": 199, + "price": 23.31 + }, + { + "min": 200, + "max": null, + "price": 22.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7751/pmb-10017-cosmic-pretty-pink-dt20251229212903042443.pdf?1767043744", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/528/cosmic-pretty-pink-pmb-10017-dt20200803211656514-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10017/cosmic-pretty-pink", + "scraped_at": "2026-04-30T15:10:08.819Z" + }, + { + "sku": "PMB-10018", + "color_name": "REFINED ELEGANCE", + "description": "Refined elegance is a dark brown with multi silver metallics and pearls. It can also show a golden hue when clear coated. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.51 + }, + { + "min": 50, + "max": 199, + "price": 11.88 + }, + { + "min": 200, + "max": null, + "price": 11.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4863/pmb-10018-refined-elegance-tds-dt2023112122260043284.pdf?1700605562", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/530/refined-elegance-pmb-10018-dt201807021903027-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10018/refined-elegance", + "scraped_at": "2026-04-30T15:10:22.247Z" + }, + { + "sku": "PMB-10019", + "color_name": "TASONIC", + "description": "Tasonic is a lighter bronze that flashes a ton of pearl in the light. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.75 + }, + { + "min": 50, + "max": 199, + "price": 15.91 + }, + { + "min": 200, + "max": null, + "price": 15.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7454/pmb-10019-tasonic-dt20250725185239536551.pdf?1753469562", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/532/tasonic-pmb-10019-dt20250625225912145586-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10019/tasonic", + "scraped_at": "2026-04-30T15:10:39.720Z" + }, + { + "sku": "PMB-10021", + "color_name": "Avery Metallic Blue Step 1", + "description": "Avery Metallic Blue Step 2 over Avery Metallic Blue Step 1 creates a soft, dark royal blue. This color is a polyester metallic powder coat with a matte finish. Two Coat Information: To achieve this color as shown, Avery Metallic Blue Step 2 PPB-10022 must be applied as a top coat. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.12 + }, + { + "min": 50, + "max": 199, + "price": 19.11 + }, + { + "min": 200, + "max": null, + "price": 18.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4199/pmb-10021-avery-met-dt2023100416461101142.pdf?1696437972", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9073/avery-metallic-blue-step-1-pmb-10021-dt20220520170103952945-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10021/avery-metallic-blue-step-1", + "scraped_at": "2026-04-30T15:10:57.445Z" + }, + { + "sku": "PMB-10023", + "color_name": "Blue Gunmetal", + "description": "Blue Gunmetal is a deep navy metallic polyester with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.14 + }, + { + "min": 50, + "max": 199, + "price": 19.13 + }, + { + "min": 200, + "max": null, + "price": 18.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2878/pmb-10023-blue-gunmetal-tds-dt20230822140939606936.pdf?1692713381", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9074/blue-gunmetal-step-1-pmb-10023-dt20230724205557613853-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10023/blue-gunmetal", + "scraped_at": "2026-04-30T15:11:14.627Z" + }, + { + "sku": "PMB-10029", + "color_name": "LUXURY BRONZE", + "description": "Luxury Bronze is a darker bronze metallic with a heavy gold flake. This color is a polyester metallic powder coat and has a high gloss finish. *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH LUXURY BRONZE View Details View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.52 + }, + { + "min": 50, + "max": 199, + "price": 20.44 + }, + { + "min": 200, + "max": null, + "price": 19.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4864/pmb-10029-luxury-bronze-tds-dt20231121222750200366.pdf?1700605672", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7185/luxury-bronze-pmb-10029-dt20200602174616574-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10029/luxury-bronze", + "scraped_at": "2026-04-30T15:11:27.750Z" + }, + { + "sku": "PMB-10032", + "color_name": "Razzle Blue", + "description": "Razzle Blue is a medium bright blue with a silver metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH RAZZLE BLUE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.03 + }, + { + "min": 50, + "max": 199, + "price": 17.13 + }, + { + "min": 200, + "max": null, + "price": 16.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4698/pmb-10032-razzle-blue-tds-dt20231120172335386722.pdf?1700501017", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/533/razzle-blue-pmb-10032-dt20180716173422926-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10032/razzle-blue", + "scraped_at": "2026-04-30T15:11:40.920Z" + }, + { + "sku": "PMB-10034", + "color_name": "Faint Silver", + "description": "Faint Silver is a light grey with a very subtle silver metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.8 + }, + { + "min": 50, + "max": 199, + "price": 13.11 + }, + { + "min": 200, + "max": null, + "price": 12.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4865/pmb-10034-faint-silver-tds-dt20231121223010240375.pdf?1700605812", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/534/faint-silver-pmb-10034-dt2018071121110125-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10034/faint-silver", + "scraped_at": "2026-04-30T15:11:54.559Z" + }, + { + "sku": "PMB-10038", + "color_name": "Finish Line Silver", + "description": "Finish Line Silver is a darker silver that turns bright in the light. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project o ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.07 + }, + { + "min": 50, + "max": 199, + "price": 14.32 + }, + { + "min": 200, + "max": null, + "price": 13.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4866/pmb-10038-finish-line-silver-tds-dt20231121223128418855.pdf?1700605890", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/535/finish-line-silver-pmb-10038-dt20250624212700160234-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10038/finish-line-silver", + "scraped_at": "2026-04-30T15:12:12.251Z" + }, + { + "sku": "PMB-10040", + "color_name": "Lt Pearl Brown", + "description": "Lt Pearl Brown is a light brown with a copper pearl and copper flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.58 + }, + { + "min": 50, + "max": 199, + "price": 14.8 + }, + { + "min": 200, + "max": null, + "price": 14.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4867/pmb-10040-lt-dt20231121223311803555.pdf?1700605993", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/536/lt-pearl-brown-pmb-10040-dt20180710215544919-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10040/lt-pearl-brown", + "scraped_at": "2026-04-30T15:12:28.296Z" + }, + { + "sku": "PMB-10041", + "color_name": "Stingray Blue Step 1", + "description": "Stringray Blue Step 2 over Stingray Blue Step 1 creates a sparkling cobalt blue with silver metallic. This color is a polyester metallic powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Stingray Blue Step 2 PPB-10042 must be applied as a top coat. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.95 + }, + { + "min": 50, + "max": 199, + "price": 17.05 + }, + { + "min": 200, + "max": null, + "price": 16.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3874/pmb-10041-stingray-blue-step-1-tds-dt20230926162222747053.pdf?1695745344", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9075/stingray-blue-step-1-pmb-10041-dt20220418212839105287-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10041/stingray-blue-step-1", + "scraped_at": "2026-04-30T15:12:42.487Z" + }, + { + "sku": "PMB-10048", + "color_name": "STEEL LEAF", + "description": "Steel Leaf is a gold with green undertones polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.03 + }, + { + "min": 50, + "max": 199, + "price": 20.93 + }, + { + "min": 200, + "max": null, + "price": 19.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3894/pmb-10048-steel-leaf-tds-dt20230926204030690159.pdf?1695760833", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9076/steel-leaf-pmb-10048-dt20231212225656165886-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10048/steel-leaf", + "scraped_at": "2026-04-30T15:12:54.444Z" + }, + { + "sku": "PMB-10058", + "color_name": "Mint Charcoal", + "description": "Mint Charcoal is a charcoal grey with a silvery green metallic. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.92 + }, + { + "min": 50, + "max": 199, + "price": 17.97 + }, + { + "min": 200, + "max": null, + "price": 17.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4868/pmb-10058-mint-charcoal-tds-dt20231121223459854212.pdf?1700606102", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8755/mint-charcoal-pmb-10058-dt20190312221320058-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10058/mint-charcoal", + "scraped_at": "2026-04-30T15:13:06.203Z" + }, + { + "sku": "PMB-1006", + "color_name": "MISTY EMERALD", + "description": "Misty Emerald is a dark emerald green metallic with a fine flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.69 + }, + { + "min": 50, + "max": 199, + "price": 12.06 + }, + { + "min": 200, + "max": null, + "price": 11.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3483/pmb-1006-misty-emerald-tds-dt20230915204526673946.pdf?1694810728", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/545/misty-emerald-pmb-1006-dt20190313163955771-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1006/misty-emerald", + "scraped_at": "2026-04-30T15:13:20.487Z" + }, + { + "sku": "PMB-10066", + "color_name": "MIDNIGHT METALLIC", + "description": "Midnight Metallic is a very dark metallic with a hint of blue. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.31 + }, + { + "min": 50, + "max": 199, + "price": 11.69 + }, + { + "min": 200, + "max": null, + "price": 11.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4869/pmb-10066-midnight-metallic-tds-dt20231121223646327502.pdf?1700606208", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/547/midnight-metallic-pmb-10066-dt20250527194110949977-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10066/midnight-metallic", + "scraped_at": "2026-04-30T15:13:34.097Z" + }, + { + "sku": "PMB-10067", + "color_name": "MARMALADE METALLIC", + "description": "Marmalade Metallic is a very dark burnt orange/gold metallic with fine green/yellow and red flakes. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4870/pmb-10067-marmalade-metallic-tds-dt20231121223903887812.pdf?1700606345", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/548/marmalade-metallic-pmb-10067-dt20180905211432886-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10067/marmalade-metallic", + "scraped_at": "2026-04-30T15:13:48.758Z" + }, + { + "sku": "PMB-10077", + "color_name": "White Platinum", + "description": "White Platinum is a off-white metallic with a silver pearl that really comes to life when clear coated with PPS-2974 Clear Vision. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH WHITE PLATINUM View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: I am looking for a powder color that will be as close to a dead on match as possible. It will be on the bumpers separate from the truck. I am using it to stripping the paint to replace with powder coat. Ford f250 paint code UG (white platinum pearl tri-coat). - Ryan Schaefer 07/04/19 07:57 pm Answer: https://www.prismaticpowders.com/shop/color-match?htids=UG We would recommend ordering a 3x5 spray out of this color so you can have it to compare to. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.33 + }, + { + "min": 50, + "max": 199, + "price": 13.61 + }, + { + "min": 200, + "max": null, + "price": 12.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4871/pmb-10077-white-platinum-tds-dt20231121224045811854.pdf?1700606447", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8907/white-platinum-pmb-10077-dt2020123122520398-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10077/white-platinum", + "scraped_at": "2026-04-30T15:14:05.799Z" + }, + { + "sku": "PMB-10079", + "color_name": "CASHMERE METALLIC", + "description": "Cashmere Metallic is a really light golden metallic. While Cashmere Metallic can be used on its own, a top coat of PPS 2974 Clear Vision really completes the color. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.16 + }, + { + "min": 50, + "max": 199, + "price": 18.2 + }, + { + "min": 200, + "max": null, + "price": 17.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4872/pmb-10079-cashmere-metallic-tds-dt20231121224250891313.pdf?1700606572", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8138/cashmere-metallic-pmb-10079-dt20250616175710392984-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10079/cashmere-metallic", + "scraped_at": "2026-04-30T15:14:17.679Z" + }, + { + "sku": "PMB-10084", + "color_name": "Silver Mint", + "description": "Silver Mint is a greenish grey polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.33 + }, + { + "min": 50, + "max": 199, + "price": 15.51 + }, + { + "min": 200, + "max": null, + "price": 14.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2461/pmb-10084-silver-mint-tds-dt20230807192829472498.pdf?1691436511", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8140/silver-mint-pmb-10084-dt20231101153633530183-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10084/silver-mint", + "scraped_at": "2026-04-30T15:14:34.260Z" + }, + { + "sku": "PMB-10088", + "color_name": "LITE GOLDTASTIC", + "description": "Lite Goldtastic is a medium gold with a light gold metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units This color is not recommended for exterior exposure. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerSilver and GoldAurum RichesArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.35 + }, + { + "min": 50, + "max": 199, + "price": 20.28 + }, + { + "min": 200, + "max": null, + "price": 19.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7185/pmb-10088-lite-goldtastic-dt20250423210716855312.pdf?1745442439", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7033/lite-goldtastic-pmb-10088-dt20251208162603247292-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10088/lite-goldtastic", + "scraped_at": "2026-04-30T15:14:55.658Z" + }, + { + "sku": "PMB-10100", + "color_name": "Black Iridium", + "description": "Black Iridium is a silvery black metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3906/pmb-10100-black-iridium-tds-dt20230926211209715793.pdf?1695762732", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7162/black-iridium-pmb-10100-dt20220506173018588584-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10100/black-iridium", + "scraped_at": "2026-04-30T15:15:11.292Z" + }, + { + "sku": "PMB-10102", + "color_name": "DIRTY GOLD", + "description": "Dirty Gold is a muted gold polyester metallic and has a matte finish. Matte: 7-20 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.38 + }, + { + "min": 50, + "max": 199, + "price": 21.26 + }, + { + "min": 200, + "max": null, + "price": 20.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8018/pmb-10102-dirty-gold-dt2026011421403778638.pdf?1768426839", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7376/dirty-gold-pmb-10102-dt20251222220034618139-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10102/dirty-gold", + "scraped_at": "2026-04-30T15:15:26.550Z" + }, + { + "sku": "PMB-10105", + "color_name": "KOPA BRONZE", + "description": "Kopa Bronze is a dark and silvery brown/bronze. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.31 + }, + { + "min": 50, + "max": 199, + "price": 18.34 + }, + { + "min": 200, + "max": null, + "price": 17.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3905/pmb-10105-kopa-bronze-tds-dt20230926210924407811.pdf?1695762566", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7378/kopa-bronze-pmb-10105-dt20220506173722729897-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10105/kopa-bronze", + "scraped_at": "2026-04-30T15:15:43.255Z" + }, + { + "sku": "PMB-10111", + "color_name": "PEARL SLUDGE", + "description": "Pearl Sludge is a muddy brown metallic polyester and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.69 + }, + { + "min": 50, + "max": 199, + "price": 14.91 + }, + { + "min": 200, + "max": null, + "price": 14.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8019/pmb-10111-pearl-sludge-dt20260114214156745972.pdf?1768426918", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7380/pearl-sludge-pmb-10111-dt20251222211620752218-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10111/pearl-sludge", + "scraped_at": "2026-04-30T15:15:56.431Z" + }, + { + "sku": "PMB-10121", + "color_name": "Dragonfly Blue Step 1", + "description": "Dragon Fly Blue Step 2 over Dragon Fly Blue Step 1 creates a rich metallic aqua blue. This color is a polyester two coat powder coat with a gloss finish. Two Coat Information: To achieve this color as shown, Dragon Fly Blue Step 2 PPB-10122 must be applied as a top coat over Dragon Fly Blue Step 1 PPB-10122. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.29 + }, + { + "min": 50, + "max": 199, + "price": 18.33 + }, + { + "min": 200, + "max": null, + "price": 17.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9081/dragonfly-blue-step-1-pmb-10121-dt2025071415060576104-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10121/dragonfly-blue-step-1", + "scraped_at": "2026-04-30T15:16:10.486Z" + }, + { + "sku": "PMB-10126", + "color_name": "HENRY STONE", + "description": "Henry Stone is a tawny brown with heavy silver metallic. This color is a polyester metallic powder coat with a matte finish. Matte: 7-20 Gloss Units *A clear top coat is recommended for exterior use. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.68 + }, + { + "min": 50, + "max": 199, + "price": 20.6 + }, + { + "min": 200, + "max": null, + "price": 19.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4873/pmb-10126-henry-stone-tds-dt20231121224426255516.pdf?1700606668", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9082/henry-stone-pmb-10126-dt20190809173406453-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10126/henry-stone", + "scraped_at": "2026-04-30T15:16:23.751Z" + }, + { + "sku": "PMB-10136", + "color_name": "FROSTED MUD", + "description": "Frosted Mud is a shimmering mocha brown with silver metallic. This color is a polyester metallic powder coat with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.77 + }, + { + "min": 50, + "max": 199, + "price": 16.88 + }, + { + "min": 200, + "max": null, + "price": 15.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3903/pmb-10136-frosted-mud-tds-dt20230926210459398364.pdf?1695762302", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8910/frosted-mud-pmb-10136-dt20220602151832754921-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10136/frosted-mud", + "scraped_at": "2026-04-30T15:16:35.270Z" + }, + { + "sku": "PMB-10138", + "color_name": "Crimson Fire Step 1", + "description": "Crimson Fire Step 1 under Step 2 creates a deep, burnt red-orange with red and silver metallics. This color is a polyester metallic powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Crimson Fire Step 2 PPB-10139 must be applied as a top coat. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH CRIMSON FIRE STEP 1 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.94 + }, + { + "min": 50, + "max": 199, + "price": 18.94 + }, + { + "min": 200, + "max": null, + "price": 17.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5332/pmb-10138-crimson-fire-step-1-tds-dt2023120521435111306.pdf?1701812634", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8900/crimson-fire-step-1-pmb-10138-dt20190621183805236-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10138/crimson-fire-step-1", + "scraped_at": "2026-04-30T15:16:51.342Z" + }, + { + "sku": "PMB-10159", + "color_name": "MULBERRY SPARKLE", + "description": "Mulberry Sparkle is a berry red/pink with blue and pink metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.08 + }, + { + "min": 50, + "max": 199, + "price": 28.58 + }, + { + "min": 200, + "max": null, + "price": 27.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3901/pmb-10159-mulberry-sparkle-tds-dt20230926210025181404.pdf?1695762027", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9922/mulberry-sparkle-pmb-10159-dt20220506174131680358-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10159/mulberry-sparkle", + "scraped_at": "2026-04-30T15:17:03.612Z" + }, + { + "sku": "PMB-10182", + "color_name": "SATIN BRONZE CHROME", + "description": "Satin Bronze Chrome is a smooth cocoa bronze with glistening gold metallics. This color is a polyester metallic powder coat with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerBronze Medal RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.48 + }, + { + "min": 50, + "max": 199, + "price": 13.76 + }, + { + "min": 200, + "max": null, + "price": 13.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5437/pmb-10182-satin-bronze-chrome-tds-dt20231220190123700227.pdf?1703098886", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10520/satin-bronze-chrome-pmb-10182-dt20250611204330750847-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10182/satin-bronze-chrome", + "scraped_at": "2026-04-30T15:17:20.131Z" + }, + { + "sku": "PMB-10193", + "color_name": "Shadowed Gold", + "description": "Shadowed Gold is a dark grey polyester metallic with gold metallic undertones and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.31 + }, + { + "min": 50, + "max": 199, + "price": 16.44 + }, + { + "min": 200, + "max": null, + "price": 15.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5499/pmb-10193-shadowed-gold-tds-dt20240108173810106234.pdf?1704735492", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10571/shadowed-gold-pmb-10193-dt20231108164618004207-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10193/shadowed-gold", + "scraped_at": "2026-04-30T15:17:36.062Z" + }, + { + "sku": "PMB-10195", + "color_name": "LIVID PURPLE", + "description": "Livid Purple is a slate grey with a soft purple pearl. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.3 + }, + { + "min": 50, + "max": 199, + "price": 15.49 + }, + { + "min": 200, + "max": null, + "price": 14.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3899/pmb-10195-livid-purple-tds-dt20230926205431682122.pdf?1695761674", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10575/livid-purple-pmb-10195-dt20220506173750104265-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10195/livid-purple", + "scraped_at": "2026-04-30T15:17:47.926Z" + }, + { + "sku": "PMB-10196", + "color_name": "Cherry Plum Pearl", + "description": "Cherry Plum Pearl is a subtle plum polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.12 + }, + { + "min": 50, + "max": 199, + "price": 15.31 + }, + { + "min": 200, + "max": null, + "price": 14.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8020/pmb-10196-cherry-plum-pearl-dt20260114214251775956.pdf?1768426973", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10577/cherry-plum-pearl-pmb-10196-dt20251222220351452718-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10196/cherry-plum-pearl", + "scraped_at": "2026-04-30T15:18:00.492Z" + }, + { + "sku": "PMB-10199", + "color_name": "Dusted Grey", + "description": "Dusted Grey is a coin grey highlighted with fine silver metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.28 + }, + { + "min": 50, + "max": 199, + "price": 15.47 + }, + { + "min": 200, + "max": null, + "price": 14.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3883/pmb-10199-dusted-grey-tds-dt2023092616520534931.pdf?1695747128", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10583/dusted-grey-pmb-10199-dt20220506173318174406-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10199/dusted-grey", + "scraped_at": "2026-04-30T15:18:16.616Z" + }, + { + "sku": "PMB-10205", + "color_name": "Franken Sparkle", + "description": "Franken Sparkle is a glittering blue-green-gold color shifting metallic. This color is a polyester metallic powder coat with a glossy finish. A clear top coat (Clear Vision PPS-2974) can be applied to intensify the color shifting effect. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.48 + }, + { + "min": 50, + "max": 199, + "price": 17.56 + }, + { + "min": 200, + "max": null, + "price": 16.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5334/pmb-10205-franken-sparkle-tds-dt20231205214711006225.pdf?1701812833", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10617/franken-sparkle-pmb-10205-dt20251028151323988968-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10205/franken-sparkle", + "scraped_at": "2026-04-30T15:18:33.862Z" + }, + { + "sku": "PMB-10206", + "color_name": "CUDA", + "description": "Cuda is a soft black with a sparkling green/blue to gold color shifting metallic. This color is a polyester metallic powder coat with a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.48 + }, + { + "min": 50, + "max": 199, + "price": 14.71 + }, + { + "min": 200, + "max": null, + "price": 13.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4717/pmb-10206-cuda-tds-dt20231120180533517904.pdf?1700503535", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10619/cuda-pmb-10206-dt20210405145155945-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10206/cuda", + "scraped_at": "2026-04-30T15:18:47.935Z" + }, + { + "sku": "PMB-10216", + "color_name": "Cloud Veil", + "description": "Cloud Veil is a sleek, cloudy grey that shimmers in the light. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.67 + }, + { + "min": 50, + "max": 199, + "price": 13.94 + }, + { + "min": 200, + "max": null, + "price": 13.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5337/pmb-10216-cloud-veil-tds-dt20231205215409877769.pdf?1701813252", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10667/cloud-veil-pmb-10216-dt20201106235126026-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10216/cloud-veil", + "scraped_at": "2026-04-30T15:19:04.190Z" + }, + { + "sku": "PMB-10234", + "color_name": "Anchovy Silver", + "description": "Anchovy Silver is a soft, sparkling silver metallic. This color is a polyester metallic powder coat with a satin finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.38 + }, + { + "min": 50, + "max": 199, + "price": 16.51 + }, + { + "min": 200, + "max": null, + "price": 15.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5412/pmb-10234-anchovy-silver-tds-dt20231212191328378982.pdf?1702408410", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10765/anchovy-silver-pmb-10234-dt20250819205621179937-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10234/anchovy-silver", + "scraped_at": "2026-04-30T15:19:15.484Z" + }, + { + "sku": "PMB-10237", + "color_name": "ROSE PLATINUM", + "description": "Rose Platinum is a shimmering rosy pink with hues of silver and gold. This color is a polyester metallic powder coat with a glossy finish. A top coat of Clear Vision PPS-2974 is recommended for exterior use and can enhance the color. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.99 + }, + { + "min": 50, + "max": 199, + "price": 18.04 + }, + { + "min": 200, + "max": null, + "price": 17.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3728/pmb-10237-rose-platinum-tds-dt20230921224131825663.pdf?1695336093", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10797/rose-platinum-pmb-10237-dt2021081117282452-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10237/rose-platinum", + "scraped_at": "2026-04-30T15:19:31.792Z" + }, + { + "sku": "PMB-10241", + "color_name": "Surf Silver", + "description": "Surf Silver is a glitzy silver grey. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.09 + }, + { + "min": 50, + "max": 199, + "price": 18.14 + }, + { + "min": 200, + "max": null, + "price": 17.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10819/surf-silver-pmb-10241-dt20201106235803194-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10241/surf-silver", + "scraped_at": "2026-04-30T15:19:45.682Z" + }, + { + "sku": "PMB-10250", + "color_name": "Mayan Orange", + "description": "Mayan Orange is a rich Aztec orange accented with a silver pearl effect. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH MAYAN ORANGE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.65 + }, + { + "min": 50, + "max": 199, + "price": 18.67 + }, + { + "min": 200, + "max": null, + "price": 17.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11146/mayan-orange-pmb-10250-dt20200609172356854-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10250/mayan-orange", + "scraped_at": "2026-04-30T15:20:02.958Z" + }, + { + "sku": "PMB-10262", + "color_name": "Ember Black", + "description": "Ember Black is a rich black with sparkling red metallics and other multi-colored metallics. This color is a polyester metallic powder coat with a glossy finish. The image shown displays Ember Black with Clear Vision PPS-2974 as a top coat over the left side. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.3 + }, + { + "min": 50, + "max": 199, + "price": 15.49 + }, + { + "min": 200, + "max": null, + "price": 14.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11192/ember-black-pmb-10262-dt20210413165834768-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10262/ember-black", + "scraped_at": "2026-04-30T15:20:20.029Z" + }, + { + "sku": "PMB-10266", + "color_name": "PEACOCK ORE", + "description": "Peacock Ore is a rich black with color-shifting aqua blue and green metallics. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.49 + }, + { + "min": 50, + "max": 199, + "price": 14.72 + }, + { + "min": 200, + "max": null, + "price": 13.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2757/pmb-10266-peacock-ore-tds-dt20230817150808611171.pdf?1692284890", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11196/peacock-ore-pmb-10266-dt20210413170312297-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10266/peacock-ore", + "scraped_at": "2026-04-30T15:20:36.701Z" + }, + { + "sku": "PMB-10278", + "color_name": "LIGHTNING OPAL", + "description": "Lightning Opal is a rich amethyst purple highlighted with light blue metallics. This color is a polyester metallic powder coat with a glossy finish. The image shown displays Lightning Opal with Clear Vision PPS-2974 as a top coat over the left side. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 40.21 + }, + { + "min": 50, + "max": 199, + "price": 38.2 + }, + { + "min": 200, + "max": null, + "price": 36.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6881/pmb-10278-lightning-opal-dt20240924164413543804065.pdf?1727196254", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11210/lightning-opal-pmb-10278-dt20210413170240431-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10278/lightning-opal", + "scraped_at": "2026-04-30T15:20:52.910Z" + }, + { + "sku": "PMB-10279", + "color_name": "FROSTED INDIGO", + "description": "Frosted Indigo is a dark blue with a hint of green, dusted with soft blue metallic. This color is a polyester metallic powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.99 + }, + { + "min": 50, + "max": 199, + "price": 23.74 + }, + { + "min": 200, + "max": null, + "price": 22.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3265/pmb-10279-frosted-indigo-tds-dt20230911182615753905.pdf?1694456777", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11228/frosted-indigo-pmb-10279-dt20201106235209752-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10279/frosted-indigo", + "scraped_at": "2026-04-30T15:21:11.266Z" + }, + { + "sku": "PMB-10289", + "color_name": "Gamma Burst", + "description": "Gamma Burst is a vibrant rainbow metallic polyester and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 46.65 + }, + { + "min": 50, + "max": 199, + "price": 44.32 + }, + { + "min": 200, + "max": null, + "price": 41.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7856/pmb-10289-gamma-burst-dt20260102194429113956.pdf?1767383070", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13005/gamma-burst-pmb-10289-dt20231212220023679141-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10289/gamma-burst", + "scraped_at": "2026-04-30T15:21:20.994Z" + }, + { + "sku": "PMB-10291", + "color_name": "Illusion Blueblood", + "description": "Illusion Blueblood is a rich indigo with a silky appearance. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. The base coat should be applied at a 2.0-3.0 mils thickness for optimal results. The optimal flash time is 2 minutes after the powder flows to a gloss with oven temperature and part metal temperature is at 400° F. The top coat should be applied after the part has thoroughly cooled. Please note that the color will be correct once the top coat is applied. The base coat must cure with the top coat for the proper color. Less than 100% topcoat coverage will yield inconsistent results in color. The Illusion Series is not tribo-compatible. If no top coat is desired, cure for 10 minutes at 400° F (not suggested if the product will be exposed to the elements, the color will be different than the swatch) IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ILLUSION BLUEBLOOD View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.59 + }, + { + "min": 50, + "max": 199, + "price": 23.36 + }, + { + "min": 200, + "max": null, + "price": 22.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2768/pmb-10291-illusion-blueblood-tds-dt20230817153344654212.pdf?1692286426", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11263/illusion-blueblood-pmb-10291-dt20251002150630965854-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10291/illusion-blueblood", + "scraped_at": "2026-04-30T15:21:30.165Z" + }, + { + "sku": "PMB-1031", + "color_name": "Cambridge Blue", + "description": "Cambridge Blue is a rich medium blue with a fine metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.43 + }, + { + "min": 50, + "max": 199, + "price": 13.71 + }, + { + "min": 200, + "max": null, + "price": 12.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/549/cambridge-blue-pmb-1031-dt20180905201818746-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1031/cambridge-blue", + "scraped_at": "2026-04-30T15:21:46.373Z" + }, + { + "sku": "PMB-10324", + "color_name": "SUNSTORM BRONZE", + "description": "Sunstorm Bronze is a silvery cocoa brown. This color is a polyester metallic powder coat with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.32 + }, + { + "min": 50, + "max": 199, + "price": 16.45 + }, + { + "min": 200, + "max": null, + "price": 15.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11455/sunstorm-bronze-pmb-10324-dt20201231162111423-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10324/sunstorm-bronze", + "scraped_at": "2026-04-30T15:21:57.482Z" + }, + { + "sku": "PMB-10328", + "color_name": "FORGED CHARCOAL II", + "description": "Forged Charcoal II is a deep charcoal grey with silvery metallic. This color is a polyester metallic powder coat with a matte finish. Matte: 7-20 Gloss Units To prevent oxidation of the metallic pigment, a clear top coat is recommended. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.37 + }, + { + "min": 50, + "max": 199, + "price": 12.7 + }, + { + "min": 200, + "max": null, + "price": 12.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3998/pmb-10328-forged-charcoal-ii-tds-dt20230928191538575289.pdf?1695928540", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11473/forged-charcoal-ii-pmb-10328-dt20220804142125062975-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10328/forged-charcoal-ii", + "scraped_at": "2026-04-30T15:22:13.057Z" + }, + { + "sku": "PMB-10337", + "color_name": "EVENT HORIZON", + "description": "Event Horizon is a soft black with a glistening rainbow color shifting effect. This color is a polyester metallic powder coat with a flat finish. Flat: 0-6 Gloss Units **A clear top coat is recommended for exterior use, but is not required. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): HolographicColor Shifting RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.16 + }, + { + "min": 50, + "max": 199, + "price": 27.7 + }, + { + "min": 200, + "max": null, + "price": 26.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7083/pmb-10337-event-horizon-dt20250218220327663988.pdf?1739916210", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11512/event-horizon-pmb-10337-dt20201125223234035-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10337/event-horizon", + "scraped_at": "2026-04-30T15:22:30.042Z" + }, + { + "sku": "PMB-10338", + "color_name": "MWAR", + "description": "Mwar is a deep black with a vibrant rainbow color shifting effect. This color is a polyester metallic powder coat with a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use, but is not required. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): HolographicColor Shifting RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.71 + }, + { + "min": 50, + "max": 199, + "price": 26.32 + }, + { + "min": 200, + "max": null, + "price": 24.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2880/pmb-10338-mwar-tds-dt20230822141454665489.pdf?1692713696", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11514/mwar-pmb-10338-dt20201125223301324-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10338/mwar", + "scraped_at": "2026-04-30T15:22:43.679Z" + }, + { + "sku": "PMB-10339", + "color_name": "Astro Creep", + "description": "Astro Creep is a dark, glistening, aqua blue metallic. This color is a polyester metallic powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.48 + }, + { + "min": 50, + "max": 199, + "price": 14.71 + }, + { + "min": 200, + "max": null, + "price": 13.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2745/pmb-10339-astro-creep-tds-dt20230816224443057809.pdf?1692225884", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11516/astro-creep-pmb-10339-dt20210107153311746-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10339/astro-creep", + "scraped_at": "2026-04-30T15:22:59.467Z" + }, + { + "sku": "PMB-10344", + "color_name": "Golden Hemlock", + "description": "Golden Hemlock is a dark, glistening, green-gold metallic. This color is a polyester metallic powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.45 + }, + { + "min": 50, + "max": 199, + "price": 15.63 + }, + { + "min": 200, + "max": null, + "price": 14.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2741/pmb-10344-golden-hemlock-tds-dt20230816223312049573.pdf?1692225193", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11518/golden-hemlock-pmb-10344-dt2021010715400406-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10344/golden-hemlock", + "scraped_at": "2026-04-30T15:23:16.925Z" + }, + { + "sku": "PMB-10345", + "color_name": "Garnet Sparkle", + "description": "Garnet Sparkle is a dark, shimmering, burgundy red metallic. This color is a polyester metallic powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.46 + }, + { + "min": 50, + "max": 199, + "price": 15.64 + }, + { + "min": 200, + "max": null, + "price": 14.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2743/pmb-10345-garnet-sparkle-tds-dt20230816223839906374.pdf?1692225521", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11520/garnet-sparkle-pmb-10345-dt20210107153922069-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10345/garnet-sparkle", + "scraped_at": "2026-04-30T15:23:28.019Z" + }, + { + "sku": "PMB-10346", + "color_name": "INFUSED PURPLE", + "description": "Infused Purple is a faint indigo metallic with a subtle violet shift. This color is a polyester metallic powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.71 + }, + { + "min": 50, + "max": 199, + "price": 15.87 + }, + { + "min": 200, + "max": null, + "price": 15.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2744/pmb-10346-infused-purple-tds-dt20230816224146560876.pdf?1692225708", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11522/infused-purple-pmb-10346-dt20210107154031105-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10346/infused-purple", + "scraped_at": "2026-04-30T15:23:44.152Z" + }, + { + "sku": "PMB-10347", + "color_name": "Aqualust", + "description": "Aqualust is a faint, shimmering, dark green metallic. This color is a polyester metallic powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH AQUALUST View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.45 + }, + { + "min": 50, + "max": 199, + "price": 15.63 + }, + { + "min": 200, + "max": null, + "price": 14.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2742/pmb-10347-aqualust-tds-dt202308162236141287.pdf?1692225376", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11524/aqualust-pmb-10347-dt20210107153000326-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10347/aqualust", + "scraped_at": "2026-04-30T15:23:59.756Z" + }, + { + "sku": "PMB-10348", + "color_name": "Treasure Island", + "description": "Treasure Island is a dark gold to green color shifting metallic. This color is a polyester metallic powder coat with a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.9 + }, + { + "min": 50, + "max": 199, + "price": 17.01 + }, + { + "min": 200, + "max": null, + "price": 16.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7079/pmb-10348-treasure-island-dt20250218215538536021.pdf?1739915740", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11526/treasure-island-pmb-10348-dt20210107154451505-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10348/treasure-island", + "scraped_at": "2026-04-30T15:24:13.578Z" + }, + { + "sku": "PMB-10349", + "color_name": "FIRE NEWT", + "description": "Fire Newt is a shimmering cranberry red metallic. This color is a polyester urethane metallic powder coat with a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.91 + }, + { + "min": 50, + "max": 199, + "price": 17.01 + }, + { + "min": 200, + "max": null, + "price": 16.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7085/pmb-10349-fire-newt-dt20250218220804092153.pdf?1739916487", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11528/fire-newt-pmb-10349-dt20210107153854353-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10349/fire-newt", + "scraped_at": "2026-04-30T15:24:29.415Z" + }, + { + "sku": "PMB-10350", + "color_name": "Bluebelly", + "description": "Bluebelly is a dark, shimmering, aqua blue to violet color shifting metallic. This color is a polyester metallic powder coat with a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH BLUEBELLY View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.17 + }, + { + "min": 50, + "max": 199, + "price": 17.26 + }, + { + "min": 200, + "max": null, + "price": 16.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7080/pmb-10350-bluebelly-dt20250218215742290386.pdf?1739915864", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11530/bluebelly-pmb-10350-dt20210107153359828-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10350/bluebelly", + "scraped_at": "2026-04-30T15:24:45.190Z" + }, + { + "sku": "PMB-10351", + "color_name": "MERMAID TAIL", + "description": "Mermaid Tail is a shimmering, dark aqua green metallic. This color is a polyester metallic powder coat with a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.9 + }, + { + "min": 50, + "max": 199, + "price": 17.01 + }, + { + "min": 200, + "max": null, + "price": 16.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7078/pmb-10351-mermaid-tail-dt20250218215349111827.pdf?1739915631", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11532/mermaid-tail-pmb-10351-dt20210107154137872-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10351/mermaid-tail", + "scraped_at": "2026-04-30T15:24:59.495Z" + }, + { + "sku": "PMB-10352", + "color_name": "Beetle Juice", + "description": "Beetle Juice is a shimmering green and gold color shifting metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.5 + }, + { + "min": 50, + "max": 199, + "price": 20.43 + }, + { + "min": 200, + "max": null, + "price": 19.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4328/pmb-10352-beetle-juice-tds-dt20231013164549851301.pdf?1697215552", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11534/beetle-juice-pmb-10352-dt20210406165031235-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10352/beetle-juice", + "scraped_at": "2026-04-30T15:25:20.414Z" + }, + { + "sku": "PMB-10353", + "color_name": "RUSTY RUFIS", + "description": "Rusty Rufis is a dark, shimmering, copper red metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-58 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.5 + }, + { + "min": 50, + "max": 199, + "price": 20.43 + }, + { + "min": 200, + "max": null, + "price": 19.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4327/pmb-10353-rusty-rufis-tds-dt20231013164402038566.pdf?1697215444", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11536/rusty-rufis-pmb-10353-dt20210406172947136-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10353/rusty-rufis", + "scraped_at": "2026-04-30T15:25:37.241Z" + }, + { + "sku": "PMB-10537", + "color_name": "Blast Off Bronze", + "description": "Blast Off Bronze is a dark bronze polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.38 + }, + { + "min": 50, + "max": 199, + "price": 18.41 + }, + { + "min": 200, + "max": null, + "price": 17.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12507/blast-off-bronze-pmb-10537-dt20231212224521269891-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10537/blast-off-bronze", + "scraped_at": "2026-04-30T17:11:52.543Z" + }, + { + "sku": "PMB-10550", + "color_name": "Red Delicious", + "description": "Red Delicious is a rich apple red with fine silver-pink metallics. This color is a polyester metallic powder coat with a glossy finish. A clear top coat can be applied to enhance the appearance of this color and may improve UV resistance and overall durability of the finish. The image shown displays Red Delicious with Clear Vision PPS-2974 as a top coat over the left side. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.68 + }, + { + "min": 50, + "max": 199, + "price": 18.7 + }, + { + "min": 200, + "max": null, + "price": 17.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12535/red-delicious-pmb-10550-dt20211012203830002-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10550/red-delicious", + "scraped_at": "2026-04-30T17:12:08.124Z" + }, + { + "sku": "PMB-10551", + "color_name": "ILLUSION SCARLET", + "description": "Illusion Scarlet is a glistening ruby red metallic. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ILLUSION SCARLET View Details View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 32.14 + }, + { + "min": 50, + "max": 199, + "price": 30.53 + }, + { + "min": 200, + "max": null, + "price": 28.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2269/pmb-10551-illusion-scarlet-tds-dt20230503210655942753.pdf?1683148017", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12557/illusion-scarlet-pmb-10551-dt20211004182247768-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10551/illusion-scarlet", + "scraped_at": "2026-04-30T17:12:24.309Z" + }, + { + "sku": "PMB-10554", + "color_name": "RUBY VROOM", + "description": "Ruby Vroom is a smooth crimson red with lighter red and pink metallics. This color is a polyester metallic powder coat with a glossy finish. The image shown displays Ruby Vroom with Clear Vision PPS-2974 as a top coat over the left side. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.43 + }, + { + "min": 50, + "max": 199, + "price": 27.01 + }, + { + "min": 200, + "max": null, + "price": 25.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2802/pmb-10554-ruby-vroom-tds-dt20230818181751588965.pdf?1692382673", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12559/ruby-vroom-pmb-10554-dt20210812212819014-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10554/ruby-vroom", + "scraped_at": "2026-04-30T17:12:38.762Z" + }, + { + "sku": "PMB-10556", + "color_name": "Red Rum 237", + "description": "Red Rum 237 is a is a bright blood red with fine, lighter red metallics. This color is a polyester metallic powder coat with a semi-gloss finish. The image shown displays Red Rum 237 with Clear Vision PPS-2974 as a top coat over the left side. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.44 + }, + { + "min": 50, + "max": 199, + "price": 20.37 + }, + { + "min": 200, + "max": null, + "price": 19.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3549/pmb-10556-red-rum-237-tds-dt20230918164949101679.pdf?1695055791", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12563/red-rum-237-pmb-10556-dt2021120315234567-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10556/red-rum-237", + "scraped_at": "2026-04-30T17:12:51.897Z" + }, + { + "sku": "PMB-10557", + "color_name": "Lipstick Red", + "description": "Lipstick Red is a deep, rich red with a fine fuchsia metallic highlight. This color is a polyester metallic powder coat with a glossy finish. A clear top coat can be applied to intensify the appearance of this color. The image shown displays Lipstick Red with Clear Vision PPS-2974 as a top coat over the left side. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.61 + }, + { + "min": 50, + "max": 199, + "price": 20.53 + }, + { + "min": 200, + "max": null, + "price": 19.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2905/pmb-10557-lipstick-red-tds-dt20230822170607530852.pdf?1692723969", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12565/lipstick-red-pmb-10557-dt20210914152948764-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10557/lipstick-red", + "scraped_at": "2026-04-30T17:13:06.814Z" + }, + { + "sku": "PMB-10562", + "color_name": "RUBELLITE", + "description": "Rubellite is a rich candy red with shimmering pink metallics. This color is a polyester metallic powder coat with a glossy finish. A clear top coat can be applied to enhance the appearance of this color and may improve UV resistance and overall durability of the finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.83 + }, + { + "min": 50, + "max": 199, + "price": 20.74 + }, + { + "min": 200, + "max": null, + "price": 19.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7580/pmb-10562-rubellite-dt20251008193201578318.pdf?1759951924", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12573/rubellite-pmb-10562-dt2025101414400387247-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10562/rubellite", + "scraped_at": "2026-04-30T17:13:20.760Z" + }, + { + "sku": "PMB-10563", + "color_name": "BRONZE PENNY", + "description": "Bronze Penny is a milk chocolate brown with a shimmering pearl effect. This color is a polyester metallic powder coat with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.82 + }, + { + "min": 50, + "max": 199, + "price": 17.88 + }, + { + "min": 200, + "max": null, + "price": 16.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3997/pmb-10563-bronze-penny-tds-dt20230928191313803567.pdf?1695928396", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12574/bronze-penny-pmb-10563-dt20220728202527920728-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10563/bronze-penny", + "scraped_at": "2026-04-30T17:13:36.059Z" + }, + { + "sku": "PMB-10565", + "color_name": "MAROON SHIMMER", + "description": "Maroon Shimmer is a deep plum red with fine maroon metallics. This color is a polyester metallic powder coat with a semi-gloss finish. A clear top coat can be applied to enhance the appearance of this color and may improve UV resistance and overall durability of the finish. The image shown displays Maroon Shimmer with Clear Vision PPS-2974 as a top coat over the left side. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.39 + }, + { + "min": 50, + "max": 199, + "price": 25.07 + }, + { + "min": 200, + "max": null, + "price": 23.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12582/maroon-shimmer-pmb-10565-dt20211012203715094-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10565/maroon-shimmer", + "scraped_at": "2026-04-30T17:13:51.751Z" + }, + { + "sku": "PMB-10566", + "color_name": "SANGRIA", + "description": "Sangria is a misty wine red with glistening, lighter red metallics. This color is a polyester metallic powder coat with a glossy finish. A clear top coat can be applied to enhance the look of this color and may improve UV resistance and overall durability of the finish. The image shown displays Sangria with Clear Vision PPS-2974 as a top coat over the left side. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.15 + }, + { + "min": 50, + "max": 199, + "price": 21.04 + }, + { + "min": 200, + "max": null, + "price": 19.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2801/pmb-10566-sangria-tds-dt20230818163800840067.pdf?1692376683", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12584/sangria-pmb-10566-dt20210909202539651-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10566/sangria", + "scraped_at": "2026-04-30T17:14:06.888Z" + }, + { + "sku": "PMB-10567", + "color_name": "Golden Currant", + "description": "Golden Currant is a shimmering garnet red metallic. This color is a polyester metallic powder coat with a glossy finish. A clear top coat can be applied to enhance the look of this color and may improve UV resistance and overall durability of the finish. The image shown displays Golden Currant with Clear Vision PPS-2974 as a top coat over the left side. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.9 + }, + { + "min": 50, + "max": 199, + "price": 26.51 + }, + { + "min": 200, + "max": null, + "price": 25.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2857/pmb-10567-golden-currant-tds-dt20230822124055154259.pdf?1692708057", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12586/golden-currant-pmb-10567-dt20210909194953278-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10567/golden-currant", + "scraped_at": "2026-04-30T17:14:21.986Z" + }, + { + "sku": "PMB-10568", + "color_name": "RON BURGUNDY", + "description": "Ron Burgundy is a deep chocolate red with glistening burgundy metallics. This color is a polyester metallic powder coat with a glossy finish. A clear top coat can be applied to enhance the look of this color and may improve UV resistance and overall durability of the finish. The image shown displays Ron Burgundy with Clear Vision PPS-2974 as a top coat over the left side. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.36 + }, + { + "min": 50, + "max": 199, + "price": 24.09 + }, + { + "min": 200, + "max": null, + "price": 22.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2867/pmb-10568-ron-burgundy-tds-dt20230822132656808165.pdf?1692710819", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12588/ron-burgundy-pmb-10568-dt20210910164849864-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10568/ron-burgundy", + "scraped_at": "2026-04-30T17:14:36.815Z" + }, + { + "sku": "PMB-10570", + "color_name": "Calypso's Fantasy Step 1", + "description": "Calypso's Fantasy Step 2 over Step 1 creates a shimmering sage green. This color is a polyester metallic powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Calypso's Fantasy Step 2 PPB-10571 must be applied as a top coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH CALYPSO'S FANTASY STEP 1 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.1 + }, + { + "min": 50, + "max": 199, + "price": 16.25 + }, + { + "min": 200, + "max": null, + "price": 15.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6331/pmb-10570-calypsos-fantasy-step-1-tds-dt20240424155826830328.pdf?1713974309", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12590/calypsos-fantasy-step-1-pmb-10570-dt20211012203406588-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10570/calypsos-fantasy-step-1", + "scraped_at": "2026-04-30T17:14:50.487Z" + }, + { + "sku": "PMB-10574", + "color_name": "RETRO PEACH", + "description": "Retro Peach is a sparkling light peach with a warm hue and rosy metallics. This color is a polyester metallic powder coat with a semi-gloss finish. A clear top coat can be applied to enhance the appearance of this color and may improve UV resistance and overall durability of the finish. The image shown displays Retro Peach with Clear Vision PPS-2974 as a top coat over the left side. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.53 + }, + { + "min": 50, + "max": 199, + "price": 19.5 + }, + { + "min": 200, + "max": null, + "price": 18.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5436/pmb-10574-retro-peach-tds-dt20231219200149365068.pdf?1703016112", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12594/retro-peach-pmb-10574-dt20211014155043313-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10574/retro-peach", + "scraped_at": "2026-04-30T17:15:01.664Z" + }, + { + "sku": "PMB-10575", + "color_name": "Golden Peach", + "description": "Golden Peach is a glittering dark peach with golden orange metallics. This color is a polyester metallic powder coat with a glossy finish. A clear top coat can be applied to enhance the appearance of this finish. The image shown displays Golden Peach with Clear Vision PPS-2974 as a top coat over the left side. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.53 + }, + { + "min": 50, + "max": 199, + "price": 19.5 + }, + { + "min": 200, + "max": null, + "price": 18.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3481/pmb-10575-golden-peach-tds-dt20230915204136681029.pdf?1694810498", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12596/golden-peach-pmb-10575-dt20211008181850842-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10575/golden-peach", + "scraped_at": "2026-04-30T17:15:17.033Z" + }, + { + "sku": "PMB-10583", + "color_name": "Basalt", + "description": "Basalt is a grey brown polyester metallic and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.54 + }, + { + "min": 50, + "max": 199, + "price": 15.71 + }, + { + "min": 200, + "max": null, + "price": 14.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7999/pmb-10583-basalt-dt20260114210051140062.pdf?1768424452", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12611/basalt-pmb-10583-dt20251229215709695335-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10583/basalt", + "scraped_at": "2026-04-30T17:15:29.645Z" + }, + { + "sku": "PMB-10584", + "color_name": "Black Platinum", + "description": "Black Platinum is a shimmering coal black with fine silver metallics. This color is a polyester metallic powder coat with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.48 + }, + { + "min": 50, + "max": 199, + "price": 17.56 + }, + { + "min": 200, + "max": null, + "price": 16.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7202/pmb-10584-black-platinum-dt20250424182348978926.pdf?1745519031", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12613/black-platinum-pmb-10584-dt20211012203250112-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10584/black-platinum", + "scraped_at": "2026-04-30T17:15:48.170Z" + }, + { + "sku": "PMB-10588", + "color_name": "IRON SHIMMER", + "description": "Iron Shimmer is a light titanium silver with shimmering metallic. This color is a polyester metallic powder coat with a satin finish. A clear top coat is recommended for exterior use. The image shown displays Iron Simmer with Clear Vision PPS-2974 as a top coat over the left side. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.55 + }, + { + "min": 50, + "max": 199, + "price": 19.52 + }, + { + "min": 200, + "max": null, + "price": 18.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2900/pmb-10588-iron-shimmer-tds-dt20230822155704598259.pdf?1692719826", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12619/iron-shimmer-pmb-10588-dt20210923150415649-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10588/iron-shimmer", + "scraped_at": "2026-04-30T17:16:01.389Z" + }, + { + "sku": "PMB-10589", + "color_name": "Silver Dollar", + "description": "Silver Dollar is a light silver with a lot of shimmer. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.81 + }, + { + "min": 50, + "max": 199, + "price": 20.72 + }, + { + "min": 200, + "max": null, + "price": 19.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2270/pmb-10589-silver-dollar-tds-dt20230503211234341326.pdf?1683148356", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12621/silver-dollar-pmb-10589-dt20220418212737770757-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10589/silver-dollar", + "scraped_at": "2026-04-30T17:16:13.625Z" + }, + { + "sku": "PMB-10591", + "color_name": "STAMPED CONCRETE", + "description": "Stamped Concrete is a glittering silver grey. This color is a polyester metallic powder coat with a glossy finish. The image shown displays Stamped Concrete with Clear Vision PPS-2974 as a top coat over the left side. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.85 + }, + { + "min": 50, + "max": 199, + "price": 13.16 + }, + { + "min": 200, + "max": null, + "price": 12.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12623/stamped-concrete-pmb-10591-dt20210914153334607-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10591/stamped-concrete", + "scraped_at": "2026-04-30T17:16:26.792Z" + }, + { + "sku": "PMB-10595", + "color_name": "SOUTH BEACH STEP 1", + "description": "South Beach Step 2 over Step 1 creates a sparkling teal with silver metallics. This color is a polyester metallic powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, South Beach Step 2 PPB-10596 must be applied as a top coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH SOUTH BEACH STEP 1 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.54 + }, + { + "min": 50, + "max": 199, + "price": 13.81 + }, + { + "min": 200, + "max": null, + "price": 13.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5364/pmb-10595-south-beach-step-1-tds-dt20231206213452778988.pdf?1701898494", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12625/south-beach-step-1-pmb-10595-dt20211008172252384-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10595/south-beach-step-1", + "scraped_at": "2026-04-30T17:16:35.549Z" + }, + { + "sku": "PMB-10600", + "color_name": "Opus Orange Step 1", + "description": "Opus Orange Step 2 over Opus Orange Step 1 creates a deep marmalade orange with a silver pearl shimmer. This color is a polyester metallic powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Opus Orange Step 2 PPB-10601 must be applied as a top coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.18 + }, + { + "min": 50, + "max": 199, + "price": 14.42 + }, + { + "min": 200, + "max": null, + "price": 13.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3884/pmb-10600-opus-orange-step-1-tds-dt20230926174214696714.pdf?1695750137", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12651/opus-orange-step-1-pmb-10600-dt20220728202741862249-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10600/opus-orange-step-1", + "scraped_at": "2026-04-30T17:16:47.982Z" + }, + { + "sku": "PMB-10604", + "color_name": "Ivory Sabotage Step 1", + "description": "Ivory Sabotage Step 2 over Step 1 creates a shimmering pearl white metallic. This color is a polyester metallic powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Ivory Sabotage Step 2 PPB-10605 must be applied as a top coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH IVORY SABOTAGE STEP 1 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.94 + }, + { + "min": 50, + "max": 199, + "price": 13.24 + }, + { + "min": 200, + "max": null, + "price": 12.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2271/pmb-10604-ivory-sabotage-step-1-tds-dt20230503211526821235.pdf?1683148529", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12653/ivory-sabotage-step-1-pmb-10604-dt20211008181614095-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10604/ivory-sabotage-step-1", + "scraped_at": "2026-04-30T17:17:03.697Z" + }, + { + "sku": "PMB-10606", + "color_name": "OYSTER CULT STEP 1", + "description": "Oyster Cult Step 2 over Step 1 creates a shimmering pearl white with a slightly yellow hue. This color is a polyester metallic powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Oyster Cult Step 2 PPB-10607 must be applied as a top coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.94 + }, + { + "min": 50, + "max": 199, + "price": 13.24 + }, + { + "min": 200, + "max": null, + "price": 12.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12655/oyster-cult-step-1-pmb-10606-dt20211008180352766-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10606/oyster-cult-step-1", + "scraped_at": "2026-04-30T17:17:19.919Z" + }, + { + "sku": "PMB-10609", + "color_name": "Caramellow Step 1", + "description": "Caramellow Step 2 over Caramellow Step 1 creates a rich metallic bronze. This color is a polyester two coat powder coat with a semi-gloss finish. Two Coat Information: To achieve this color as shown, Caramellow Step 2 PPB-10610 must be applied as a top coat. Semi-Gloss: 37-70 Gloss Units Step 2 must be applied as the topcoat to achieve proper two-step color results. If Step 1 is used independently, a clear topcoat is recommended for exterior use. Inconsistent mil thickness in either the basecoat or topcoat can result in uneven color. Apply both the basecoat and topcoat in accordance with the recommended mil thickness specifications. Allow the part to cool completely before applying the topcoat. Once the topcoat has been applied, fully cure it according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before starting your project, especially if you are using a topcoat or additional basecoats, primers, etc. This helps ensure the final color meets your specifications and allows you to anticipate any potential changes in color or finish. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.63 + }, + { + "min": 50, + "max": 199, + "price": 20.55 + }, + { + "min": 200, + "max": null, + "price": 19.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8021/pmb-10609-caramellow-step-1-dt20260114214512781324.pdf?1768427114", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12657/caramellow-step-1-pmb-10609-dt20260406181526369637-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10609/caramellow-step-1", + "scraped_at": "2026-04-30T17:17:30.540Z" + }, + { + "sku": "PMB-10611", + "color_name": "Scutter Botch Step 1", + "description": "Scutter Botch Step 2 over Scutter Botch Step 1 creates a bronze metallic. This color is a polyester two coat powder coat with a satin finish. Two Coat Information: To achieve this color as shown, Scutter Botch Step 2 PPB-10612 must be applied as a top coat. Semi-Gloss: 37-70 Gloss Units Step 2 must be applied as the topcoat to achieve proper two-step color results. If Step 1 is used independently, a clear topcoat is recommended for exterior use. Inconsistent mil thickness in either the basecoat or topcoat can result in uneven color. Apply both the basecoat and topcoat in accordance with the recommended mil thickness specifications. Allow the part to cool completely before applying the topcoat. Once the topcoat has been applied, fully cure it according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before starting your project, especially if you are using a topcoat or additional basecoats, primers, etc. This helps ensure the final color meets your specifications and allows you to anticipate any potential changes in color or finish. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.47 + }, + { + "min": 50, + "max": 199, + "price": 18.5 + }, + { + "min": 200, + "max": null, + "price": 17.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8088/pmb-10611-scutter-botch-step-1-dt20260119214049419527.pdf?1768858850", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12659/scutter-botch-step-1-pmb-10611-dt20260406195309550577-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10611/scutter-botch-step-1", + "scraped_at": "2026-04-30T17:17:40.537Z" + }, + { + "sku": "PMB-10626", + "color_name": "Royal Ruby Step 1", + "description": "Royal Ruby Step 2 over Royal Ruby Step 1 creates a rich red metallic. This color is a polyester two coat powder coat with a high gloss finish. Two Coat Information: To achieve this color as shown, Royal Ruby Step 2 PPB-10627 must be applied as a top coat. Semi-Gloss: 37-70 Gloss Units To achieve proper two-step color results, Step 2 must be applied as the topcoat. Inconsistent mil thickness in either the basecoat or topcoat can result in uneven color. Apply both the basecoat and topcoat in accordance with the recommended mil thickness specifications. Flash, or partially cure, basecoat for 2 minutes after the powder has flowed to a gloss state, with both oven and part metal temperatures at 400°F. An applicator must visually confirm that the powder has reached the gloss state. Using an infrared thermometer, verify that the substrate has reached the target temperature. Flash time should begin only after the part metal reaches the target temperature, as starting too early can negatively affect powder flow, crosslinking, gloss, color, and adhesion. Actual times may vary depending on conditions. Allow the part to cool completely before applying the topcoat. Once the topcoat has been applied, fully cure it according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before starting your project, especially if you are using a topcoat or additional basecoats, primers, etc. This helps ensure the final color meets your specifications and allows you to anticipate any potential changes in color or finish. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.44 + }, + { + "min": 50, + "max": 199, + "price": 27.02 + }, + { + "min": 200, + "max": null, + "price": 25.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8022/pmb-10626-royal-ruby-step-1-dt20260114214643095793.pdf?1768427204", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12740/royal-ruby-step-1-pmb-10626-dt20260406184608409229-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10626/royal-ruby-step-1", + "scraped_at": "2026-04-30T17:17:50.462Z" + }, + { + "sku": "PMB-10635", + "color_name": "Volkan Blue", + "description": "Volkan Blue is a deep navy blue metallic. This color is a polyester metallic powder coat with a glossy finish. A clear top coat (Clear Vision PPS-2974) can be applied to enhance the look of this color and may improve UV resistance and overall durability. High Gloss: 85+ Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.44 + }, + { + "min": 50, + "max": 199, + "price": 12.77 + }, + { + "min": 200, + "max": null, + "price": 12.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7197/pmb-10635-volkan-blue-dt20250424181646922176.pdf?1745518609", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12763/volkan-blue-pmb-10635-dt20250519221122091504-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10635/volkan-blue", + "scraped_at": "2026-04-30T17:18:04.372Z" + }, + { + "sku": "PMB-10639", + "color_name": "Orange Madness", + "description": "Prismatic Powders Orange Madness is our closest match to Polaris RZR Orange Madness. This color is a polyester metallic powder coat with a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsPolaris RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.6 + }, + { + "min": 50, + "max": 199, + "price": 22.42 + }, + { + "min": 200, + "max": null, + "price": 21.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2930/pmb-10639-orange-madness-tds-dt20230823151549809033.pdf?1692803751", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12767/orange-madness-pmb-10639-dt2025090220003465562-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10639/orange-madness", + "scraped_at": "2026-04-30T17:18:22.360Z" + }, + { + "sku": "PMB-10643", + "color_name": "POLARIS COPPER", + "description": "Prismatic Powders Polaris Copper is our closest match to the 2021 Polaris RZR Polaris Copper. This color is a polyester metallic powder coat with a semi gloss finish. Semi Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsPolaris RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.68 + }, + { + "min": 50, + "max": 199, + "price": 21.55 + }, + { + "min": 200, + "max": null, + "price": 20.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2926/pmb-10643-polaris-copper-tds-dt20230823143846715544.pdf?1692801528", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12769/polaris-copper-pmb-10643-dt20250708203935565797-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10643/polaris-copper", + "scraped_at": "2026-04-30T17:18:39.272Z" + }, + { + "sku": "PMB-10644", + "color_name": "Polaris Radar Blue", + "description": "Polaris Radar Blue is our closest match to the Polaris Radar Blue. This color is a polyester metallic powder coat with a glossy finish. Polaris Radar Blue is a two coat system that requires the use of a clear top coat. The color will not be correct until the clear top coat is applied and cured. To achieve the color as shown, Clear Vision PPS-2974 must also be purchased Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. This color is not recommended for exterior exposure without applying a UV-resistant top coat. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsPolaris RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.71 + }, + { + "min": 50, + "max": 199, + "price": 28.22 + }, + { + "min": 200, + "max": null, + "price": 26.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7057/pmb-10644-polaris-radar-blue-dt20250212213252561564.pdf?1739395975", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12771/polaris-radar-blue-pmb-10644-dt20250714153340516995-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10644/polaris-radar-blue", + "scraped_at": "2026-04-30T17:18:54.964Z" + }, + { + "sku": "PMB-10647", + "color_name": "Can-Am Gold '17", + "description": "Prismatic Powders Can-Am Gold '17 is our closest match to Can-Am's Maverick X3 2017 Gold. This color is a polyester metallic powder coat with a semi gloss finish. A clear top coat is recommended for exterior use. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsCan-Am RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.17 + }, + { + "min": 50, + "max": 199, + "price": 22.01 + }, + { + "min": 200, + "max": null, + "price": 20.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2928/pmb-10647-can-am-gold-17-tds-dt20230823144444003975.pdf?1692801886", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12773/can-am-gold-pmb-10647-dt20210521225109929-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10647/can-am-gold-17", + "scraped_at": "2026-04-30T17:19:09.787Z" + }, + { + "sku": "PMB-10655", + "color_name": "Accurate Silver", + "description": "Prismatic Powders Accurate Silver is our closest match to Honda's Accurate Silver. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsHonda RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.45 + }, + { + "min": 50, + "max": 199, + "price": 17.53 + }, + { + "min": 200, + "max": null, + "price": 16.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2924/pmb-10655-accurate-silver-tds-dt20230822192543005136.pdf?1692732345", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12775/acurrate-silver-pmb-10655-dt20210521225017437-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10655/accurate-silver", + "scraped_at": "2026-04-30T17:19:22.226Z" + }, + { + "sku": "PMB-10657", + "color_name": "Yama Blue", + "description": "Prismatic Powders Yama Blue is our closest match to 1998-2006 Yamaha Blue. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsYamaha RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.43 + }, + { + "min": 50, + "max": 199, + "price": 16.56 + }, + { + "min": 200, + "max": null, + "price": 15.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2936/pmb-10657-yama-blue-tds-dt20230823172218122704.pdf?1692811340", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12777/yama-blue-pmb-10657-dt20210520143055208-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10657/yama-blue", + "scraped_at": "2026-04-30T17:19:39.909Z" + }, + { + "sku": "PMB-10658", + "color_name": "Impact Blue", + "description": "Prismatic Powders Impact Blue is our closest match to Yamaha Blue Cocktail/Impact Blue. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsYamaha RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.89 + }, + { + "min": 50, + "max": 199, + "price": 17 + }, + { + "min": 200, + "max": null, + "price": 16.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7572/pmb-10658-impact-blue-dt2025100619355810143.pdf?1759779359", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12779/impact-blue-pmb-10658-dt20210823172821916-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10658/impact-blue", + "scraped_at": "2026-04-30T17:19:53.308Z" + }, + { + "sku": "PMB-1067", + "color_name": "HARTFORD BRONZE", + "description": "Hartford Bronze is a medium brown/bronze with a fine metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.29 + }, + { + "min": 50, + "max": 199, + "price": 12.63 + }, + { + "min": 200, + "max": null, + "price": 11.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/555/hartford-bronze-pmb-1067-dt20200424222009207-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1067/hartford-bronze", + "scraped_at": "2026-04-30T17:20:07.823Z" + }, + { + "sku": "PMB-10673", + "color_name": "Illusion Midnight", + "description": "Illusion Midnight is a deep denim blue with sparkling metallic. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here Application method may change the color of the final product. For help please contact technicalsupport@prismaticpowders.com or call 866-774-7628. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ILLUSION MIDNIGHT View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.19 + }, + { + "min": 50, + "max": 199, + "price": 19.18 + }, + { + "min": 200, + "max": null, + "price": 18.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2788/pmb-10673-illusion-midnight-tds-dt20230817214249210712.pdf?1692308571", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12861/illusion-midnight-pmb-10673-dt20210809165509561-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10673/illusion-midnight", + "scraped_at": "2026-04-30T17:20:22.692Z" + }, + { + "sku": "PMB-10675", + "color_name": "Bossanova Blue", + "description": "Bossanova Blue is a rich cobalt blue with shimmering lighter blue metallics. This color is a polyester metallic powder coat with a semi-gloss finish. A clear top coat can be applied to enhance the look of this color and may improve UV resistance and overall durability of the finish. The image shown displays Bossanova Blue with Clear Vision PPS-2974 as a top coat over the left side. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.31 + }, + { + "min": 50, + "max": 199, + "price": 20.24 + }, + { + "min": 200, + "max": null, + "price": 19.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2907/pmb-10675-bossanova-blue-tds-dt20230822171133481379.pdf?1692724295", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12863/bossanova-blue-pmb-10675-dt20210914152302735-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10675/bossanova-blue", + "scraped_at": "2026-04-30T17:20:39.765Z" + }, + { + "sku": "PMB-10676", + "color_name": "Laredo Blue", + "description": "Laredo Blue is a deep indigo blue with shimmering lighter blue metallics and faint red and purple metallics. This color is a polyester metallic powder coat with a glossy finish. A clear top coat can be applied to enhance the look of this color and may improve UV resistance and overall durability of the finish. The image shown displays Laredo Blue with Clear Vision PPS-2974 as a top coat over the left side. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.17 + }, + { + "min": 50, + "max": 199, + "price": 16.31 + }, + { + "min": 200, + "max": null, + "price": 15.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2906/pmb-10676-laredo-blue-tds-dt20230822170923379323.pdf?1692724165", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12865/laredo-blue-pmb-10676-dt20210914152916893-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10676/laredo-blue", + "scraped_at": "2026-04-30T17:20:52.395Z" + }, + { + "sku": "PMB-10677", + "color_name": "Na Pali Dreams", + "description": "Na Pali Dreams is a rich cerulean blue with a fine silver pearl. This color is a polyester metallic powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.23 + }, + { + "min": 50, + "max": 199, + "price": 17.32 + }, + { + "min": 200, + "max": null, + "price": 16.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3553/pmb-10677-na-pali-dreams-tds-dt20230918193513686122.pdf?1695065715", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12867/na-pali-dreams-pmb-10677-dt20211018153044644-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10677/na-pali-dreams", + "scraped_at": "2026-04-30T17:21:04.423Z" + }, + { + "sku": "PMB-10678", + "color_name": "North Shore Frost", + "description": "North Shore Frost is a bright Dodger blue with shimmering silver metallics. This color is a polyester metallic powder coat with a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.39 + }, + { + "min": 50, + "max": 199, + "price": 16.52 + }, + { + "min": 200, + "max": null, + "price": 15.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2798/pmb-10678-north-shore-frost-tds-dt20230818161109813862.pdf?1692375072", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12869/north-shore-frost-pmb-10678-dt20210913162744416-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10678/north-shore-frost", + "scraped_at": "2026-04-30T17:21:22.878Z" + }, + { + "sku": "PMB-10693", + "color_name": "Kona Gold", + "description": "Kona Gold is a warm, fine gold metallic with a slightly orange hue. This color is a polyester metallic powder coat with a satin finish. A clear top coat is recommended for exterior use. The image shown displays Kona Gold with Clear Vision PPS-2974 as a top coat over the left side. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.62 + }, + { + "min": 50, + "max": 199, + "price": 20.54 + }, + { + "min": 200, + "max": null, + "price": 19.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12932/kona-gold-pmb-10693-dt20211203154501339-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10693/kona-gold", + "scraped_at": "2026-04-30T17:21:36.814Z" + }, + { + "sku": "PMB-10694", + "color_name": "Jackpot Gold", + "description": "Jackpot Gold is a darker, fine gold metallic with a hint of bronze. This color is a polyester metallic powder coat with a satin finish. A clear top coat is recommended for exterior use. The image shown displays Jackpot Gold with Clear Vision PPS-2974 as a top coat over the left side. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.99 + }, + { + "min": 50, + "max": 199, + "price": 21.84 + }, + { + "min": 200, + "max": null, + "price": 20.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8221/pmb-10694-jackpot-gold-dt20260318141838503582.pdf?1773843523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12933/jackpot-gold-pmb-10694-dt20211203154541407-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10694/jackpot-gold", + "scraped_at": "2026-04-30T17:21:53.984Z" + }, + { + "sku": "PMB-10695", + "color_name": "HONEY BUCKET", + "description": "Honey Bucket is a warm, fine gold metallic with a hint of bronze. This color is a polyester metallic powder coat with a satin finish. A clear top coat is recommended for exterior use. The image shown displays Honey Bucket with Clear Vision PPS-2974 as a top coat over the left side. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.56 + }, + { + "min": 50, + "max": 199, + "price": 20.48 + }, + { + "min": 200, + "max": null, + "price": 19.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12953/honey-bucket-pmb-10695-dt20211203154721078-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10695/honey-bucket", + "scraped_at": "2026-04-30T17:22:06.229Z" + }, + { + "sku": "PMB-10702", + "color_name": "Pink Malawi", + "description": "Pink Malawi is a vivid dayglow pink polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 33.63 + }, + { + "min": 50, + "max": 199, + "price": 31.95 + }, + { + "min": 200, + "max": null, + "price": 30.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6138/pmb-10702-pink-malawi-tds-dt20240416182919241328.pdf?1713292162", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12955/pink-malawi-pmb-10702-dt20240419211724390145-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10702/pink-malawi", + "scraped_at": "2026-04-30T17:22:21.189Z" + }, + { + "sku": "PMB-10703", + "color_name": "Yellow Tang", + "description": "Yellow Tang is a very bright neon yellow with large flakes of silver/gold metallic and glows when exposed to black light. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 37.24 + }, + { + "min": 50, + "max": 199, + "price": 35.38 + }, + { + "min": 200, + "max": null, + "price": 33.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4183/pmb-10703-yellow-tang-tds-dt20231003224125179882.pdf?1696372887", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12957/yellow-tang-pmb-10703-dt20220629162137047465-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10703/yellow-tang", + "scraped_at": "2026-04-30T17:22:36.658Z" + }, + { + "sku": "PMB-10704", + "color_name": "HOLY SNAPPER", + "description": "Holy Snapper is a very bright, neon orange with large gold/silver metallic flakes that glows when exposed to black light. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units This product has limited flexibility and impact resistance. This color may have limited UV stability. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 39.59 + }, + { + "min": 50, + "max": 199, + "price": 37.61 + }, + { + "min": 200, + "max": null, + "price": 35.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4186/pmb-10704-holy-snapper-tds-dt20231004140006236619.pdf?1696428009", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12959/holy-snapper-pmb-10704-dt2022060321155814939-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10704/holy-snapper", + "scraped_at": "2026-04-30T17:22:49.345Z" + }, + { + "sku": "PMB-10712", + "color_name": "KA-CHOW", + "description": "Ka-Chow is a glistening black metallic with a strong rainbow color shifting effect. This color is a polyester metallic powder coat with a glossy finish. A clear top coat (Clear Vision PPS-2974) can be applied to intensify the color shifting effect and may improve UV resistance and overall durability of the finish. The image shown displays Ka-Chow with Clear Vision PPS-2974 as a top coat over the left side. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): HolographicColor Shifting RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.45 + }, + { + "min": 50, + "max": 199, + "price": 21.33 + }, + { + "min": 200, + "max": null, + "price": 20.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7855/pmb-10712-ka-chow-dt20260102194321179575.pdf?1767383002", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12987/ka-chow-pmb-10712-dt20210813223431661-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10712/ka-chow", + "scraped_at": "2026-04-30T17:23:07.707Z" + }, + { + "sku": "PMB-10715", + "color_name": "MAXIMUM STEEL", + "description": "Maximum Steel is a black polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.1 + }, + { + "min": 50, + "max": 199, + "price": 13.4 + }, + { + "min": 200, + "max": null, + "price": 12.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8000/pmb-10715-maximum-steel-dt20260114210242969909.pdf?1768424564", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12993/maximum-steel-pmb-10715-dt20251229215319151792-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10715/maximum-steel", + "scraped_at": "2026-04-30T17:23:22.663Z" + }, + { + "sku": "PMB-10728", + "color_name": "Infused Orange", + "description": "Infused Orange is a rich tangerine orange with shimmering silver metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units A clear top coat can be applied to enhance the appearance of this color and may improve UV resistance and overall durability of the finish. The image shown displays Infused Orange with Clear Vision PPS-2974 as a top coat over the left side. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.36 + }, + { + "min": 50, + "max": 199, + "price": 22.19 + }, + { + "min": 200, + "max": null, + "price": 21.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3616/pmb-10728-infused-orange-tds-dt20230919185759950403.pdf?1695149881", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13105/infused-orange-pmb-10728-dt20220131221313764638-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10728/infused-orange", + "scraped_at": "2026-04-30T17:23:39.342Z" + }, + { + "sku": "PMB-10729", + "color_name": "Illusion Red Velvet", + "description": "Illusion Red Velvet is a deep and glittering maroon/violet. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.49 + }, + { + "min": 50, + "max": 199, + "price": 14.72 + }, + { + "min": 200, + "max": null, + "price": 13.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2634/pmb-10729-illusion-red-velvet-tds-dt20230814212916605304.pdf?1692048558", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13107/illusion-red-velvet-pmb-10729-dt20220719145907989899-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10729/illusion-red-velvet", + "scraped_at": "2026-04-30T17:23:51.580Z" + }, + { + "sku": "PMB-1073", + "color_name": "GEYSER TEAL", + "description": "Geyser Teal is a rich teal metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Metallic (Semi-Gloss): Hot Springs PMB-0889 Metallic (Gloss): Catalina Blue PMB-0676 / Truck-N-Teal PMB-1870 Solid Tone (Gloss): Perfect Teal PSS-6339 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.34 + }, + { + "min": 50, + "max": 199, + "price": 14.57 + }, + { + "min": 200, + "max": null, + "price": 13.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/557/geyser-teal-pmb-1073-dt20210806210103217-thumbnail.jpg?1628283664&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1073/geyser-teal", + "scraped_at": "2026-04-30T17:24:02.866Z" + }, + { + "sku": "PMB-10730", + "color_name": "MOUNTAIN AIR", + "description": "Mountain Air is a shimmering charcoal black with a cool hue and silver and other multi-colored metallics. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units The image shown displays Mountain Air with Clear Vision PPS-2974 as a top coat over the left side. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.02 + }, + { + "min": 50, + "max": 199, + "price": 16.17 + }, + { + "min": 200, + "max": null, + "price": 15.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3550/pmb-10730-mountain-aire-tds-dt20230918165156359634.pdf?1695055918", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13109/mountain-air-pmb-10730-dt20211203152443867-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10730/mountain-air", + "scraped_at": "2026-04-30T17:24:13.555Z" + }, + { + "sku": "PMB-10733", + "color_name": "Rustic Rose Step 1", + "description": "Rustic Rose Step 2 over Rustic Rose Step 1 creates a tan with rose metallics. This color is a polyester two coat powder coat with a high gloss finish. Two Coat Information: To achieve this color as shown, Rustic Rose Step 2 PPB-10734 must be applied as a top coat. Semi-Gloss: 37-70 Gloss Units Step 2 must be applied as the topcoat to achieve proper two-step color results. If Step 1 is used independently, a clear topcoat is recommended for exterior use. Inconsistent mil thickness in either the basecoat or topcoat can result in uneven color. Apply both the basecoat and topcoat in accordance with the recommended mil thickness specifications. Allow the part to cool completely before applying the topcoat. Once the topcoat has been applied, fully cure it according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before starting your project, especially if you are using a topcoat or additional basecoats, primers, etc. This helps ensure the final color meets your specifications and allows you to anticipate any potential changes in color or finish. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.01 + }, + { + "min": 50, + "max": 199, + "price": 26.61 + }, + { + "min": 200, + "max": null, + "price": 25.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8023/pmb-10733-rustic-rose-step-1-dt20260114214741543559.pdf?1768427263", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13258/rustic-rose-step-1-pmb-10733-dt20260406194841236262-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10733/rustic-rose-step-1", + "scraped_at": "2026-04-30T17:24:24.583Z" + }, + { + "sku": "PMB-10735", + "color_name": "DRACO STEP 1", + "description": "Draco Step 2 over Draco Step 1 creates a dazzling cerulean blue with aqua blue/green metallic. This color is a polyester metallic powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Draco Step 2 PPS-10736 must be applied as a top coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH DRACO STEP 1 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.21 + }, + { + "min": 50, + "max": 199, + "price": 20.15 + }, + { + "min": 200, + "max": null, + "price": 19.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3620/pmb-10735-draco-step-1-tds-dt20230919192320360735.pdf?1695151402", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13268/draco-step-1-pmb-10735-dt20220202155034699544-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10735/draco-step-1", + "scraped_at": "2026-04-30T17:24:37.218Z" + }, + { + "sku": "PMB-10737", + "color_name": "Arctic Fox Step 1", + "description": "Arctic Fox Step 2 over Arctic Fox Step 1 creates a sleek, shiny silver. This color is a polyester metallic powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Arctic Fox Step 2 PPS-10738 must be applied as a top coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ARCTIC FOX STEP 1 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.96 + }, + { + "min": 50, + "max": 199, + "price": 13.26 + }, + { + "min": 200, + "max": null, + "price": 12.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3623/pmb-10737-arctic-fox-step-1tds-dt20230919193141693026.pdf?1695151904", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13428/arctic-fox-step-1-pmb-10737-dt2022021417425688474-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10737/arctic-fox-step-1", + "scraped_at": "2026-04-30T17:24:54.901Z" + }, + { + "sku": "PMB-1074", + "color_name": "Modesto Red", + "description": "Modesto Red is a maroon with a fine metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Light Cherry Red PSS-1423 River (Satin): Light Cherry River PRB-1891 Metallic (High Gloss): Maroon Spice PMB-4200 Solid Tone (Matte): Satin Light Cherry Red PSB-10170 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.39 + }, + { + "min": 50, + "max": 199, + "price": 19.37 + }, + { + "min": 200, + "max": null, + "price": 18.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/559/modesto-red-pmb-1074-dt20180905214231832-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1074/modesto-red", + "scraped_at": "2026-04-30T17:25:11.477Z" + }, + { + "sku": "PMB-10744", + "color_name": "CUPRUM STEP 1", + "description": "Cuprum Step 2 over Cuprum Step 1 creates a shimmering copper red metallic with an orange hue. This color is a polyester metallic powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Cuprum Step 2 PPB-10745 must be applied as a top coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH CUPRUM STEP 1 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 34.59 + }, + { + "min": 50, + "max": 199, + "price": 32.86 + }, + { + "min": 200, + "max": null, + "price": 31.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2272/pmb-10744-cuprum-step-1-tds-dt20230503211802250215.pdf?1683148683", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13270/cuprum-step-1-pmb-10744-dt20211122185211891-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10744/cuprum-step-1", + "scraped_at": "2026-04-30T17:25:25.149Z" + }, + { + "sku": "PMB-10747", + "color_name": "MAJESTIC GEM STEP 1", + "description": "Majestic Gem Step 2 over Majestic Gem Step 1 creates a very rich violet with glistening light purple and pink metallic. This color is a polyester metallic powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Majestic Gem Step 2 PPB-10748 must be applied as a top coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH MAJESTIC GEM STEP 1 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.88 + }, + { + "min": 50, + "max": 199, + "price": 26.49 + }, + { + "min": 200, + "max": null, + "price": 25.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3618/pmb-10747-majestic-gem-step-1-tds-dt20230919191835718277.pdf?1695151117", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13317/majestic-gem-step-1-pmb-10747-dt20220202155427246043-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10747/majestic-gem-step-1", + "scraped_at": "2026-04-30T17:25:39.574Z" + }, + { + "sku": "PMB-10752", + "color_name": "Yellow Iris Step 1", + "description": "Yellow Iris Step 2 over Yellow Iris Step 1 creates a shimmering sunny yellow. This color is a polyester metallic powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Yellow Iris Step 2 PPB-10753 must be applied as a top coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH YELLOW IRIS STEP 1 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.18 + }, + { + "min": 50, + "max": 199, + "price": 21.07 + }, + { + "min": 200, + "max": null, + "price": 19.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3558/pmb-10752-yellow-iris-step-1-tds-dt20230918202644323931.pdf?1695068806", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13329/yellow-iris-step-1-pmb-10752-dt20220103230927077-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10752/yellow-iris-step-1", + "scraped_at": "2026-04-30T17:25:55.020Z" + }, + { + "sku": "PMB-10754", + "color_name": "CRYSTAL CASTLE", + "description": "Crystal Castle is an icy silver/grey with shimmering metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units A clear top coat can be applied to enhance the appearance of this color and may improve UV resistance and overall durability of the finish. The image shown displays Crystal Castle with Clear Vision PPS-2974 as a top coat over the right side. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.03 + }, + { + "min": 50, + "max": 199, + "price": 16.18 + }, + { + "min": 200, + "max": null, + "price": 15.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3605/pmb-10754-crystal-castle-tds-dt2023091917542540476.pdf?1695146067", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13331/crystal-castle-pmb-10754-dt20220125165618141-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10754/crystal-castle", + "scraped_at": "2026-04-30T17:26:11.867Z" + }, + { + "sku": "PMB-10760", + "color_name": "SPICED CLOVE STEP 1", + "description": "Spiced Clove Step 2 over Spiced Clove Step 1 creates a rich and brilliant copper brown metallic. This color is a polyester metallic powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Spiced Clove Step 2 PPS-10761 must be applied as a top coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH SPICED CLOVE STEP 1 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.97 + }, + { + "min": 50, + "max": 199, + "price": 21.82 + }, + { + "min": 200, + "max": null, + "price": 20.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3573/pmb-10760-spiced-clove-step-1-tds-dt20230918221835959799.pdf?1695075517", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13339/spiced-clove-step-1-pmb-10760-dt2022010323083455-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10760/spiced-clove-step-1", + "scraped_at": "2026-04-30T17:27:06.657Z" + }, + { + "sku": "PMB-10762", + "color_name": "Cinnamon Girl Step 1", + "description": "Cinnamon Girl Step 2 over Cinnamon Girl Step 1 creates a deep burgundy red with dazzling gold/red metallic. This color is a polyester metallic powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Cinnamon Girl Step 2 PPS-10763 must be applied as a top coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH CINNAMON GIRL STEP 1 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 32.73 + }, + { + "min": 50, + "max": 199, + "price": 31.09 + }, + { + "min": 200, + "max": null, + "price": 29.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3571/pmb-10762-cinnamon-girl-step-1-tds-dt20230918221500752637.pdf?1695075303", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13367/cinnamon-girl-step-1-pmb-10762-dt20220113181906875-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10762/cinnamon-girl-step-1", + "scraped_at": "2026-04-30T17:27:19.919Z" + }, + { + "sku": "PMB-10789", + "color_name": "PRISMATIC COSMOS", + "description": "Prismatic Cosmos is a vibrant rainbow metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Is this just a clear with the holographic flake over a black color, or is the black part of the color? - Shane Conrey 02/16/22 08:06 am Answer: This is a single stage metallic base coat! Much like our Prismatic Universe (PMB-10367). No clear coat is required. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 36.06 + }, + { + "min": 50, + "max": 199, + "price": 34.26 + }, + { + "min": 200, + "max": null, + "price": 32.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3637/pmb-10789-prismatic-cosmos-tds-dt2023091920103457218.pdf?1695154237", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13434/prismatic-cosmos-pmb-10789-dt20220204154417354735-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10789/prismatic-cosmos", + "scraped_at": "2026-04-30T17:27:30.500Z" + }, + { + "sku": "PMB-1080", + "color_name": "COPPER SPARKLE", + "description": "Copper Sparkle is a dark rust copper with a pearlescent metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: River (Semi-Gloss): Loafer Red River PRB-6501 Vein (Semi-Gloss): Rust/Silver PVB-2438 Solid Tone (High Gloss): Loafer Red PSS-3090 Solid Tone (Eggshell): Colonial Red PSB-6442 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.83 + }, + { + "min": 50, + "max": 199, + "price": 15.99 + }, + { + "min": 200, + "max": null, + "price": 15.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/561/copper-sparkle-pmb-1080-dt20191114220344969-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1080/copper-sparkle", + "scraped_at": "2026-04-30T17:27:50.001Z" + }, + { + "sku": "PMB-10800", + "color_name": "American Gold", + "description": "American Gold is a rich goldenrod color with shimmering gold metallic. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.02 + }, + { + "min": 50, + "max": 199, + "price": 21.87 + }, + { + "min": 200, + "max": null, + "price": 20.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7673/pmb-10800-american-gold-dt20251201203820864956.pdf?1764621502", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13430/american-gold-pmb-10800-dt20220202154734801764-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10800/american-gold", + "scraped_at": "2026-04-30T17:28:08.568Z" + }, + { + "sku": "PMB-10802", + "color_name": "COSMIC CHARTREUSE", + "description": "Cosmic Chartreuse is a bright chartreuse yellow with dazzling multicolor metallic. This color is a polyester metallic powder coat with a gloss finish. Gloss: 71-85 Gloss Units Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS SATIN CHARTREUSE PSB-10209 CLICK FOR DETAILS CLEAR VISION PPS-2974 CLICK FOR DETAILS CHARTREUSE TEXTURE PTB-10365 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS CHARTREUSE SHERBERT PSS-7068 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 47.94 + }, + { + "min": 50, + "max": 199, + "price": 45.54 + }, + { + "min": 200, + "max": null, + "price": 43.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6987/pmb-10802-cosmic-chartreuse-dt20241122223613056636.pdf?1732314975", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13467/cosmic-chartreuse-pmb-10802-dt20250627193859873087-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10802/cosmic-chartreuse", + "scraped_at": "2026-04-30T17:28:27.481Z" + }, + { + "sku": "PMB-1081", + "color_name": "MISTY ROOTBEER", + "description": "Misty Rootbeer is a rich, dark rootbeer brown. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.28 + }, + { + "min": 50, + "max": 199, + "price": 11.67 + }, + { + "min": 200, + "max": null, + "price": 11.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6962/pmb-1081-misty-rootbeer-dt20241111184245053507.pdf?1731350567", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/563/misty-rootbeer-pmb-1081-dt20201214223324503-thumbnail.jpg?1607985205&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1081/misty-rootbeer", + "scraped_at": "2026-04-30T17:28:42.729Z" + }, + { + "sku": "PMB-10836", + "color_name": "Golden Eagle", + "description": "Golden Eagle is a light cream/gold with shimmering gold metallic. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.11 + }, + { + "min": 50, + "max": 199, + "price": 19.1 + }, + { + "min": 200, + "max": null, + "price": 18.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7705/pmb-10836-golden-eagle-dt20251216183743079764.pdf?1765910265", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13547/golden-eagle-pmb-10836-dt20220307155333734787-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10836/golden-eagle", + "scraped_at": "2026-04-30T17:28:56.959Z" + }, + { + "sku": "PMB-1084", + "color_name": "CALIFORNIA COPPER", + "description": "California Copper is a reddish copper metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.4 + }, + { + "min": 50, + "max": 199, + "price": 12.73 + }, + { + "min": 200, + "max": null, + "price": 12.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7059/pmb-1084-california-copper-dt20250217184047437972.pdf?1739817649", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/565/california-copper-pmb-1084-dt20180917203702013-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1084/california-copper", + "scraped_at": "2026-04-30T17:29:11.151Z" + }, + { + "sku": "PMB-10879", + "color_name": "Prismatic Gold II", + "description": "Prismatic Gold II is a rich gold metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 31.63 + }, + { + "min": 50, + "max": 199, + "price": 30.05 + }, + { + "min": 200, + "max": null, + "price": 28.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3896/pmb-10879-prismatic-gold-ii-tds-dt20230926204529348913.pdf?1695761131", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13644/prismatic-gold-ii-pmb-10879-dt2025052320181891511-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10879/prismatic-gold-ii", + "scraped_at": "2026-04-30T17:29:30.732Z" + }, + { + "sku": "PMB-10885", + "color_name": "Before The Storm", + "description": "Before The Storm is a deep violet/black with shimmering metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.89 + }, + { + "min": 50, + "max": 199, + "price": 11.3 + }, + { + "min": 200, + "max": null, + "price": 10.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3898/pmb-10885-before-the-storm-tds-dt2023092620503384147.pdf?1695761436", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13665/before-the-storm-pmb-10885-dt20220516210750842877-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10885/before-the-storm", + "scraped_at": "2026-04-30T17:29:43.960Z" + }, + { + "sku": "PMB-10888", + "color_name": "Miners Gold II", + "description": "Miners Gold II is a shimmering, shiny gold. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 35.5 + }, + { + "min": 50, + "max": 199, + "price": 33.73 + }, + { + "min": 200, + "max": null, + "price": 31.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3345/pmb-10888-miners-gold-ii-tds-dt20230913155653247034.pdf?1694620615", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13680/miners-gold-ii-pmb-10888-dt20250710203105280494-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10888/miners-gold-ii", + "scraped_at": "2026-04-30T17:29:59.684Z" + }, + { + "sku": "PMB-10889", + "color_name": "Apollo Gold", + "description": "Apollo Gold is a rich, shimmering gold. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 32.55 + }, + { + "min": 50, + "max": 199, + "price": 30.92 + }, + { + "min": 200, + "max": null, + "price": 29.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3974/pmb-10889-apollo-gold-tds-dt20230928154558010051.pdf?1695915960", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13682/apollo-gold-pmb-10889-dt20250610194925033809-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10889/apollo-gold", + "scraped_at": "2026-04-30T17:30:15.523Z" + }, + { + "sku": "PMB-10890", + "color_name": "Samson Gold", + "description": "Samson Gold is a shimmering gold metallic with a silvery pearl. This color is a polyester metallic powder coat with a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.93 + }, + { + "min": 50, + "max": 199, + "price": 27.48 + }, + { + "min": 200, + "max": null, + "price": 26.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3975/pmb-10890-samson-gold-tds-dt20230928154841211068.pdf?1695916123", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13684/samson-gold-pmb-10890-dt20250707163506985603-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10890/samson-gold", + "scraped_at": "2026-04-30T17:30:33.507Z" + }, + { + "sku": "PMB-10891", + "color_name": "Valhalla Gold", + "description": "Valhalla Gold is a sleek and rich gold metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.94 + }, + { + "min": 50, + "max": 199, + "price": 24.64 + }, + { + "min": 200, + "max": null, + "price": 23.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3972/pmb-10891-valhalla-gold-tds-dt20230928153953574391.pdf?1695915596", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13686/valhalla-gold-pmb-10891-dt20220506174329064151-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10891/valhalla-gold", + "scraped_at": "2026-04-30T17:30:48.074Z" + }, + { + "sku": "PMB-10892", + "color_name": "Emperor's Gold", + "description": "Emperor's Gold is a shiny, yellow gold metallic. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 36.48 + }, + { + "min": 50, + "max": 199, + "price": 34.66 + }, + { + "min": 200, + "max": null, + "price": 32.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5527/pmb-10892-emperors-gold-tds-dt20240110183909576622.pdf?1704911951", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13688/emperors-gold-pmb-10892-dt20250710202552052598-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10892/emperors-gold", + "scraped_at": "2026-04-30T17:30:56.579Z" + }, + { + "sku": "PMB-10893", + "color_name": "Vintage Gold", + "description": "Vintage Gold is a sandy yellow/gold highlighted with gold metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.91 + }, + { + "min": 50, + "max": 199, + "price": 23.66 + }, + { + "min": 200, + "max": null, + "price": 22.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7709/pmb-10893-vintage-gold-dt20251216184353438885.pdf?1765910635", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13690/vintage-gold-pmb-10893-dt2022042014585861385-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10893/vintage-gold", + "scraped_at": "2026-04-30T17:31:13.969Z" + }, + { + "sku": "PMB-10894", + "color_name": "GRAND ROYALE", + "description": "Grand Royale is a rich, shimmering gold metallic. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 35.08 + }, + { + "min": 50, + "max": 199, + "price": 33.33 + }, + { + "min": 200, + "max": null, + "price": 31.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7680/pmb-10894-grand-royale-dt20251201223602729485.pdf?1764628564", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13692/grand-royale-pmb-10894-dt20250602212326024907-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10894/grand-royale", + "scraped_at": "2026-04-30T17:31:31.504Z" + }, + { + "sku": "PMB-10895", + "color_name": "Gold Medal", + "description": "Gold Medal is a sparkling, rich gold. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerOpulenceSilver and Gold RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 34.06 + }, + { + "min": 50, + "max": 199, + "price": 32.36 + }, + { + "min": 200, + "max": null, + "price": 30.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7676/pmb-10895-gold-medal-dt20251201215539511689.pdf?1764626141", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13694/gold-medal-pmb-10895-dt20250530165044924559-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10895/gold-medal", + "scraped_at": "2026-04-30T17:31:44.930Z" + }, + { + "sku": "PMB-10896", + "color_name": "Conquistador Gold", + "description": "Conquistador Gold is a shimmery pearl gold. This color is a polyester metallic powder coat with a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.03 + }, + { + "min": 50, + "max": 199, + "price": 28.53 + }, + { + "min": 200, + "max": null, + "price": 27.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3907/pmb-10896-conquistador-gold-tds-dt20230926211511645237.pdf?1695762914", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13696/conquistador-gold-pmb-10896-dt20220506173111467477-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10896/conquistador-gold", + "scraped_at": "2026-04-30T17:32:00.777Z" + }, + { + "sku": "PMB-10897", + "color_name": "DARK BRASS", + "description": "Dark Brass is a sparkling, dark golden brass. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.73 + }, + { + "min": 50, + "max": 199, + "price": 25.39 + }, + { + "min": 200, + "max": null, + "price": 24.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4000/pmb-10897-dark-brass-tds-dt2023092819224423644.pdf?1695928966", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13698/dark-brass-pmb-10897-dt20250819203502710898-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10897/dark-brass", + "scraped_at": "2026-04-30T17:32:12.714Z" + }, + { + "sku": "PMB-10898", + "color_name": "TRUE DARK BRONZE", + "description": "True Dark Bronze is a sparkling dark bronze with a gold hue. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.85 + }, + { + "min": 50, + "max": 199, + "price": 21.71 + }, + { + "min": 200, + "max": null, + "price": 20.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4001/pmb-10898-true-dark-bronze-tds-dt20230928192430335937.pdf?1695929072", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13700/true-dark-bronze-pmb-10898-dt2022042014582789435-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10898/true-dark-bronze", + "scraped_at": "2026-04-30T17:32:29.853Z" + }, + { + "sku": "PMB-10899", + "color_name": "Vintage Platinum", + "description": "Vintage Platinum is a light, shiny silver. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.26 + }, + { + "min": 50, + "max": 199, + "price": 22.1 + }, + { + "min": 200, + "max": null, + "price": 20.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8097/pmb-10899-vintage-platinum-dt20260123165821088301.pdf?1769187502", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13702/vintage-platinum-pmb-10899-dt20220516211837338549-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10899/vintage-platinum", + "scraped_at": "2026-04-30T17:32:41.928Z" + }, + { + "sku": "PMB-10902", + "color_name": "Whiskey Bronze", + "description": "Whiskey Bronze is a deep, warm bronze with sparkling metallic. This color is a polyester metallic powder coat with a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.91 + }, + { + "min": 50, + "max": 199, + "price": 16.06 + }, + { + "min": 200, + "max": null, + "price": 15.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3979/pmb-10902-whiskey-bronze-tds-dt20230928155700165335.pdf?1695916622", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13710/whiskey-bronze-pmb-10902-dt20250520204834866846-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10902/whiskey-bronze", + "scraped_at": "2026-04-30T17:32:50.959Z" + }, + { + "sku": "PMB-10913", + "color_name": "PRECIOUS PLATINUM", + "description": "Precious Platinum is a shimmery, pewter grey/silver. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.34 + }, + { + "min": 50, + "max": 199, + "price": 24.07 + }, + { + "min": 200, + "max": null, + "price": 22.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4070/pmb-10913-precious-platinum-tds-dt20231002183945487436.pdf?1696271987", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13712/precious-platinum-pmb-10913-dt202206131731170345-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10913/precious-platinum", + "scraped_at": "2026-04-30T17:33:07.343Z" + }, + { + "sku": "PMB-10917", + "color_name": "Bronze Medallion", + "description": "Bronze Medallion is a sparkling golden bronze metallic. This color is a polyester metallic powder coat with a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.38 + }, + { + "min": 50, + "max": 199, + "price": 22.21 + }, + { + "min": 200, + "max": null, + "price": 21.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4074/pmb-10917-bronze-medallion-tds-dt20231002185631382997.pdf?1696272993", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13714/bronze-medallion-pmb-10917-dt2022060320573576151-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10917/bronze-medallion", + "scraped_at": "2026-04-30T17:33:20.432Z" + }, + { + "sku": "PMB-10924", + "color_name": "Wraith Bronze", + "description": "Wraith Bronze is a rich, charcoal grey/bronze with sparkling metallic. This color is a polyester metallic powder coat with a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.06 + }, + { + "min": 50, + "max": 199, + "price": 18.11 + }, + { + "min": 200, + "max": null, + "price": 17.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3993/pmb-10924-wraith-bronze-tds-dt20230928175934160998.pdf?1695923976", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13716/wraith-bronze-pmb-10924-dt20220603212756010655-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10924/wraith-bronze", + "scraped_at": "2026-04-30T17:33:32.614Z" + }, + { + "sku": "PMB-10940", + "color_name": "METALLIC BEIGE II", + "description": "Metallic Beige II is a sparkling silver with a gold tint. This color is a polyester metallic powder coat with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH METALLIC BEIGE II View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.82 + }, + { + "min": 50, + "max": 199, + "price": 29.28 + }, + { + "min": 200, + "max": null, + "price": 27.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13786/metallic-beige-ii-pmb-10940-dt20220524165159068709-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10940/metallic-beige-ii", + "scraped_at": "2026-04-30T17:33:47.820Z" + }, + { + "sku": "PMB-10941", + "color_name": "Winter Silver II", + "description": "Winter Silver II is a smoke grey with sparkling silver metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units * A clear top coat is recommended for exterior use. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.78 + }, + { + "min": 50, + "max": 199, + "price": 14.99 + }, + { + "min": 200, + "max": null, + "price": 14.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3951/pmb-10941-winter-silver-ii-tds-dt20230927214759038242.pdf?1695851281", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13806/winter-silver-ii-pmb-10941-dt20220527212319161273-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10941/winter-silver-ii", + "scraped_at": "2026-04-30T17:34:01.288Z" + }, + { + "sku": "PMB-1098", + "color_name": "MISTY IRIS", + "description": "Misty Iris is a very deep purple metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.79 + }, + { + "min": 50, + "max": 199, + "price": 11.2 + }, + { + "min": 200, + "max": null, + "price": 10.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/569/misty-iris-pmb-1098-dt20180905212019259-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1098/misty-iris", + "scraped_at": "2026-04-30T17:34:18.091Z" + }, + { + "sku": "PMB-11004", + "color_name": "FINAL FRONTIER II", + "description": "Final Frontier II is a dark, silky gold metallic. This color is a polyester metallic powder coat with a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.72 + }, + { + "min": 50, + "max": 199, + "price": 26.33 + }, + { + "min": 200, + "max": null, + "price": 24.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3950/pmb-11004-final-frontier-ii-tds-dt20230927214514563016.pdf?1695851116", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13958/final-frontier-ii-pmb-11004-dt20220524164848949676-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11004/final-frontier-ii", + "scraped_at": "2026-04-30T17:34:31.206Z" + }, + { + "sku": "PMB-11005", + "color_name": "FLAT SHIMMER II", + "description": "Flat Shimmer II is a sparkling silver metallic. This color is a polyester metallic powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.12 + }, + { + "min": 50, + "max": 199, + "price": 20.06 + }, + { + "min": 200, + "max": null, + "price": 19.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7728/pmb-11005-flat-shimmer-ii-dt20251229192518868947.pdf?1767036320", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13960/flat-shimmer-ii-pmb-11005-dt20220516211219780858-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11005/flat-shimmer-ii", + "scraped_at": "2026-04-30T17:34:43.776Z" + }, + { + "sku": "PMB-11006", + "color_name": "Ritzy Glitter II", + "description": "Ritzy Glitter II is a sparkling silver metallic with a rosy hue. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.42 + }, + { + "min": 50, + "max": 199, + "price": 26.05 + }, + { + "min": 200, + "max": null, + "price": 24.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3958/pmb-11006-ritzy-glitter-ii-tds-dt20230927222039964842.pdf?1695853241", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13962/ritzy-glitter-ii-pmb-11006-dt20220520171207841125-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11006/ritzy-glitter-ii", + "scraped_at": "2026-04-30T17:34:58.533Z" + }, + { + "sku": "PMB-11007", + "color_name": "Dark Silver Metallic II", + "description": "Dark Silver Metallic II is a sparkling, silver/grey metallic. This color is a polyester metallic powder coat with a glossy finish. High Gloss: 85+ Gloss Units * A clear top coat is recommended for exterior use. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.68 + }, + { + "min": 50, + "max": 199, + "price": 15.85 + }, + { + "min": 200, + "max": null, + "price": 15.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3957/pmb-11007-dark-silver-metallic-ii-tds-dt20230927221817348048.pdf?1695853099", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13968/dark-silver-metallic-ii-pmb-11007-dt20220520170305372306-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11007/dark-silver-metallic-ii", + "scraped_at": "2026-04-30T17:35:16.052Z" + }, + { + "sku": "PMB-11008", + "color_name": "National Gold II", + "description": "National Gold II is a sparkling champagne gold. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units * A clear top coat is recommended for exterior use. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 31.34 + }, + { + "min": 50, + "max": 199, + "price": 29.77 + }, + { + "min": 200, + "max": null, + "price": 28.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3955/pmb-11008-national-gold-ii-tds-dt20230927220855620244.pdf?1695852537", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13970/national-gold-ii-pmb-11008-dt20220516211356102458-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11008/national-gold-ii", + "scraped_at": "2026-04-30T17:35:29.320Z" + }, + { + "sku": "PMB-11009", + "color_name": "Arizona Beige II", + "description": "Arizona Beige II is a sparkling, light gold/bronze. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ARIZONA BEIGE II View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 31.21 + }, + { + "min": 50, + "max": 199, + "price": 29.65 + }, + { + "min": 200, + "max": null, + "price": 28.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3953/pmb-11009-arizona-beige-ii-tds-dt20230927220329822754.pdf?1695852211", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13972/arizona-beige-ii-pmb-11009-dt20250702221913543356-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11009/arizona-beige-ii", + "scraped_at": "2026-04-30T17:35:40.186Z" + }, + { + "sku": "PMB-11010", + "color_name": "Roman Bronze II", + "description": "Roman Bronze II is a light, silvery bronze/gold. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units * A clear top coat is recommended for exterior use. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.86 + }, + { + "min": 50, + "max": 199, + "price": 29.32 + }, + { + "min": 200, + "max": null, + "price": 27.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3954/pmb-11010-roman-bronze-ii-tds-dt20230927220555171167.pdf?1695852357", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13974/roman-bronze-ii-pmb-11010-dt20220516211624296665-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11010/roman-bronze-ii", + "scraped_at": "2026-04-30T17:35:57.853Z" + }, + { + "sku": "PMB-11011", + "color_name": "Sandy Gold II", + "description": "Sandy Gold II is a light, silvery bronze/gold. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH SANDY GOLD II View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.72 + }, + { + "min": 50, + "max": 199, + "price": 28.23 + }, + { + "min": 200, + "max": null, + "price": 26.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3493/pmb-11011-sandy-gold-ii-tds-dt20230915224025250648.pdf?1694817627", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13976/sandy-gold-ii-pmb-11011-dt20220516211701280134-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11011/sandy-gold-ii", + "scraped_at": "2026-04-30T17:36:14.354Z" + }, + { + "sku": "PMB-11012", + "color_name": "Lithia Gold II", + "description": "Lithia Gold II is a light beige/gold with shimmering pearl. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.34 + }, + { + "min": 50, + "max": 199, + "price": 21.22 + }, + { + "min": 200, + "max": null, + "price": 20.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13978/lithia-gold-ii-pmb-11012-dt20220516211316904977-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11012/lithia-gold-ii", + "scraped_at": "2026-04-30T17:36:28.772Z" + }, + { + "sku": "PMB-11013", + "color_name": "Cashmere Gold III", + "description": "Cashmere Gold III is a light silvery gold with shimmering metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.35 + }, + { + "min": 50, + "max": 199, + "price": 20.28 + }, + { + "min": 200, + "max": null, + "price": 19.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3952/pmb-11013-cashmere-gold-iii-tds-dt20230927220013504038.pdf?1695852015", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13981/cashmere-gold-ii-pmb-11013-dt2022102516152108182-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11013/cashmere-gold-iii", + "scraped_at": "2026-04-30T17:36:42.700Z" + }, + { + "sku": "PMB-11015", + "color_name": "FORD ADOBE II", + "description": "Ford Adobe II is a sparkling champagne gold. This color is a polyester metallic powder coat with a satin finish. Satin: 21-35 Gloss Units * A clear top coat is recommended. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH FORD ADOBE II View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.31 + }, + { + "min": 50, + "max": 199, + "price": 27.84 + }, + { + "min": 200, + "max": null, + "price": 26.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3946/pmb-11015-ford-adobe-ii-tds-dt20230927191952360137.pdf?1695842394", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13987/ford-adobe-ii-pmb-11015-dt20260409171633720213-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11015/ford-adobe-ii", + "scraped_at": "2026-04-30T17:36:57.180Z" + }, + { + "sku": "PMB-11016", + "color_name": "Titanium Gold II", + "description": "Titanium Gold II is a light gold/beige with a fine pearl. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.39 + }, + { + "min": 50, + "max": 199, + "price": 20.32 + }, + { + "min": 200, + "max": null, + "price": 19.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3947/pmb-11016-titanium-gold-ii-tds-dt20230927192428974747.pdf?1695842671", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13989/titanium-gold-ii-pmb-11016-dt2022052721225003933-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11016/titanium-gold-ii", + "scraped_at": "2026-04-30T17:37:10.160Z" + }, + { + "sku": "PMB-11017", + "color_name": "STAGE PASS BRONZE II", + "description": "Stage Pass Bronze II is a dark golden bronze with shimmering metallic. This color is a polyester metallic powder coat with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.13 + }, + { + "min": 50, + "max": 199, + "price": 21.97 + }, + { + "min": 200, + "max": null, + "price": 20.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3945/pmb-11017-stage-pass-bronze-ii-tds-dt20230927191749365251.pdf?1695842271", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13991/stage-pass-bronze-ii-pmb-11017-dt20220527212117957835-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11017/stage-pass-bronze-ii", + "scraped_at": "2026-04-30T17:37:26.382Z" + }, + { + "sku": "PMB-11018", + "color_name": "CHAMPAGNE SHIMMER II", + "description": "Champagne Shimmer II is a bright, sparkling silver. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units * A clear top coat is recommended for exterior use. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.69 + }, + { + "min": 50, + "max": 199, + "price": 22.51 + }, + { + "min": 200, + "max": null, + "price": 21.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3213/pmb-11018-champagne-shimmer-ii-tds-dt20230906161057388042.pdf?1694016659", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13993/champagne-shimmer-ii-pmb-11018-dt20220527211414327643-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11018/champagne-shimmer-ii", + "scraped_at": "2026-04-30T17:37:41.419Z" + }, + { + "sku": "PMB-11028", + "color_name": "Poly Gold II", + "description": "Poly Gold II is a shimmery, dark gold. This color is a polyester metallic powder coat with a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.99 + }, + { + "min": 50, + "max": 199, + "price": 22.79 + }, + { + "min": 200, + "max": null, + "price": 21.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3944/pmb-11028-poly-gold-ii-tds-dt2023092719120085454.pdf?1695841923", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14016/poly-gold-ii-pmb-11028-dt20220627204541622923-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11028/poly-gold-ii", + "scraped_at": "2026-04-30T17:37:58.330Z" + }, + { + "sku": "PMB-11029", + "color_name": "Bismark Gold II", + "description": "Bismark Gold II is a shiny, light gold with silver metallic. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.55 + }, + { + "min": 50, + "max": 199, + "price": 26.17 + }, + { + "min": 200, + "max": null, + "price": 24.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3943/pmb-11029-bismark-gold-ii-tds-dt20230927190715393536.pdf?1695841637", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14018/bismark-gold-ii-pmb-11029-dt2022102516145018752-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11029/bismark-gold-ii", + "scraped_at": "2026-04-30T17:38:10.512Z" + }, + { + "sku": "PMB-1109", + "color_name": "Lazer Red", + "description": "Lazer Red is a rich medium red with a light sheen. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/571/lazer-red-pmb-1109-dt20181010220419142-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1109/lazer-red", + "scraped_at": "2026-04-30T17:38:25.062Z" + }, + { + "sku": "PMB-1110", + "color_name": "Alpine Teal", + "description": "Alpine Teal is a dark blue/green teal metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.2 + }, + { + "min": 50, + "max": 199, + "price": 17.29 + }, + { + "min": 200, + "max": null, + "price": 16.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2236/pmb-1110-alpine-teal-tds-dt20230503201417446061.pdf?1683144859", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/573/alpine-teal-pmb-1110-dt20180910204450166-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1110/alpine-teal", + "scraped_at": "2026-04-30T17:38:41.166Z" + }, + { + "sku": "PMB-11127", + "color_name": "Crystal Grey II", + "description": "Crystal Grey II is black with silver metallic polyester and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.77 + }, + { + "min": 50, + "max": 199, + "price": 12.13 + }, + { + "min": 200, + "max": null, + "price": 11.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2574/pmb-11127-crystal-grey-ii-tds-dt20230811161846692122.pdf?1691770728", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14238/crystal-grey-ii-pmb-11127-dt20251229215924018296-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11127/crystal-grey-ii", + "scraped_at": "2026-04-30T17:38:52.914Z" + }, + { + "sku": "PMB-11128", + "color_name": "BMW Silver II", + "description": "BMW Silver II is a neutral grey metallic polyester is a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.51 + }, + { + "min": 50, + "max": 199, + "price": 19.48 + }, + { + "min": 200, + "max": null, + "price": 18.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2341/pmb-11128-bmw-silver-ii-tds-dt20230602211313968489.pdf?1685740395", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14240/bmw-silver-ii-pmb-11128-dt20230725151910978666-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11128/bmw-silver-ii", + "scraped_at": "2026-04-30T17:39:06.538Z" + }, + { + "sku": "PMB-11130", + "color_name": "Crushed Silver II", + "description": "Crushed Silver II is a sparkly silver polyester metallic and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.67 + }, + { + "min": 50, + "max": 199, + "price": 17.74 + }, + { + "min": 200, + "max": null, + "price": 16.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14244/crushed-silver-ii-pmb-11130-dt20231102154151882152-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11130/crushed-silver-ii", + "scraped_at": "2026-04-30T17:39:21.686Z" + }, + { + "sku": "PMB-11153", + "color_name": "Pewter Bronze III", + "description": "Pewter Bronze III is a dark grey metallic polyester and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.91 + }, + { + "min": 50, + "max": 199, + "price": 16.06 + }, + { + "min": 200, + "max": null, + "price": 15.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2434/pmb-11153-pewter-bronze-iii-tds-dt20230804194631630811.pdf?1691178393", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14327/pewter-bronze-iii-pmb-11153-dt20231005191421374075-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11153/pewter-bronze-iii", + "scraped_at": "2026-04-30T17:39:35.230Z" + }, + { + "sku": "PMB-11157", + "color_name": "HONEY COPPER", + "description": "Honey Copper is a shimmery, golden copper metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.98 + }, + { + "min": 50, + "max": 199, + "price": 24.68 + }, + { + "min": 200, + "max": null, + "price": 23.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2492/pmb-11157-honey-copper-tds-dt20230808190553996756.pdf?1691521555", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14343/honey-copper-pmb-11157-dt2022101118040286222-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11157/honey-copper", + "scraped_at": "2026-04-30T17:39:49.622Z" + }, + { + "sku": "PMB-11161", + "color_name": "Precious Gold", + "description": "Precious Gold is a shimmering, lighter gold metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 31.16 + }, + { + "min": 50, + "max": 199, + "price": 29.6 + }, + { + "min": 200, + "max": null, + "price": 28.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7656/pmb-11161-precious-gold-dt2025111219382748219.pdf?1762976309", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14359/precious-gold-pmb-11161-dt20250602214839026881-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11161/precious-gold", + "scraped_at": "2026-04-30T17:40:04.056Z" + }, + { + "sku": "PMB-11163", + "color_name": "Silver Glisten", + "description": "Silver Glisten is a pure silver metallic polyester with heavy sparkle and has a matte finish. Matte: 7-20 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.2 + }, + { + "min": 50, + "max": 199, + "price": 21.09 + }, + { + "min": 200, + "max": null, + "price": 19.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14363/silver-glisten-pmb-11163-dt20231106230704350865-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11163/silver-glisten", + "scraped_at": "2026-04-30T17:40:14.930Z" + }, + { + "sku": "PMB-11167", + "color_name": "Matte Clementine Sparkle", + "description": "Matte Clementine Sparkle is a vivid orange polyester metallic and has a matte finish. Matte: 7-20 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.14 + }, + { + "min": 50, + "max": 199, + "price": 18.18 + }, + { + "min": 200, + "max": null, + "price": 17.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8002/pmb-11167-matte-clementine-sparkle-dt20260114210528650158.pdf?1768424730", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14397/matte-clementine-sparkle-pmb-11167-dt2025122922015205161-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11167/matte-clementine-sparkle", + "scraped_at": "2026-04-30T17:40:25.274Z" + }, + { + "sku": "PMB-11168", + "color_name": "Matte Matrix Blue Sparkle", + "description": "Matte Matrix Blue Sparkle is a medium blue polyester metallic and has a matte finish. Matte: 7-20 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS MATTE MATRIX BLUE PSB-11236 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.97 + }, + { + "min": 50, + "max": 199, + "price": 16.12 + }, + { + "min": 200, + "max": null, + "price": 15.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2437/pmb-11168-matte-matrix-blue-sparkle-tds-dt2023080420124389563.pdf?1691179965", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14471/matte-matrix-blue-sparkle-pmb-11168-dt20251014144555194565-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11168/matte-matrix-blue-sparkle", + "scraped_at": "2026-04-30T17:40:40.137Z" + }, + { + "sku": "PMB-11180", + "color_name": "Irish Bronze", + "description": "Irish Bronze is a muted grey brown polyester metallic with pearlescent shifting flake and has a matte finish. Matte: 7-20 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.33 + }, + { + "min": 50, + "max": 199, + "price": 16.46 + }, + { + "min": 200, + "max": null, + "price": 15.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2136/pmb-11180-irish-bronze-tds-dt20230424212516108507.pdf?1682371517", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14499/irish-bronze-pmb-11180-dt20231005222408972344-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11180/irish-bronze", + "scraped_at": "2026-04-30T17:40:53.241Z" + }, + { + "sku": "PMB-11197", + "color_name": "Cola Copper", + "description": "Cola Copper is a rich copper brown polyester metallic and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.19 + }, + { + "min": 50, + "max": 199, + "price": 15.38 + }, + { + "min": 200, + "max": null, + "price": 14.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2137/pmb-11197-cola-copper-tds-dt20230424212818411085.pdf?1682371700", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14539/cola-copper-pmb-11197-dt20230914212438482319-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11197/cola-copper", + "scraped_at": "2026-04-30T17:41:04.499Z" + }, + { + "sku": "PMB-11200", + "color_name": "Ford Antimatter Blue", + "description": "Ford Antimatter Blue is a deep black polyester metallic with navy glitter overtones and a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Ford Antimatter Blue HX To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. A clear top coat is not required but applying PPS 2974 Clear Vision enhances the look of this color and may improve UV resistance and overall durability of the finish. It can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.19 + }, + { + "min": 50, + "max": 199, + "price": 13.48 + }, + { + "min": 200, + "max": null, + "price": 12.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5764/pmb-11200-ford-antimatter-blue-tds-dt20240304163857678045.pdf?1709570340", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14790/antimatter-navy-pmb-11200-dt20230821162411213026-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11200/ford-antimatter-blue", + "scraped_at": "2026-04-30T17:41:17.072Z" + }, + { + "sku": "PMB-11201", + "color_name": "Azure Crystal", + "description": "Azure Crystal is a deep black with blue glitter polyester metallic with a high gloss finish. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.73 + }, + { + "min": 50, + "max": 199, + "price": 13.04 + }, + { + "min": 200, + "max": null, + "price": 12.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2382/pmb-11201-azure-crystal-tds-dt20230707202640435391.pdf?1688761602", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14792/azure-crystal-pmb-11201-dt20230814212548855812-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11201/azure-crystal", + "scraped_at": "2026-04-30T17:41:32.538Z" + }, + { + "sku": "PMB-11208", + "color_name": "Pewter Bronze II Metallic", + "description": "Pewter Bronze II Metallic is a medium grey metallic polyester with a satin finish. Satin: 21-35 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Texture: Pewter Bronze II PTB-4435 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.03 + }, + { + "min": 50, + "max": 199, + "price": 16.18 + }, + { + "min": 200, + "max": null, + "price": 15.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7984/pmb-11208-pewter-bronze-ii-metallic-dt20260107204525188659.pdf?1767818727", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14809/pewter-bronze-ii-metallic-pmb-11208-dt20230825223243499016-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11208/pewter-bronze-ii-metallic", + "scraped_at": "2026-04-30T17:41:47.594Z" + }, + { + "sku": "PMB-11225", + "color_name": "Toyota Sunset Bronze", + "description": "Toyota Sunset Bronze is a dark bronze metallic polyester and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Toyota Sunset Bronze 4U3 A clear top coat is not required, but applying PPS 2974 Clear Vision enhances the look of this color and may improve UV resistance and overall durability of the finish. It can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ToyotaAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.75 + }, + { + "min": 50, + "max": 199, + "price": 20.66 + }, + { + "min": 200, + "max": null, + "price": 19.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6015/pmb-11225-toyota-sunset-bronze-tds-dt20240401214106657309.pdf?1712007668", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14948/sunset-bronze-pmb-11225-dt20230908184541157733-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11225/toyota-sunset-bronze", + "scraped_at": "2026-04-30T17:42:03.837Z" + }, + { + "sku": "PMB-1123", + "color_name": "Fantasy Plum", + "description": "Fantasy Plum is a dark plum purple with a heavy white and plum metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH FANTASY PLUM View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.66 + }, + { + "min": 50, + "max": 199, + "price": 14.88 + }, + { + "min": 200, + "max": null, + "price": 14.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3699/pmb-1123-fantasy-plum-tds-dt20230921211437003092.pdf?1695330879", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/575/fantasy-plum-pmb-1123-dt20200424214735748-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1123/fantasy-plum", + "scraped_at": "2026-04-30T17:42:19.484Z" + }, + { + "sku": "PMB-11230", + "color_name": "Bingham Copper", + "description": "Bingham Copper is dark rich copper metallic polyester with a satin finish. Satin: 21-35 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 33.49 + }, + { + "min": 50, + "max": 199, + "price": 31.82 + }, + { + "min": 200, + "max": null, + "price": 30.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3101/pmb-11230-bingham-copper-tds-dt20230831163532544592.pdf?1693499734", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14955/bingham-copper-pmb-11230-dt20230908184044280225-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11230/bingham-copper", + "scraped_at": "2026-04-30T17:42:33.197Z" + }, + { + "sku": "PMB-11234", + "color_name": "Helix Midnight", + "description": "Helix Midnight is a deep blue shifting to deep purple metallic polyester and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.64 + }, + { + "min": 50, + "max": 199, + "price": 12.96 + }, + { + "min": 200, + "max": null, + "price": 12.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3266/pmb-11234-helix-midnight-tds-dt20230911183036883435.pdf?1694457038", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14987/helix-midnight-pmb-11234-dt20231005190508803245-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11234/helix-midnight", + "scraped_at": "2026-04-30T17:42:45.773Z" + }, + { + "sku": "PMB-1125", + "color_name": "ROSEBUD PURPLE", + "description": "Rosebud Purple is a rich purple with a fine metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.52 + }, + { + "min": 50, + "max": 199, + "price": 14.74 + }, + { + "min": 200, + "max": null, + "price": 13.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3730/pmb-1125-rosebud-purple-tds-dt20230922173124982137.pdf?1695403886", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/577/rosebud-purple-pmb-1125-dt20180906202651672-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1125/rosebud-purple", + "scraped_at": "2026-04-30T17:42:59.391Z" + }, + { + "sku": "PMB-11261", + "color_name": "Ford Peak Blue", + "description": "Ford Peak Blue is a dark teal blue polyester metallic and has a high gloss finish. Color Match: Ford Peak Blue KY High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.33 + }, + { + "min": 50, + "max": 199, + "price": 16.46 + }, + { + "min": 200, + "max": null, + "price": 15.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15079/peak-blue-pmb-11261-dt20231106223422341596-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11261/ford-peak-blue", + "scraped_at": "2026-04-30T17:43:10.635Z" + }, + { + "sku": "PMB-11265", + "color_name": "White Gold", + "description": "White Gold is a light gold metallic polyester and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.47 + }, + { + "min": 50, + "max": 199, + "price": 27.05 + }, + { + "min": 200, + "max": null, + "price": 25.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5026/pmb-11265-white-gold-tds-dt20231128175519626004.pdf?1701194121", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15128/white-gold-pmb-11265-dt20231204190114365658-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11265/white-gold", + "scraped_at": "2026-04-30T17:43:25.355Z" + }, + { + "sku": "PMB-11268", + "color_name": "Ford Blue Ember", + "description": "Ford Blue Ember is a deep navy metallic with fire ember red and orange metallic flakes. Gloss: 71-85 Gloss Units Color Match: Ford Blue Ember E1 To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.68 + }, + { + "min": 50, + "max": 199, + "price": 20.6 + }, + { + "min": 200, + "max": null, + "price": 19.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5766/pmb-11268-ford-blue-ember-tds-dt20240304164353780183.pdf?1709570636", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16297/blue-ember-pmb-11268-dt2024011218450960412-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11268/ford-blue-ember", + "scraped_at": "2026-04-30T17:43:39.575Z" + }, + { + "sku": "PMB-11275", + "color_name": "Mercury Metallic", + "description": "Mercury Metallic is a medium silver polyester metallic with a lot of flake and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.53 + }, + { + "min": 50, + "max": 199, + "price": 18.55 + }, + { + "min": 200, + "max": null, + "price": 17.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5626/pmb-11275-mercury-metallic-tds-dt20240205161836553636.pdf?1707149918", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16360/mercury-metallic-pmb-11275-dt20240226170637861003-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11275/mercury-metallic", + "scraped_at": "2026-04-30T17:43:54.649Z" + }, + { + "sku": "PMB-11292", + "color_name": "Wild Berry Shimmer", + "description": "Wild Berry Shimmer is a deep dark burgundy polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.23 + }, + { + "min": 50, + "max": 199, + "price": 12.57 + }, + { + "min": 200, + "max": null, + "price": 11.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5826/pmb-11292-wild-berry-shimmer-tds-dt20240319202704459464.pdf?1710880026", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16409/wild-berry-shimmer-pmb-11292-dt2024021516214002877-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11292/wild-berry-shimmer", + "scraped_at": "2026-04-30T17:44:08.998Z" + }, + { + "sku": "PMB-11296", + "color_name": "Midnight Sun", + "description": "Midnight Sun is a copper and blue undertone polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.53 + }, + { + "min": 50, + "max": 199, + "price": 17.6 + }, + { + "min": 200, + "max": null, + "price": 16.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16934/midnight-sun-pmb-11296-dt20240510200257271272-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11296/midnight-sun", + "scraped_at": "2026-04-30T17:44:24.311Z" + }, + { + "sku": "PMB-11297", + "color_name": "Copper Blue", + "description": "Copper Blue is a blue maroon polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.63 + }, + { + "min": 50, + "max": 199, + "price": 18.65 + }, + { + "min": 200, + "max": null, + "price": 17.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16936/copper-blue-pmb-11297-dt20240513204727660561-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11297/copper-blue", + "scraped_at": "2026-04-30T17:44:36.634Z" + }, + { + "sku": "PMB-11299", + "color_name": "Blue Blush", + "description": "Blue Blush is a bronze blue polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units A clear top coat is not required, but applying Clear Vision PPS 2974 enhances the look of this color and may improve UV resistance and overall durability of the finish. It can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.47 + }, + { + "min": 50, + "max": 199, + "price": 15.65 + }, + { + "min": 200, + "max": null, + "price": 14.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6442/pmb-11299-blue-blush-tds-dt20240506223437083337.pdf?1715034879", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16938/blue-blush-pmb-11299-dt20241014204959064496-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11299/blue-blush", + "scraped_at": "2026-04-30T17:44:48.377Z" + }, + { + "sku": "PMB-1130", + "color_name": "ROYAL PURPLE", + "description": "Royal Purple is a deep purple metallic with a very fine sparkle. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.44 + }, + { + "min": 50, + "max": 199, + "price": 16.57 + }, + { + "min": 200, + "max": null, + "price": 15.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/581/royal-purple-pmb-1130-dt20181022204502606-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1130/royal-purple", + "scraped_at": "2026-04-30T17:45:08.099Z" + }, + { + "sku": "PMB-11300", + "color_name": "Blueshift", + "description": "Blueshift is a copper blue undertone metallic polyester and has a gloss finish. Gloss: 71-85 Gloss Units A clear top coat is not required, but applying Clear Vision PPS 2974 enhances the look of this color and may improve UV resistance and overall durability of the finish. It can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.65 + }, + { + "min": 50, + "max": 199, + "price": 18.67 + }, + { + "min": 200, + "max": null, + "price": 17.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6441/pmb-11300-blueshift-tds-dt2024050622322315203.pdf?1715034745", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16940/blueshift-pmb-11300-dt20240514195010483631-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11300/blueshift", + "scraped_at": "2026-04-30T17:45:19.748Z" + }, + { + "sku": "PMB-11301", + "color_name": "Laguna Blue Metallic", + "description": "Laguna Blue Metallic is a grey blue polyester with rose metallic and has a gloss finish. Gloss: 71-85 Gloss Units A clear top coat is not required, but applyingClear Vision PPS 2974 enhances the look of this color and may improve UV resistance and overall durability of the finish. It can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.9 + }, + { + "min": 50, + "max": 199, + "price": 17.01 + }, + { + "min": 200, + "max": null, + "price": 16.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6440/pmb-11301-laguna-blue-metallic-tds-dt20240506223044529572.pdf?1715034646", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16942/laguna-blue-metallic-pmb-11301-dt20240826210904187251-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11301/laguna-blue-metallic", + "scraped_at": "2026-04-30T17:45:28.470Z" + }, + { + "sku": "PMB-11311", + "color_name": "Cobre Copper", + "description": "Cobre Copper is a copper metallic polyester and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.04 + }, + { + "min": 50, + "max": 199, + "price": 16.19 + }, + { + "min": 200, + "max": null, + "price": 15.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16944/cobre-copper-pmb-11311-dt2024051420204987626-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11311/cobre-copper", + "scraped_at": "2026-04-30T17:45:39.599Z" + }, + { + "sku": "PMB-11334", + "color_name": "Ford Star White", + "description": "Ford Star White is an OEM matched white metallic polyester with a pearlescent sheen throughout and has a high gloss finish. Color Match: Ford Star White AZ High Gloss: 85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.2 + }, + { + "min": 50, + "max": 199, + "price": 10.64 + }, + { + "min": 200, + "max": null, + "price": 10.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6963/pmb-11334-ford-star-white-dt20241111224308548156.pdf?1731364992", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16517/ford-star-white-pmb-11334-dt20240610175953322625-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11334/ford-star-white", + "scraped_at": "2026-04-30T17:45:53.052Z" + }, + { + "sku": "PMB-11339", + "color_name": "Ford Galvanized Red", + "description": "Ford Galvanized Red is a vivid red orange polyester metallic and has a gloss finish. Color Match: Ford Galvanized Red E8 Gloss: 71-85 Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.29 + }, + { + "min": 50, + "max": 199, + "price": 24.03 + }, + { + "min": 200, + "max": null, + "price": 22.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5789/pmb-11339-ford-galvanized-red-tds-dt20240307224434971151.pdf?1709851477", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16448/ford-gavlanized-red-pmb-11339-dt20240229210631205722-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11339/ford-galvanized-red", + "scraped_at": "2026-04-30T17:46:05.778Z" + }, + { + "sku": "PMB-11340", + "color_name": "Ford Hot Pepper Red", + "description": "Ford Hot Pepper Red is a vivid red orange polyester metallic and has a gloss finish. Color Match: Ford Hot Pepper Red EA Gloss: 71-85 Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.29 + }, + { + "min": 50, + "max": 199, + "price": 24.03 + }, + { + "min": 200, + "max": null, + "price": 22.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5788/pmb-11340-ford-hot-pepper-red-tds-dt20240307224223520039.pdf?1709851345", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16450/ford-hot-pepper-red-pmb-11340-dt20240229205504352677-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11340/ford-hot-pepper-red", + "scraped_at": "2026-04-30T17:46:22.798Z" + }, + { + "sku": "PMB-11348", + "color_name": "Ford Pristine White", + "description": "Ford Pristine White is an OEM matched white metallic polyester with a pearlescent sheen throughout and has a high gloss finish. Color Match: Ford Pristine White AZ High Gloss: 85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.44 + }, + { + "min": 50, + "max": 199, + "price": 12.77 + }, + { + "min": 200, + "max": null, + "price": 12.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5778/pmb-11348-ford-pristine-white-tds-dt20240307213114238007.pdf?1709847076", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16529/ford-pristine-white-pmb-11348-dt20240610175813085299-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11348/ford-pristine-white", + "scraped_at": "2026-04-30T17:46:33.802Z" + }, + { + "sku": "PMB-11349", + "color_name": "Lincoln Pristine White", + "description": "Lincoln Pristine White is an OEM matched white metallic polyester with a pearlescent sheen throughout and has a high gloss finish. Color Match: Lincoln Pristine White AZ High Gloss: 85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMLincoln PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.44 + }, + { + "min": 50, + "max": 199, + "price": 12.77 + }, + { + "min": 200, + "max": null, + "price": 12.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5777/pmb-11349-lincoln-pristine-white-tds-dt20240307194847056565.pdf?1709840929", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16531/lincoln-pristine-white-pmb-11349-dt20240610180128450585-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11349/lincoln-pristine-white", + "scraped_at": "2026-04-30T17:46:45.767Z" + }, + { + "sku": "PMB-11350", + "color_name": "Lincoln Signature Navy", + "description": "Lincoln Signature Navy is a deep black OEM match polyester metallic with navy glitter overtones and a high gloss finish. High Gloss: 85+ Gloss Units Color match: Lincoln Signature Navy HX To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. A clear top coat is not required but applying PPS 2974 Clear Vision enhances the look of this color and may improve UV resistance and overall durability of the finish. It can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMLincoln", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.11 + }, + { + "min": 50, + "max": 199, + "price": 10.55 + }, + { + "min": 200, + "max": null, + "price": 10 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5812/pmb-11350-lincoln-signature-navy-tds-dt2024031419193084058.pdf?1710443973", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16566/lincoln-signature-navy-pmb-11350-dt20240318182448487566-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11350/lincoln-signature-navy", + "scraped_at": "2026-04-30T17:46:56.183Z" + }, + { + "sku": "PMB-11358", + "color_name": "Ford Darkened Bronze", + "description": "Ford Darkened Bronze is an OEM matched bronze metallic and has a high gloss finish. Color Match: Ford Darkened Bronze LJ High Gloss: 85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.29 + }, + { + "min": 50, + "max": 199, + "price": 15.48 + }, + { + "min": 200, + "max": null, + "price": 14.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5791/pmb-11358-ford-darkened-bronze-tds-dt20240308195846406874.pdf?1709927928", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16541/ford-darkened-bronze-pmb-11358-dt20240319161059679264-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11358/ford-darkened-bronze", + "scraped_at": "2026-04-30T17:47:11.351Z" + }, + { + "sku": "PMB-11387", + "color_name": "Hawaiian Gold", + "description": "Hawaiian Gold is a gold polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.6 + }, + { + "min": 50, + "max": 199, + "price": 23.37 + }, + { + "min": 200, + "max": null, + "price": 22.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16600/hawaiian-gold-pmb-11387-dt20240408161425633831-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11387/hawaiian-gold", + "scraped_at": "2026-04-30T17:47:22.930Z" + }, + { + "sku": "PMB-11391", + "color_name": "Yamaha Arsenal Red", + "description": "Yamaha Arsenal Red is an OEM matched red polyester metallic with a high gloss finish. Color Match: Yamaha Arsenal Red High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.01 + }, + { + "min": 50, + "max": 199, + "price": 19.01 + }, + { + "min": 200, + "max": null, + "price": 18.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6014/pmb-11391-yamaha-arsenal-red-tds-dt20240401203416516449.pdf?1712003658", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16703/yamaha-arsenal-red-pmb-11391-dt20240417173424074066-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11391/yamaha-arsenal-red", + "scraped_at": "2026-04-30T17:47:37.054Z" + }, + { + "sku": "PMB-11413", + "color_name": "Chevy Mosaic Black", + "description": "Chevy Mosaic Black is an OEM matched black metallic polyester and has a high gloss finish. Color Match: Chevy Mosaic Black WA384A GB8 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ChevroletAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.26 + }, + { + "min": 50, + "max": 199, + "price": 13.55 + }, + { + "min": 200, + "max": null, + "price": 12.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6003/pmb-11413-chevy-mosaic-black-tds-dt20240329201952661134.pdf?1711743594", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16671/chevy-mosaic-black-pmb-11413-dt20240514201254913288-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11413/chevy-mosaic-black", + "scraped_at": "2026-04-30T17:47:47.212Z" + }, + { + "sku": "PMB-11434", + "color_name": "Dodge Walnut Brown", + "description": "Dodge Walnut Brown is an OEM matched brown polyester metallic and has a matte finish. Color Match: Dodge Walnut Brown PUW Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DodgeAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.01 + }, + { + "min": 50, + "max": 199, + "price": 19.96 + }, + { + "min": 200, + "max": null, + "price": 18.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16753/dodge-walnut-brown-pmb-11434-dt20240624174952619169-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11434/dodge-walnut-brown", + "scraped_at": "2026-04-30T17:48:01.178Z" + }, + { + "sku": "PMB-11435", + "color_name": "Jeep Walnut Brown", + "description": "Jeep Walnut Brown is an OEM matched brown polyester metallic and has a matte finish. Color Match: Jeep Walnut Brown PUW Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): JeepAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.01 + }, + { + "min": 50, + "max": 199, + "price": 19.96 + }, + { + "min": 200, + "max": null, + "price": 18.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16755/jeep-walnut-brown-pmb-11435-dt20240624174805028376-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11435/jeep-walnut-brown", + "scraped_at": "2026-04-30T17:48:16.793Z" + }, + { + "sku": "PMB-11441", + "color_name": "Ford Grabber Blue Metallic", + "description": "Ford Grabber Blue Metallic is an OEM matched blue polyester metallic with a high gloss finish. Color Match: Ford Grabber Blue Metallic AE High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.33 + }, + { + "min": 50, + "max": 199, + "price": 16.46 + }, + { + "min": 200, + "max": null, + "price": 15.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6102/pmb-11441-ford-grabber-blue-metallic-tds-dt20240408211108787729.pdf?1712610671", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16757/ford-grabber-blue-metallic-pmb-11441-dt20240417173231765907-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11441/ford-grabber-blue-metallic", + "scraped_at": "2026-04-30T17:48:30.038Z" + }, + { + "sku": "PMB-11443", + "color_name": "Range Rover Santorini Black", + "description": "Range Rover Santorini Black is an OEM matched black polyester metallic with a high gloss finish. Color Match: Range Rover Santorini Black PAB 820 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.4 + }, + { + "min": 50, + "max": 199, + "price": 14.63 + }, + { + "min": 200, + "max": null, + "price": 13.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6099/pmb-11443-range-rover-santorini-black-tds-dt20240408210519830417.pdf?1712610322", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16759/range-rover-santorini-black-pmb-11443-dt20240417173907003144-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11443/range-rover-santorini-black", + "scraped_at": "2026-04-30T17:48:44.305Z" + }, + { + "sku": "PMB-11444", + "color_name": "Land Rover Santorini Black", + "description": "Land Rover Santorini Black is an OEM matched black polyester metallic with a high gloss finish. Color Match: Land Rover Santorini Black PAB 820 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.4 + }, + { + "min": 50, + "max": 199, + "price": 14.63 + }, + { + "min": 200, + "max": null, + "price": 13.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6097/pmb-11444-land-rover-santorini-black-tds-dt20240408210042577177.pdf?1712610045", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16761/land-rover-santorini-black-pmb-11444-dt20240417173728092905-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11444/land-rover-santorini-black", + "scraped_at": "2026-04-30T17:48:59.057Z" + }, + { + "sku": "PMB-11445", + "color_name": "Ford Absolute Black Pearl", + "description": "Ford Absolute Black Pearl is an OEM matched black polyester metallic and has a high gloss finish. Color Match: Ford Absolute Black Pearl G1 OFP High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.2 + }, + { + "min": 50, + "max": 199, + "price": 12.54 + }, + { + "min": 200, + "max": null, + "price": 11.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6079/pmb-11445-ford-absolute-black-pearl-tds-dt20240408174259714529.pdf?1712598182", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16737/ford-absolute-black-pearl-pmb-11445-dt20240514202626730915-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11445/ford-absolute-black-pearl", + "scraped_at": "2026-04-30T17:49:14.191Z" + }, + { + "sku": "PMB-11455", + "color_name": "Ford White Platinum", + "description": "Ford White Platinum an OEM matched pearlescent white polyester metallic and has a gloss finish. Color Match: Ford White Platinum UG Gloss: 71-85 Gloss Units Note: To achieve the proper color, a clear topcoat must be applied. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.42 + }, + { + "min": 50, + "max": 199, + "price": 16.55 + }, + { + "min": 200, + "max": null, + "price": 15.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6500/pmb-11455-ford-white-platinum-tds-dt20240508190938659926.pdf?1715195381", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16905/ford-white-platinum-pmb-11455-dt20240523221354937377-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11455/ford-white-platinum", + "scraped_at": "2026-04-30T17:49:30.531Z" + }, + { + "sku": "PMB-11456", + "color_name": "Dodge Brilliant Black", + "description": "Dodge Brilliant Black is an OEM matched black metallic polyester and has a high gloss finish. Color Match: Dodge Brilliant Black PXR High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DodgeAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.54 + }, + { + "min": 50, + "max": 199, + "price": 14.76 + }, + { + "min": 200, + "max": null, + "price": 13.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6553/pmb-11456-dodge-brilliant-black-tds-dt20240513213821614272.pdf?1715636303", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17045/dodge-brilliant-black-pmb-11456-dt20240619204630437727-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11456/dodge-brilliant-black", + "scraped_at": "2026-04-30T17:49:43.982Z" + }, + { + "sku": "PMB-11457", + "color_name": "Jeep Brilliant Black", + "description": "Jeep Brilliant Black is an OEM matched black metallic polyester and has a high gloss finish. Color Match: Jeep Brilliant Black PXR High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): JeepAutomotive-OEM PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.47 + }, + { + "min": 50, + "max": 199, + "price": 14.7 + }, + { + "min": 200, + "max": null, + "price": 13.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6554/pmb-11457-jeep-brilliant-black-tds-dt20240513214036526168.pdf?1715636439", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17047/jeep-brilliant-black-pmb-11457-dt20240619204854642072-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11457/jeep-brilliant-black", + "scraped_at": "2026-04-30T17:49:59.830Z" + }, + { + "sku": "PMB-11458", + "color_name": "Chrysler Brilliant Black", + "description": "Chrysler Brilliant Black is an OEM matched black metallic polyester with a high gloss finish. Color Match: Chrysler Brilliant Black PXR High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMChrysler PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.24 + }, + { + "min": 50, + "max": 199, + "price": 12.58 + }, + { + "min": 200, + "max": null, + "price": 11.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17049/chrysler-brilliant-black-pmb-11458-dt202406131854255527-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11458/chrysler-brilliant-black", + "scraped_at": "2026-04-30T17:50:15.369Z" + }, + { + "sku": "PMB-11459", + "color_name": "Lincoln White Platinum", + "description": "Lincoln White Platinum an OEM matched pearlescent white polyester metallic and has a gloss finish. Color Match: Lincoln White Platinum UG Gloss: 71-85 Gloss Units Note: To achieve the proper color, a clear topcoat must be applied. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMLincoln PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.55 + }, + { + "min": 50, + "max": 199, + "price": 15.72 + }, + { + "min": 200, + "max": null, + "price": 14.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16907/lincoln-white-platinum-pmb-11459-dt2024053018360618193-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11459/lincoln-white-platinum", + "scraped_at": "2026-04-30T17:50:27.299Z" + }, + { + "sku": "PMB-11460", + "color_name": "Yamaha Racing Blue", + "description": "Yamaha Racing Blue is an OEM matched blue polyester metallic and has a gloss finish. Color Match: Yamaha Racing Blue Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.66 + }, + { + "min": 50, + "max": 199, + "price": 20.58 + }, + { + "min": 200, + "max": null, + "price": 19.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6644/pmb-11460-yamaha-racing-blue-tds-dt20240522212347623138.pdf?1716413029", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16833/yamaha-racing-blue-pmb-11460-dt20240530164541169921-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11460/yamaha-racing-blue", + "scraped_at": "2026-04-30T17:50:36.174Z" + }, + { + "sku": "PMB-1147", + "color_name": "KIRTLAND GREY", + "description": "Kirtland Grey is a dark grey with a fine metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.35 + }, + { + "min": 50, + "max": 199, + "price": 15.53 + }, + { + "min": 200, + "max": null, + "price": 14.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/583/kirtland-grey-pmb-1147-dt20200803170629486-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1147/kirtland-grey", + "scraped_at": "2026-04-30T17:50:49.534Z" + }, + { + "sku": "PMB-11475", + "color_name": "Dodge Diamond Black", + "description": "Dodge Diamond Black is an OEM matched black polyester metallic and has a high gloss finish. Color Match: Dodge Diamond Black PXJ KXJ High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DodgeAutomotive-OEM PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.32 + }, + { + "min": 50, + "max": 199, + "price": 14.55 + }, + { + "min": 200, + "max": null, + "price": 13.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16852/dodge-diamond-black-pmb-11475-dt2024051420224039344-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11475/dodge-diamond-black", + "scraped_at": "2026-04-30T17:50:58.046Z" + }, + { + "sku": "PMB-11476", + "color_name": "Jeep Diamond Black Crystal", + "description": "Jeep Diamond Black Crystal is a OEM matched black polyester metallic and has a high gloss finish. Color Match: Jeep Diamond Black Crystal PXJ High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): JeepAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.72 + }, + { + "min": 50, + "max": 199, + "price": 14.93 + }, + { + "min": 200, + "max": null, + "price": 14.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16854/jeep-diamond-black-crystal-pmb-11476-dt2024051020075720673-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11476/jeep-diamond-black-crystal", + "scraped_at": "2026-04-30T17:51:11.335Z" + }, + { + "sku": "PMB-11489", + "color_name": "Dark Vapor Blue", + "description": "Dark Vapor Blue is a blue grey polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.61 + }, + { + "min": 50, + "max": 199, + "price": 14.83 + }, + { + "min": 200, + "max": null, + "price": 14.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6567/pmb-11489-dark-vapor-blue-tds-dt20240514223714988241.pdf?1715726237", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17151/dark-vapor-blue-pmb-11489-dt20240826212434847492-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11489/dark-vapor-blue", + "scraped_at": "2026-04-30T17:51:24.106Z" + }, + { + "sku": "PMB-11497", + "color_name": "Subaru Dark Gray", + "description": "Subaru Dark Gray is an OEM matched dark gray black polyester metallic and has a high gloss finish. Color Match: Subaru Dark Grey 61K Gloss: 85+ Gloss Units Note: To achieve the proper color, a clear topcoat must be applied. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): SubaruAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.19 + }, + { + "min": 50, + "max": 199, + "price": 14.43 + }, + { + "min": 200, + "max": null, + "price": 13.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17158/subaru-dark-gray-pmb-11497-dt20240705174810591218-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11497/subaru-dark-gray", + "scraped_at": "2026-04-30T17:51:33.744Z" + }, + { + "sku": "PMB-11498", + "color_name": "Acura Majestic Black", + "description": "Acura Majestic Black is an OEM matched black polyester metallic with a high gloss finish. Color Match: Acura Majestic Black NH893P High Gloss: 85+ Gloss Units Note: To achieve the proper color, a clear topcoat must be applied. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): AcuraAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.26 + }, + { + "min": 50, + "max": 199, + "price": 12.21 + }, + { + "min": 200, + "max": null, + "price": 11.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17160/acura-majestic-black-pmb-11498-dt20240613185142197757-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11498/acura-majestic-black", + "scraped_at": "2026-04-30T17:51:49.841Z" + }, + { + "sku": "PMB-11499", + "color_name": "Toyota Coastal Gray", + "description": "Toyota Coastal Gray is an OEM matched gray blue polyester metallic and has a gloss finish. Color Match: Toyota Coastal Gray 1K9 Gloss: 71-85 Gloss Units Note: To achieve the proper color, a clear topcoat must be applied. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ToyotaAutomotive-OEM PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.64 + }, + { + "min": 50, + "max": 199, + "price": 13.91 + }, + { + "min": 200, + "max": null, + "price": 13.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17162/toyota-coastal-gray-pmb-11499-dt20240712154557746003-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11499/toyota-coastal-gray", + "scraped_at": "2026-04-30T17:52:00.966Z" + }, + { + "sku": "PMB-11513", + "color_name": "Golden Shimmer", + "description": "Golden Shimmer is a warm champagne polyester metallic and has a matte finish. Matte: 7-20 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.64 + }, + { + "min": 50, + "max": 199, + "price": 19.61 + }, + { + "min": 200, + "max": null, + "price": 18.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17259/golden-shimmer-pmb-11513-dt20240805204631413306-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11513/golden-shimmer", + "scraped_at": "2026-04-30T17:52:11.928Z" + }, + { + "sku": "PMB-11515", + "color_name": "Acura Platinum White", + "description": "Acura Platinum White is an OEM matched white metallic polyester with a pearlescent sheen throughout and has a high gloss finish. Color Match: Acura Platinum White NH883P High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): AcuraAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.6 + }, + { + "min": 50, + "max": 199, + "price": 12.92 + }, + { + "min": 200, + "max": null, + "price": 12.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17276/acura-platinum-white-pmb-11515-dt20240610180430671723-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11515/acura-platinum-white", + "scraped_at": "2026-04-30T17:52:27.967Z" + }, + { + "sku": "PMB-11516", + "color_name": "Honda Platinum White", + "description": "Honda Platinum White is an OEM matched white metallic polyester with a pearlescent sheen throughout and has a high gloss finish. Color Match: Honda Platinum White NH883P High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMHonda Auto", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.6 + }, + { + "min": 50, + "max": 199, + "price": 12.92 + }, + { + "min": 200, + "max": null, + "price": 12.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17278/honda-platinum-white-pmb-11516-dt20240610180642553988-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11516/honda-platinum-white", + "scraped_at": "2026-04-30T17:52:37.232Z" + }, + { + "sku": "PMB-11517", + "color_name": "Suzuki Shiny White Pearl", + "description": "Suzuki Shiny White Pearl is an OEM matched white metallic polyester with a pearlescent sheen throughout and has a high gloss finish. Color Match: Suzuki Shiny White pearl ZGB High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.91 + }, + { + "min": 50, + "max": 199, + "price": 12.26 + }, + { + "min": 200, + "max": null, + "price": 11.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17280/suzuki-shiny-white-pearl-pmb-11517-dt20240610180856945664-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11517/suzuki-shiny-white-pearl", + "scraped_at": "2026-04-30T17:52:53.782Z" + }, + { + "sku": "PMB-11518", + "color_name": "Honda White Orchid", + "description": "Honda White Orchid is an OEM matched white metallic polyester with a pearlescent sheen throughout and has a high gloss finish. Color Match: Honda White Orchid NH788P High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMHonda Auto", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.71 + }, + { + "min": 50, + "max": 199, + "price": 13.02 + }, + { + "min": 200, + "max": null, + "price": 12.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17282/honda-white-orchid-pmb-11518-dt20240610181042420215-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11518/honda-white-orchid", + "scraped_at": "2026-04-30T17:53:04.642Z" + }, + { + "sku": "PMB-11519", + "color_name": "Acura White Orchid", + "description": "Acura White Orchid is an OEM matched white metallic polyester with a pearlescent sheen throughout and has a high gloss finish. Color Match: Acura White Orchid NH788P High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): AcuraAutomotive-OEM PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.92 + }, + { + "min": 50, + "max": 199, + "price": 12.27 + }, + { + "min": 200, + "max": null, + "price": 11.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17284/acura-white-orchid-pmb-11519-dt20240610181254656748-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11519/acura-white-orchid", + "scraped_at": "2026-04-30T17:53:20.305Z" + }, + { + "sku": "PMB-11520", + "color_name": "Toyota Blizzard Pearl", + "description": "Toyota Blizzard Pearl is an OEM matched white metallic polyester with a pearlescent sheen throughout and has a high gloss finish. Color Match: Toyota Blizzard Pearl 070 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ToyotaAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17286/toyota-blizzard-pearl-pmb-11520-dt20240610181448799956-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11520/toyota-blizzard-pearl", + "scraped_at": "2026-04-30T17:53:29.750Z" + }, + { + "sku": "PMB-11521", + "color_name": "Lexus Blizzard Pearl", + "description": "Lexus Blizzard Pearl is an OEM matched white metallic polyester with a pearlescent sheen throughout and has a high gloss finish. Color Match: Lexus Blizzard Pearl 070 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMLexus", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.8 + }, + { + "min": 50, + "max": 199, + "price": 14.06 + }, + { + "min": 200, + "max": null, + "price": 13.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17288/lexus-blizzard-pearl-pmb-11521-dt20240610181634881526-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11521/lexus-blizzard-pearl", + "scraped_at": "2026-04-30T17:53:42.508Z" + }, + { + "sku": "PMB-11522", + "color_name": "Lexus Eminent White", + "description": "Lexus Eminent White is an OEM matched white metallic polyester with a pearlescent sheen throughout and has a high gloss finish. Color Match: Lexus Eminent White 085 High Gloss: 85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMLexus PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.97 + }, + { + "min": 50, + "max": 199, + "price": 13.27 + }, + { + "min": 200, + "max": null, + "price": 12.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6996/pmb-11522-lexus-eminent-white-dt20241218195908274931.pdf?1734551950", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17290/lexus-eminent-white-pmb-11522-dt20240610181826636972-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11522/lexus-eminent-white", + "scraped_at": "2026-04-30T17:53:54.975Z" + }, + { + "sku": "PMB-11526", + "color_name": "Chevy Switchblade", + "description": "Chevy Switchblade is an OEM matched silver polyester metallic and has a gloss finish. Color Match: Chevy Switchblade WA636R GAN Gloss: 71-85 Gloss Units To achieve the proper color, a clear top coat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. The ideal flash time is 2 minutes after the powder flows to a gloss state with oven and part metal temperatures at the suggested cure temperature; an applicator must visually confirm this state has been reached, as times will vary. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. This color is not recommended for exterior exposure without applying clear top coat. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ChevroletAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.83 + }, + { + "min": 50, + "max": 199, + "price": 15.99 + }, + { + "min": 200, + "max": null, + "price": 15.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6761/pmb-11526-chevy-switchblade-dt20240802162310772099.pdf?1722615793", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17557/chevy-switchblade-pmb-11526-dt20240821213135777562-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11526/chevy-switchblade", + "scraped_at": "2026-04-30T17:54:06.705Z" + }, + { + "sku": "PMB-11527", + "color_name": "GMC Quicksilver", + "description": "GMC Quicksilver is an OEM matched silver polyester metallic and has a gloss finish. Color Match: GMC Quicksilver WA636R GAN Gloss: 71-85 Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): GMCAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.06 + }, + { + "min": 50, + "max": 199, + "price": 15.26 + }, + { + "min": 200, + "max": null, + "price": 14.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6762/pmb-11527-gmc-quicksilver-dt2024080216234266247.pdf?1722615824", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17559/gmc-quicksilver-pmb-11527-dt20240913184504520464-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11527/gmc-quicksilver", + "scraped_at": "2026-04-30T17:54:20.141Z" + }, + { + "sku": "PMB-11528", + "color_name": "Cadillac Radiant Silver", + "description": "Cadillac Radiant Silver is an OEM matched silver polyester metallic and has a gloss finish. Color Match: Cadillac Radiant Silver WA636R GAN Gloss: 71-85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. The ideal flash time is 2 minutes after the powder flows to a gloss state with oven and part metal temperatures at the suggested cure temperature; an applicator must visually confirm this state has been reached, as times will vary. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): CadillacAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.43 + }, + { + "min": 50, + "max": 199, + "price": 16.56 + }, + { + "min": 200, + "max": null, + "price": 15.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6763/pmb-11528-cadillac-radiant-silver-dt20240802162827137461.pdf?1722616109", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17561/cadillac-radiant-silver-pmb-11528-dt20240826205608268302-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11528/cadillac-radiant-silver", + "scraped_at": "2026-04-30T17:54:31.821Z" + }, + { + "sku": "PMB-11529", + "color_name": "Chevy Silver Ice", + "description": "Chevy Silver Ice is an OEM matched silver polyester metallic and has a gloss finish. Color Match: Chevy Silver Ice WA636R GAN Gloss: 71-85 Gloss Units To achieve the proper color, a clear top coat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. The ideal flash time is 2 minutes after the powder flows to a gloss state with oven and part metal temperatures at the suggested cure temperature; an applicator must visually confirm this state has been reached, as times will vary. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. This color is not recommended for exterior exposure without applying a clear top coat. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ChevroletAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.55 + }, + { + "min": 50, + "max": 199, + "price": 15.72 + }, + { + "min": 200, + "max": null, + "price": 14.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6764/pmb-11529-chevy-silver-ice-dt20240802162858044751.pdf?1722616140", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17563/chevy-silver-ice-pmb-11529-dt20240821213350402665-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11529/chevy-silver-ice", + "scraped_at": "2026-04-30T17:54:40.788Z" + }, + { + "sku": "PMB-11530", + "color_name": "Ford Ingot Silver", + "description": "Ford Ingot Silver is an OEM matched polyester metallic and has a gloss finish. Color Match: Ford Ingot Silver UX Gloss: 71-85 Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. The ideal flash time is 2 minutes after the powder flows to a gloss state with oven and part metal temperatures at the suggested cure temperature; an applicator must visually confirm this state has been reached, as times will vary. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. This color is not recommended for exterior exposure without applying a clear top coat. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.78 + }, + { + "min": 50, + "max": 199, + "price": 15.94 + }, + { + "min": 200, + "max": null, + "price": 15.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6765/pmb-11530-ford-ingot-silver-dt20240802162937755259.pdf?1722616180", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17565/ford-ingot-silver-pmb-11530-dt20240906164850488495-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11530/ford-ingot-silver", + "scraped_at": "2026-04-30T17:54:52.026Z" + }, + { + "sku": "PMB-11531", + "color_name": "Lincoln Ingot Silver", + "description": "Lincoln Ingot Silver is an OEM matched silver polyester metallic and has a gloss finish. Color Match: Lincoln Ingot Silver UX Gloss: 71-85 Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. The ideal flash time is 2 minutes after the powder flows to a gloss state with oven and part metal temperatures at the suggested cure temperature; an applicator must visually confirm this state has been reached, as times will vary. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. This color is not recommended for exterior exposure without applying a clear top coat. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMLincoln", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.78 + }, + { + "min": 50, + "max": 199, + "price": 15.94 + }, + { + "min": 200, + "max": null, + "price": 15.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6767/pmb-11531-lincoln-ingot-silver-dt20240802163543533846.pdf?1722616545", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17566/lincoln-ingot-silver-pmb-11531-dt20240821210748472244-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11531/lincoln-ingot-silver", + "scraped_at": "2026-04-30T17:55:04.131Z" + }, + { + "sku": "PMB-11532", + "color_name": "Toyota Magnetic Gray", + "description": "Toyota Magnetic Gray is an OEM matched charcoal polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Toyota Magnetic Gray 1G3 To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. The ideal flash time is 2 minutes after the powder flows to a gloss state with oven and part metal temperatures at the suggested cure temperature; an applicator must visually confirm this state has been reached, as times will vary. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ToyotaAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.39 + }, + { + "min": 50, + "max": 199, + "price": 15.57 + }, + { + "min": 200, + "max": null, + "price": 14.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6896/pmb-11532-toyota-magnetic-gray-dt20241009161413380447976.pdf?1728490454", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17485/toyota-magnetic-gray-pmb-11532-dt20241007210658655512599-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11532/toyota-magnetic-gray", + "scraped_at": "2026-04-30T17:55:14.361Z" + }, + { + "sku": "PMB-11540", + "color_name": "BMW Black Sapphire", + "description": "BMW Black Sapphire is an OEM matched black polyester metallic and has a high gloss finish. Color Match: BMW Black Sapphire 475 Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMBMW", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.47 + }, + { + "min": 50, + "max": 199, + "price": 12.8 + }, + { + "min": 200, + "max": null, + "price": 12.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6732/pmb-11540-bmw-black-sapphire-dt20240708220520290578.pdf?1720476322", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17456/bmw-black-sapphire-pmb-11540-dt20240705175004035494-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11540/bmw-black-sapphire", + "scraped_at": "2026-04-30T17:55:23.141Z" + }, + { + "sku": "PMB-11541", + "color_name": "Mercedes Obsidian Black", + "description": "Mercedes Obsidian Black is an OEM matched black polyester metallic and has a high gloss finish. Color Match: Mercedes Obsidian Black 197 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMMercedes Benz", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.66 + }, + { + "min": 50, + "max": 199, + "price": 12.98 + }, + { + "min": 200, + "max": null, + "price": 12.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17458/mercedes-obsidian-black-pmb-11541-dt2024071214500109964-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11541/mercedes-obsidian-black", + "scraped_at": "2026-04-30T17:55:38.510Z" + }, + { + "sku": "PMB-11549", + "color_name": "Jeep Bright Silver", + "description": "Jeep Bright Silver is an OEM matched silver polyester metallic and has a gloss finish. Color Match: Jeep Bright Silver S2 PS2 Gloss: 71-85 Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): JeepAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.34 + }, + { + "min": 50, + "max": 199, + "price": 20.27 + }, + { + "min": 200, + "max": null, + "price": 19.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6815/pmb-11549-jeep-bright-silver-dt20240815190906108671.pdf?1723748948", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17607/jeep-bright-silver-pmb-11549-dt20240913202637363486-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11549/jeep-bright-silver", + "scraped_at": "2026-04-30T17:55:49.612Z" + }, + { + "sku": "PMB-11550", + "color_name": "Dodge Bright Silver", + "description": "Dodge Bright Silver is an OEM matched silver polyester metallic and has a gloss finish. Color Match: Dodge Bright Silver PS2 WS2 Gloss: 71-85 Gloss Units To achieve the proper color, a clear top coat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. The ideal flash time is 2 minutes after the powder flows to a gloss state with oven and part metal temperatures at the suggested cure temperature; an applicator must visually confirm this state has been reached, as times will vary. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DodgeAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.86 + }, + { + "min": 50, + "max": 199, + "price": 21.72 + }, + { + "min": 200, + "max": null, + "price": 20.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6760/pmb-11550-dodge-bright-silver-dt20240802162210980653.pdf?1722615733", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17568/dodge-bright-silver-pmb-11550-dt20240821212859678174-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11550/dodge-bright-silver", + "scraped_at": "2026-04-30T17:56:03.050Z" + }, + { + "sku": "PMB-11551", + "color_name": "Mercedes Iridium Silver", + "description": "Mercedes Iridium Silver is an OEM matched silver polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Color Match: Mercedes Iridium Silver 775 To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMMercedes Benz", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.86 + }, + { + "min": 50, + "max": 199, + "price": 21.72 + }, + { + "min": 200, + "max": null, + "price": 20.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6814/pmb-11551-mercedes-iridium-silver-dt20240815190638723372.pdf?1723748801", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17609/mercedes-iridium-silver-pmb-11551-dt20241007210023900606963-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11551/mercedes-iridium-silver", + "scraped_at": "2026-04-30T17:56:15.578Z" + }, + { + "sku": "PMB-11553", + "color_name": "Jeep Maximum Steel", + "description": "Jeep Maximum Steel is an OEM matched black metallic polyester and has a high gloss finish. Color Match: Jeep Maximum Steel PAR KAR High Gloss: 85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. The ideal flash time is 2 minutes after the powder flows to a gloss state with oven and part metal temperatures at the suggested cure temperature; an applicator must visually confirm this state has been reached, as times will vary. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): JeepAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.7 + }, + { + "min": 50, + "max": 199, + "price": 15.87 + }, + { + "min": 200, + "max": null, + "price": 15.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6752/pmb-11553-jeep-maximum-steel-dt20240723211737609437.pdf?1721769459", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17549/jeep-maximum-steel-pmb-11553-dt20240906164327630526-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11553/jeep-maximum-steel", + "scraped_at": "2026-04-30T17:56:30.420Z" + }, + { + "sku": "PMB-11554", + "color_name": "Ford Kodiak Brown", + "description": "Ford Kodiak Brown is an OEM matched brown polyester metallic and has a high gloss finish. Color Match: Ford Kodiak Brown J1 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.49 + }, + { + "min": 50, + "max": 199, + "price": 16.62 + }, + { + "min": 200, + "max": null, + "price": 15.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6754/pmb-11554-ford-kodiak-brown-dt20240723212130138344.pdf?1721769691", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17551/ford-kodiak-brown-pmb-11554-dt2024082121214427588-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11554/ford-kodiak-brown", + "scraped_at": "2026-04-30T17:56:43.217Z" + }, + { + "sku": "PMB-11562", + "color_name": "Toyota Classic Silver", + "description": "Toyota Classic Silver is an OEM matched silver polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Color Match: Toyota Classic Silver 1F7 To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ToyotaAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.64 + }, + { + "min": 50, + "max": 199, + "price": 18.66 + }, + { + "min": 200, + "max": null, + "price": 17.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6813/pmb-11562-toyota-classic-silver-dt20240815190611029573.pdf?1723748773", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17611/toyota-classic-silver-pmb-11562-dt20241008222150552771637-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11562/toyota-classic-silver", + "scraped_at": "2026-04-30T17:56:56.860Z" + }, + { + "sku": "PMB-11563", + "color_name": "Chevy Hydro Blue", + "description": "Chevy Hydro Blue is an OEM matched blue polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Chevy Hydro Blue WA640R To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ChevroletAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.06 + }, + { + "min": 50, + "max": 199, + "price": 20.01 + }, + { + "min": 200, + "max": null, + "price": 18.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6810/pmb-11563-chevy-hydro-blue-dt20240815190353342808.pdf?1723748635", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17613/chevy-hydro-blue-pmb-11563-dt20241126204458418313-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11563/chevy-hydro-blue", + "scraped_at": "2026-04-30T17:57:13.099Z" + }, + { + "sku": "PMB-11564", + "color_name": "Royal Gamma", + "description": "Royal Gamma is a blue polyester with rainbow metallic and has a gloss finish. Gloss: 71-85 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any topcoat or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.07 + }, + { + "min": 50, + "max": 199, + "price": 22.87 + }, + { + "min": 200, + "max": null, + "price": 21.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6743/pmb-11564-royal-gamma-dt2024071515414484298.pdf?1721058108", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17502/royal-gamma-pmb-11564-dt20240722224854883321-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11564/royal-gamma", + "scraped_at": "2026-04-30T17:57:26.891Z" + }, + { + "sku": "PMB-11568", + "color_name": "Ford Redfire", + "description": "Ford Redfire is an OEM matched red polyester metallic and has a high gloss finish. Color Match: Ford Redfire G2 High Gloss: 85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 31.64 + }, + { + "min": 50, + "max": 199, + "price": 30.06 + }, + { + "min": 200, + "max": null, + "price": 28.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6772/pmb-11568-ford-redfire-dt20240807201829698671.pdf?1723061912", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17584/ford-redfire-pmb-11568-dt20240913183904053721-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11568/ford-redfire", + "scraped_at": "2026-04-30T17:57:41.597Z" + }, + { + "sku": "PMB-11569", + "color_name": "Chevy Sonoma Jewel", + "description": "Chevy Sonoma Jewel is an OEM matched red polyester metallic and has a high gloss finish. Color Match: Chevy Sonoma Jewel WA412P GCE High Gloss: 85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ChevroletAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.24 + }, + { + "min": 50, + "max": 199, + "price": 24.93 + }, + { + "min": 200, + "max": null, + "price": 23.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6774/pmb-11569-chevy-sonoma-jewel-dt20240807202008041097.pdf?1723062010", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17586/chevy-sonoma-jewel-pmb-11569-dt20250603214351414906-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11569/chevy-sonoma-jewel", + "scraped_at": "2026-04-30T17:57:50.377Z" + }, + { + "sku": "PMB-11570", + "color_name": "Ford Cyber Orange", + "description": "Ford Cyber Orange is an OEM matched yellow polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Ford Cyber Orange SB To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.43 + }, + { + "min": 50, + "max": 199, + "price": 25.11 + }, + { + "min": 200, + "max": null, + "price": 23.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6776/pmb-11570-ford-cyber-orange-dt20240807202131801346.pdf?1723062094", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17588/ford-cyber-orange-pmb-11570-dt2024100720582029945447-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11570/ford-cyber-orange", + "scraped_at": "2026-04-30T17:57:59.665Z" + }, + { + "sku": "PMB-11572", + "color_name": "VW Habanero Orange", + "description": "VW Habanero Orange is an OEM matched orange polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Volkswagen Habanero Orange LB2Y To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): VolkswagenAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.29 + }, + { + "min": 50, + "max": 199, + "price": 17.38 + }, + { + "min": 200, + "max": null, + "price": 16.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6792/pmb-11572-volkswagen-habanero-orange-dt20240812163738630883.pdf?1723480660", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17592/volkswagen-habanero-orange-pmb-11572-dt20241008222446533223809-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11572/vw-habanero-orange", + "scraped_at": "2026-04-30T17:58:11.408Z" + }, + { + "sku": "PMB-11578", + "color_name": "Audi Glacier White", + "description": "Audi Glacier White is an OEM matched white polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Audi Glacier White LS9R Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): AudiAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 49.13 + }, + { + "min": 50, + "max": 199, + "price": 46.67 + }, + { + "min": 200, + "max": null, + "price": 44.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6886/pmb-11578-audi-glacier-white-dt20240927212156848379909.pdf?1727472118", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18061/audi-glacier-white-pmb-11578-dt20241127151213333495-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11578/audi-glacier-white", + "scraped_at": "2026-04-30T17:58:25.006Z" + }, + { + "sku": "PMB-11579", + "color_name": "Lincoln Redfire", + "description": "Lincoln Redfire is an OEM matched red polyester metallic and has a high gloss finish. Color Match: Lincoln Redfire G2 High Gloss: 85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMLincoln", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 33.9 + }, + { + "min": 50, + "max": 199, + "price": 32.21 + }, + { + "min": 200, + "max": null, + "price": 30.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6773/pmb-11579-lincoln-redfire-dt2024080720192905635.pdf?1723061971", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17594/lincoln-redfire-pmb-11579-dt20240913184108472253-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11579/lincoln-redfire", + "scraped_at": "2026-04-30T17:58:35.060Z" + }, + { + "sku": "PMB-11580", + "color_name": "GMC Sonoma Jewel", + "description": "GMC Sonoma Jewel is an OEM matched red polyester metallic and has a high gloss finish. Color Match: GMC Sonoma Jewel WA412P GCE High Gloss: 85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): GMCAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.04 + }, + { + "min": 50, + "max": 199, + "price": 24.74 + }, + { + "min": 200, + "max": null, + "price": 23.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6775/pmb-11580-gmc-sonoma-jewel-dt20240807202045249397.pdf?1723062047", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17596/gmc-sonoma-jewel-pmb-11580-dt20240913183444247224-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11580/gmc-sonoma-jewel", + "scraped_at": "2026-04-30T17:58:49.759Z" + }, + { + "sku": "PMB-11582", + "color_name": "Hummer Sonoma Jewel", + "description": "Hummer Sonoma Jewel is an OEM matched red polyester metallic and has a high gloss finish. Color Match: Hummer Sonoma Jewel WA412P 66 High Gloss: 85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): HummerAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.6 + }, + { + "min": 50, + "max": 199, + "price": 26.22 + }, + { + "min": 200, + "max": null, + "price": 24.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6784/pmb-11582-hummer-sonoma-jewel-dt20240807204733775346.pdf?1723063655", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17615/hummer-sonoma-jewel-pmb-11582-dt20240913183649509995-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11582/hummer-sonoma-jewel", + "scraped_at": "2026-04-30T17:59:04.921Z" + }, + { + "sku": "PMB-11586", + "color_name": "Dodge Patriot Blue PPX", + "description": "Dodge Patriot Blue PPX is an OEM matched blue polyester metallic and has a high gloss finish. Color Match: Dodge Patriot Blue II PPX High Gloss: 85+ Gloss Units To achieve the proper color, a clear top coat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. The ideal flash time is 2 minutes after the powder flows to a gloss state with oven and part metal temperatures at the suggested cure temperature; an applicator must visually confirm this state has been reached, as times will vary. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DodgeAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.28 + }, + { + "min": 50, + "max": 199, + "price": 16.42 + }, + { + "min": 200, + "max": null, + "price": 15.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6791/pmb-11586-dodge-patriot-blue-ppx-dt20240812163708245787.pdf?1723480630", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17617/dodge-patriot-blue-ppx-pmb-11586-dt20240821212557905231-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11586/dodge-patriot-blue-ppx", + "scraped_at": "2026-04-30T17:59:20.122Z" + }, + { + "sku": "PMB-11587", + "color_name": "Jeep Patriot Blue PPX", + "description": "Jeep Patriot Blue PPX is an OEM matched blue polyester metallic and has a high gloss finish. Color Match: Jeep Patriot Blue II PPX RPX High Gloss: 85+ Gloss Units To achieve the proper color, a clear top coat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. The ideal flash time is 2 minutes after the powder flows to a gloss state with oven and part metal temperatures at the suggested cure temperature; an applicator must visually confirm this state has been reached, as times will vary. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): JeepAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.28 + }, + { + "min": 50, + "max": 199, + "price": 16.42 + }, + { + "min": 200, + "max": null, + "price": 15.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6790/pmb-11587-jeep-patriot-blue-ppx-dt2024081216344656071.pdf?1723480490", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17640/jeep-patriot-blue-ppx-pmb-11587-dt20240821211534101851-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11587/jeep-patriot-blue-ppx", + "scraped_at": "2026-04-30T17:59:31.828Z" + }, + { + "sku": "PMB-11589", + "color_name": "Lambo Arancio Borealis", + "description": "Lambo Arancio Borealis is an OEM matched orange polyester metallic and has a high gloss finish. Color Match: Lamborghini Arancio Borealis L0E2 High Gloss: 85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): LamborghiniAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.49 + }, + { + "min": 50, + "max": 199, + "price": 27.07 + }, + { + "min": 200, + "max": null, + "price": 25.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6809/pmb-11589-lambo-arancio-borealis-dt20240815190314303299.pdf?1723748596", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17644/lambo-arancio-borealis-pmb-11589-dt20240913170559152526-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11589/lambo-arancio-borealis", + "scraped_at": "2026-04-30T17:59:44.457Z" + }, + { + "sku": "PMB-11591", + "color_name": "Audi Phantom Black", + "description": "Audi Phantom Black is an OEM matched black polyester metallic and has a high gloss finish. Color Match: Audi Phantom Black LZ9Y High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): AudiAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.34 + }, + { + "min": 50, + "max": 199, + "price": 13.62 + }, + { + "min": 200, + "max": null, + "price": 12.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6818/pmb-11591-audi-phantom-black-dt20240815191119626483.pdf?1723749081", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17619/audi-phantom-black-pmb-11591-dt20240904224558317179-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11591/audi-phantom-black", + "scraped_at": "2026-04-30T17:59:57.628Z" + }, + { + "sku": "PMB-11592", + "color_name": "Toyota Inferno Orange", + "description": "Toyota Inferno Orange is an OEM matched orange polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Toyota Inferno Orange 4X0 To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ToyotaAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.83 + }, + { + "min": 50, + "max": 199, + "price": 17.89 + }, + { + "min": 200, + "max": null, + "price": 16.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6819/pmb-11592-toyota-inferno-orange-dt20240815191142641867.pdf?1723749104", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17646/toyota-inferno-orange-pmb-11592-dt20241007210250965745097-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11592/toyota-inferno-orange", + "scraped_at": "2026-04-30T18:00:08.214Z" + }, + { + "sku": "PMB-11593", + "color_name": "Toyota Wind Chill", + "description": "Toyota Wind Chill is an OEM matched white super durable polyester pearlescent metallic and has a high gloss finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. High Gloss: 85+ Gloss Units Color Match: Toyota Wind Chill 089 To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ToyotaSuper DurablesAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 33.77 + }, + { + "min": 50, + "max": 199, + "price": 32.08 + }, + { + "min": 200, + "max": null, + "price": 30.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6884/pmb-11593-toyota-wind-chill-dt20240927202357155733221.pdf?1727468638", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17648/toyota-wind-chill-pmb-11593-dt20241126205131733864-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11593/toyota-wind-chill", + "scraped_at": "2026-04-30T18:00:22.294Z" + }, + { + "sku": "PMB-11594", + "color_name": "Dodge Night Moves", + "description": "Dodge Night Moves is an OEM matched deep blue polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Dodge Night Moves PCQ WCQ To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DodgeAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.19 + }, + { + "min": 50, + "max": 199, + "price": 13.48 + }, + { + "min": 200, + "max": null, + "price": 12.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17676/dodge-night-moves-pmb-11594-dt20241111184859256592-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11594/dodge-night-moves", + "scraped_at": "2026-04-30T18:00:36.524Z" + }, + { + "sku": "PMB-11595", + "color_name": "Chevy Inferno Orange", + "description": "Chevy Inferno Orange is an OEM matched orange red polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Chevy Inferno Orange WA502Q GCR To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ChevroletAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.43 + }, + { + "min": 50, + "max": 199, + "price": 16.56 + }, + { + "min": 200, + "max": null, + "price": 15.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6808/pmb-11595-chevy-inferno-orange-dt20240815190234239256.pdf?1723748556", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17654/chevy-inferno-orange-pmb-11595-dt20240913170323700598-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11595/chevy-inferno-orange", + "scraped_at": "2026-04-30T18:00:49.010Z" + }, + { + "sku": "PMB-11596", + "color_name": "Mercedes Diamond White", + "description": "Mercedes Diamond White is an OEM matched pearlescent white polyester metallic and has a high gloss finish. Color Match: Mercedes Diamond White 799 High Gloss: 85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMMercedes Benz PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.39 + }, + { + "min": 50, + "max": 199, + "price": 17.47 + }, + { + "min": 200, + "max": null, + "price": 16.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6836/pmb-11596-mercedes-diamond-white-dt20240827190925551413.pdf?1724785767", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17678/mercedes-diamond-white-pmb-11596-dt20240919214437642092-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11596/mercedes-diamond-white", + "scraped_at": "2026-04-30T18:01:00.205Z" + }, + { + "sku": "PMB-11597", + "color_name": "Chevy Iridescent Pearl", + "description": "Chevy Iridescent Pearl is an OEM matched white polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Chevy Iridescent Pearl WA140X G1W To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ChevroletAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.2 + }, + { + "min": 50, + "max": 199, + "price": 16.34 + }, + { + "min": 200, + "max": null, + "price": 15.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6837/pmb-11597-chevy-iridescent-pearl-dt20240827190958453838.pdf?1724785801", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17680/chevy-iridescent-pearl-pmb-11597-dt20241111165135489275-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11597/chevy-iridescent-pearl", + "scraped_at": "2026-04-30T18:01:14.475Z" + }, + { + "sku": "PMB-11599", + "color_name": "Toyota White Pearl", + "description": "Toyota White Pearl is an OEM matched white polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Toyota White Pearl 062 To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ToyotaAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.61 + }, + { + "min": 50, + "max": 199, + "price": 16.73 + }, + { + "min": 200, + "max": null, + "price": 15.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6830/pmb-11599-toyota-white-pearl-dt20240827184441408357.pdf?1724784283", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17684/toyota-white-pearl-pmb-11599-dt20241015220833998745-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11599/toyota-white-pearl", + "scraped_at": "2026-04-30T18:01:28.781Z" + }, + { + "sku": "PMB-11600", + "color_name": "Toyota Solar Octane", + "description": "Toyota Solar Octane is an OEM matched orange polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Toyota Solar Octane 4W5 To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ToyotaAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.96 + }, + { + "min": 50, + "max": 199, + "price": 22.76 + }, + { + "min": 200, + "max": null, + "price": 21.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6829/pmb-11600-toyota-solar-octane-dt20240827184410643433.pdf?1724784252", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17686/toyota-solar-octane-pmb-11600-dt20241126210043217453-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11600/toyota-solar-octane", + "scraped_at": "2026-04-30T18:01:43.674Z" + }, + { + "sku": "PMB-11602", + "color_name": "Jeep Gecko", + "description": "Jeep Gecko is an OEM matched dayglow yellow green polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Jeep Gecko PFB To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): JeepAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.01 + }, + { + "min": 50, + "max": 199, + "price": 22.81 + }, + { + "min": 200, + "max": null, + "price": 21.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7686/pmb-11602-jeep-gecko-dt20251205215716174818.pdf?1764971837", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17688/jeep-gecko-pmb-11602-dt20241021150447600876-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11602/jeep-gecko", + "scraped_at": "2026-04-30T18:01:55.046Z" + }, + { + "sku": "PMB-11603", + "color_name": "Lexus Wind Chill", + "description": "Lexus Wind Chill is an OEM matched white super durable polyester pearlescent metallic and has a high gloss finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. High Gloss: 85+ Gloss Units Color Match: Lexus Wind Chill 089 To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Super DurablesAutomotive-OEMLexus", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.66 + }, + { + "min": 50, + "max": 199, + "price": 29.13 + }, + { + "min": 200, + "max": null, + "price": 27.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6885/pmb-11603-lexus-wind-chill-dt20240927203121623346273.pdf?1727469082", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17690/lexus-wind-chill-pmb-11603-dt20241126204749465127-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11603/lexus-wind-chill", + "scraped_at": "2026-04-30T18:02:10.255Z" + }, + { + "sku": "PMB-11604", + "color_name": "Maybach Diamond White", + "description": "Maybach Diamond White is an OEM matched white polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Maybach Diamond White 799 To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEM PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.36 + }, + { + "min": 50, + "max": 199, + "price": 18.39 + }, + { + "min": 200, + "max": null, + "price": 17.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6833/pmb-11604-maybach-diamond-white-dt20240827185740745782.pdf?1724785062", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17692/maybach-diamond-white-pmb-11604-dt20241015220203606365-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11604/maybach-diamond-white", + "scraped_at": "2026-04-30T18:02:23.927Z" + }, + { + "sku": "PMB-11605", + "color_name": "GMC White Frost", + "description": "GMC White Frost is an OEM matched white polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: GMC White Frost WA140X G1W To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): GMCAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.2 + }, + { + "min": 50, + "max": 199, + "price": 16.34 + }, + { + "min": 200, + "max": null, + "price": 15.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6834/pmb-11605-gmc-white-frost-dt20240827190422917804.pdf?1724785465", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17694/gmc-white-frost-pmb-11605-dt20241015215041152571-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11605/gmc-white-frost", + "scraped_at": "2026-04-30T18:02:35.866Z" + }, + { + "sku": "PMB-11606", + "color_name": "Cadillac Crystal White", + "description": "Cadillac Crystal White is an OEM matched white polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Cadillac Crystal White WA140X G1W To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): CadillacAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.12 + }, + { + "min": 50, + "max": 199, + "price": 18.16 + }, + { + "min": 200, + "max": null, + "price": 17.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6835/pmb-11606-cadillac-crystal-white-dt20240827190600650067.pdf?1724785562", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17696/cadillac-crystal-white-pmb-11606-dt20241015214259010906-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11606/cadillac-crystal-white", + "scraped_at": "2026-04-30T18:02:51.116Z" + }, + { + "sku": "PMB-11607", + "color_name": "Lexus White Pearl", + "description": "Lexus White Pearl is an OEM matched white polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Lexus White Pearl 062 To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMLexus", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.56 + }, + { + "min": 50, + "max": 199, + "price": 18.58 + }, + { + "min": 200, + "max": null, + "price": 17.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6838/pmb-11607-lexus-white-pearl-dt20240827191025522093.pdf?1724785828", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17698/lexus-white-pearl-pmb-11607-dt20241015215815728535-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11607/lexus-white-pearl", + "scraped_at": "2026-04-30T18:03:07.085Z" + }, + { + "sku": "PMB-11608", + "color_name": "Jeep Midnight Sky", + "description": "Jeep Midnight Sky is an OEM matched deep blue polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Jeep Midnight Sky PCQ To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): JeepAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.19 + }, + { + "min": 50, + "max": 199, + "price": 13.48 + }, + { + "min": 200, + "max": null, + "price": 12.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6827/pmb-11608-jeep-midnight-sky-dt20240827183435516669.pdf?1724783678", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17700/jeep-midnight-sky-pmb-11608-dt2024101521542488876-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11608/jeep-midnight-sky", + "scraped_at": "2026-04-30T18:03:22.011Z" + }, + { + "sku": "PMB-11609", + "color_name": "GMC Inferno Orange", + "description": "GMC Inferno Orange is an OEM matched orange polyester metallic and has a high gloss finish. Color Match: GMC Inferno Orange WA502Q GCR High Gloss: 85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): GMCAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.44 + }, + { + "min": 50, + "max": 199, + "price": 15.62 + }, + { + "min": 200, + "max": null, + "price": 14.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6826/pmb-11609-gmc-inferno-orange-dt20240827182141049439.pdf?1724782903", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17702/gmc-inferno-orange-pmb-11609-dt20240919213957362176-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11609/gmc-inferno-orange", + "scraped_at": "2026-04-30T18:03:31.967Z" + }, + { + "sku": "PMB-11610", + "color_name": "Ford Velocity Blue", + "description": "Ford Velocity Blue is an OEM matched blue polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Ford Velocity Blue E7 To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.82 + }, + { + "min": 50, + "max": 199, + "price": 24.53 + }, + { + "min": 200, + "max": null, + "price": 23.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6840/pmb-11610-ford-velocity-blue-dt20240903154226691713.pdf?1725378148", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17718/ford-velocity-blue-pmb-11610-dt20241014204302331069-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11610/ford-velocity-blue", + "scraped_at": "2026-04-30T18:03:45.782Z" + }, + { + "sku": "PMB-11612", + "color_name": "Ford Lightning Blue", + "description": "Ford Lightning Blue is an OEM matched blue polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Ford Lightning Blue N6 To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.78 + }, + { + "min": 50, + "max": 199, + "price": 25.44 + }, + { + "min": 200, + "max": null, + "price": 24.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6895/pmb-11612-ford-lightning-blue-dt20241008223819675886842.pdf?1728427100", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17728/ford-lightning-blue-pmb-11612-dt20241008215749216961073-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11612/ford-lightning-blue", + "scraped_at": "2026-04-30T18:03:59.564Z" + }, + { + "sku": "PMB-11613", + "color_name": "Toyota Cutting Edge", + "description": "Toyota Cutting Edge is an OEM matched silver polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Toyota Cutting Edge 1L0 To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. This color is not recommended for exterior exposure without applying a UV-resistant top coat. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ToyotaAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.53 + }, + { + "min": 50, + "max": 199, + "price": 20.45 + }, + { + "min": 200, + "max": null, + "price": 19.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17730/toyota-cutting-edge-pmb-11613-dt20241015220632273283-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11613/toyota-cutting-edge", + "scraped_at": "2026-04-30T18:04:13.414Z" + }, + { + "sku": "PMB-11614", + "color_name": "Toyota Silver Sky", + "description": "Toyota Silver Sky is an OEM matched silver polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Toyota Silver Sky 1D6 To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ToyotaAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.19 + }, + { + "min": 50, + "max": 199, + "price": 19.18 + }, + { + "min": 200, + "max": null, + "price": 18.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6853/pmb-11614-toyota-silver-sky-dt2024091015142700763.pdf?1725981268", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17732/toyota-silver-sky-pmb-11614-dt20241014212325397015-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11614/toyota-silver-sky", + "scraped_at": "2026-04-30T18:04:27.900Z" + }, + { + "sku": "PMB-11615", + "color_name": "Ford Silver", + "description": "Ford Silver is an OEM matched silver polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Ford Silver Z3 YN To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.37 + }, + { + "min": 50, + "max": 199, + "price": 26.95 + }, + { + "min": 200, + "max": null, + "price": 25.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6861/pmb-11615-ford-silver-dt20240910152301432629.pdf?1725981783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17734/ford-silver-pmb-11615-dt20241014212136819455-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11615/ford-silver", + "scraped_at": "2026-04-30T18:04:41.083Z" + }, + { + "sku": "PMB-11618", + "color_name": "Audi Panther Black", + "description": "Audi Panther Black is an OEM matched black polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Audi Panther Black LZ9Z To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): AudiAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.83 + }, + { + "min": 50, + "max": 199, + "price": 15.04 + }, + { + "min": 200, + "max": null, + "price": 14.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6854/pmb-11618-audi-panther-black-dt20240910151910218914.pdf?1725981552", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17740/audi-panther-black-pmb-11618-dt20241015214105006572-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11618/audi-panther-black", + "scraped_at": "2026-04-30T18:04:55.017Z" + }, + { + "sku": "PMB-11621", + "color_name": "Jeep Baltic Gray", + "description": "Jeep Baltic Gray is an OEM matched charcoal grey polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Jeep Baltic Gray PAS WAS To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. This color is not recommended for exterior exposure without applying a UV-resistant top coat. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): JeepAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.11 + }, + { + "min": 50, + "max": 199, + "price": 13.4 + }, + { + "min": 200, + "max": null, + "price": 12.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6841/pmb-11621-jeep-baltic-gray-dt20240903154241691695.pdf?1725378163", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17720/jeep-baltic-gray-pmb-11621-dt20241008220315952362808-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11621/jeep-baltic-gray", + "scraped_at": "2026-04-30T18:05:08.432Z" + }, + { + "sku": "PMB-11622", + "color_name": "Lincoln Silver", + "description": "Lincoln Silver is an OEM matched silver polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Lincoln Silver Z3 YN To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. This color is not recommended for exterior exposure without applying a UV-resistant top coat. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMLincoln", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.48 + }, + { + "min": 50, + "max": 199, + "price": 25.16 + }, + { + "min": 200, + "max": null, + "price": 23.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6860/pmb-11622-lincoln-silver-dt20240910152215633258.pdf?1725981737", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17744/lincoln-silver-pmb-11622-dt20241015220047077658-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11622/lincoln-silver", + "scraped_at": "2026-04-30T18:05:21.355Z" + }, + { + "sku": "PMB-11623", + "color_name": "Lincoln Sterling Gray", + "description": "Lincoln Sterling Gray is an OEM matched grey polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Lincoln Sterling Gray UJ To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. This color is not recommended for exterior exposure without applying a UV-resistant top coat. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMLincoln", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.65 + }, + { + "min": 50, + "max": 199, + "price": 16.77 + }, + { + "min": 200, + "max": null, + "price": 15.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17746/lincoln-sterling-gray-pmb-11623-dt20241021150744792231-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11623/lincoln-sterling-gray", + "scraped_at": "2026-04-30T18:05:35.849Z" + }, + { + "sku": "PMB-11624", + "color_name": "Lincoln Magnetic Gray", + "description": "Lincoln Magnetic Gray is an OEM matched charcoal polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Lincoln Magnetic Gray J7 To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. This color is not recommended for exterior exposure without applying a UV-resistant top coat. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMLincoln", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.72 + }, + { + "min": 50, + "max": 199, + "price": 13.98 + }, + { + "min": 200, + "max": null, + "price": 13.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6856/pmb-11624-lincoln-magnetic-gray-dt20240910152013436515.pdf?1725981615", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17748/lincoln-magnetic-gray-pmb-11624-dt20241008220537066829946-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11624/lincoln-magnetic-gray", + "scraped_at": "2026-04-30T18:05:46.406Z" + }, + { + "sku": "PMB-11634", + "color_name": "Ford Medium Chestnut", + "description": "Ford Medium Chestnut is an OEM matched copper polyester vein with metallics and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Ford Medium Chestnut 5M To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.42 + }, + { + "min": 50, + "max": 199, + "price": 27.95 + }, + { + "min": 200, + "max": null, + "price": 26.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6979/pmb-11634-ford-medium-chestnut-dt20241121214701083935.pdf?1732225623", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17903/ford-medium-chestnut-pmb-11634-dt20241213215045354974-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11634/ford-medium-chestnut", + "scraped_at": "2026-04-30T18:06:01.317Z" + }, + { + "sku": "PMB-11635", + "color_name": "Autumn Gold", + "description": "Autumn Gold is a gold polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.88 + }, + { + "min": 50, + "max": 199, + "price": 22.69 + }, + { + "min": 200, + "max": null, + "price": 21.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6980/pmb-11635-autumn-gold-dt20241121214730714986.pdf?1732225652", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17905/autumn-gold-pmb-11635-dt20250128183347407859-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11635/autumn-gold", + "scraped_at": "2026-04-30T18:06:15.906Z" + }, + { + "sku": "PMB-11638", + "color_name": "Porsche Carrara White Metallic", + "description": "Porsche Carrera White Metallic is an OEM matched white polyester metallic with and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Porsche Carrara White Metallic S9R Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMPorsche", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 46.36 + }, + { + "min": 50, + "max": 199, + "price": 44.04 + }, + { + "min": 200, + "max": null, + "price": 41.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6989/pmb-11638-porsche-carrara-white-met-dt202411271858247416.pdf?1732733907", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18033/porsche-carrara-white-metallic-pmb-11638-dt20241213220302191611-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11638/porsche-carrara-white-metallic", + "scraped_at": "2026-04-30T18:06:29.113Z" + }, + { + "sku": "PMB-11639", + "color_name": "Can-Am Timeless Black Metallic", + "description": "Can-Am Timeless Black Metallic is an OEM matched black polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Can-Am Timeless Black Metallic Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsCan-Am", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.86 + }, + { + "min": 50, + "max": 199, + "price": 15.07 + }, + { + "min": 200, + "max": null, + "price": 14.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6986/pmb-11639-can-am-timeless-black-met-dt20241122211925873898.pdf?1732310367", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18043/can-am-timeless-black-met-pmb-11639-dt20241227225830088136-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11639/can-am-timeless-black-metallic", + "scraped_at": "2026-04-30T18:06:41.066Z" + }, + { + "sku": "PMB-1164", + "color_name": "Misty Teal", + "description": "Misty Teal is a dark green-teal with a heavy metallic. This color is a polyester metallic powder coat and has a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.09 + }, + { + "min": 50, + "max": 199, + "price": 12.44 + }, + { + "min": 200, + "max": null, + "price": 11.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6902/pmb-1164-misty-teal-dt20241017210213910912.pdf?1729198936", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/587/misty-teal-pmb-1164-dt20250623223341123738-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1164/misty-teal", + "scraped_at": "2026-04-30T18:07:11.771Z" + }, + { + "sku": "PMB-11641", + "color_name": "Polaris Bronson Rock Smoke", + "description": "Polaris Bronson Rock Smoke is an OEM matched light gold polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Color Match: Polaris Bronson Rock Smoke To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. This color is not recommended for exterior exposure without applying a UV-resistant top coat. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsPolaris", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 31.2 + }, + { + "min": 50, + "max": 199, + "price": 29.64 + }, + { + "min": 200, + "max": null, + "price": 28.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6984/pmb-11641-polaris-bronson-rock-smoke-dt2024112221180949059.pdf?1732310291", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18045/polaris-bronson-rock-smoke-pmb-11641-dt20241227231444132226-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11641/polaris-bronson-rock-smoke", + "scraped_at": "2026-04-30T18:07:23.212Z" + }, + { + "sku": "PMB-11642", + "color_name": "Can-Am Triple Black", + "description": "Can-Am Triple Black is an OEM matched black polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Can-Am Triple Black Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsCan-Am", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.75 + }, + { + "min": 50, + "max": 199, + "price": 14.96 + }, + { + "min": 200, + "max": null, + "price": 14.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6983/pmb-11642-can-am-triple-black-dt2024112221174649588.pdf?1732310268", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18047/can-am-triple-black-pmb-11642-dt20241227230530564162-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11642/can-am-triple-black", + "scraped_at": "2026-04-30T18:07:44.418Z" + }, + { + "sku": "PMB-11644", + "color_name": "Espresso Bronze", + "description": "Espresso Bronze is a deep brown bronze polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units A clear top coat is not required but is recommended. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.74 + }, + { + "min": 50, + "max": 199, + "price": 21.6 + }, + { + "min": 200, + "max": null, + "price": 20.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7000/pmb-11644-espresso-bronze-dt20250103202159152737.pdf?1735935721", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18113/espresso-bronze-pmb-11644-dt20250128184205151638-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11644/espresso-bronze", + "scraped_at": "2026-04-30T18:07:58.359Z" + }, + { + "sku": "PMB-11646", + "color_name": "Nightshade", + "description": "Nightshade is a vibrant rainbow on purple black metallic and has a high gloss finish. High Gloss: 85+ Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of thebase coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 33.42 + }, + { + "min": 50, + "max": 199, + "price": 31.75 + }, + { + "min": 200, + "max": null, + "price": 30.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7032/pmb-11646-nightshade-dt2025012122540570264.pdf?1737500047", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18135/nightshade-pmb-11646-dt20250205153714032387-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11646/nightshade", + "scraped_at": "2026-04-30T18:08:10.156Z" + }, + { + "sku": "PMB-11648", + "color_name": "Silver Frost", + "description": "Silver Frost is a silver with aqua metallic polyester and has a high gloss finish. Gloss: 85+ Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.47 + }, + { + "min": 50, + "max": 199, + "price": 27.05 + }, + { + "min": 200, + "max": null, + "price": 25.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7033/pmb-11648-silver-frost-dt20250121230052113728.pdf?1737500454", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18137/silver-frost-pmb-11648-dt20250205154323437701-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11648/silver-frost", + "scraped_at": "2026-04-30T18:08:20.750Z" + }, + { + "sku": "PMB-11649", + "color_name": "Silver Lining", + "description": "Silver Lining is a silver polyester metallic with gold sparkle and has a high gloss finish. High Gloss: 85+ Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.63 + }, + { + "min": 50, + "max": 199, + "price": 26.25 + }, + { + "min": 200, + "max": null, + "price": 24.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7034/pmb-11649-silver-lining-dt2025012123025938609.pdf?1737500581", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18139/silver-lining-pmb-11649-dt20250214225800214357-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11649/silver-lining", + "scraped_at": "2026-04-30T18:08:30.592Z" + }, + { + "sku": "PMB-11654", + "color_name": "Smart Grey Metallic", + "description": "Smart Grey Metallic is a charcoal polyester metallic and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.49 + }, + { + "min": 50, + "max": 199, + "price": 10.92 + }, + { + "min": 200, + "max": null, + "price": 10.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7145/pmb-11654-smart-grey-metallic-dt20250318184052401519.pdf?1742323254", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18243/smart-grey-metallic-pmb-11654-dt20250311203012687925-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11654/smart-grey-metallic", + "scraped_at": "2026-04-30T18:08:42.108Z" + }, + { + "sku": "PMB-11660", + "color_name": "Ford Caribou", + "description": "Ford Caribou is an OEM matched bronze brown polyester metallic and has a high gloss finish. Color Match: Ford Caribou H5 High Gloss: 85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.25 + }, + { + "min": 50, + "max": 199, + "price": 16.39 + }, + { + "min": 200, + "max": null, + "price": 15.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7179/pmb-11660-ford-caribou-dt20250422162614010205.pdf?1745339176", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18408/ford-caribou-pmb-11660-dt20250430175839002498-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11660/ford-caribou", + "scraped_at": "2026-04-30T18:08:53.701Z" + }, + { + "sku": "PMB-11663", + "color_name": "Precision Pearl", + "description": "Precision Pearl is a warm champagne silver polyester metallic and has a satin finish. Satin: 21-35 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.38 + }, + { + "min": 50, + "max": 199, + "price": 26.96 + }, + { + "min": 200, + "max": null, + "price": 25.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7165/pmb-11663-precision-pearl-dt20250416160121071682.pdf?1744819284", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18402/precision-pearl-pmb-11663-dt20250425155413044595-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11663/precision-pearl", + "scraped_at": "2026-04-30T18:09:05.640Z" + }, + { + "sku": "PMB-11664", + "color_name": "Ford Arizona Beige", + "description": "Ford Arizona Beige is an OEM matched bronze silver polyester metallic and has a high gloss finish. Color Match: Ford Arizona Beige AQ High Gloss: 85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.97 + }, + { + "min": 50, + "max": 199, + "price": 22.77 + }, + { + "min": 200, + "max": null, + "price": 21.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7180/pmb-11664-ford-arizona-beige-dt20250422162643754689.pdf?1745339205", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18410/ford-arizona-beige-pmb-11664-dt20250430175614188135-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11664/ford-arizona-beige", + "scraped_at": "2026-04-30T18:09:20.224Z" + }, + { + "sku": "PMB-11666", + "color_name": "Toyota Midnight Black", + "description": "Toyota Midnight Black is an OEM matched polyester with a high gloss finish. This is a deep black with a subtle blue metallic. Color Match: Toyota Midnight Black 218 High Gloss: 85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ToyotaAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.72 + }, + { + "min": 50, + "max": 199, + "price": 13.03 + }, + { + "min": 200, + "max": null, + "price": 12.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7296/pmb-11666-toyota-midnight-dt20250430230714451848.pdf?1746054436", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18415/toyota-midnight-black-pmb-11666-dt20250523203144779088-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11666/toyota-midnight-black", + "scraped_at": "2026-04-30T18:09:34.995Z" + }, + { + "sku": "PMB-11668", + "color_name": "GMC Sharkskin", + "description": "GMC Sharkskin is an OEM matched grey metallic. This color is a polyester metallic powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Color Match: GMC Sharkskin GXD WA130H To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. This color is not recommended for exterior exposure with our applying a UV-resistant top coat. Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.44 + }, + { + "min": 50, + "max": 199, + "price": 18.47 + }, + { + "min": 200, + "max": null, + "price": 17.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18721/gmc-sharkskin-pmb-11668-dt20250722204639396569-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11668/gmc-sharkskin", + "scraped_at": "2026-04-30T18:09:45.921Z" + }, + { + "sku": "PMB-11670", + "color_name": "Fruity Punch", + "description": "Fruity Punch is a cranberry rose metallic polyester and has a gloss finish. Gloss: 71-85 Gloss Units Clear Vision PPS 2974 is applied to half of the panel to show how intensity of color is enhanced. A clear top coat is not required but is recommended. Applying a clear top coat enhances the intensity of this color. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 45.15 + }, + { + "min": 50, + "max": 199, + "price": 42.89 + }, + { + "min": 200, + "max": null, + "price": 40.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18711/fruity-punch-pmb-11670-dt20250708200600303221-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11670/fruity-punch", + "scraped_at": "2026-04-30T18:09:57.256Z" + }, + { + "sku": "PMB-11673", + "color_name": "Jazz Blue Metallic", + "description": "Jazz Blue Metallic is a deep blue polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units A clear top coat is not required but is recommended. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.78 + }, + { + "min": 50, + "max": 199, + "price": 13.09 + }, + { + "min": 200, + "max": null, + "price": 12.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19140/jazz-blue-metallic-pmb-11673-dt20251222195423512732-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11673/jazz-blue-metallic", + "scraped_at": "2026-04-30T18:10:11.430Z" + }, + { + "sku": "PMB-11675", + "color_name": "Suzuki Attitude Black", + "description": "Suzuki Attitude Black is an OEM matched deep back with blue metallic polyester and has a high gloss finish. Color Match: Suzuki Attitude Black Metallic 218 High Gloss: 85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.12 + }, + { + "min": 50, + "max": 199, + "price": 14.36 + }, + { + "min": 200, + "max": null, + "price": 13.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18728/suzuki-attitude-black-pmb-11675-dt20250729193208867433-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11675/suzuki-attitude-black", + "scraped_at": "2026-04-30T18:10:21.562Z" + }, + { + "sku": "PMB-11676", + "color_name": "Cadillac Argent Silver", + "description": "Cadillac Argent Silver is an OEM matched silver polyester metallic and has a gloss finish. Color Match: Cadillac Argent Silver GXD Gloss: 71-85 Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. This color is not recommended for exterior exposure without applying a UV-resistant top coat. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): CadillacAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.44 + }, + { + "min": 50, + "max": 199, + "price": 18.47 + }, + { + "min": 200, + "max": null, + "price": 17.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7403/pmb-11676-cadillac-argent-silver-dt20250707184348109625.pdf?1751913830", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18730/cadillac-argent-silver-pmb-11676-dt20251014163328110598-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11676/cadillac-argent-silver", + "scraped_at": "2026-04-30T18:10:37.798Z" + }, + { + "sku": "PMB-11678", + "color_name": "Luxe Ice", + "description": "Luxe Ice is a grey pearlescent metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 35.43 + }, + { + "min": 50, + "max": 199, + "price": 33.66 + }, + { + "min": 200, + "max": null, + "price": 31.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7422/pmb-11678-luxe-ice-dt20250716204218765893.pdf?1752698541", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18732/luxe-ice-pmb-11678-dt20250729195356300291-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11678/luxe-ice", + "scraped_at": "2026-04-30T18:10:52.436Z" + }, + { + "sku": "PMB-11679", + "color_name": "Luxe Graphite", + "description": "Luxe Graphite is a grey pearlescent metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 35.88 + }, + { + "min": 50, + "max": 199, + "price": 34.09 + }, + { + "min": 200, + "max": null, + "price": 32.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7423/pmb-11679-luxe-graphite-dt20250716204240098624.pdf?1752698562", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18734/luxe-graphite-pmb-11679-dt20250729194512017022-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11679/luxe-graphite", + "scraped_at": "2026-04-30T18:11:06.166Z" + }, + { + "sku": "PMB-11680", + "color_name": "Luxe Timberwolf", + "description": "Luxe Timberwolf is a bronze metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 38.53 + }, + { + "min": 50, + "max": 199, + "price": 36.6 + }, + { + "min": 200, + "max": null, + "price": 34.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7425/pmb-11680-luxe-timberwolf-dt20250716204320141042.pdf?1752698602", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18736/luxe-timberwolf-pmb-11680-dt20250729194039654477-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11680/luxe-timberwolf", + "scraped_at": "2026-04-30T18:11:21.400Z" + }, + { + "sku": "PMB-11682", + "color_name": "Luxe Crystal", + "description": "Luxe Crystal is a rich black and pearlescent metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 34.92 + }, + { + "min": 50, + "max": 199, + "price": 33.17 + }, + { + "min": 200, + "max": null, + "price": 31.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7456/pmb-11682-luxe-crystal-dt20250728184052284387.pdf?1753728054", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18770/luxe-crystal-pmb-11682-dt20250826170239601431-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11682/luxe-crystal", + "scraped_at": "2026-04-30T18:11:38.378Z" + }, + { + "sku": "PMB-11683", + "color_name": "Luxe Brass", + "description": "Luxe Brass is a deep black with brass metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 40.41 + }, + { + "min": 50, + "max": 199, + "price": 38.39 + }, + { + "min": 200, + "max": null, + "price": 36.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7480/pmb-11683-luxe-brass-dt20250728190853124187.pdf?1753729736", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18772/luxe-brass-pmb-11683-dt20250926173404154313-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11683/luxe-brass", + "scraped_at": "2026-04-30T18:11:49.706Z" + }, + { + "sku": "PMB-11684", + "color_name": "Luxe Nightfall", + "description": "Luxe Nightfall is a deep black pearlescent metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 35.67 + }, + { + "min": 50, + "max": 199, + "price": 33.89 + }, + { + "min": 200, + "max": null, + "price": 32.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7479/pmb-11684-luxe-nightfall-dt20250728190816800543.pdf?1753729699", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18774/luxe-nightfall-pmb-11684-dt20250826170905495404-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11684/luxe-nightfall", + "scraped_at": "2026-04-30T18:11:59.458Z" + }, + { + "sku": "PMB-11685", + "color_name": "Luxe Antique", + "description": "Luxe Antique is a deep warm bronze metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 36.67 + }, + { + "min": 50, + "max": 199, + "price": 34.84 + }, + { + "min": 200, + "max": null, + "price": 33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7478/pmb-11685-luxe-antique-dt20250728190746390098.pdf?1753729668", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18776/luxe-antique-pmb-11685-dt20250731223035730977-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11685/luxe-antique", + "scraped_at": "2026-04-30T18:12:13.397Z" + }, + { + "sku": "PMB-11686", + "color_name": "Luxe Champagne", + "description": "Luxe Champagne is a bronze metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 44.52 + }, + { + "min": 50, + "max": 199, + "price": 42.29 + }, + { + "min": 200, + "max": null, + "price": 40.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7477/pmb-11686-luxe-champagne-dt20250728190717500537.pdf?1753729641", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18778/luxe-champagne-pmb-11686-dt20250731221022695473-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11686/luxe-champagne", + "scraped_at": "2026-04-30T18:12:29.177Z" + }, + { + "sku": "PMB-11687", + "color_name": "Luxe Copper Flame", + "description": "Luxe Copper is a rich copper metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 42.48 + }, + { + "min": 50, + "max": 199, + "price": 40.36 + }, + { + "min": 200, + "max": null, + "price": 38.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7476/pmb-11687-luxe-copper-flame-dt20250728190652011751.pdf?1753729614", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18780/luxe-copper-flame-pmb-11687-dt20250801214509928668-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11687/luxe-copper-flame", + "scraped_at": "2026-04-30T18:12:43.627Z" + }, + { + "sku": "PMB-11688", + "color_name": "Luxe Driftwood", + "description": "Luxe Driftwood is a warm bronze metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 41.97 + }, + { + "min": 50, + "max": 199, + "price": 39.87 + }, + { + "min": 200, + "max": null, + "price": 37.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7475/pmb-11688-luxe-driftwood-dt20250728190621432703.pdf?1753729584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18782/luxe-driftwood-pmb-11688-dt20250731221436467007-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11688/luxe-driftwood", + "scraped_at": "2026-04-30T18:12:55.183Z" + }, + { + "sku": "PMB-11689", + "color_name": "Luxe Sandalwood", + "description": "Luxe Sandlewood is a light copper warm metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 43.86 + }, + { + "min": 50, + "max": 199, + "price": 41.67 + }, + { + "min": 200, + "max": null, + "price": 39.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7474/pmb-11689-luxe-sandalwood-dt20250728190552949581.pdf?1753729555", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18784/luxe-sandalwood-pmb-11689-dt20250801214127608995-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11689/luxe-sandalwood", + "scraped_at": "2026-04-30T18:13:09.601Z" + }, + { + "sku": "PMB-11690", + "color_name": "Luxe Dark Copper", + "description": "Luxe Dark Copper is a rich copper metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 40.14 + }, + { + "min": 50, + "max": 199, + "price": 38.13 + }, + { + "min": 200, + "max": null, + "price": 36.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7473/pmb-11690-luxe-dark-copper-dt2025072819052414714.pdf?1753729526", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18786/luxe-dark-copper-pmb-11690-dt20250826165906187271-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11690/luxe-dark-copper", + "scraped_at": "2026-04-30T18:13:27.690Z" + }, + { + "sku": "PMB-11691", + "color_name": "Luxe Pearl", + "description": "Luxe Pearl is a pearlescent black metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 35.67 + }, + { + "min": 50, + "max": 199, + "price": 33.89 + }, + { + "min": 200, + "max": null, + "price": 32.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7472/pmb-11691-luxe-pearl-dt20250728190456202568.pdf?1753729498", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18788/luxe-pearl-pmb-11691-dt20250801213645099764-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11691/luxe-pearl", + "scraped_at": "2026-04-30T18:13:42.474Z" + }, + { + "sku": "PMB-11692", + "color_name": "Luxe Dark Brass", + "description": "Luxe Dark Brass is a deep black brass metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 36.41 + }, + { + "min": 50, + "max": 199, + "price": 34.36 + }, + { + "min": 200, + "max": null, + "price": 33.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7471/pmb-11692-luxe-dark-brass-dt20250728190427553654.pdf?1753729469", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18790/luxe-dark-brass-pmb-11692-dt20250826170046085951-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11692/luxe-dark-brass", + "scraped_at": "2026-04-30T18:13:58.352Z" + }, + { + "sku": "PMB-11693", + "color_name": "Luxe Gold", + "description": "Luxe Gold is a rich gold metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 42.48 + }, + { + "min": 50, + "max": 199, + "price": 40.36 + }, + { + "min": 200, + "max": null, + "price": 38.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7470/pmb-11693-luxe-gold-dt20250728185107630218.pdf?1753728670", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18792/luxe-gold-pmb-11693-dt20250826170714479656-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11693/luxe-gold", + "scraped_at": "2026-04-30T18:14:12.572Z" + }, + { + "sku": "PMB-11694", + "color_name": "Luxe Platinum", + "description": "Luxe Platinum is a warm silver metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 45.21 + }, + { + "min": 50, + "max": 199, + "price": 42.95 + }, + { + "min": 200, + "max": null, + "price": 40.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7469/pmb-11694-luxe-platinum-dt20250728185041318381.pdf?1753728643", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18794/luxe-platinum-pmb-11694-dt20250801213445300005-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11694/luxe-platinum", + "scraped_at": "2026-04-30T18:14:25.760Z" + }, + { + "sku": "PMB-11695", + "color_name": "Luxe Copper", + "description": "Luxe Copper is a rich copper metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 42.49 + }, + { + "min": 50, + "max": 199, + "price": 40.37 + }, + { + "min": 200, + "max": null, + "price": 38.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7468/pmb-11695-luxe-copper-dt20250728185015291127.pdf?1753728617", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18796/luxe-copper-pmb-11695-dt20250826164543796612-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11695/luxe-copper", + "scraped_at": "2026-04-30T18:14:38.400Z" + }, + { + "sku": "PMB-11696", + "color_name": "Luxe Oil Rubbed Bronze", + "description": "Luxe Oil Rubbed Bronze is a heavy bronze metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe RELATED PRODUCTS OIL RUBBED BRONZE PCB-1102 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 36.12 + }, + { + "min": 50, + "max": 199, + "price": 34.31 + }, + { + "min": 200, + "max": null, + "price": 32.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7467/pmb-11696-luxe-oil-rubbed-bronze-dt20250728184941732263.pdf?1753728584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18798/luxe-oil-rubbed-bronze-pmb-11696-dt20250826171234683371-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11696/luxe-oil-rubbed-bronze", + "scraped_at": "2026-04-30T18:14:48.051Z" + }, + { + "sku": "PMB-11697", + "color_name": "Luxe Evergreen", + "description": "Luxe Evergreen is a deep black with green metallic polyester and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 37.08 + }, + { + "min": 50, + "max": 199, + "price": 35.23 + }, + { + "min": 200, + "max": null, + "price": 33.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7466/pmb-11697-luxe-evergreen-dt20250728184910691136.pdf?1753728553", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18800/luxe-evergreen-pmb-11697-dt20250923164328407336-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11697/luxe-evergreen", + "scraped_at": "2026-04-30T18:15:01.103Z" + }, + { + "sku": "PMB-11698", + "color_name": "Luxe Cosmos", + "description": "Luxe Cosmos is a deep black with rainbow metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. This color is not recommended for exterior exposure with our applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 36.39 + }, + { + "min": 50, + "max": 199, + "price": 34.57 + }, + { + "min": 200, + "max": null, + "price": 32.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7559/pmb-11698-luxe-cosmos-dt20250923183355639554.pdf?1758652437", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18802/luxe-cosmos-pmb-11698-dt20250926172227639374-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11698/luxe-cosmos", + "scraped_at": "2026-04-30T18:15:13.682Z" + }, + { + "sku": "PMB-11699", + "color_name": "Luxe Voodoo", + "description": "Luxe Voodoo is a blue metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 39.45 + }, + { + "min": 50, + "max": 199, + "price": 37.48 + }, + { + "min": 200, + "max": null, + "price": 35.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7465/pmb-11699-luxe-voodoo-dt20250728184842850778.pdf?1753728525", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18804/luxe-voodoo-pmb-11699-dt20250801213829415782-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11699/luxe-voodoo", + "scraped_at": "2026-04-30T18:15:29.266Z" + }, + { + "sku": "PMB-11700", + "color_name": "Luxe Galaxy", + "description": "Luxe Galaxy is a rainbow shifting metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 46.56 + }, + { + "min": 50, + "max": 199, + "price": 44.23 + }, + { + "min": 200, + "max": null, + "price": 41.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7464/pmb-11700-luxe-galaxy-dt20250728184723300244.pdf?1753728445", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18806/luxe-galaxy-pmb-11700-dt20250731221304245892-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11700/luxe-galaxy", + "scraped_at": "2026-04-30T18:15:42.488Z" + }, + { + "sku": "PMB-11701", + "color_name": "Luxe Brambleberry", + "description": "Luxe Brambleberry is a berry blue metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 35.82 + }, + { + "min": 50, + "max": 199, + "price": 34.03 + }, + { + "min": 200, + "max": null, + "price": 32.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7463/pmb-11701-luxe-brambleberry-dt20250728184656950258.pdf?1753728419", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18808/luxe-brambleberry-pmb-11701-dt20250801214317155886-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11701/luxe-brambleberry", + "scraped_at": "2026-04-30T18:15:55.209Z" + }, + { + "sku": "PMB-11702", + "color_name": "Luxe Garnet", + "description": "Luxe Garnet is a rich garnet metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 39.93 + }, + { + "min": 50, + "max": 199, + "price": 37.93 + }, + { + "min": 200, + "max": null, + "price": 35.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7462/pmb-11702-luxe-garnet-dt20250728184630532575.pdf?1753728393", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18810/luxe-garnet-pmb-11702-dt20250826171033462732-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11702/luxe-garnet", + "scraped_at": "2026-04-30T18:16:06.660Z" + }, + { + "sku": "PMB-11703", + "color_name": "Luxe Blue", + "description": "Luxe Blue is a deep black with blue metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 35.82 + }, + { + "min": 50, + "max": 199, + "price": 34.03 + }, + { + "min": 200, + "max": null, + "price": 32.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7461/pmb-11703-luxe-blue-dt20250728184607803892.pdf?1753728370", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18812/luxe-blue-pmb-11703-dt20250826165558094398-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11703/luxe-blue", + "scraped_at": "2026-04-30T18:16:20.082Z" + }, + { + "sku": "PMB-11704", + "color_name": "Luxe Fire", + "description": "Luxe Fire is a black with rich cranberry metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 36.72 + }, + { + "min": 50, + "max": 199, + "price": 34.88 + }, + { + "min": 200, + "max": null, + "price": 33.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7458/pmb-11704-luxe-fire-dt2025072818422260675.pdf?1753728144", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18814/luxe-fire-pmb-11704-dt20250826165726469842-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11704/luxe-fire", + "scraped_at": "2026-04-30T18:16:31.211Z" + }, + { + "sku": "PMB-11705", + "color_name": "Luxe Frost", + "description": "Luxe Frost is a deep black with pearlescent metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 34.92 + }, + { + "min": 50, + "max": 199, + "price": 33.17 + }, + { + "min": 200, + "max": null, + "price": 31.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7457/pmb-11705-luxe-frost-dt20250728184141506854.pdf?1753728103", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18816/luxe-frost-pmb-11705-dt20250926172027103279-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11705/luxe-frost", + "scraped_at": "2026-04-30T18:16:43.817Z" + }, + { + "sku": "PMB-11706", + "color_name": "Luxe Zinc", + "description": "Luxe Zinc is a deep grey metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.53 + }, + { + "min": 50, + "max": 199, + "price": 27.1 + }, + { + "min": 200, + "max": null, + "price": 25.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18833/luxe-zinc-pmb-11706-dt20260306232622351634-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11706/luxe-zinc", + "scraped_at": "2026-04-30T18:17:00.099Z" + }, + { + "sku": "PMB-11707", + "color_name": "Luxe Iron", + "description": "Luxe Iron is a rich silver metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 35.59 + }, + { + "min": 50, + "max": 199, + "price": 33.81 + }, + { + "min": 200, + "max": null, + "price": 32.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7459/pmb-11707-luxe-iron-dt20250728184325003434.pdf?1753728207", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18818/luxe-iron-pmb-11707-dt20250826170544094387-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11707/luxe-iron", + "scraped_at": "2026-04-30T18:17:14.115Z" + }, + { + "sku": "PMB-11708", + "color_name": "Luxe Lithium", + "description": "Luxe Lithium is a rich warm silver metallic polyester and has a flat finish. Elevate your finish with the Luxe line of soft touch powder coating colors, a premium collection crafted for those who demand both sophistication and performance. Designed with a silky matte feel and a rich, modern aesthetic, the Luxe collection delivers a velvety texture that’s as pleasing to the touch as it is to the eye. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Luxe PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 35.61 + }, + { + "min": 50, + "max": 199, + "price": 33.83 + }, + { + "min": 200, + "max": null, + "price": 32.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7460/pmb-11708-luxe-lithium-dt20250728184413754796.pdf?1753728255", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18820/luxe-lithium-pmb-11708-dt20250826170415512375-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11708/luxe-lithium", + "scraped_at": "2026-04-30T18:17:27.999Z" + }, + { + "sku": "PMB-11719", + "color_name": "Rainbow's End II", + "description": "Rainbow's End II is a black base with a fine rainbow metallic. This color is a polyester metallic powder coat with a gloss finish. Gloss: 71-85 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.94 + }, + { + "min": 50, + "max": 199, + "price": 17.04 + }, + { + "min": 200, + "max": null, + "price": 16.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7528/pmb-11719-rainbows-end-ii-dt2025082717260304203.pdf?1756315565", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18874/rainbows-end-ii-pmb-11719-dt20250923165004634851-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11719/rainbows-end-ii", + "scraped_at": "2026-04-30T18:17:41.530Z" + }, + { + "sku": "PMB-11724", + "color_name": "Duststorm", + "description": "Duststorm is a light tan polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.94 + }, + { + "min": 50, + "max": 199, + "price": 17.04 + }, + { + "min": 200, + "max": null, + "price": 16.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7561/pmb-11724-duststorm-dt20250925163551921815.pdf?1758818153", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18959/duststorm-pmb-11724-dt20251002172308495704-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11724/duststorm", + "scraped_at": "2026-04-30T18:17:56.662Z" + }, + { + "sku": "PMB-11730", + "color_name": "Nissan Black Pearl", + "description": "Nissan Black Pearl is an OEM matched black polyester metallic and has a high gloss finish. Color Match: Nissan Magnetic Black G41 / Black Pearl G41 High Gloss: 85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.17 + }, + { + "min": 50, + "max": 199, + "price": 14.41 + }, + { + "min": 200, + "max": null, + "price": 13.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7602/pmb-11730-nissan-black-pearl-dt20251014150440963634.pdf?1760454282", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18992/nissan-black-pearl-pmb-11730-dt20251014163846511495-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11730/nissan-black-pearl", + "scraped_at": "2026-04-30T18:18:10.769Z" + }, + { + "sku": "PMB-11732", + "color_name": "Crimson Twilight", + "description": "Crimson Twilight is an purple with orange red metallics polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units A clear coat is not required, but is recommended. Applying a clear coat enhances the intensity of this color. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the topcoat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base Coates or top coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. We coated left side with Clear Vision PPS 2974 to show how it intensifies the metallic flake. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.49 + }, + { + "min": 50, + "max": 199, + "price": 28.02 + }, + { + "min": 200, + "max": null, + "price": 26.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7601/pmb-11732-crimson-twilight-dt20251014150409952029.pdf?1760454251", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18994/crimson-twilight-pmb-11732-dt20251028150809386502-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11732/crimson-twilight", + "scraped_at": "2026-04-30T18:18:25.398Z" + }, + { + "sku": "PMB-11733", + "color_name": "Moonlit Violet", + "description": "Moonlit Violet is a purple with aqua blue metallics polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units A clear coat is not required, but is recommended. Applying a clear coat enhances the intensity of this color. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the topcoat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base Coates or top coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. We coated left side with Clear Vision PPS 2974 to show how it intensifies the metallic flake. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.62 + }, + { + "min": 50, + "max": 199, + "price": 27.19 + }, + { + "min": 200, + "max": null, + "price": 25.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7600/pmb-11733-moonlit-violet-dt20251014150344168844.pdf?1760454225", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18996/moonlit-violet-pmb-11733-dt20251028151049356204-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11733/moonlit-violet", + "scraped_at": "2026-04-30T18:18:37.071Z" + }, + { + "sku": "PMB-11734", + "color_name": "Violet Grape Shimmer", + "description": "Violet Grape Shimmer is a purple polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units A clear coat is not required, but is recommended. Applying a clear coat enhances the intensity of this color. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the topcoat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base Coates or top coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS VIOLET GRAPE PSS-11715 CLICK FOR DETAILS VIOLET GRAPE TEXTURE PTB-11736 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.05 + }, + { + "min": 50, + "max": 199, + "price": 26.65 + }, + { + "min": 200, + "max": null, + "price": 25.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7599/pmb-11734-violet-grape-shimmer-dt20251014150320639985.pdf?1760454202", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18998/violet-grape-shimmer-pmb-11734-dt20251028183017914466-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11734/violet-grape-shimmer", + "scraped_at": "2026-04-30T18:18:50.054Z" + }, + { + "sku": "PMB-11735", + "color_name": "Maple Glaze Shimmer", + "description": "Maple Glaze Shimmer is a light tan polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS MATTE MAPLE GLAZE PSB-11741 CLICK FOR DETAILS MAPLE GLAZE TEXTURE PTB-11737 CLICK FOR DETAILS MAPLE GLAZE PSS-11714 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.21 + }, + { + "min": 50, + "max": 199, + "price": 14.45 + }, + { + "min": 200, + "max": null, + "price": 13.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7598/pmb-11735-maple-glaze-shimmer-dt2025101415025544331.pdf?1760454177", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19000/maple-glaze-shimmer-pmb-11735-dt20251028151631923929-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11735/maple-glaze-shimmer", + "scraped_at": "2026-04-30T18:19:00.942Z" + }, + { + "sku": "PMB-11739", + "color_name": "Violet Steel", + "description": "Violet Steel is a purple polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units A clear coat is not required, but is recommended. Applying a clear coat enhances the intensity of this color. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the topcoat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base Coates or top coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.42 + }, + { + "min": 50, + "max": 199, + "price": 28.9 + }, + { + "min": 200, + "max": null, + "price": 27.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7596/pmb-11739-violet-steel-dt20251014150144272081.pdf?1760454106", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19004/violet-steel-pmb-11739-dt20251028185352317341-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11739/violet-steel", + "scraped_at": "2026-04-30T18:19:13.349Z" + }, + { + "sku": "PMB-11742", + "color_name": "Pale Champagne", + "description": "Pale Champagne is a warm gold polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units A clear top coat is not required, but is recommended. Applying a clear top coat enhances the intensity of this color. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the topcoat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats or top coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.36 + }, + { + "min": 50, + "max": 199, + "price": 28.84 + }, + { + "min": 200, + "max": null, + "price": 27.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19046/pale-champagne-pmb-11742-dt2025112421181767112-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11742/pale-champagne", + "scraped_at": "2026-04-30T18:19:26.317Z" + }, + { + "sku": "PMB-11743", + "color_name": "White Christmas", + "description": "White Christmas is warm white with pearlescent metallic super durable polyester and has a high gloss finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. High Gloss: 85+ Gloss Units A clear top coat is not required, but is recommended. Applying a clear top coat enhances the intensity of this color. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the topcoat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats or top coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Super Durables PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 31.32 + }, + { + "min": 50, + "max": 199, + "price": 29.75 + }, + { + "min": 200, + "max": null, + "price": 28.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19107/white-christmas-pmb-11743-dt20251210221556474671-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11743/white-christmas", + "scraped_at": "2026-04-30T18:19:38.576Z" + }, + { + "sku": "PMB-11744", + "color_name": "Candy Cane Red", + "description": "Candy Cane is a rich cranberry red polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units This panel has a topcoat of Clear Vision PPS 2974 applied to it. A clear top coat is not required, but is recommended. Applying a clear top coat enhances the intensity of this color. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the topcoat: After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats or top coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.02 + }, + { + "min": 50, + "max": 199, + "price": 26.62 + }, + { + "min": 200, + "max": null, + "price": 25.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7688/pmb-11744-candy-cane-red-dt20251208163015394852.pdf?1765211417", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19098/candy-cane-red-pmb-11744-dt20251205223152068892-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11744/candy-cane-red", + "scraped_at": "2026-04-30T18:19:48.319Z" + }, + { + "sku": "PMB-11746", + "color_name": "Santa Red", + "description": "Santa Red is a Christmas red polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units This panel has a topcoat of Clear Vision PPS 2974 applied to it. A clear top coat is not required, but is recommended. Applying a clear top coat enhances the intensity of this color. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the topcoat: After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats or top coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.83 + }, + { + "min": 50, + "max": 199, + "price": 27.39 + }, + { + "min": 200, + "max": null, + "price": 25.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7690/pmb-11746-santa-red-dt20251208163046646434.pdf?1765211448", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19096/santa-red-pmb-11746-dt20251205222641811724-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11746/santa-red", + "scraped_at": "2026-04-30T18:20:01.254Z" + }, + { + "sku": "PMB-11748", + "color_name": "Golden Bell", + "description": "Golden Bell is a rich yellow gold polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units A clear top coat is not required but is recommended. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.78 + }, + { + "min": 50, + "max": 199, + "price": 26.39 + }, + { + "min": 200, + "max": null, + "price": 25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19115/golden-bell-pmb-11748-dt20251222210050623209-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11748/golden-bell", + "scraped_at": "2026-04-30T18:20:12.167Z" + }, + { + "sku": "PMB-11750", + "color_name": "Copper Brew", + "description": "Copper Brew is a light copper polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 32.91 + }, + { + "min": 50, + "max": 199, + "price": 31.26 + }, + { + "min": 200, + "max": null, + "price": 29.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19147/copper-brew-pmb-11750-dt20260114191924526656-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11750/copper-brew", + "scraped_at": "2026-04-30T18:20:22.904Z" + }, + { + "sku": "PMB-11751", + "color_name": "Monarch Copper", + "description": "Monarch Copper is a saturated copper polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units To achieve the proper color, a clear topcoat must be applied. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the topcoat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats or top coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.74 + }, + { + "min": 50, + "max": 199, + "price": 27.3 + }, + { + "min": 200, + "max": null, + "price": 25.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19166/monarch-copper-pmb-11751-dt20260114200055465724-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11751/monarch-copper", + "scraped_at": "2026-04-30T18:20:34.214Z" + }, + { + "sku": "PMB-11752", + "color_name": "Hearth Bronze", + "description": "Hearth Bronze a deep bronze polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units To achieve the proper color, a clear topcoat must be applied. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the topcoat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats or top coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.64 + }, + { + "min": 50, + "max": 199, + "price": 19.61 + }, + { + "min": 200, + "max": null, + "price": 18.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19193/hearth-bronze-pmb-11752-dt20260306232521177764-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11752/hearth-bronze", + "scraped_at": "2026-04-30T18:20:49.916Z" + }, + { + "sku": "PMB-11753", + "color_name": "Antique Pewter", + "description": "Antique Pewter is a warm pewter polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units To achieve the proper color, a clear topcoat must be applied. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the topcoat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats or top coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.26 + }, + { + "min": 50, + "max": 199, + "price": 16.4 + }, + { + "min": 200, + "max": null, + "price": 15.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19155/antique-pewter-pmb-11753-dt20260114183102703129-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11753/antique-pewter", + "scraped_at": "2026-04-30T18:21:02.630Z" + }, + { + "sku": "PMB-11755", + "color_name": "Cobalt Storm", + "description": "Cobalt Storm is a grey blue polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units To achieve the proper color, a clear topcoat must be applied. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the topcoat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats or top coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.83 + }, + { + "min": 50, + "max": 199, + "price": 15.99 + }, + { + "min": 200, + "max": null, + "price": 15.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19162/cobalt-storm-pmb-11755-dt20260114193625173205-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11755/cobalt-storm", + "scraped_at": "2026-04-30T18:21:14.244Z" + }, + { + "sku": "PMB-11756", + "color_name": "Obsidian Slate", + "description": "Obsidian Slate is a charcoal silver polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units To achieve the proper color, a clear topcoat must be applied. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the topcoat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats or top coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.87 + }, + { + "min": 50, + "max": 199, + "price": 14.13 + }, + { + "min": 200, + "max": null, + "price": 13.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19164/obsidian-slate-pmb-11756-dt20260114195602562705-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11756/obsidian-slate", + "scraped_at": "2026-04-30T18:21:25.481Z" + }, + { + "sku": "PMB-11757", + "color_name": "Cypress Black", + "description": "Cypress Black is a greenish black polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units To achieve the proper color, a clear topcoat must be applied. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the topcoat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats or top coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.83 + }, + { + "min": 50, + "max": 199, + "price": 14.09 + }, + { + "min": 200, + "max": null, + "price": 13.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19158/cypress-black-pmb-11757-dt20260114185559152691-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11757/cypress-black", + "scraped_at": "2026-04-30T18:21:38.076Z" + }, + { + "sku": "PMB-11765", + "color_name": "Barn Door Red", + "description": "Barn Door Red is a warm red polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Please note that this color exhibits a significant ΔE color change when a clear coat is applied. We strongly recommend spraying a test panel before starting your project, especially if you are using a topcoat or additional basecoats, primers, etc. This helps ensure the final color meets your specifications and allows you to anticipate any potential changes in color or finish. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.61 + }, + { + "min": 50, + "max": 199, + "price": 16.73 + }, + { + "min": 200, + "max": null, + "price": 15.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19308/barn-door-red-pmb-11765-dt20260316200540975208-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11765/barn-door-red", + "scraped_at": "2026-04-30T18:21:48.196Z" + }, + { + "sku": "PMB-11771", + "color_name": "Crystal Teal", + "description": "Crystal Teal is a teal polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.92 + }, + { + "min": 50, + "max": 199, + "price": 16.07 + }, + { + "min": 200, + "max": null, + "price": 15.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19332/crystal-teal-pmb-11771-dt20260312185700601613-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11771/crystal-teal", + "scraped_at": "2026-04-30T18:22:01.828Z" + }, + { + "sku": "PMB-11777", + "color_name": "Tidal Blue", + "description": "Tidal Blue is a grey blue polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units A clear topcoat is not required but is recommended. Applying a clear topcoat intensifies and enhances this color. Applying a clear topcoat may enhance UV resistance, weather stability, and the overall durability of the finish, as well as oxidation resistance. Please note that a topcoat may alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of either the basecoat or topcoat may result in uneven color. Apply both the base coat and topcoat in accordance with the recommended mil thickness specifications. Allow the part to cool completely before applying the topcoat. Once the topcoat has been applied, fully cure it according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before starting your project, especially if you are using a topcoat or additional basecoats, primers, etc. This helps ensure the final color meets your specifications and allows you to anticipate any potential changes in color or finish. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.82 + }, + { + "min": 50, + "max": 199, + "price": 16.93 + }, + { + "min": 200, + "max": null, + "price": 16.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19312/tidal-blue-pmb-11777-dt20260319203758715254-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11777/tidal-blue", + "scraped_at": "2026-04-30T18:22:14.925Z" + }, + { + "sku": "PMB-11779", + "color_name": "Misty Golden Brass", + "description": "Misty Golden Brass is a black and brass polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.93 + }, + { + "min": 50, + "max": 199, + "price": 12.28 + }, + { + "min": 200, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19316/misty-golden-brass-pmb-11779-dt20260316201806441997-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11779/misty-golden-brass", + "scraped_at": "2026-04-30T18:22:29.198Z" + }, + { + "sku": "PMB-11780", + "color_name": "Evening Sky", + "description": "Evening Sky is a muted periwinkle with a pink pearlescent metallic polyester and has a gloss finish. Gloss: 71-85 Gloss Units A clear topcoat is not required but is recommended. Applying a clear topcoat intensifies and enhances this color. Applying a clear topcoat may enhance UV resistance, weather stability, and the overall durability of the finish, as well as oxidation resistance. Please note that a topcoat may alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of either the basecoat or topcoat may result in uneven color. Apply both the base coat and topcoat in accordance with the recommended mil thickness specifications. Allow the part to cool completely before applying the topcoat. Once the topcoat has been applied, fully cure it according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before starting your project, especially if you are using a topcoat or additional basecoats, primers, etc. This helps ensure the final color meets your specifications and allows you to anticipate any potential changes in color or finish. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.72 + }, + { + "min": 50, + "max": 199, + "price": 17.78 + }, + { + "min": 200, + "max": null, + "price": 16.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19318/evening-sky-pmb-11780-dt20260312195341772899-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11780/evening-sky", + "scraped_at": "2026-04-30T18:22:41.288Z" + }, + { + "sku": "PMB-11781", + "color_name": "Pacific Blue", + "description": "Pacific Blue is a muted blue polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.38 + }, + { + "min": 50, + "max": 199, + "price": 15.56 + }, + { + "min": 200, + "max": null, + "price": 14.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19320/pacific-blue-pmb-11781-dt20260330153826174973-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11781/pacific-blue", + "scraped_at": "2026-04-30T18:22:54.629Z" + }, + { + "sku": "PMB-11785", + "color_name": "Ford Orange Fury", + "description": "Ford Orange Fury is a OEM matched orange polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Color Match: Ford Orange Fury Metallic Tri-coat 3C M7409/NL To achieve the desired color, a clear topcoat must be applied. Inconsistent mil thickness in either the basecoat or topcoat can result in uneven color. Apply both the basecoat and topcoat in accordance with the recommended mil thickness specifications. Allow the part to cool completely before applying the topcoat. Once the topcoat has been applied, fully cure it according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before starting your project, especially if you are using a topcoat or additional basecoats, primers, etc. This helps ensure the final color meets your specifications and allows you to anticipate any potential changes in color or finish. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.87 + }, + { + "min": 50, + "max": 199, + "price": 23.63 + }, + { + "min": 200, + "max": null, + "price": 22.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19403/ford-orange-fury-pmb-11785-dt20260330153553384951-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11785/ford-orange-fury", + "scraped_at": "2026-04-30T18:23:06.091Z" + }, + { + "sku": "PMB-1179", + "color_name": "Blue Mist", + "description": "Blue Mist is a blueish grey metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH BLUE MIST View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.28 + }, + { + "min": 50, + "max": 199, + "price": 15.47 + }, + { + "min": 200, + "max": null, + "price": 14.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/589/blue-mist-pmb-1179-dt20250715164158217522-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1179/blue-mist", + "scraped_at": "2026-04-30T18:23:22.482Z" + }, + { + "sku": "PMB-1185", + "color_name": "Brunken Blue", + "description": "Brunken Blue is a medium blue with a heavy white and silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Metallic (Semi-Gloss): Yauch Blue PMB-6653 Solid Tone (High Gloss): Cadet Blue PSS-4553 River (Satin): Cadet Blue River II PRB-6334 Metallic (Gloss): Clearwater Blue PMB-1639 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.08 + }, + { + "min": 50, + "max": 199, + "price": 16.23 + }, + { + "min": 200, + "max": null, + "price": 15.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/591/brunken-blue-pmb-1185-dt20180924205902483-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1185/brunken-blue", + "scraped_at": "2026-04-30T18:23:38.029Z" + }, + { + "sku": "PMB-1186", + "color_name": "Par-Teal", + "description": "Par-Teal is a teal with a very fine metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.26 + }, + { + "min": 50, + "max": 199, + "price": 16.4 + }, + { + "min": 200, + "max": null, + "price": 15.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/593/par-teal-pmb-1186-dt20180905214847472-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1186/par-teal", + "scraped_at": "2026-04-30T18:23:53.443Z" + }, + { + "sku": "PMB-1192", + "color_name": "Satin Black Metallic", + "description": "Satin Black Metallic is a high gloss pearlescent black metallic polyester just like your satin sheets. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.7 + }, + { + "min": 50, + "max": 199, + "price": 14.92 + }, + { + "min": 200, + "max": null, + "price": 14.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7002/pmb-1192-satin-black-metallic-dt20250108194431949906.pdf?1736365474", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/595/satin-black-metallic-pmb-1192-dt2020051216513503-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1192/satin-black-metallic", + "scraped_at": "2026-04-30T18:24:06.574Z" + }, + { + "sku": "PMB-1222", + "color_name": "Dark Silver Metallic", + "description": "Dark Silver Metallic is a dark silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.67 + }, + { + "min": 50, + "max": 199, + "price": 12.99 + }, + { + "min": 200, + "max": null, + "price": 12.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7694/pmb-1222-dark-silver-metallic-dt20251209210954204221.pdf?1765314596", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/597/dark-silver-metallic-pmb-1222-dt20250623150507284177-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1222/dark-silver-metallic", + "scraped_at": "2026-04-30T18:24:18.980Z" + }, + { + "sku": "PMB-1223", + "color_name": "Aqua Blue", + "description": "Aqua Blue is a marine blue, teal metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Dunbar Teal PSS-0950 River (Satin): Turquoise River PRB-2647 Vein (Satin): Jade/Copper PVB-8109 / Navajo/Copper PVB-8110 Leatherette (Satin): Peacock Leather PLB-1572 Metallic (Gloss): Lazer Aqua Marine PMB-4213 / Lazer Peacock PMB-4214 / Peacock Sparkle PMB-0310 Metallic (Semi-Gloss): Altered Teal PMB-5359 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.24 + }, + { + "min": 50, + "max": 199, + "price": 16.38 + }, + { + "min": 200, + "max": null, + "price": 15.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/599/aqua-blue-pmb-1223-dt20180904201827837-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1223/aqua-blue", + "scraped_at": "2026-04-30T18:24:30.414Z" + }, + { + "sku": "PMB-1237", + "color_name": "Pearlized Black", + "description": "Pearlized Black is a dark charcoal with a heavy metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH PEARLIZED BLACK View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/601/pearlized-black-pmb-1237-dt20201210224026022-thumbnail.jpg?1607640027&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1237/pearlized-black", + "scraped_at": "2026-04-30T18:24:47.045Z" + }, + { + "sku": "PMB-1244", + "color_name": "JALOPY GREEN", + "description": "Jalopy Green is a bright lime green metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sweet Pea Green PSS-1070 River (Semi-Gloss): Sweet Pea River PRB-6594 River (Satin): Lime Peel PRB-6841 Metallic (Gloss): Designer Green PMB-5343 Metallic (Semi-Gloss): Lime Juice Green PMB-2304 / Mantis Green PMB-4420 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.58 + }, + { + "min": 50, + "max": 199, + "price": 17.65 + }, + { + "min": 200, + "max": null, + "price": 16.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2952/pmb-1244-jalopy-green-tds-dt20230824215705111757.pdf?1692914227", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/603/jalopy-green-pmb-1244-dt20200403144617407-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1244/jalopy-green", + "scraped_at": "2026-04-30T18:24:59.736Z" + }, + { + "sku": "PMB-1250", + "color_name": "Tahitian Teal", + "description": "Tahitian Teal is a dark teal metallic with a smooth appearance. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.78 + }, + { + "min": 50, + "max": 199, + "price": 15.94 + }, + { + "min": 200, + "max": null, + "price": 15.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5951/pmb-1250-tahitian-teal-tds-dt20240328160117301669.pdf?1711641679", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/605/tahitian-teal-pmb-1250-dt20201204164817811-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1250/tahitian-teal", + "scraped_at": "2026-04-30T18:25:17.604Z" + }, + { + "sku": "PMB-1270", + "color_name": "Maxi Teal", + "description": "Maxi Teal is a dark teal/green metallic. This color is a polyester metallic powder coat and has a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.89 + }, + { + "min": 50, + "max": 199, + "price": 13.2 + }, + { + "min": 200, + "max": null, + "price": 12.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5289/pmb-1270-maxi-teal-tds-dt20231204201621122078.pdf?1701720983", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/607/maxi-teal-pmb-1270-dt20260401175237760551-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1270/maxi-teal", + "scraped_at": "2026-04-30T18:25:35.536Z" + }, + { + "sku": "PMB-1273", + "color_name": "Sandy Black", + "description": "Sandy Black is a black metallic with a slight blue and green flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.14 + }, + { + "min": 50, + "max": 199, + "price": 12.48 + }, + { + "min": 200, + "max": null, + "price": 11.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3492/pmb-1273-sandy-black-tds-dt20230915223820123627.pdf?1694817501", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/609/sandy-black-pmb-1273-dt2018090721451064-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1273/sandy-black", + "scraped_at": "2026-04-30T18:25:46.987Z" + }, + { + "sku": "PMB-1276", + "color_name": "FROSTY BURGUNDY", + "description": "Frosty Burgundy is a deep pink polyester pearlescent metallic and has a gloss finish. Gloss: 71-85 Gloss Units A clear topcoat is not required but is recommended. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the top coat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.03 + }, + { + "min": 50, + "max": 199, + "price": 19.03 + }, + { + "min": 200, + "max": null, + "price": 18.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8073/pmb-1276-frosty-burgundy-dt20260119210242957488.pdf?1768856564", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/611/frosty-burgundy-pmb-1276-dt2026012822222097531-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1276/frosty-burgundy", + "scraped_at": "2026-04-30T18:26:03.961Z" + }, + { + "sku": "PMB-1277", + "color_name": "Southwest Yellow", + "description": "Southwest Yellow is a brilliant yellow metallic. This color is a polyester metallic powder coat and has a high gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Pastels RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5352/pmb-1277-southwest-yellow-tds-dt20231206152442829918.pdf?1701876284", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/613/southwest-yellow-pmb-1277-dt20250813175809254195-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1277/southwest-yellow", + "scraped_at": "2026-04-30T18:26:15.788Z" + }, + { + "sku": "PMB-1278", + "color_name": "STRAWBERRY FROST", + "description": "Strawberry Frost is a deep red with a soft holographic-like metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.85 + }, + { + "min": 50, + "max": 199, + "price": 13.16 + }, + { + "min": 200, + "max": null, + "price": 12.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/615/strawberry-frost-pmb-1278-dt20200429143432986-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1278/strawberry-frost", + "scraped_at": "2026-04-30T18:26:33.326Z" + }, + { + "sku": "PMB-1298", + "color_name": "Satin Mauve", + "description": "Satin Mauve is a deep silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.1 + }, + { + "min": 50, + "max": 199, + "price": 13.4 + }, + { + "min": 200, + "max": null, + "price": 12.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3337/pmb-1298-satin-mauve-tds-dt20230913144816436709.pdf?1694616498", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/617/satin-mauve-pmb-1298-dt20210329162516437-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1298/satin-mauve", + "scraped_at": "2026-04-30T18:26:45.434Z" + }, + { + "sku": "PMB-1315", + "color_name": "SOUTHERN COPPER", + "description": "Southern Copper is a dark copper base with a heavy metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Rust Brown PSS-4350 Solid Tone (Gloss): Mohave Brown PSB-4818 Metallic (High Gloss): Rustic Gold PMB-4135 Metallic (Gloss): Rusty Brown PMB-6446 / Wet Copper Lipstick PMB-2897 Metallic (Semi-Gloss): Cocoa Surprise PMB-2670 / Pixie Copper PMB-2390 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.6 + }, + { + "min": 50, + "max": 199, + "price": 13.87 + }, + { + "min": 200, + "max": null, + "price": 13.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3755/pmb-1315-southern-copper-tds-dt20230922221707815248.pdf?1695421030", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7251/southern-copper-pmb-1315-dt20210115230753845-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1315/southern-copper", + "scraped_at": "2026-04-30T18:26:56.125Z" + }, + { + "sku": "PMB-1322", + "color_name": "FINE PEWTER", + "description": "Fine Pewter is a light charcoal with a fine silver metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2185/pmb-1322-fine-pewter-tds-dt20230425222357849654.pdf?1682461439", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/619/fine-pewter-pmb-1322-dt20181004221704316-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1322/fine-pewter", + "scraped_at": "2026-04-30T18:27:09.923Z" + }, + { + "sku": "PMB-1328", + "color_name": "HANSEN GOLD", + "description": "Hansen Gold is a bronze gold metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.09 + }, + { + "min": 50, + "max": 199, + "price": 19.09 + }, + { + "min": 200, + "max": null, + "price": 18.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8238/pmb-1328-hansen-gold-dt20260324172853906849.pdf?1774373335", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/621/hansen-gold-pmb-1330-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1328/hansen-gold", + "scraped_at": "2026-04-30T18:27:24.226Z" + }, + { + "sku": "PMB-1335", + "color_name": "Hunters Red", + "description": "Hunters Red is a dark maroon metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.98 + }, + { + "min": 50, + "max": 199, + "price": 15.18 + }, + { + "min": 200, + "max": null, + "price": 14.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/623/hunters-red-pmb-1335-dt20180904210827932-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1335/hunters-red", + "scraped_at": "2026-04-30T18:27:41.111Z" + }, + { + "sku": "PMB-1341", + "color_name": "Brazil Blue", + "description": "Brazil Blue is a rich blue metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/625/brazil-blue-pmb-1341-dt20180904203235351-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1341/brazil-blue", + "scraped_at": "2026-04-30T18:27:58.412Z" + }, + { + "sku": "PMB-1362", + "color_name": "Mystical Blue", + "description": "Mystical Blue is a light blue polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.62 + }, + { + "min": 50, + "max": 199, + "price": 15.79 + }, + { + "min": 200, + "max": null, + "price": 14.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8003/pmb-1362-mystical-blue-dt20260114210700769519.pdf?1768424822", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/627/mystical-blue-pmb-1362-dt2026010521262731324-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1362/mystical-blue", + "scraped_at": "2026-04-30T18:28:15.777Z" + }, + { + "sku": "PMB-1371", + "color_name": "Cherry Blossom Pink", + "description": "Cherry Blossom Pink is a light pink metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH CHERRY BLOSSOM PINK View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Does this color require a base coat? - Prismatic Support 07/06/19 03:39 pm Answer: No base coat is required for this color, it's a simple single stage coating process. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.27 + }, + { + "min": 50, + "max": 199, + "price": 18.31 + }, + { + "min": 200, + "max": null, + "price": 17.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7765/pmb-1371-cherry-blossom-pink-dt20251229221228544305.pdf?1767046350", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/629/cherry-blossom-pink-pmb-1371-dt20250623223015570683-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1371/cherry-blossom-pink", + "scraped_at": "2026-04-30T18:28:29.166Z" + }, + { + "sku": "PMB-1385", + "color_name": "PLUM JAM", + "description": "Plum Jam is a rich plum metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH PLUM JAM View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.56 + }, + { + "min": 50, + "max": 199, + "price": 20.48 + }, + { + "min": 200, + "max": null, + "price": 19.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/631/plum-jam-pmb-1385-dt20181018210056519-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1385/plum-jam", + "scraped_at": "2026-04-30T18:28:45.086Z" + }, + { + "sku": "PMB-1387", + "color_name": "MISTY COPPER", + "description": "Misty Copper is a copper/brown base with a heavy metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEM RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/633/misty-copper-pmb-1387-dt20250623221323526672-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1387/misty-copper", + "scraped_at": "2026-04-30T18:28:56.051Z" + }, + { + "sku": "PMB-1409", + "color_name": "HOUSTON BRONZE", + "description": "Houston Bronze is a dark charcoal bronze metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.32 + }, + { + "min": 50, + "max": 199, + "price": 14.55 + }, + { + "min": 200, + "max": null, + "price": 13.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2186/pmb-1409-houston-bronze-tds-dt20230425222525020451.pdf?1682461526", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/635/houston-bronze-pmb-1409-dt20210129182627224-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1409/houston-bronze", + "scraped_at": "2026-04-30T18:29:05.198Z" + }, + { + "sku": "PMB-1415", + "color_name": "SABLE TOO", + "description": "Sable Too is a black metallic with a faint sparkle. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEM RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5830/pmb-1415-sable-too-tds-dt2024032016185783383.pdf?1710951540", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/637/sable-too-pmb-1415-dt20201207192654652-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1415/sable-too", + "scraped_at": "2026-04-30T18:29:19.579Z" + }, + { + "sku": "PMB-1416", + "color_name": "Anderson Brown", + "description": "Anderson Brown is a medium brown with a very fine silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.27 + }, + { + "min": 50, + "max": 199, + "price": 15.46 + }, + { + "min": 200, + "max": null, + "price": 14.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/639/anderson-brown-pmb-1416-dt20210111231507211-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1416/anderson-brown", + "scraped_at": "2026-04-30T18:29:35.626Z" + }, + { + "sku": "PMB-1424", + "color_name": "DARK IRIS PURPLE", + "description": "Dark Iris Purple is a very dark rich purple metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: PMB 1424 Dark Iris Purple - do you recommend a clear topcoat? - Perfection Powder Coatings 03/11/20 03:11 pm Answer: While the PMB-1424 Dark Iris Purple does not require a clear coat I would always consider the application. EX: Applying to a set of custom automotive wheels, perhaps a clear would be a good idea for that added protection from road debris and chemicals. So, depending on use but not necessarily needed for metallic protection. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.14 + }, + { + "min": 50, + "max": 199, + "price": 16.28 + }, + { + "min": 200, + "max": null, + "price": 15.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4020/pmb-1424-dark-iris-purple-tds-dt20230928211154457194.pdf?1695935517", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/641/dark-iris-purple-pmb-1424-dt20200512152810396-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1424/dark-iris-purple", + "scraped_at": "2026-04-30T18:29:47.932Z" + }, + { + "sku": "PMB-1442", + "color_name": "Hawaiian Fuchsia", + "description": "Hawaiian Fuchsia is a rich fuchsia with a very fine metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.92 + }, + { + "min": 50, + "max": 199, + "price": 19.87 + }, + { + "min": 200, + "max": null, + "price": 18.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2237/pmb-1442-hawaiian-fuchsia-tds-dt20230503201659413909.pdf?1683145021", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/643/hawaiian-fuchsia-pmb-1442-dt20181012204540807-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1442/hawaiian-fuchsia", + "scraped_at": "2026-04-30T18:30:04.219Z" + }, + { + "sku": "PMB-1454", + "color_name": "LAZER IRIS", + "description": "Lazer Iris is a deep purple with silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.36 + }, + { + "min": 50, + "max": 199, + "price": 15.54 + }, + { + "min": 200, + "max": null, + "price": 14.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/645/lazer-iris-pmb-1454-dt20180904211953475-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1454/lazer-iris", + "scraped_at": "2026-04-30T18:30:18.761Z" + }, + { + "sku": "PMB-1465", + "color_name": "Colorcoat Bronze", + "description": "Colorcoat Bronze is a golden bronze with a gold metallic flake. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.85 + }, + { + "min": 50, + "max": 199, + "price": 16.96 + }, + { + "min": 200, + "max": null, + "price": 16.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8901/colorcoat-bronze-pmb-1465-dt20190130152436324-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1465/colorcoat-bronze", + "scraped_at": "2026-04-30T18:30:35.112Z" + }, + { + "sku": "PMB-1466", + "color_name": "Arctic Grey", + "description": "Arctic Grey is a medium grey with a hint of a blue/silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.63 + }, + { + "min": 50, + "max": 199, + "price": 17.7 + }, + { + "min": 200, + "max": null, + "price": 16.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7252/pmb-1466-arctic-grey-dt20250429201804371117.pdf?1745957886", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/647/arctic-grey-pmb-1466-dt2025072220311795347-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1466/arctic-grey", + "scraped_at": "2026-04-30T18:30:51.404Z" + }, + { + "sku": "PMB-1476", + "color_name": "IRIDESCENT PLUM", + "description": "Iridescent Plum is a dark magenta with a faint, shimmering pearl effect. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.08 + }, + { + "min": 50, + "max": 199, + "price": 21.93 + }, + { + "min": 200, + "max": null, + "price": 20.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3893/pmb-1476-iridescent-plum-tds-dt2023092620381850237.pdf?1695760700", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9086/iridescent-plum-pmb-1476-dt20220719145948519641-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1476/iridescent-plum", + "scraped_at": "2026-04-30T18:31:06.584Z" + }, + { + "sku": "PMB-1484", + "color_name": "SEA GREEN MOSS", + "description": "Sea Green Moss is a dark green metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/649/sea-green-moss-pmb-1484-dt20181024184241258-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1484/sea-green-moss", + "scraped_at": "2026-04-30T18:31:23.288Z" + }, + { + "sku": "PMB-1528", + "color_name": "Bohemian Blue", + "description": "Bohemian Blue is a medium cobalt blue with a fine pink metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Southwest Blue PSS-0845 River (Satin): Cadet Blue River PRB-4554 Vein (Semi-Gloss): Cobalt Blue Special PVB-2921 Metallic (Gloss): Rambling Blue PMB-1681 Metallic (Semi-Gloss): Alien Blue PMB-5488 / Base Blue PMB-5521 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.6 + }, + { + "min": 50, + "max": 199, + "price": 17.67 + }, + { + "min": 200, + "max": null, + "price": 16.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/653/bohemian-blue-pmb-1530-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1528/bohemian-blue", + "scraped_at": "2026-04-30T18:31:39.100Z" + }, + { + "sku": "PMB-1534", + "color_name": "Amburg Silver Violet", + "description": "Amburg Silver Violet is a purple that is a little on the fuchsia side and has a silver metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.96 + }, + { + "min": 50, + "max": 199, + "price": 18.96 + }, + { + "min": 200, + "max": null, + "price": 17.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/655/amburg-silver-violet-pmb-1534-dt20180709200452357-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1534/amburg-silver-violet", + "scraped_at": "2026-04-30T18:31:53.793Z" + }, + { + "sku": "PMB-1544", + "color_name": "Crushed Silver", + "description": "Crushed Silver is a dull silver base with a heavy silver metallic flake. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.93 + }, + { + "min": 50, + "max": 199, + "price": 16.08 + }, + { + "min": 200, + "max": null, + "price": 15.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6955/pmb-1544-crushed-silver-dt20241030190207235542.pdf?1730314930", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/657/crushed-silver-pmb-1544-dt20210325161140396-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1544/crushed-silver", + "scraped_at": "2026-04-30T18:32:06.435Z" + }, + { + "sku": "PMB-1551", + "color_name": "Shredded Silver", + "description": "Shredded Silver is a bright silver with a heavy metallic flake. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerAutomotive-OEMArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.19 + }, + { + "min": 50, + "max": 199, + "price": 16.33 + }, + { + "min": 200, + "max": null, + "price": 15.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5459/pmb-1551-shredded-silver-tds-dt20240103155806332805.pdf?1704297489", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/659/shredded-silver-pmb-1551-dt20201112165933737-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1551/shredded-silver", + "scraped_at": "2026-04-30T18:32:24.945Z" + }, + { + "sku": "PMB-1562", + "color_name": "Burgundy Bliss", + "description": "Burgundy Bliss is a dark burgundy metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/661/burgundy-bliss-pmb-1562-dt20180924211234088-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1562/burgundy-bliss", + "scraped_at": "2026-04-30T18:32:41.053Z" + }, + { + "sku": "PMB-1573", + "color_name": "Conway Red", + "description": "Conway Red is a deep maroon metallic with a fine flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.81 + }, + { + "min": 50, + "max": 199, + "price": 20.72 + }, + { + "min": 200, + "max": null, + "price": 19.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8152/pmb-1573-conway-red-dt2026030420074940915.pdf?1772654871", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/663/conway-red-pmb-1575-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1573/conway-red", + "scraped_at": "2026-04-30T18:32:56.279Z" + }, + { + "sku": "PMB-1575", + "color_name": "STERLING BRONZE", + "description": "Sterling Bronze is a dark bronze with pearlescent metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.91 + }, + { + "min": 50, + "max": 199, + "price": 17.01 + }, + { + "min": 200, + "max": null, + "price": 16.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8024/pmb-1575-sterling-bronze-dt2026011421485849492.pdf?1768427340", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9089/sterling-bronze-pmb-1575-dt20251229213206635593-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1575/sterling-bronze", + "scraped_at": "2026-04-30T18:33:11.215Z" + }, + { + "sku": "PMB-1585", + "color_name": "Orange Soda", + "description": "Orange Soda is a bright orange. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Just Orange PSS-4045 Solid Tone (Eggshell): Flat Just Orange PSB-10083 Metallic (Gloss): Ashley Orange PMB-5323 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.04 + }, + { + "min": 50, + "max": 199, + "price": 15.24 + }, + { + "min": 200, + "max": null, + "price": 14.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5540/pmb-1585-orange-soda-tds-dt20240112210206272717.pdf?1705093328", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/665/orange-soda-pmb-1585-dt20210428150544192-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1585/orange-soda", + "scraped_at": "2026-04-30T18:33:28.234Z" + }, + { + "sku": "PMB-1592", + "color_name": "SOUTHWEST COPPER", + "description": "Southwest Copper is a rich bronze copper metallic. This color is a polyester metallic powder coat and has a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.74 + }, + { + "min": 50, + "max": 199, + "price": 17.8 + }, + { + "min": 200, + "max": null, + "price": 16.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5351/pmb-1592-southwest-copper-tds-dt2023120615231702571.pdf?1701876199", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/667/southwest-copper-pmb-1592-dt2026040118034103585-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1592/southwest-copper", + "scraped_at": "2026-04-30T18:33:43.095Z" + }, + { + "sku": "PMB-1602", + "color_name": "Indigo Teal", + "description": "Indigo Teal is a very dark, rich indigo teal metallic. This color is a polyester metallic powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH INDIGO TEAL View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.4 + }, + { + "min": 50, + "max": 199, + "price": 14.63 + }, + { + "min": 200, + "max": null, + "price": 13.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2943/pmb-1602-indigo-teal-tds-dt20230823202553761967.pdf?1692822355", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/669/indigo-teal-pmb-1602-dt20260318204328744122-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1602/indigo-teal", + "scraped_at": "2026-04-30T18:34:00.224Z" + }, + { + "sku": "PMB-1603", + "color_name": "Winter Silver", + "description": "Winter Silver is a shimmering silver metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.83 + }, + { + "min": 50, + "max": 199, + "price": 13.14 + }, + { + "min": 200, + "max": null, + "price": 12.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2189/pmb-1603-winter-silver-tds-dt20230425223357115992.pdf?1682462039", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/671/winter-silver-pmb-1603-dt20210217154147283-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1603/winter-silver", + "scraped_at": "2026-04-30T18:34:13.949Z" + }, + { + "sku": "PMB-1607", + "color_name": "Calypso Blue", + "description": "Calypso Blue is a medium blue with a heavy silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.39 + }, + { + "min": 50, + "max": 199, + "price": 13.67 + }, + { + "min": 200, + "max": null, + "price": 12.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/673/calypso-blue-pmb-1607-dt20210607215342059-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1607/calypso-blue", + "scraped_at": "2026-04-30T18:34:26.262Z" + }, + { + "sku": "PMB-1609", + "color_name": "Lazer Black Raspberry", + "description": "Lazer Black Raspberry is an extremely dark raspberry metallic. This color is polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5290/pmb-1609-lazer-black-raspberry-tds-dt20231204201808984973.pdf?1701721091", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/675/lazer-black-raspberry-pmb-1609-dt20181010205442159-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1609/lazer-black-raspberry", + "scraped_at": "2026-04-30T18:34:40.165Z" + }, + { + "sku": "PMB-1615", + "color_name": "Winter Mint", + "description": "Winter Mint is a medium green with a hint of teal and a soft silver metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Pro Green PSS-1568 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/677/winter-mint-pmb-1615-dt20210923153444279-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1615/winter-mint", + "scraped_at": "2026-04-30T18:34:54.274Z" + }, + { + "sku": "PMB-1617", + "color_name": "Autumn Bronze", + "description": "Autumn Bronze is a bronze with a hint of grey and silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.28 + }, + { + "min": 50, + "max": 199, + "price": 12.62 + }, + { + "min": 200, + "max": null, + "price": 11.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/679/autumn-bronze-pmb-1617-dt20200724180813463-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1617/autumn-bronze", + "scraped_at": "2026-04-30T18:35:05.286Z" + }, + { + "sku": "PMB-1620", + "color_name": "Sable Black Jade", + "description": "Sable Black Jade is an inky dark jade metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/681/sable-black-jade-pmb-1620-dt20180914194845148-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1620/sable-black-jade", + "scraped_at": "2026-04-30T18:35:19.784Z" + }, + { + "sku": "PMB-1626", + "color_name": "Sierra Orange", + "description": "Sierra Orange is a bright red orange polyester with a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.53 + }, + { + "min": 50, + "max": 199, + "price": 19.5 + }, + { + "min": 200, + "max": null, + "price": 18.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2108/pmb-1626-sierra-orange-tds-dt20230421231816012534.pdf?1682119098", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9093/sierra-orange-pmb-1626-dt20230724201929508572-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1626/sierra-orange", + "scraped_at": "2026-04-30T18:35:31.876Z" + }, + { + "sku": "PMB-1634", + "color_name": "Rexford Red", + "description": "Rexford Red is a medium red with a pearlescent silver metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/683/rexford-red-pmb-1634-dt20200909184855911-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1634/rexford-red", + "scraped_at": "2026-04-30T18:35:48.804Z" + }, + { + "sku": "PMB-1637", + "color_name": "Walker Red", + "description": "Walker Red is a bright gloss red with a subtle red pearl. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.32 + }, + { + "min": 50, + "max": 199, + "price": 16.45 + }, + { + "min": 200, + "max": null, + "price": 15.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8215/pmb-1637-walker-red-dt20260313171013318191.pdf?1773421815", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/685/walker-red-pmb-1637-dt20190416213406904-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1637/walker-red", + "scraped_at": "2026-04-30T18:36:03.085Z" + }, + { + "sku": "PMB-1639", + "color_name": "Clearwater Blue", + "description": "Clearwater Blue is a rich, deep blue metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Metallic (Semi-Gloss): Yauch Blue PMB-6653 Solid Tone (High Gloss): Cadet Blue PSS-4553 River (Satin): Cadet Blue River II PRB-6334 Metallic (Gloss): Brunken Blue PMB-1185 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.82 + }, + { + "min": 50, + "max": 199, + "price": 18.83 + }, + { + "min": 200, + "max": null, + "price": 17.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7095/pmb-1639-clearwater-blue-dt20250227234705587754.pdf?1740700027", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/687/clearwater-blue-pmb-1639-dt20180925205325001-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1639/clearwater-blue", + "scraped_at": "2026-04-30T18:36:20.966Z" + }, + { + "sku": "PMB-1645", + "color_name": "PLUM BURGUNDY", + "description": "Plum Burgundy is a deep plum purple metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.8 + }, + { + "min": 50, + "max": 199, + "price": 15.01 + }, + { + "min": 200, + "max": null, + "price": 14.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/689/plum-burgundy-pmb-1645-dt20181018205304955-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1645/plum-burgundy", + "scraped_at": "2026-04-30T18:36:30.187Z" + }, + { + "sku": "PMB-1648", + "color_name": "MOCHA ALMOND", + "description": "Mocha Almond is a light chocolate brown with a heavy silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2238/pmb-1648-mocha-almond-tds-dt20230503201800337168.pdf?1683145082", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/691/mocha-almond-pmb-1648-dt20180907210913593-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1648/mocha-almond", + "scraped_at": "2026-04-30T18:36:44.661Z" + }, + { + "sku": "PMB-1652", + "color_name": "PLUM SPARKLE", + "description": "Plum Sparkle is a purple polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.63 + }, + { + "min": 50, + "max": 199, + "price": 20.55 + }, + { + "min": 200, + "max": null, + "price": 19.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8027/pmb-1652-plum-sparkle-dt20260114215309494154.pdf?1768427591", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9094/plum-sparkle-pmb-1652-dt2025122921552989533-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1652/plum-sparkle", + "scraped_at": "2026-04-30T18:36:58.278Z" + }, + { + "sku": "PMB-1657", + "color_name": "Honda Yellow", + "description": "Honda Yellow is a neon yellow with a soft yellow metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. ***NOTE: Please be aware that the pigment used to formulate this color may have small black or red specks. This is due to the process and chemistry that is adherent to this pigment. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsHonda RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH HONDA YELLOW View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Does Honda Yellow PMB-1657 require clear coat? - Angel Garcia 11/11/20 11:10 am Answer: Honda Yellow PMB-1657 is a Bright Neon Yellow with a soft metallic flake. The gloss level of this powder allows it to not require a clear coat however, a brake caliper application would benefit from it. Applying Clear Vision PPS-2974 would not only provide important UV protection that is needed for bright colors like this but also an added layer of protection from road debris and chemicals like brake fluid and wheel cleaners. Of course chemicals like brake fluid will destroy all finishes so if there is evidence of brake fluid on a coated surface try to remove immediately. - Prismatic Support Question: Does Honda yellow have a little sparkle in it? - Riley Hullett 06/18/20 08:41 pm Answer: Yes, it is a metallic finish. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.72 + }, + { + "min": 50, + "max": 199, + "price": 20.63 + }, + { + "min": 200, + "max": null, + "price": 19.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4184/pmb-1657-honda-yellow-tds-dt20231003224317994862.pdf?1696372999", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/693/honda-yellow-pmb-1657-dt20181012200103738-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1657/honda-yellow", + "scraped_at": "2026-04-30T18:37:21.387Z" + }, + { + "sku": "PMB-1658", + "color_name": "Woodberry Burgundy", + "description": "Woodberry Burgundy is a rich burgundy metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Metallic (Gloss): Burgundy Stardust PMB-4118 Vein (Matte): Cherry/Silver PVB-2479 Vein (Semi-Gloss): Burgundy/Silver PVB-8121 Solid Tone (Gloss): Bing Cherry PSS-0645 River (Gloss): Bing Cherry River PRB-1015 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.69 + }, + { + "min": 50, + "max": 199, + "price": 20.61 + }, + { + "min": 200, + "max": null, + "price": 19.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/695/woodberry-burgundy-pmb-1658-dt20181030175643111-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1658/woodberry-burgundy", + "scraped_at": "2026-04-30T18:37:38.026Z" + }, + { + "sku": "PMB-1665", + "color_name": "STERLING GOLD", + "description": "Sterling Gold is a tan-gold with a heavy metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerCerakote® Color MatchesParisian Divine RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.04 + }, + { + "min": 50, + "max": 199, + "price": 15.24 + }, + { + "min": 200, + "max": null, + "price": 14.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7539/pmb-1665-sterling-gold-dt20250916213205879588.pdf?1758058328", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/697/sterling-gold-pmb-1665-dt202505232024008104-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1665/sterling-gold", + "scraped_at": "2026-04-30T18:37:57.850Z" + }, + { + "sku": "PMB-1668", + "color_name": "CERAMIC PEARL II", + "description": "Ceramic Pear II is a cream color that has a silver/white pearl effect. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.7 + }, + { + "min": 50, + "max": 199, + "price": 14.92 + }, + { + "min": 200, + "max": null, + "price": 14.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/699/ceramic-pearl-ii-pmb-1668-dt20190429224315121-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1668/ceramic-pearl-ii", + "scraped_at": "2026-04-30T18:38:16.801Z" + }, + { + "sku": "PMB-1669", + "color_name": "Confection Blue", + "description": "Confection Blue is a medium blue with an exceptionally heavy silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.14 + }, + { + "min": 50, + "max": 199, + "price": 15.33 + }, + { + "min": 200, + "max": null, + "price": 14.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/701/confection-blue-pmb-1669-dt20180926204500208-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1669/confection-blue", + "scraped_at": "2026-04-30T18:38:36.425Z" + }, + { + "sku": "PMB-1677", + "color_name": "DIXIE PURPLE", + "description": "Dixie Purple is a medium purple with a fine silver metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.77 + }, + { + "min": 50, + "max": 199, + "price": 14.03 + }, + { + "min": 200, + "max": null, + "price": 13.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5793/pmb-1677-dixie-purple-tds-dt20240311203022665365.pdf?1710189025", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/703/dixie-purple-pmb-1677-dt20200414171026154-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1677/dixie-purple", + "scraped_at": "2026-04-30T18:38:53.946Z" + }, + { + "sku": "PMB-1681", + "color_name": "Rambling Blue", + "description": "Rambling Blue is a dark purple blue metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Southwest Blue PSS-0845 River (Satin): Cadet Blue River PRB-4554 Vein (Semi-Gloss): Cobalt Blue Special PVB-2921 Metallic (Gloss): Bohemian Blue PMB-1528 Metallic (Semi-Gloss): Alien Blue PMB-5488 / Base Blue PMB-5521 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.04 + }, + { + "min": 50, + "max": 199, + "price": 14.29 + }, + { + "min": 200, + "max": null, + "price": 13.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/705/rambling-blue-pmb-1681-dt20210428150657783-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1681/rambling-blue", + "scraped_at": "2026-04-30T18:39:07.802Z" + }, + { + "sku": "PMB-1683", + "color_name": "Baltic Blue", + "description": "Baltic Blue is a dark blue-grey with a heavy silver metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.19 + }, + { + "min": 50, + "max": 199, + "price": 14.43 + }, + { + "min": 200, + "max": null, + "price": 13.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5561/pmb-1683-baltic-blue-tds-dt20240117232003331344.pdf?1705533606", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/707/baltic-blue-pmb-1683-dt20200909211703284-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1683/baltic-blue", + "scraped_at": "2026-04-30T18:39:24.765Z" + }, + { + "sku": "PMB-1690", + "color_name": "Mystic Blue", + "description": "Mystic Blue is a navy blue with a fine gold metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.19 + }, + { + "min": 50, + "max": 199, + "price": 14.43 + }, + { + "min": 200, + "max": null, + "price": 13.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/709/mystic-blue-pmb-1690-dt20181016210651286-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1690/mystic-blue", + "scraped_at": "2026-04-30T18:39:43.552Z" + }, + { + "sku": "PMB-1708", + "color_name": "Misty Black Raspberry", + "description": "Misty Black Raspberry is a very dark purple/blue metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/711/misty-black-raspberry-pmb-1708-dt20201231224829568-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1708/misty-black-raspberry", + "scraped_at": "2026-04-30T18:40:00.530Z" + }, + { + "sku": "PMB-1710", + "color_name": "Reflex Blue", + "description": "Reflex Blue is a navy blue with a heavy navy metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8267/pmb-1710-reflex-blue-dt20260416151505613907.pdf?1776352507", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/713/reflex-blue-pmb-1710-dt20180919210819953-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1710/reflex-blue", + "scraped_at": "2026-04-30T18:40:20.721Z" + }, + { + "sku": "PMB-1711", + "color_name": "Magnetic Red", + "description": "Magnetic Red is a dark maroon-red with a fine maroon metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.58 + }, + { + "min": 50, + "max": 199, + "price": 18.6 + }, + { + "min": 200, + "max": null, + "price": 17.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/715/magnetic-red-pmb-1711-dt20181012210723209-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1711/magnetic-red", + "scraped_at": "2026-04-30T18:40:40.035Z" + }, + { + "sku": "PMB-1725", + "color_name": "PLUM IRIS", + "description": "Plum Iris is a shimmering silver metallic with a hint of plum. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.77 + }, + { + "min": 50, + "max": 199, + "price": 14.03 + }, + { + "min": 200, + "max": null, + "price": 13.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/717/plum-iris-pmb-1725-dt20181019201509832-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1725/plum-iris", + "scraped_at": "2026-04-30T18:40:54.518Z" + }, + { + "sku": "PMB-1737", + "color_name": "Wet Bronze", + "description": "Wet Bronze is a dark brown metallic polyester with a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.18 + }, + { + "min": 50, + "max": 199, + "price": 16.32 + }, + { + "min": 200, + "max": null, + "price": 15.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2191/pmb-1737-wet-bronze-tds-dt20230425223654766535.pdf?1682462216", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7383/wet-bronze-pmb-1737-dt20230724210216218029-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1737/wet-bronze", + "scraped_at": "2026-04-30T18:41:07.321Z" + }, + { + "sku": "PMB-1742", + "color_name": "Cosmic Black", + "description": "Cosmic Black is a black with a heavy silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/719/cosmic-black-pmb-1742-dt20180926211016886-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1742/cosmic-black", + "scraped_at": "2026-04-30T18:41:25.935Z" + }, + { + "sku": "PMB-1753", + "color_name": "Docker Blue", + "description": "Docker Blue is a dark navy metallic polyester in a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.18 + }, + { + "min": 50, + "max": 199, + "price": 18.22 + }, + { + "min": 200, + "max": null, + "price": 17.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2192/pmb-1753-docker-blue-tds-dt20230425223825147383.pdf?1682462306", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7386/docker-blue-pmb-1753-dt20230711143635092905-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1753/docker-blue", + "scraped_at": "2026-04-30T18:41:40.772Z" + }, + { + "sku": "PMB-1756", + "color_name": "COSMIC GREY", + "description": "Cosmic Grey is a dark grey with a heavy silver metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.13 + }, + { + "min": 50, + "max": 199, + "price": 16.27 + }, + { + "min": 200, + "max": null, + "price": 15.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3693/pmb-1756-cosmic-grey-tds-dt20230921205039094762.pdf?1695329441", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/721/cosmic-grey-pmb-1756-dt20250627184304106546-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1756/cosmic-grey", + "scraped_at": "2026-04-30T18:41:56.268Z" + }, + { + "sku": "PMB-1757", + "color_name": "Winchester Red", + "description": "Winchester Red is a red metallic with a silver sparkle. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.07 + }, + { + "min": 50, + "max": 199, + "price": 17.17 + }, + { + "min": 200, + "max": null, + "price": 16.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/723/winchester-red-pmb-1757-dt20181029221442487-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1757/winchester-red", + "scraped_at": "2026-04-30T18:42:12.929Z" + }, + { + "sku": "PMB-1770", + "color_name": "Old Timer Blue", + "description": "Old Timer Blue is a medium blue with a fine blue metallic. This color is a polyester metallic power coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Harbor Blue PSS-0579 Vein (Satin): Surf Blue Vein PVB-5550 Solid Tone (Satin): Flat Lucky Blue PSB-4458 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.51 + }, + { + "min": 50, + "max": 199, + "price": 18.53 + }, + { + "min": 200, + "max": null, + "price": 17.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/725/old-timer-blue-pmb-1770-dt20180706210033606-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1770/old-timer-blue", + "scraped_at": "2026-04-30T18:42:31.204Z" + }, + { + "sku": "PMB-1774", + "color_name": "SATIN GOLD", + "description": "Satin Gold is a silver and gold metallic polyester and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.75 + }, + { + "min": 50, + "max": 199, + "price": 19.71 + }, + { + "min": 200, + "max": null, + "price": 18.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2200/pmb-1774-satin-gold-tds-dt20230427212308256164.pdf?1682630589", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7387/satin-gold-pmb-1774-dt20231106223033332914-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1774/satin-gold", + "scraped_at": "2026-04-30T18:42:42.689Z" + }, + { + "sku": "PMB-1776", + "color_name": "Weston Grey", + "description": "Weston Grey is a dark grey, charcoal metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.51 + }, + { + "min": 50, + "max": 199, + "price": 13.78 + }, + { + "min": 200, + "max": null, + "price": 13.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/727/weston-grey-pmb-1776-dt20181029204739651-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1776/weston-grey", + "scraped_at": "2026-04-30T18:42:59.263Z" + }, + { + "sku": "PMB-1779", + "color_name": "STUCCO II", + "description": "Stucco II is a matte white polyester with subtle and fine gold metallic flake. Matte 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.04 + }, + { + "min": 50, + "max": 199, + "price": 11.44 + }, + { + "min": 200, + "max": null, + "price": 10.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3990/pmb-1779-stucco-ii-tds-dt2023092817532712156.pdf?1695923609", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9099/stucco-ii-pmb-1779-dt2023021719155775934-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1779/stucco-ii", + "scraped_at": "2026-04-30T18:43:13.555Z" + }, + { + "sku": "PMB-1787", + "color_name": "RASPBERRY RUSH", + "description": "Raspberry Rush is a reddish brown metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.07 + }, + { + "min": 50, + "max": 199, + "price": 19.07 + }, + { + "min": 200, + "max": null, + "price": 18.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/729/raspberry-rush-pmb-1787-dt20181019220127884-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1787/raspberry-rush", + "scraped_at": "2026-04-30T18:43:26.240Z" + }, + { + "sku": "PMB-1798", + "color_name": "Redford Burgundy", + "description": "Redford burgundy is a rich dark metallic burgundy. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7685/pmb-1798-redford-burgundy-dt20251203200638449194.pdf?1764792400", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/731/redford-burgundy-pmb-1798-dt20180710222632315-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1798/redford-burgundy", + "scraped_at": "2026-04-30T18:43:39.159Z" + }, + { + "sku": "PMB-1802", + "color_name": "Fountain Blue", + "description": "Fountain Blue is a classic blue polyester with silver metallic and has a gloss finish. Gloss: 71-85 Gloss Units A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.17 + }, + { + "min": 50, + "max": 199, + "price": 18.21 + }, + { + "min": 200, + "max": null, + "price": 17.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8028/pmb-1802-fountain-blue-dt20260114215456988559.pdf?1768427698", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7293/fountain-blue-pmb-1802-dt20260105215909484416-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1802/fountain-blue", + "scraped_at": "2026-04-30T18:43:52.248Z" + }, + { + "sku": "PMB-1803", + "color_name": "Cosmic Blue", + "description": "Cosmic Blue is a true blue with a heavy silver metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH COSMIC BLUE View Details View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.9 + }, + { + "min": 50, + "max": 199, + "price": 16.06 + }, + { + "min": 200, + "max": null, + "price": 15.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3688/pmb-1803-cosmic-blue-tds-dt2023092120384471243.pdf?1695328726", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/733/cosmic-blue-pmb-1803-dt2020051215143492-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1803/cosmic-blue", + "scraped_at": "2026-04-30T18:44:05.581Z" + }, + { + "sku": "PMB-1804", + "color_name": "JASPER GREEN", + "description": "Jasper Green is a rich teal green metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.04 + }, + { + "min": 50, + "max": 199, + "price": 17.14 + }, + { + "min": 200, + "max": null, + "price": 16.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/735/jasper-green-pmb-1804-dt20180914174002248-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1804/jasper-green", + "scraped_at": "2026-04-30T18:44:22.315Z" + }, + { + "sku": "PMB-1808", + "color_name": "PERFORMANCE GOLD", + "description": "Performance Gold is a fine gold metallic. This color is a polyester metallic powder coat and has a satin finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerSilver and GoldParisian DivineArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.23 + }, + { + "min": 50, + "max": 199, + "price": 16.37 + }, + { + "min": 200, + "max": null, + "price": 15.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7721/pmb-1808-performance-gold-dt20251229181654620443.pdf?1767032216", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/737/performance-gold-pmb-1808-dt20250527193724608335-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1808/performance-gold", + "scraped_at": "2026-04-30T18:44:31.489Z" + }, + { + "sku": "PMB-1812", + "color_name": "Windsor Bronze", + "description": "Windsor Bronze is a grey-bronze with a heavy white/silver metallic flake. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.7 + }, + { + "min": 50, + "max": 199, + "price": 14.92 + }, + { + "min": 200, + "max": null, + "price": 14.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7981/pmb-1812-windsor-bronze-dt20260107204018767035.pdf?1767818420", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/739/windsor-bronze-pmb-1812-dt20210420175727852-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1812/windsor-bronze", + "scraped_at": "2026-04-30T18:44:43.874Z" + }, + { + "sku": "PMB-1837", + "color_name": "GOLDEN GINGER", + "description": "Golden Ginger is a rich shimmering ginger color. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.96 + }, + { + "min": 50, + "max": 199, + "price": 14.21 + }, + { + "min": 200, + "max": null, + "price": 13.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/741/golden-ginger-pmb-1837-dt20181008221251387-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1837/golden-ginger", + "scraped_at": "2026-04-30T18:44:59.472Z" + }, + { + "sku": "PMB-1842", + "color_name": "Speedway Black", + "description": "Speedway Black is a black with a heavy, fine white pearlescent metallic appearance. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.1 + }, + { + "min": 50, + "max": 199, + "price": 12.45 + }, + { + "min": 200, + "max": null, + "price": 11.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4265/pmb-1842-speedway-black-tds-dt20231006161731187285.pdf?1696609053", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/743/speedway-black-pmb-1842-dt20210106190624565-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1842/speedway-black", + "scraped_at": "2026-04-30T18:45:12.921Z" + }, + { + "sku": "PMB-1857", + "color_name": "DIAMOND PEARL", + "description": "Diamond Pearl is a slightly off white base coat with a heavy pearl metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.51 + }, + { + "min": 50, + "max": 199, + "price": 13.78 + }, + { + "min": 200, + "max": null, + "price": 13.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/745/diamond-pearl-pmb-1857-dt20200403173752033-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1857/diamond-pearl", + "scraped_at": "2026-04-30T18:45:28.198Z" + }, + { + "sku": "PMB-1864", + "color_name": "Lazer Teal", + "description": "Lazer Teal is a very dark teal green metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5291/pmb-1864-lazer-teal-tds-dt20231204202014901674.pdf?1701721217", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/747/lazer-teal-pmb-1864-dt20180914205014935-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1864/lazer-teal", + "scraped_at": "2026-04-30T18:45:41.766Z" + }, + { + "sku": "PMB-1868", + "color_name": "RIO COPPER", + "description": "Rio Copper a medium brown copper. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.9 + }, + { + "min": 50, + "max": 199, + "price": 18.91 + }, + { + "min": 200, + "max": null, + "price": 17.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/749/rio-copper-pmb-1870-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1868/rio-copper", + "scraped_at": "2026-04-30T18:45:56.842Z" + }, + { + "sku": "PMB-1870", + "color_name": "Truck-N-Teal", + "description": "Truck-N-Teal is a rich, deep blue metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Metallic (Semi-Gloss): Hot Springs PMB-0889 Metallic (Gloss): Geyser Teal PMB-1073 / Catalina Blue PMB-0676 Solid Tone (Gloss): Perfect Teal PSS-6339 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.01 + }, + { + "min": 50, + "max": 199, + "price": 17.11 + }, + { + "min": 200, + "max": null, + "price": 16.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/751/truck-n-teal-pmb-1870-dt20181026222355876-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1870/truck-n-teal", + "scraped_at": "2026-04-30T18:46:08.815Z" + }, + { + "sku": "PMB-1871", + "color_name": "NAVY ROSE", + "description": "Navy Rose is a rich purple/navy metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.87 + }, + { + "min": 50, + "max": 199, + "price": 15.08 + }, + { + "min": 200, + "max": null, + "price": 14.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3731/pmb-1871-navy-rose-tds-dt20230922173319944956.pdf?1695404002", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/753/navy-rose-pmb-1871-dt20181016214746541-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1871/navy-rose", + "scraped_at": "2026-04-30T18:46:22.817Z" + }, + { + "sku": "PMB-1872", + "color_name": "Fairway Teal", + "description": "Fairway Teal is a deep dark teal metallic polyester with dark aqua flake and a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.57 + }, + { + "min": 50, + "max": 199, + "price": 15.74 + }, + { + "min": 200, + "max": null, + "price": 14.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2202/pmb-1872-fairway-teal-tds-dt20230427212637909709.pdf?1682630799", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7389/fairway-teal-pmb-1872-dt20230726170300126527-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1872/fairway-teal", + "scraped_at": "2026-04-30T18:46:39.107Z" + }, + { + "sku": "PMB-1878", + "color_name": "Black Mauve", + "description": "Black Mauve is a dark charcoal with a red pearl hue. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.64 + }, + { + "min": 50, + "max": 199, + "price": 15.81 + }, + { + "min": 200, + "max": null, + "price": 14.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/755/black-mauve-pmb-1878-dt20180703201741791-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1878/black-mauve", + "scraped_at": "2026-04-30T18:46:54.726Z" + }, + { + "sku": "PMB-1881", + "color_name": "Sassy Orange", + "description": "Sassy Orange is a rich orange metallic with a fine sparkle. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.79 + }, + { + "min": 50, + "max": 199, + "price": 15.95 + }, + { + "min": 200, + "max": null, + "price": 15.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7795/pmb-1881-sassy-orange-dt20251230181903478689.pdf?1767118745", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/757/sassy-orange-pmb-1881-dt20200729174507072-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1881/sassy-orange", + "scraped_at": "2026-04-30T18:47:07.148Z" + }, + { + "sku": "PMB-1882", + "color_name": "SPENCER BRONZE", + "description": "SPENCER BRONZE is a glossy grey-bronze polyester with a smooth finish. Glossy: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.37 + }, + { + "min": 50, + "max": 199, + "price": 13.65 + }, + { + "min": 200, + "max": null, + "price": 12.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3989/pmb-1882-spencer-bronze-tds-dt20230928175127671103.pdf?1695923489", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9101/spencer-bronze-pmb-1882-dt20230217190938267708-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1882/spencer-bronze", + "scraped_at": "2026-04-30T18:47:20.452Z" + }, + { + "sku": "PMB-1884", + "color_name": "FRANKLIN BRONZE", + "description": "Franklin Bronze is a brown with a fine silver pearlescent. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.14 + }, + { + "min": 50, + "max": 199, + "price": 17.23 + }, + { + "min": 200, + "max": null, + "price": 16.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/759/franklin-bronze-pmb-1884-dt20181005201314713-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1884/franklin-bronze", + "scraped_at": "2026-04-30T18:47:34.999Z" + }, + { + "sku": "PMB-1893", + "color_name": "TEXAS SAGE", + "description": "Texas Sage is a dark teal-green with a heavy blue-green metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.81 + }, + { + "min": 50, + "max": 199, + "price": 14.07 + }, + { + "min": 200, + "max": null, + "price": 13.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7866/pmb-1893-texas-sage-dt20260102201918702544.pdf?1767385160", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/763/texas-sage-pmb-1893-dt20181026202219941-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1893/texas-sage", + "scraped_at": "2026-04-30T18:47:47.638Z" + }, + { + "sku": "PMB-1898", + "color_name": "Bayliner Blue", + "description": "Bayliner Blue is a light sky blue with sparkling silver metallics and a hint of green. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEM RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.66 + }, + { + "min": 50, + "max": 199, + "price": 18.68 + }, + { + "min": 200, + "max": null, + "price": 17.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7391/bayliner-blue-pmb-1898-dt20211103211205139-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1898/bayliner-blue", + "scraped_at": "2026-04-30T18:48:05.270Z" + }, + { + "sku": "PMB-1925", + "color_name": "STREAKING BURGUNDY", + "description": "Streaking Burgundy is a deep dark purple polyester metallic with a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.3 + }, + { + "min": 50, + "max": 199, + "price": 11.69 + }, + { + "min": 200, + "max": null, + "price": 11.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5466/pmb-1925-streaking-burgundy-tds-dt20240103161334697339.pdf?1704298416", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7295/streaking-burgundy-pmb-1925-dt20231101152915344438-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1925/streaking-burgundy", + "scraped_at": "2026-04-30T18:48:17.861Z" + }, + { + "sku": "PMB-1941", + "color_name": "Cosmic Navy Blue", + "description": "Cosmic Navy Blue is a glittering silver, navy blue metallic. This color is a polyester metallic powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.19 + }, + { + "min": 50, + "max": 199, + "price": 15.38 + }, + { + "min": 200, + "max": null, + "price": 14.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/765/cosmic-navy-blue-pmb-1941-dt20260325181153673549-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1941/cosmic-navy-blue", + "scraped_at": "2026-04-30T18:48:32.098Z" + }, + { + "sku": "PMB-1951", + "color_name": "MODESTO BURGUNDY", + "description": "Modesto Burgundy is a modern burgundy metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.31 + }, + { + "min": 50, + "max": 199, + "price": 16.44 + }, + { + "min": 200, + "max": null, + "price": 15.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/767/modesto-burgundy-pmb-1951-dt20200601214127107-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1951/modesto-burgundy", + "scraped_at": "2026-04-30T18:48:48.846Z" + }, + { + "sku": "PMB-1952", + "color_name": "SPANISH MOCHA", + "description": "Spanish Mocha is grey brown polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.04 + }, + { + "min": 50, + "max": 199, + "price": 16.19 + }, + { + "min": 200, + "max": null, + "price": 15.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8029/pmb-1952-spanish-mocha-dt20260114215554236707.pdf?1768427755", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7394/spanish-mocha-pmb-1952-dt20260105213931846019-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1952/spanish-mocha", + "scraped_at": "2026-04-30T18:49:01.357Z" + }, + { + "sku": "PMB-1955", + "color_name": "Autumn Woodberry", + "description": "Autumn Woodberry is a beautiful burgundy metallic polyester with a smooth gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.38 + }, + { + "min": 50, + "max": 199, + "price": 20.31 + }, + { + "min": 200, + "max": null, + "price": 19.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3988/pmb-1955-autumn-woodberry-tds-dt2023092817493654052.pdf?1695923378", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7396/autumn-woodberry-pmb-1955-dt2023030622175161558-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1955/autumn-woodberry", + "scraped_at": "2026-04-30T18:49:17.639Z" + }, + { + "sku": "PMB-1956", + "color_name": "Ridgeway Blue", + "description": "Ridgeway Blue is a cerulean blue with a slight shimmering pearl. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Quater Blue PSS-1210 Solid Tone (Satin): Matte Quater Blue PSB-8125 River (Matte): Blue Hawaiian River PRB-6104 Vein (Satin): Blue/Silver PVB-8102 Vein (Matte): Blue/Gold PVB-1241 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.06 + }, + { + "min": 50, + "max": 199, + "price": 19.06 + }, + { + "min": 200, + "max": null, + "price": 18.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7398/ridgeway-blue-pmb-1956-dt2019041521304393-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1956/ridgeway-blue", + "scraped_at": "2026-04-30T18:49:31.639Z" + }, + { + "sku": "PMB-1957", + "color_name": "Wild Yellow", + "description": "Wild Yellow is a mustard yellow with a silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.41 + }, + { + "min": 50, + "max": 199, + "price": 14.64 + }, + { + "min": 200, + "max": null, + "price": 13.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2816/pmb-1957-wild-yellow-tds-dt20230821143922285997.pdf?1692628764", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/769/wild-yellow-pmb-1957-dt20200601221720463-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1957/wild-yellow", + "scraped_at": "2026-04-30T18:49:42.679Z" + }, + { + "sku": "PMB-1958", + "color_name": "IMPERIAL BEIGE", + "description": "Imperial Beige is a dark tan-beige with a soft silver metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Metallic (Gloss): Sand Bar Beige PMB-4171 Texture (Flat): Tan Texture PTB-6948 River (Semi-Gloss): Vienna River PRB-6115 Solid Tone (Gloss): Edgewood Beige PSS-1159 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3518/pmb-1958-imperial-beige-tds-dt20230918154055308883.pdf?1695051657", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/771/imperial-beige-pmb-1958-dt20200803222044442-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1958/imperial-beige", + "scraped_at": "2026-04-30T18:49:59.427Z" + }, + { + "sku": "PMB-1961", + "color_name": "CALYPSO GREEN", + "description": "Calypso Green is a dark green with a slight yellow metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.06 + }, + { + "min": 50, + "max": 199, + "price": 19.06 + }, + { + "min": 200, + "max": null, + "price": 18.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/773/calypso-green-pmb-1961-dt20250623221441363427-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1961/calypso-green", + "scraped_at": "2026-04-30T18:50:13.088Z" + }, + { + "sku": "PMB-1965", + "color_name": "Horizon Blue", + "description": "Horizon Blue is a grey blue polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.9 + }, + { + "min": 50, + "max": 199, + "price": 18.91 + }, + { + "min": 200, + "max": null, + "price": 17.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8151/pmb-1965-horizon-blue-dt20260304200543700351.pdf?1772654745", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7400/horizon-blue-pmb-1965-dt20260116220728666975-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1965/horizon-blue", + "scraped_at": "2026-04-30T18:50:28.930Z" + }, + { + "sku": "PMB-1966", + "color_name": "Hollywood Blue", + "description": "Hollywood Blue is a light blue with a faint metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Captive Blue PSS-1718 River (Satin): Captive River PRB-1717 / Ashley Blue River PRB-2903 Metallic (Gloss): Mystical Blue PMB-1362 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.22 + }, + { + "min": 50, + "max": 199, + "price": 14.46 + }, + { + "min": 200, + "max": null, + "price": 13.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/779/hollywood-blue-pmb-1966-dt20181012183813367-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1966/hollywood-blue", + "scraped_at": "2026-04-30T18:50:44.816Z" + }, + { + "sku": "PMB-1970", + "color_name": "ROSEBUD BURGUNDY", + "description": "Rosebud Burgundy is a medium dark burgundy with a delicate pearl, and has metallic effects in the light. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.77 + }, + { + "min": 50, + "max": 199, + "price": 15.93 + }, + { + "min": 200, + "max": null, + "price": 15.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3732/pmb-1970-rosebud-burgundy-tds-dt20230922173541474501.pdf?1695404143", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/781/rosebud-burgundy-pmb-1970-dt2021033015291076-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1970/rosebud-burgundy", + "scraped_at": "2026-04-30T18:51:00.859Z" + }, + { + "sku": "PMB-1972", + "color_name": "Palestine Silver", + "description": "Palestine Silver is a rich, dark silver polyester with a smooth semi-gloss finish. Semi-Gloss 36-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.19 + }, + { + "min": 50, + "max": 199, + "price": 15.38 + }, + { + "min": 200, + "max": null, + "price": 14.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3987/pmb-1972-palestine-silver-tds-dt20230928174713458713.pdf?1695923235", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7404/palestine-silver-pmb-1972-dt20230217190127151106-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1972/palestine-silver", + "scraped_at": "2026-04-30T18:51:17.357Z" + }, + { + "sku": "PMB-1974", + "color_name": "GOLDEN GLAZED CHERRY", + "description": "Golden Glazed Cherry is a dark cherry red with a gold metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Claret PSS-1605 River (Gloss): Claret River PRB-4822 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.16 + }, + { + "min": 50, + "max": 199, + "price": 14.4 + }, + { + "min": 200, + "max": null, + "price": 13.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/783/golden-glazed-cherry-pmb-1974-dt20181005221734581-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1974/golden-glazed-cherry", + "scraped_at": "2026-04-30T18:51:30.372Z" + }, + { + "sku": "PMB-1978", + "color_name": "ELECTRO GOLD", + "description": "Electro Gold is a silver/gold metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.95 + }, + { + "min": 50, + "max": 199, + "price": 17.05 + }, + { + "min": 200, + "max": null, + "price": 16.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7726/pmb-1978-electro-gold-dt20251229185628433705.pdf?1767034590", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/785/electro-gold-pmb-1978-dt20251208162058919541-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1978/electro-gold", + "scraped_at": "2026-04-30T18:51:50.814Z" + }, + { + "sku": "PMB-1979", + "color_name": "Bright Teal", + "description": "Bright Teal is a glistening teal green metallic. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.77 + }, + { + "min": 50, + "max": 199, + "price": 14.98 + }, + { + "min": 200, + "max": null, + "price": 14.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7406/bright-teal-pmb-1979-dt20220210192131099681-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1979/bright-teal", + "scraped_at": "2026-04-30T18:52:06.032Z" + }, + { + "sku": "PMB-1981", + "color_name": "Radio Wave Blue", + "description": "Radio Wave Blue is a dark navy blue metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/787/radio-wave-blue-pmb-1983-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1981/radio-wave-blue", + "scraped_at": "2026-04-30T18:52:19.532Z" + }, + { + "sku": "PMB-1982", + "color_name": "PRO-COSMIC PURPLE", + "description": "Pro-Cosmic Purple is a sparkling purple metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.26 + }, + { + "min": 50, + "max": 199, + "price": 13.55 + }, + { + "min": 200, + "max": null, + "price": 12.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/789/pro-cosmic-purple-pmb-1982-dt20200429141445825-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1982/pro-cosmic-purple", + "scraped_at": "2026-04-30T18:52:41.994Z" + }, + { + "sku": "PMB-1990", + "color_name": "Winter Bronze", + "description": "Winter Bronze is a medium grey with a hint of brown and a silver metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.28 + }, + { + "min": 50, + "max": 199, + "price": 12.62 + }, + { + "min": 200, + "max": null, + "price": 11.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/791/winter-bronze-pmb-1990-dt20210426172957897-thumbnail.jpg?1619458199&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1990/winter-bronze", + "scraped_at": "2026-04-30T18:52:53.907Z" + }, + { + "sku": "PMB-1997", + "color_name": "JEFFERSON BRONZE", + "description": "Jefferson Bronze is a dark warm grey-bronze polyester with fine metallic flake, and has a smooth semi-gloss finish. Semi-Gloss 36-70 Gloss Units J Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.88 + }, + { + "min": 50, + "max": 199, + "price": 16.99 + }, + { + "min": 200, + "max": null, + "price": 16.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3986/pmb-1997-jefferson-bronze-tds-dt20230928174513657751.pdf?1695923115", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7410/jefferson-bronze-pmb-1997-dt20230220175135272067-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1997/jefferson-bronze", + "scraped_at": "2026-04-30T18:53:09.056Z" + }, + { + "sku": "PMB-2007", + "color_name": "Worthington Bronze", + "description": "Worthington Bronze is a light metallic grey-bronze polyester with a smooth semi-gloss finish. Semi-Gloss 36-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.6 + }, + { + "min": 50, + "max": 199, + "price": 11.97 + }, + { + "min": 200, + "max": null, + "price": 11.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4004/pmb-2007-worthington-bronze-tds-dt20230928193215841941.pdf?1695929538", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7412/worthington-bronze-pmb-2007-dt20230217184538757383-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2007/worthington-bronze", + "scraped_at": "2026-04-30T18:53:26.815Z" + }, + { + "sku": "PMB-2015", + "color_name": "Bismark Gold", + "description": "Bismark Gold is a titanium gold with a heavy silver metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.37 + }, + { + "min": 50, + "max": 199, + "price": 16.5 + }, + { + "min": 200, + "max": null, + "price": 15.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2210/pmb-2015-bismark-gold-tds-dt20230427213759011359.pdf?1682631480", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/793/bismark-gold-pmb-2015-dt20250530161804614639-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2015/bismark-gold", + "scraped_at": "2026-04-30T18:53:40.276Z" + }, + { + "sku": "PMB-2019", + "color_name": "Puritan Silver", + "description": "Puritan Silver is a semi-gloss silver polyester, with a smooth finish. Semi-Gloss 36-70 Gloss Units ***A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.91 + }, + { + "min": 50, + "max": 199, + "price": 16.06 + }, + { + "min": 200, + "max": null, + "price": 15.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4003/pmb-2019-puritan-silver-tds-dt20230928193008969093.pdf?1695929410", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7414/puritan-silver-pmb-2019-dt20230217191220849627-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2019/puritan-silver", + "scraped_at": "2026-04-30T18:53:54.583Z" + }, + { + "sku": "PMB-2028", + "color_name": "PURPLE BLISS", + "description": "Purple Bliss is a deep and dark purple metallic with a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.89 + }, + { + "min": 50, + "max": 199, + "price": 13.2 + }, + { + "min": 200, + "max": null, + "price": 12.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2212/pmb-purple-bliss-dt20230427214319139341.pdf?1682631801", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7416/purple-bliss-pmb-2028-dt20230711215303046594-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2028/purple-bliss", + "scraped_at": "2026-04-30T18:54:07.085Z" + }, + { + "sku": "PMB-2033", + "color_name": "STANTON PURPLE", + "description": "Stanton Purple is a dark purple with a soft purple metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.32 + }, + { + "min": 50, + "max": 199, + "price": 17.4 + }, + { + "min": 200, + "max": null, + "price": 16.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5467/pmb-2033-stanton-purple-tds-dt20240104224836976055.pdf?1704408519", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/795/stanton-purple-pmb-2033-dt20250425160309727171-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2033/stanton-purple", + "scraped_at": "2026-04-30T18:54:21.065Z" + }, + { + "sku": "PMB-2049", + "color_name": "H D Black", + "description": "H D Black is a dark charcoal with a silver metallic that also picks up a subtle red and green sparkle. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7389/pmb-2049-h-d-black-dt20250619201832924269.pdf?1750364315", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/797/h-d-black-pmb-2049-dt20180713220032027-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2049/h-d-black", + "scraped_at": "2026-04-30T18:54:36.403Z" + }, + { + "sku": "PMB-2051", + "color_name": "Misty Wave Blue", + "description": "Misty Wave Blue is a rich dark blue with a fine metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.72 + }, + { + "min": 50, + "max": 199, + "price": 12.08 + }, + { + "min": 200, + "max": null, + "price": 11.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6301/pmb-2051-misty-wave-blue-tds-dt20240423185159423423.pdf?1713898322", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/799/misty-wave-blue-pmb-2051-dt20181016202346146-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2051/misty-wave-blue", + "scraped_at": "2026-04-30T18:54:49.966Z" + }, + { + "sku": "PMB-2054", + "color_name": "CRIMSON PURPLE", + "description": "Crimson Purple is a medium purple base with a subtle purple metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.59 + }, + { + "min": 50, + "max": 199, + "price": 15.76 + }, + { + "min": 200, + "max": null, + "price": 14.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/801/crimson-purple-pmb-2054-dt20250421173303170494-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2054/crimson-purple", + "scraped_at": "2026-04-30T18:55:05.048Z" + }, + { + "sku": "PMB-2081", + "color_name": "Foundry Silver", + "description": "Foundry Silver is a darker silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH FOUNDRY SILVER View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.78 + }, + { + "min": 50, + "max": 199, + "price": 14.04 + }, + { + "min": 200, + "max": null, + "price": 13.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4630/pmb-2081-foundry-silver-tds-dt20231102213908143458.pdf?1698961150", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/803/foundry-silver-pmb-2081-dt2021032516144238-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2081/foundry-silver", + "scraped_at": "2026-04-30T18:55:19.809Z" + }, + { + "sku": "PMB-2086", + "color_name": "Rainier Blue", + "description": "Rainier Blue is a medium blue with a hint of a violet purple hue. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.81 + }, + { + "min": 50, + "max": 199, + "price": 19.77 + }, + { + "min": 200, + "max": null, + "price": 18.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4711/pmb-2086-rainier-blue-tds-dt20231120175211622495.pdf?1700502733", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/805/rainier-blue-pmb-2088-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2086/rainier-blue", + "scraped_at": "2026-04-30T18:55:33.427Z" + }, + { + "sku": "PMB-2106", + "color_name": "STONE BRONZE", + "description": "Stone Bronze is a dull light bronze with a metallic appearance. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.16 + }, + { + "min": 50, + "max": 199, + "price": 12.5 + }, + { + "min": 200, + "max": null, + "price": 11.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4718/pmb-2106-stone-bronze-tds-dt20231120180736267388.pdf?1700503658", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/807/stone-bronze-pmb-2106-dt20200519151826435-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2106/stone-bronze", + "scraped_at": "2026-04-30T18:55:54.278Z" + }, + { + "sku": "PMB-2131", + "color_name": "Cosmic Red", + "description": "Cosmic Red is a true red with a heavy silver metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15 + }, + { + "min": 50, + "max": 199, + "price": 14.25 + }, + { + "min": 200, + "max": null, + "price": 13.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/809/cosmic-red-pmb-2131-dt20250310160706926137-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2131/cosmic-red", + "scraped_at": "2026-04-30T18:56:07.201Z" + }, + { + "sku": "PMB-2132", + "color_name": "Cosmic Yellow", + "description": "Cosmic Yellow is a bright yellow with a silver metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.19 + }, + { + "min": 50, + "max": 199, + "price": 17.28 + }, + { + "min": 200, + "max": null, + "price": 16.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/811/cosmic-yellow-pmb-2132-dt20251014145331435421-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2132/cosmic-yellow", + "scraped_at": "2026-04-30T18:56:26.564Z" + }, + { + "sku": "PMB-2136", + "color_name": "Pinch Pink", + "description": "Pinch Pink is a rosy pink metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Pretty Pink PSS-4479 Metallic (Gloss): Cosmic Pretty Pink PMB-10017 River (Gloss): Pretty Pink River PRB-5362 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Pastels RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.92 + }, + { + "min": 50, + "max": 199, + "price": 19.87 + }, + { + "min": 200, + "max": null, + "price": 18.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3261/pmb-2136-pinch-pink-tds-dt20230911151853573035.pdf?1694445535", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/813/pinch-pink-pmb-2136-dt20181018202156249-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2136/pinch-pink", + "scraped_at": "2026-04-30T18:56:43.124Z" + }, + { + "sku": "PMB-2137", + "color_name": "Sash Pink", + "description": "Sash Pink is a dark pink with a fine metallic flake. This color is a polyester metallic powder coat and has a gloss finish. Gloss: 71-85 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the top coat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.03 + }, + { + "min": 50, + "max": 199, + "price": 15.23 + }, + { + "min": 200, + "max": null, + "price": 14.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7762/pmb-2137-sash-pink-dt20251229220109187911.pdf?1767045670", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/815/sash-pink-pmb-2137-dt20260126192030169359-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2137/sash-pink", + "scraped_at": "2026-04-30T18:56:58.186Z" + }, + { + "sku": "PMB-2139", + "color_name": "Silver Thaw", + "description": "Silver Thaw is a white with a heavy silver metallic flake. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.27 + }, + { + "min": 50, + "max": 199, + "price": 14.51 + }, + { + "min": 200, + "max": null, + "price": 13.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7054/pmb-2139-silver-thaw-dt20250210184544010108.pdf?1739213146", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/817/silver-thaw-pmb-2139-dt20210420175312656-thumbnail.jpg?1618941193&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2139/silver-thaw", + "scraped_at": "2026-04-30T18:57:10.756Z" + }, + { + "sku": "PMB-2145", + "color_name": "Blue Haven", + "description": "Blue Haven is a light baby blue metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.5 + }, + { + "min": 50, + "max": 199, + "price": 15.68 + }, + { + "min": 200, + "max": null, + "price": 14.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7560/pmb-2145-blue-haven-dt20250924204839858209.pdf?1758746922", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/819/blue-haven-pmb-2145-dt20211101155830939-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2145/blue-haven", + "scraped_at": "2026-04-30T18:57:26.312Z" + }, + { + "sku": "PMB-2146", + "color_name": "Sable Royal Blue", + "description": "Sable Royal Blue is a dark blue metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2944/pmb-2146-sable-royal-blue-tds-dt20230823203049648472.pdf?1692822651", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/821/sable-royal-blue-pmb-2146-dt20210812213743569-thumbnail.jpg?1628804265&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2146/sable-royal-blue", + "scraped_at": "2026-04-30T18:57:43.594Z" + }, + { + "sku": "PMB-2148", + "color_name": "Highland Gold", + "description": "Highland Gold is a light gold metallic with semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.06 + }, + { + "min": 50, + "max": 199, + "price": 22.86 + }, + { + "min": 200, + "max": null, + "price": 21.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8106/pmb-2148-highland-gold-dt20260202202727133273.pdf?1770064048", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13642/highland-gold-pmb-2148-dt20230711213905228209-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2148/highland-gold", + "scraped_at": "2026-04-30T18:57:56.265Z" + }, + { + "sku": "PMB-2153", + "color_name": "SAVANNAH MIST", + "description": "Savannah Mist is a lighter blue with a very fine metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.47 + }, + { + "min": 50, + "max": 199, + "price": 12.8 + }, + { + "min": 200, + "max": null, + "price": 12.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/823/savannah-mist-pmb-2153-dt20250603221243445045-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2153/savannah-mist", + "scraped_at": "2026-04-30T18:58:15.085Z" + }, + { + "sku": "PMB-2159", + "color_name": "COSMIC PURPLE", + "description": "Cosmic Purple is a silver sparkling purple metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Sail Blue PSS-4510 River (Satin): Sailor River PRB-1692 Metallic (Gloss): Sail Purple PMB-0578 / Mad Hatter PMB-3028 / Lonestar Blue PMB-5588 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.92 + }, + { + "min": 50, + "max": 199, + "price": 17.02 + }, + { + "min": 200, + "max": null, + "price": 16.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/827/cosmic-purple-pmb-2159-dt20181002204002253-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2159/cosmic-purple", + "scraped_at": "2026-04-30T18:58:33.372Z" + }, + { + "sku": "PMB-2162", + "color_name": "COSMIC CHERRY", + "description": "Cosmic Cherry is a deep cherry with a heavy silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.22 + }, + { + "min": 50, + "max": 199, + "price": 14.46 + }, + { + "min": 200, + "max": null, + "price": 13.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2384/pmb-2162-cosmic-cherry-tds-dt20230707230644522604.pdf?1688771206", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/829/cosmic-cherry-pmb-2162-dt20230710163703138986-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2162/cosmic-cherry", + "scraped_at": "2026-04-30T18:58:48.151Z" + }, + { + "sku": "PMB-2166", + "color_name": "Orange Spice", + "description": "Orange Spice is a heavy orange with a fine silver flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.13 + }, + { + "min": 50, + "max": 199, + "price": 21.97 + }, + { + "min": 200, + "max": null, + "price": 20.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/831/orange-spice-pmb-2166-dt20181017222422971-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2166/orange-spice", + "scraped_at": "2026-04-30T18:59:01.197Z" + }, + { + "sku": "PMB-2172", + "color_name": "GOLDEN MOSS", + "description": "Golden Moss is a sparkling dark green metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7150/pmb-2172-golden-moss-dt20250327224815379434.pdf?1743115697", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/833/golden-moss-pmb-2172-dt20181005222319297-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2172/golden-moss", + "scraped_at": "2026-04-30T18:59:14.439Z" + }, + { + "sku": "PMB-2176", + "color_name": "BREWER BRONZE", + "description": "Brewer Bronze is a taupe/grey with a soft silver metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.6 + }, + { + "min": 50, + "max": 199, + "price": 12.92 + }, + { + "min": 200, + "max": null, + "price": 12.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2215/pmb-2176-brewer-bronze-tds-dt20230427215521778227.pdf?1682632523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/835/brewer-bronze-pmb-2176-dt20200803142935364-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2176/brewer-bronze", + "scraped_at": "2026-04-30T18:59:27.320Z" + }, + { + "sku": "PMB-2179", + "color_name": "Puritan Blue", + "description": "Puritan Blue is a slate blue with a rich silver sparkle. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.67 + }, + { + "min": 50, + "max": 199, + "price": 19.64 + }, + { + "min": 200, + "max": null, + "price": 18.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/837/puritan-blue-pmb-2179-dt2018101922501734-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2179/puritan-blue", + "scraped_at": "2026-04-30T18:59:42.860Z" + }, + { + "sku": "PMB-2181", + "color_name": "Crystal Gold Metallic", + "description": "Crystal Gold Metallic is a rich black polyester, with brilliant fine metallic that gives it warmth in the light. Gloss 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.23 + }, + { + "min": 50, + "max": 199, + "price": 12.57 + }, + { + "min": 200, + "max": null, + "price": 11.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2111/pmb-2181-crystal-gold-metallic-tds-dt20230424184820225887.pdf?1682362102", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7418/crystal-gold-pmb-2181-dt20230306232225461123-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2181/crystal-gold-metallic", + "scraped_at": "2026-04-30T18:59:58.384Z" + }, + { + "sku": "PMB-2182", + "color_name": "GOLDEN MUSTARD", + "description": "Golden Mustard is an orange/gold mustard color with a fine metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.21 + }, + { + "min": 50, + "max": 199, + "price": 15.4 + }, + { + "min": 200, + "max": null, + "price": 14.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/839/golden-mustard-pmb-2182-dt20240201170752445078-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2182/golden-mustard", + "scraped_at": "2026-04-30T19:00:12.910Z" + }, + { + "sku": "PMB-2189", + "color_name": "SNOWBIRD FROST", + "description": "Snowbird Frost is a glossy pearl white polyester, with a fine metallic and a smooth finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.51 + }, + { + "min": 50, + "max": 199, + "price": 16.63 + }, + { + "min": 200, + "max": null, + "price": 15.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4002/pmb-2189-snowbird-frost-tds-dt20230928192737283693.pdf?1695929259", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7420/snowbird-frost-pmb-2189-dt20230217191319068665-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2189/snowbird-frost", + "scraped_at": "2026-04-30T19:00:29.411Z" + }, + { + "sku": "PMB-2190", + "color_name": "HARBOR MIST", + "description": "Harbor Mist is a greyish blue with a silver metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.35 + }, + { + "min": 50, + "max": 199, + "price": 16.48 + }, + { + "min": 200, + "max": null, + "price": 15.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/843/harbor-mist-pmb-2190-dt20200803163653249-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2190/harbor-mist", + "scraped_at": "2026-04-30T19:00:46.455Z" + }, + { + "sku": "PMB-2191", + "color_name": "JESTERS GOLD", + "description": "Jesters Gold is a dark mustard yellow metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sage Yellow PSS-4894 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.58 + }, + { + "min": 50, + "max": 199, + "price": 20.5 + }, + { + "min": 200, + "max": null, + "price": 19.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/845/jesters-gold-pmb-2191-dt20200909170711024-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2191/jesters-gold", + "scraped_at": "2026-04-30T19:01:00.547Z" + }, + { + "sku": "PMB-2205", + "color_name": "Lazer Bluebird", + "description": "Lazer Bluebird is a rich dark blue with a fine metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/849/lazer-bluebird-pmb-2205-dt20210201223506782-thumbnail.jpg?1612218907&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2205/lazer-bluebird", + "scraped_at": "2026-04-30T19:01:13.351Z" + }, + { + "sku": "PMB-2208", + "color_name": "Nightmute Blue", + "description": "Nightmute Blue is a light blue grey polyester metallic and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.95 + }, + { + "min": 50, + "max": 199, + "price": 18.95 + }, + { + "min": 200, + "max": null, + "price": 17.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2216/pmb-2208-nightmute-blue-tds-dt20230427215703604601.pdf?1682632625", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7422/nightmute-blue-pmb-2208-dt20231106231328865101-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2208/nightmute-blue", + "scraped_at": "2026-04-30T19:01:27.438Z" + }, + { + "sku": "PMB-2209", + "color_name": "Cold Silver", + "description": "Cold Silver is a cool blue biasing silver polyester metallic and has a satin finish. Satin: 21-35 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.98 + }, + { + "min": 50, + "max": 199, + "price": 17.08 + }, + { + "min": 200, + "max": null, + "price": 16.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2217/pmb-2209-cold-silver-tds-dt20230427220235440744.pdf?1682632957", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9102/cold-silver-pmb-2209-dt20231102161609776115-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2209/cold-silver", + "scraped_at": "2026-04-30T19:01:38.448Z" + }, + { + "sku": "PMB-2212", + "color_name": "Wickerton Blue", + "description": "Wickerton Blue is a deep sparkling blue metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.55 + }, + { + "min": 50, + "max": 199, + "price": 11.92 + }, + { + "min": 200, + "max": null, + "price": 11.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/851/wickerton-blue-pmb-2212-dt20181029214012664-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2212/wickerton-blue", + "scraped_at": "2026-04-30T19:01:53.302Z" + }, + { + "sku": "PMB-2214", + "color_name": "HD White Pearl", + "description": "H.D. White Pearl is a cream with a soft pearl metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.56 + }, + { + "min": 50, + "max": 199, + "price": 15.73 + }, + { + "min": 200, + "max": null, + "price": 14.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2218/pmb-2214-hd-white-pearl-tds-dt2023042722073999594.pdf?1682633261", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/853/hd-white-pearl-pmb-2214-dt20260316203933237856-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2214/hd-white-pearl", + "scraped_at": "2026-04-30T19:02:09.196Z" + }, + { + "sku": "PMB-2218", + "color_name": "Soft Pearl", + "description": "Soft Pearl is a white color with an extremely fine metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.28 + }, + { + "min": 50, + "max": 199, + "price": 12.62 + }, + { + "min": 200, + "max": null, + "price": 11.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/855/soft-pearl-pmb-2218-dt20211101165833739-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2218/soft-pearl", + "scraped_at": "2026-04-30T19:02:19.620Z" + }, + { + "sku": "PMB-2227", + "color_name": "PURPLE MINT", + "description": "Purple Mint is a medium purple with a silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.14 + }, + { + "min": 50, + "max": 199, + "price": 19.13 + }, + { + "min": 200, + "max": null, + "price": 18.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2240/pmb-2227-purple-mint-tds-dt20230503202016740132.pdf?1683145218", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/859/purple-mint-pmb-2227-dt20210607215833651-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2227/purple-mint", + "scraped_at": "2026-04-30T19:02:32.093Z" + }, + { + "sku": "PMB-2228", + "color_name": "Cosmic Teal", + "description": "Cosmic Teal is a deep teal with a silver metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.99 + }, + { + "min": 50, + "max": 199, + "price": 16.14 + }, + { + "min": 200, + "max": null, + "price": 15.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/861/cosmic-teal-pmb-2228-dt2018091420225665-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2228/cosmic-teal", + "scraped_at": "2026-04-30T19:02:47.206Z" + }, + { + "sku": "PMB-2237", + "color_name": "COSMIC LILAC", + "description": "Cosmic Lilac is a medium purple with a silver metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.25 + }, + { + "min": 50, + "max": 199, + "price": 18.29 + }, + { + "min": 200, + "max": null, + "price": 17.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2948/pmb-2237-cosmic-lilac-tds-dt20230824214505293856.pdf?1692913507", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/865/cosmic-lilac-pmb-2237-dt20200831221749601-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2237/cosmic-lilac", + "scraped_at": "2026-04-30T19:03:04.571Z" + }, + { + "sku": "PMB-2240", + "color_name": "LEMON LIME", + "description": "Lemon lime is a light greenish yellow color that has a subtle green metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.72 + }, + { + "min": 50, + "max": 199, + "price": 18.73 + }, + { + "min": 200, + "max": null, + "price": 17.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/867/lemon-lime-pmb-2240-dt20211007204246436-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2240/lemon-lime", + "scraped_at": "2026-04-30T19:03:16.856Z" + }, + { + "sku": "PMB-2248", + "color_name": "LEMON MERINGUE", + "description": "Lemon Meringue is a bright yellow with a fine pearl like metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.67 + }, + { + "min": 50, + "max": 199, + "price": 16.79 + }, + { + "min": 200, + "max": null, + "price": 15.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5805/pmb-2248-lemon-meringue-tds-dt20240314154808082599.pdf?1710431290", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/869/lemon-meringue-pmb-2248-dt20250611204514899572-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2248/lemon-meringue", + "scraped_at": "2026-04-30T19:03:25.896Z" + }, + { + "sku": "PMB-2253", + "color_name": "CORAL PEACH", + "description": "Coral Peach is a mellow peach color with a coral metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: River (Gloss): Mocha Peach River PRB-1920 Solid Tone (High Gloss): Peach Ice Cream PSS-2732 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.19 + }, + { + "min": 50, + "max": 199, + "price": 20.13 + }, + { + "min": 200, + "max": null, + "price": 19.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/871/coral-peach-pmb-2253-dt20200603161551551-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2253/coral-peach", + "scraped_at": "2026-04-30T19:03:42.439Z" + }, + { + "sku": "PMB-2264", + "color_name": "SUNBEAM GOLD", + "description": "Sunbeam Gold is a fine gold metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Red Clay PSS-4325 Metallic (Gloss): Southwest Copper PMB-1592 / Copper Lipstick PMB-2896 Metallic (Semi-Gloss): Sexy Copper PMB-2556 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH SUNBEAM GOLD View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8110/pmb-2264-sunbeam-gold-dt20260202203834356331.pdf?1770064716", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/873/sunbeam-gold-pmb-2264-dt20201231225057013-thumbnail.jpg?1609455058&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2264/sunbeam-gold", + "scraped_at": "2026-04-30T19:03:55.996Z" + }, + { + "sku": "PMB-2267", + "color_name": "Cascade Blue", + "description": "Cascade Blue is a light blue/grey metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.98 + }, + { + "min": 50, + "max": 199, + "price": 15.18 + }, + { + "min": 200, + "max": null, + "price": 14.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/875/cascade-blue-pmb-2267-dt20200702202319543-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2267/cascade-blue", + "scraped_at": "2026-04-30T19:04:11.888Z" + }, + { + "sku": "PMB-2282", + "color_name": "TANGELO LITE", + "description": "Tangelo Lite is a bright neon orange with a fine gold metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH TANGELO LITE View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.17 + }, + { + "min": 50, + "max": 199, + "price": 20.11 + }, + { + "min": 200, + "max": null, + "price": 19.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/877/tangelo-lite-pmb-2282-dt20200403160809018-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2282/tangelo-lite", + "scraped_at": "2026-04-30T19:04:29.612Z" + }, + { + "sku": "PMB-2283", + "color_name": "Elwood Gold", + "description": "Elwood Gold is a coyote brown metallic polyester with a warm silver sheen and a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18 + }, + { + "min": 50, + "max": 199, + "price": 17.1 + }, + { + "min": 200, + "max": null, + "price": 16.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2112/pmb-2283-elwood-gold-tds-dt20230424190022373007.pdf?1682362824", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9104/elwood-gold-pmb-2283-dt20230724202424325521-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2283/elwood-gold", + "scraped_at": "2026-04-30T19:04:39.967Z" + }, + { + "sku": "PMB-2302", + "color_name": "Golden Rosebud Red", + "description": "Golden Rosebud Red is a medium rose red. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.67 + }, + { + "min": 50, + "max": 199, + "price": 20.59 + }, + { + "min": 200, + "max": null, + "price": 19.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3733/pmb-2302-golden-rosebud-red-tds-dt20230922173737117736.pdf?1695404259", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/881/golden-rosebud-red-pmb-2302-dt20181005224113373-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2302/golden-rosebud-red", + "scraped_at": "2026-04-30T19:04:52.488Z" + }, + { + "sku": "PMB-2304", + "color_name": "LIME JUICE GREEN", + "description": "Lime Juice Green is a lime green with a fine gold metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sweet Pea Green PSS-1070 River (Semi-Gloss): Sweet Pea River PRB-6594 River (Satin): Lime Peel PRB-6841 Metallic (Gloss): Jalopy Green PMB-1244 / Designer Green PMB-5343 Metallic (Semi-Gloss): Mantis Green PMB-4420 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.92 + }, + { + "min": 50, + "max": 199, + "price": 17.02 + }, + { + "min": 200, + "max": null, + "price": 16.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3694/pmb-2304-lime-juice-green-tds-dt2023092120530844987.pdf?1695329590", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/883/lime-juice-green-pmb-2304-dt20200515183921049-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2304/lime-juice-green", + "scraped_at": "2026-04-30T19:05:10.151Z" + }, + { + "sku": "PMB-2317", + "color_name": "Cream Soda Red", + "description": "Cream Soda Red is a deep red polyester metallic with a fizzy sheen and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.38 + }, + { + "min": 50, + "max": 199, + "price": 19.36 + }, + { + "min": 200, + "max": null, + "price": 18.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2220/pmb-2317-cream-soda-red-tds-dt2023042722251466472.pdf?1682634316", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9107/cream-soda-red-pmb-2317-dt2023110116025089799-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2317/cream-soda-red", + "scraped_at": "2026-04-30T19:05:21.403Z" + }, + { + "sku": "PMB-2323", + "color_name": "Iced Black Cherry", + "description": "Iced Black Cherry is a gloss black with a deep red metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.33 + }, + { + "min": 50, + "max": 199, + "price": 11.71 + }, + { + "min": 200, + "max": null, + "price": 11.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/885/iced-black-cherry-pmb-2323-dt20250623222031340601-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2323/iced-black-cherry", + "scraped_at": "2026-04-30T19:05:39.139Z" + }, + { + "sku": "PMB-2327", + "color_name": "Valley Hi Blue", + "description": "Valley Hi Blue is a light medium blue polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.43 + }, + { + "min": 50, + "max": 199, + "price": 16.56 + }, + { + "min": 200, + "max": null, + "price": 15.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4655/pmb-2327-valley-hi-blue-tds-dt20231106204157740356.pdf?1699303319", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9109/valley-hi-blue-pmb-2327-dt20231108161453431523-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2327/valley-hi-blue", + "scraped_at": "2026-04-30T19:05:53.205Z" + }, + { + "sku": "PMB-2335", + "color_name": "MAPLE BRONZE", + "description": "Maple Bronze is a rich maple bronze metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.05 + }, + { + "min": 50, + "max": 199, + "price": 14.3 + }, + { + "min": 200, + "max": null, + "price": 13.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2222/pmb-2335-maple-bronze-tds-dt20230427222819697187.pdf?1682634501", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/887/maple-bronze-pmb-2335-dt20210217153659949-thumbnail.jpg?1613576221&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2335/maple-bronze", + "scraped_at": "2026-04-30T19:06:11.603Z" + }, + { + "sku": "PMB-2340", + "color_name": "Lazer Polka Dot Pink", + "description": "Lazer Polka Dot Pink is a medium pink metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.79 + }, + { + "min": 50, + "max": 199, + "price": 17.85 + }, + { + "min": 200, + "max": null, + "price": 16.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7771/pmb-2340-lazer-polka-dot-pink-dt20251229222237567558.pdf?1767046959", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/889/lazer-polka-dot-pink-pmb-2340-dt20200512162238319-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2340/lazer-polka-dot-pink", + "scraped_at": "2026-04-30T19:06:29.186Z" + }, + { + "sku": "PMB-2349", + "color_name": "Champagne Bronze", + "description": "Champagne Bronze is a fine medium silver that has bronze hues. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.18 + }, + { + "min": 50, + "max": 199, + "price": 13.47 + }, + { + "min": 200, + "max": null, + "price": 12.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/891/champagne-bronze-pmb-2349-dt2018071221183723-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2349/champagne-bronze", + "scraped_at": "2026-04-30T19:06:45.682Z" + }, + { + "sku": "PMB-2359", + "color_name": "STANTON MIDNIGHT", + "description": "Stanton Midnight is a purple-blue with a fine blue metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.2 + }, + { + "min": 50, + "max": 199, + "price": 15.39 + }, + { + "min": 200, + "max": null, + "price": 14.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/893/stanton-midnight-pmb-2359-dt20210511153846938-thumbnail.jpg?1620747528&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2359/stanton-midnight", + "scraped_at": "2026-04-30T19:06:57.416Z" + }, + { + "sku": "PMB-2361", + "color_name": "LAZER BING CHERRY II", + "description": "Lazer Bing Cherry II is a dark cherry metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.63 + }, + { + "min": 50, + "max": 199, + "price": 16.75 + }, + { + "min": 200, + "max": null, + "price": 15.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2241/pmb-2361-lazer-bing-cherry-tds-dt20230503202126088642.pdf?1683145287", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/895/lazer-bing-cherry-pmb-2361-dt20181010204204695-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2361/lazer-bing-cherry-ii", + "scraped_at": "2026-04-30T19:07:14.136Z" + }, + { + "sku": "PMB-2390", + "color_name": "PIXIE COPPER", + "description": "Pixie Copper is a copper that has been lightly dusted with a sparkling silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Rust Brown PSS-4350 Solid Tone (Gloss): Mohave Brown PSB-4818 Metallic (High Gloss): Rustic Gold PMB-4135 Metallic (Gloss): Southern Copper PMB-1315 / Rusty Brown PMB-6446 / Wet Copper Lipstick PMB-2897 Metallic (Semi-Gloss): Cocoa Surprise PMB-2670 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.16 + }, + { + "min": 50, + "max": 199, + "price": 17.25 + }, + { + "min": 200, + "max": null, + "price": 16.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/897/pixie-copper-pmb-2390-dt20181018204454977-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2390/pixie-copper", + "scraped_at": "2026-04-30T19:07:30.989Z" + }, + { + "sku": "PMB-2392", + "color_name": "Westside Blue", + "description": "Westside Blue is a true blue with a slight sparkling metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.97 + }, + { + "min": 50, + "max": 199, + "price": 13.27 + }, + { + "min": 200, + "max": null, + "price": 12.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/899/westside-blue-pmb-2392-dt20181029205403354-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2392/westside-blue", + "scraped_at": "2026-04-30T19:07:42.930Z" + }, + { + "sku": "PMB-2395", + "color_name": "RIDGE TOP COPPER", + "description": "Ridge Top Copper is a red brown polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.9 + }, + { + "min": 50, + "max": 199, + "price": 15.11 + }, + { + "min": 200, + "max": null, + "price": 14.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4648/pmb-2395-ridge-top-copper-tds-dt20231103152145840613.pdf?1699024907", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9111/ridge-top-copper-pmb-2395-dt202311062311176573-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2395/ridge-top-copper", + "scraped_at": "2026-04-30T19:07:59.665Z" + }, + { + "sku": "PMB-2399", + "color_name": "Blueberry Red", + "description": "Blueberry Red is a blue/purple metallic with a fine flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH BLUEBERRY RED View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.58 + }, + { + "min": 50, + "max": 199, + "price": 17.65 + }, + { + "min": 200, + "max": null, + "price": 16.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5849/pmb-2399-blueberry-red-tds-dt20240320180947069792.pdf?1710958189", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/901/blueberry-red-pmb-2399-dt20200528161337104-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2399/blueberry-red", + "scraped_at": "2026-04-30T19:08:16.489Z" + }, + { + "sku": "PMB-2401", + "color_name": "CLUB BRONZE", + "description": "Club Bronze is a highly glittered brown metallic polyester with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.6 + }, + { + "min": 50, + "max": 199, + "price": 11.97 + }, + { + "min": 200, + "max": null, + "price": 11.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9112/club-bronze-pmb-2401-dt20230711220320042071-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2401/club-bronze", + "scraped_at": "2026-04-30T19:08:33.957Z" + }, + { + "sku": "PMB-2409", + "color_name": "GOLDEN BEIGE", + "description": "Golden Beige is a medium golden beige metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2223/pmb-2409-golden-beige-tds-dt20230427223113475987.pdf?1682634675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/905/golden-beige-pmb-2409-dt20181011211306358-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2409/golden-beige", + "scraped_at": "2026-04-30T19:08:49.547Z" + }, + { + "sku": "PMB-2410", + "color_name": "Galaxy Orange", + "description": "Galaxy Orange is a bright orange metallic. This color is a polyurethane metallic powder coat and has a glossy finish. High Gloss: 85+ Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.76 + }, + { + "min": 50, + "max": 199, + "price": 15.92 + }, + { + "min": 200, + "max": null, + "price": 15.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/907/galaxy-orange-pmb-2410-dt20250902193235016568-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2410/galaxy-orange", + "scraped_at": "2026-04-30T19:09:03.330Z" + }, + { + "sku": "PMB-2414", + "color_name": "New York Yellow", + "description": "New York Yellow is a bright yellow. This color is a polyester metallic powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.22 + }, + { + "min": 50, + "max": 199, + "price": 14.46 + }, + { + "min": 200, + "max": null, + "price": 13.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/909/new-york-yellow-pmb-2414-dt20250813181317022199-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2414/new-york-yellow", + "scraped_at": "2026-04-30T19:09:17.837Z" + }, + { + "sku": "PMB-2416", + "color_name": "Blue Bird Metallic", + "description": "Blue Bird Metallic is a bright rich blue with a fine metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.28 + }, + { + "min": 50, + "max": 199, + "price": 12.62 + }, + { + "min": 200, + "max": null, + "price": 11.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/911/blue-bird-metallic-pmb-2416-dt20180910205003989-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2416/blue-bird-metallic", + "scraped_at": "2026-04-30T19:09:32.639Z" + }, + { + "sku": "PMB-2423", + "color_name": "Rustic Bronze", + "description": "Rustic Bronze is a medium orange brown metallic polyester with a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.86 + }, + { + "min": 50, + "max": 199, + "price": 16.97 + }, + { + "min": 200, + "max": null, + "price": 16.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2114/pmb-2423-rustic-bronze-tds-dt20230424192150285669.pdf?1682364111", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7424/rustic-bronze-pmb-2423-dt20230711162109804566-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2423/rustic-bronze", + "scraped_at": "2026-04-30T20:16:57.340Z" + }, + { + "sku": "PMB-2426", + "color_name": "COSMIC VALENTINE", + "description": "Cosmic Valentine is a red with a slight silver and orange sparkling metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.32 + }, + { + "min": 50, + "max": 199, + "price": 15.5 + }, + { + "min": 200, + "max": null, + "price": 14.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/913/cosmic-valentine-pmb-2426-dt20210208172858649-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2426/cosmic-valentine", + "scraped_at": "2026-04-30T20:17:10.564Z" + }, + { + "sku": "PMB-2430", + "color_name": "MISTY PENNY", + "description": "Misty Penny is a rich coppery metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.05 + }, + { + "min": 50, + "max": 199, + "price": 15.25 + }, + { + "min": 200, + "max": null, + "price": 14.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/915/misty-penny-pmb-2430-dt20251014145652367924-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2430/misty-penny", + "scraped_at": "2026-04-30T20:17:22.239Z" + }, + { + "sku": "PMB-2433", + "color_name": "Bluefrost Yellow", + "description": "Bluefrost Yellow is a bright yellow metallic with a hint of frost. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.66 + }, + { + "min": 50, + "max": 199, + "price": 12.03 + }, + { + "min": 200, + "max": null, + "price": 11.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/917/bluefrost-yellow-pmb-2433-dt20250813182553482001-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2433/bluefrost-yellow", + "scraped_at": "2026-04-30T20:17:38.274Z" + }, + { + "sku": "PMB-2454", + "color_name": "Adobe Orange", + "description": "Adobe Orange is a deep orange with a fine metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Washed Red PSS-5930 Metallic (Semi-Gloss): Orange Aid PMB-5554 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.44 + }, + { + "min": 50, + "max": 199, + "price": 17.52 + }, + { + "min": 200, + "max": null, + "price": 16.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/919/adobe-orange-pmb-2454-dt20200803201928539-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2454/adobe-orange", + "scraped_at": "2026-04-30T20:17:53.769Z" + }, + { + "sku": "PMB-2468", + "color_name": "SHASTA JADE", + "description": "Shasta Jade is a silver polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.98 + }, + { + "min": 50, + "max": 199, + "price": 18.98 + }, + { + "min": 200, + "max": null, + "price": 17.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2225/pmb-2468-shasta-jade-tds-dt2023042722352877403.pdf?1682634930", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7430/shasta-jade-pmb-2468-dt20231106231705553488-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2468/shasta-jade", + "scraped_at": "2026-04-30T20:18:09.177Z" + }, + { + "sku": "PMB-2478", + "color_name": "MISTY CARAMEL", + "description": "Misty Caramel is a shimmering caramel bronze metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.45 + }, + { + "min": 50, + "max": 199, + "price": 13.73 + }, + { + "min": 200, + "max": null, + "price": 13.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/921/misty-caramel-pmb-2478-dt20181015211954181-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2478/misty-caramel", + "scraped_at": "2026-04-30T20:18:19.965Z" + }, + { + "sku": "PMB-2480", + "color_name": "POLY PURPLE", + "description": "Poly Purple is a deep dark purple metallic polyester and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.18 + }, + { + "min": 50, + "max": 199, + "price": 13.47 + }, + { + "min": 200, + "max": null, + "price": 12.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2226/pmb-2480-poly-purple-tds-dt20230427223637223321.pdf?1682634999", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7432/poly-purple-pmb-2480-dt20231101161432033827-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2480/poly-purple", + "scraped_at": "2026-04-30T20:18:34.172Z" + }, + { + "sku": "PMB-2481", + "color_name": "LAZER US BRONZE", + "description": "Lazer US Bronze is a shimmering bronze metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.66 + }, + { + "min": 50, + "max": 199, + "price": 12.03 + }, + { + "min": 200, + "max": null, + "price": 11.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/923/lazer-us-bronze-pmb-2481-dt20251014145043007951-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2481/lazer-us-bronze", + "scraped_at": "2026-04-30T20:18:48.502Z" + }, + { + "sku": "PMB-2492", + "color_name": "MISTY PLUM", + "description": "Misty Plum is a rich, deep plum metallic with a fine shimmer. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.89 + }, + { + "min": 50, + "max": 199, + "price": 14.15 + }, + { + "min": 200, + "max": null, + "price": 13.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5475/pmb-2492-misty-plum-tds-dt20240108161212186269.pdf?1704730334", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/925/misty-plum-pmb-2492-dt20181016200849326-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2492/misty-plum", + "scraped_at": "2026-04-30T20:18:59.825Z" + }, + { + "sku": "PMB-2495", + "color_name": "SABLE WOODBERRY", + "description": "Sable Woodberry is a deep dark, almost black color with a red metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.67 + }, + { + "min": 50, + "max": 199, + "price": 11.09 + }, + { + "min": 200, + "max": null, + "price": 10.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/927/sable-woodberry-pmb-2497-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2495/sable-woodberry", + "scraped_at": "2026-04-30T20:19:16.356Z" + }, + { + "sku": "PMB-2497", + "color_name": "GALAXY WAVE", + "description": "Galaxy Wave is a grape purple base with a heavy purple metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH GALAXY WAVE View Details View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.07 + }, + { + "min": 50, + "max": 199, + "price": 17.17 + }, + { + "min": 200, + "max": null, + "price": 16.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5476/pmb-2497-galaxy-wave-tds-dt202401081614200503.pdf?1704730462", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/929/galaxy-wave-pmb-2497-dt20210201223345252-thumbnail.jpg?1612218827&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2497/galaxy-wave", + "scraped_at": "2026-04-30T20:19:33.525Z" + }, + { + "sku": "PMB-2500", + "color_name": "Blackberry Mauve", + "description": "Blackberry Mauve is a dark muted purple metallic polyester with a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.7 + }, + { + "min": 50, + "max": 199, + "price": 14.92 + }, + { + "min": 200, + "max": null, + "price": 14.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2115/pmb-2500-blackberry-mauve-tds-dt20230424193825500131.pdf?1682365106", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7434/blackberry-mauve-pmb-2500-dt20230711164720848759-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2500/blackberry-mauve", + "scraped_at": "2026-04-30T20:19:46.351Z" + }, + { + "sku": "PMB-2510", + "color_name": "Galaxy Pink", + "description": "Galaxy Pink is a sparkling pink with a silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH GALAXY PINK View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.8 + }, + { + "min": 50, + "max": 199, + "price": 17.86 + }, + { + "min": 200, + "max": null, + "price": 16.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/931/galaxy-pink-pmb-2510-dt20210915163741634-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2510/galaxy-pink", + "scraped_at": "2026-04-30T20:20:00.422Z" + }, + { + "sku": "PMB-2513", + "color_name": "PENNY COPPER", + "description": "Penny Copper is a bright copper base with a heavy metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerRusset EleganceArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.57 + }, + { + "min": 50, + "max": 199, + "price": 17.64 + }, + { + "min": 200, + "max": null, + "price": 16.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7094/pmb-2513-penny-copper-dt20250221202436671933.pdf?1740169479", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/933/penny-copper-pmb-2513-dt20210915172707679-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2513/penny-copper", + "scraped_at": "2026-04-30T20:20:18.281Z" + }, + { + "sku": "PMB-2528", + "color_name": "COPPER GLAZE", + "description": "Copper Glaze is a bright golden copper with a heavy metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerRusset EleganceArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.55 + }, + { + "min": 50, + "max": 199, + "price": 14.77 + }, + { + "min": 200, + "max": null, + "price": 14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5538/pmb-2528-copper-glaze-tds-dt20240112205821693103.pdf?1705093103", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/935/copper-glaze-pmb-2528-dt20250616180539304899-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2528/copper-glaze", + "scraped_at": "2026-04-30T20:20:28.565Z" + }, + { + "sku": "PMB-2529", + "color_name": "Star White II", + "description": "Star White II is a glittery white metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH STAR WHITE II View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.07 + }, + { + "min": 50, + "max": 199, + "price": 13.37 + }, + { + "min": 200, + "max": null, + "price": 12.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7056/pmb-2529-star-white-ii-dt20250212194108279147.pdf?1739389270", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/937/star-white-ii-pmb-2529-dt20201204164709166-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2529/star-white-ii", + "scraped_at": "2026-04-30T20:20:43.562Z" + }, + { + "sku": "PMB-2531", + "color_name": "STERLING GREEN II", + "description": "Sterling Green II is a very dark, almost black, green with a slight sparkle. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/939/sterling-green-ii-pmb-2531-dt20180921200847911-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2531/sterling-green-ii", + "scraped_at": "2026-04-30T20:20:59.837Z" + }, + { + "sku": "PMB-2535", + "color_name": "LILAC GLITTER", + "description": "Lilac Glitter is a muted springtime purple polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.25 + }, + { + "min": 50, + "max": 199, + "price": 13.54 + }, + { + "min": 200, + "max": null, + "price": 12.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2227/pmb-2535-lilac-glitter-tds-dt20230427223812167093.pdf?1682635094", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7436/lilac-glitter-pmb-2535-dt20231101160953773748-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2535/lilac-glitter", + "scraped_at": "2026-04-30T20:21:16.547Z" + }, + { + "sku": "PMB-2536", + "color_name": "Fuchsia Glitter", + "description": "Fuchsia Glitter is a purple/pink with a silver metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sweet Plum PSS-1054 Vein (Semi-Gloss): Lavender Vein PVB-4708 Metallic (Semi-Gloss): Fuchsia Metallic PMB-4190 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.67 + }, + { + "min": 50, + "max": 199, + "price": 15.84 + }, + { + "min": 200, + "max": null, + "price": 15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3455/pmb-2536-fuchsia-glitter-tds-dt20230915174631258875.pdf?1694799992", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/941/fuchsia-glitter-pmb-2536-dt20181008205909258-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2536/fuchsia-glitter", + "scraped_at": "2026-04-30T20:21:32.932Z" + }, + { + "sku": "PMB-2547", + "color_name": "STERLING GOLD II", + "description": "Sterling Gold II is a fine gold/bronze metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH STERLING GOLD II View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.89 + }, + { + "min": 50, + "max": 199, + "price": 16.05 + }, + { + "min": 200, + "max": null, + "price": 15.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4274/pmb-2547-sterling-gold-ii-tds-dt20231009144343520809.pdf?1696862625", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/943/sterling-gold-ii-pmb-2547-dt20211105142611588-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2547/sterling-gold-ii", + "scraped_at": "2026-04-30T20:21:46.896Z" + }, + { + "sku": "PMB-2556", + "color_name": "SEXY COPPER", + "description": "Sexy Copper is a rustic copper with a soft gold metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Red Clay PSS-4325 Metallic (Gloss): Southwest Copper PMB-1592 / Copper Lipstick PMB-2896 Metallic (Semi-Gloss): Sunbeam Gold PMB-2264 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.66 + }, + { + "min": 50, + "max": 199, + "price": 12.98 + }, + { + "min": 200, + "max": null, + "price": 12.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8111/pmb-2556-sexy-copper-dt20260202204137114933.pdf?1770064898", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/945/sexy-copper-pmb-2556-dt20181022222436638-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2556/sexy-copper", + "scraped_at": "2026-04-30T20:22:01.217Z" + }, + { + "sku": "PMB-2562", + "color_name": "COPPER JACKET", + "description": "Copper Jacket is a copper and gold-like base with a heavy metallic flake. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.09 + }, + { + "min": 50, + "max": 199, + "price": 17.19 + }, + { + "min": 200, + "max": null, + "price": 16.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2228/pmb-2562-copper-jacket-tds-dt20230427223939527301.pdf?1682635181", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/947/copper-jacket-pmb-2562-dt20250610195555543768-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2562/copper-jacket", + "scraped_at": "2026-04-30T20:22:19.242Z" + }, + { + "sku": "PMB-2572", + "color_name": "PINE BRASS", + "description": "Pine Brass is a dark bronze metallic with yellow and gold sprinkled throughout. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6380/pmb-2572-pine-brass-tds-dt20240425172739138336.pdf?1714066061", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/949/pine-brass-pmb-2572-dt20260318204953135257-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2572/pine-brass", + "scraped_at": "2026-04-30T20:22:30.970Z" + }, + { + "sku": "PMB-2574", + "color_name": "JAMAICAN SUN", + "description": "Jamaican Sun is a brown/grey with a fine pearl metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.88 + }, + { + "min": 50, + "max": 199, + "price": 11.29 + }, + { + "min": 200, + "max": null, + "price": 10.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/951/jamaican-sun-pmb-2574-dt20210413170057184-thumbnail.jpg?1618333258&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2574/jamaican-sun", + "scraped_at": "2026-04-30T20:22:47.196Z" + }, + { + "sku": "PMB-2575", + "color_name": "MAGIC FOG", + "description": "Magic Fog is a cooler grey metallic polyster with a high gloss finish. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.4 + }, + { + "min": 50, + "max": 199, + "price": 11.78 + }, + { + "min": 200, + "max": null, + "price": 11.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2229/pmb-2575-magic-fog-tds-dt20230427224117694657.pdf?1682635279", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7440/magic-fog-pmb-2575-dt20230726172444691377-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2575/magic-fog", + "scraped_at": "2026-04-30T20:23:04.426Z" + }, + { + "sku": "PMB-2580", + "color_name": "PURPLE CHERRY", + "description": "Purple Cherry is a deep grape metallic polyester with red glitter and a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.8 + }, + { + "min": 50, + "max": 199, + "price": 20.71 + }, + { + "min": 200, + "max": null, + "price": 19.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2117/pmb-2580-purple-cherry-tds-dt20230424194540946953.pdf?1682365542", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7442/purple-cherry-pmb-2580-dt20230725150642646256-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2580/purple-cherry", + "scraped_at": "2026-04-30T20:23:20.329Z" + }, + { + "sku": "PMB-2593", + "color_name": "MAJESTIC BRONZE II", + "description": "Majestic Bronze II is a black with a bronze hue that also reflects multiple colors in the light. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.21 + }, + { + "min": 50, + "max": 199, + "price": 13.5 + }, + { + "min": 200, + "max": null, + "price": 12.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2817/pmb-2593-majestic-bronze-ii-tds-dt2023082114432554452.pdf?1692629007", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/953/majestic-bronze-ii-pmb-2593-dt2021032522554971-thumbnail.jpg?1616712950&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2593/majestic-bronze-ii", + "scraped_at": "2026-04-30T20:23:32.578Z" + }, + { + "sku": "PMB-2597", + "color_name": "STARRY NIGHT", + "description": "Starry Night is a black color with a heavy pewter metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.8 + }, + { + "min": 50, + "max": 199, + "price": 16.91 + }, + { + "min": 200, + "max": null, + "price": 16.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/955/stary-night-pmb-2597-dt20181026143217068-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2597/starry-night", + "scraped_at": "2026-04-30T20:23:47.115Z" + }, + { + "sku": "PMB-2598", + "color_name": "Atomic Night", + "description": "Atomic Night is a darker charcoal with a slight bronze hue. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 34.09 + }, + { + "min": 50, + "max": 199, + "price": 32.39 + }, + { + "min": 200, + "max": null, + "price": 30.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/957/atomic-night-pmb-2600-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2598/atomic-night", + "scraped_at": "2026-04-30T20:24:00.888Z" + }, + { + "sku": "PMB-2601", + "color_name": "JPM PEARL", + "description": "JPM Pearl is an iridescent off white with a soft metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6392/pmb-2601-jpm-pearl-tds-dt20240426180721492362.pdf?1714154845", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/959/jpm-pearl-pmb-2601-dt2018100420164996-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2601/jpm-pearl", + "scraped_at": "2026-04-30T20:24:14.434Z" + }, + { + "sku": "PMB-2609", + "color_name": "SLIPPERY COPPER", + "description": "Slippery Copper is a metallic, dark copper brown. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.98 + }, + { + "min": 50, + "max": 199, + "price": 15.18 + }, + { + "min": 200, + "max": null, + "price": 14.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/961/slippery-copper-pmb-2609-dt20210429155534932-thumbnail.jpg?1619711736&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2609/slippery-copper", + "scraped_at": "2026-04-30T20:24:25.071Z" + }, + { + "sku": "PMB-2619", + "color_name": "KOSMIC KARI", + "description": "Kosmic Kari is a dark, heavy silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.41 + }, + { + "min": 50, + "max": 199, + "price": 17.49 + }, + { + "min": 200, + "max": null, + "price": 16.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/963/kosmic-kari-pmb-2619-dt20190917201006571-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2619/kosmic-kari", + "scraped_at": "2026-04-30T20:24:41.553Z" + }, + { + "sku": "PMB-2628", + "color_name": "Pirate's Treasure", + "description": "Pirate's Treasure is a rich, sparkling silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.62 + }, + { + "min": 50, + "max": 199, + "price": 15.79 + }, + { + "min": 200, + "max": null, + "price": 14.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7727/pmb-2628-pirates-treasure-dt20251229192022527198.pdf?1767036024", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/965/pirates-treasure-pmb-2628-dt2025061618160495196-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2628/pirates-treasure", + "scraped_at": "2026-04-30T20:24:54.969Z" + }, + { + "sku": "PMB-2630", + "color_name": "PURPLE SHADOW II", + "description": "Purple Shadow II is a metallic polyester dark grey with a tinge of purple and a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.05 + }, + { + "min": 50, + "max": 199, + "price": 11.45 + }, + { + "min": 200, + "max": null, + "price": 10.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9116/purple-shadow-ii-pmb-2630-dt20230712154638862894-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2630/purple-shadow-ii", + "scraped_at": "2026-04-30T20:25:08.529Z" + }, + { + "sku": "PMB-2631", + "color_name": "NEW ROAD", + "description": "New Road is an asphalt grey polyester metallic and has a glossy finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.65 + }, + { + "min": 50, + "max": 199, + "price": 13.92 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9117/new-road-pmb-2631-dt20231101154933667665-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2631/new-road", + "scraped_at": "2026-04-30T20:25:20.244Z" + }, + { + "sku": "PMB-2632", + "color_name": "Raider Silver", + "description": "Raider Silver is a dingy dark grey polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.49 + }, + { + "min": 50, + "max": 199, + "price": 13.77 + }, + { + "min": 200, + "max": null, + "price": 13.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2458/pmb-2632-raider-silver-tds-dt20230807190634337088.pdf?1691435196", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9118/raider-silver-pmb-2632-dt20231102161929154274-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2632/raider-silver", + "scraped_at": "2026-04-30T20:25:33.352Z" + }, + { + "sku": "PMB-2642", + "color_name": "Moz's Blue", + "description": "Moz's Blue is a medium blue metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6914/pmb-2642-mozs-blue-dt20241021160403812042.pdf?1729526645", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/967/mozs-blue-pmb-2642-dt20180831214829406-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2642/mozs-blue", + "scraped_at": "2026-04-30T20:25:46.650Z" + }, + { + "sku": "PMB-2650", + "color_name": "VW Black", + "description": "VW Black is a rich black with a silver metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/969/vw-black-pmb-2650-dt2019041617162221-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2650/vw-black", + "scraped_at": "2026-04-30T20:26:08.758Z" + }, + { + "sku": "PMB-2654", + "color_name": "Wild Orchid", + "description": "Wild Orchid is a dark blue/purple metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH WILD ORCHID View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/971/wild-orchid-pmb-2654-dt20181029215419253-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2654/wild-orchid", + "scraped_at": "2026-04-30T20:26:25.146Z" + }, + { + "sku": "PMB-2656", + "color_name": "Way Black", + "description": "Way Black is a light charcoal metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Satin: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.56 + }, + { + "min": 50, + "max": 199, + "price": 16.68 + }, + { + "min": 200, + "max": null, + "price": 15.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7383/pmb-2656-way-black-dt20250611175845465555.pdf?1749664728", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/973/way-black-pmb-2656-dt20250625225630127747-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2656/way-black", + "scraped_at": "2026-04-30T20:26:41.459Z" + }, + { + "sku": "PMB-2658", + "color_name": "Fish Tank Blue", + "description": "Fish Tank Blue is an aqua blue with a fine metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.01 + }, + { + "min": 50, + "max": 199, + "price": 18.06 + }, + { + "min": 200, + "max": null, + "price": 17.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/975/fish-tank-blue-pmb-2658-dt20210128192724282-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2658/fish-tank-blue", + "scraped_at": "2026-04-30T20:26:53.264Z" + }, + { + "sku": "PMB-2670", + "color_name": "COCOA SURPRISE", + "description": "Cocoa Surprise is a dark copper with a heavy metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Rust Brown PSS-4350 Solid Tone (Gloss): Mohave Brown PSB-4818 Metallic (High Gloss): Rustic Gold PMB-4135 Metallic (Gloss): Southern Copper PMB-1315 / Rusty Brown PMB-6446 / Wet Copper Lipstick PMB-2897 Metallic (Semi-Gloss): Pixie Copper PMB-2390 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/979/cocoa-surprise-pmb-2670-dt20190924165118903-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2670/cocoa-surprise", + "scraped_at": "2026-04-30T20:27:06.910Z" + }, + { + "sku": "PMB-2671", + "color_name": "COPPER EYE SHADOW", + "description": "Copper Eye Shadow is a deep copper polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.89 + }, + { + "min": 50, + "max": 199, + "price": 16.05 + }, + { + "min": 200, + "max": null, + "price": 15.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4633/pmb-2671-copper-eye-shadow-tds-dt20231103143249303455.pdf?1699021971", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/981/copper-eye-shadow-pmb-2671-dt20250627185746825537-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2671/copper-eye-shadow", + "scraped_at": "2026-04-30T20:27:21.510Z" + }, + { + "sku": "PMB-2674", + "color_name": "Orange Pearl", + "description": "Orange Pearl is a dark orange with a fine metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.58 + }, + { + "min": 50, + "max": 199, + "price": 23.35 + }, + { + "min": 200, + "max": null, + "price": 22.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7654/pmb-2674-orange-pearl-dt20251107210721116224.pdf?1762549642", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/983/orange-pearl-pmb-2674-dt20210430175804417-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2674/orange-pearl", + "scraped_at": "2026-04-30T20:27:34.484Z" + }, + { + "sku": "PMB-2679", + "color_name": "SNOWFLAKE GOLD", + "description": "Snowflake Gold is a sparkling gold and white metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.88 + }, + { + "min": 50, + "max": 199, + "price": 18.89 + }, + { + "min": 200, + "max": null, + "price": 17.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/985/snowflake-gold-pmb-2679-dt20181024175250217-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2679/snowflake-gold", + "scraped_at": "2026-04-30T20:27:53.164Z" + }, + { + "sku": "PMB-2684", + "color_name": "Geyser Teal II", + "description": "Geyser Teal II a brilliant blue and green metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH GEYSER TEAL II View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.12 + }, + { + "min": 50, + "max": 199, + "price": 17.21 + }, + { + "min": 200, + "max": null, + "price": 16.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/987/geyser-teal-ii-pmb-2684-dt20190621171404606-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2684/geyser-teal-ii", + "scraped_at": "2026-04-30T20:28:06.112Z" + }, + { + "sku": "PMB-2685", + "color_name": "Cosmic White", + "description": "Cosmic White is a white with a heavy silver metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH COSMIC WHITE View Details View Details PRODUCT SUPPORT Q&As 4 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: A clear top coat is not required but it does have benefits such as, increased durability as well as providing increased color depth. - Prismatic Support 05/15/19 12:19 pm Question: Do you need clear coat for Cosmic White? - Precision Research 05/14/19 01:55 pm Answer: A clear top coat is not required but it does have benefits such as, increased durability as well as providing increased color depth. - Prismatic Support Question: Should I get clear coat for the Cosmic White powder coat? Doing it on my wheels. - Prismatic Support 02/12/19 05:00 pm Question: Do you make a touchup paint for this color? Thanks - Prismatic Support 12/04/18 11:04 am Answer: No, we do not make any touch up paint for our powders. If you can not find a suitable match for touch up at a local paint store or department, you can contact Custom Color and Filling. They make custom paint colors and have matched many powder coating colors. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.31 + }, + { + "min": 50, + "max": 199, + "price": 11.69 + }, + { + "min": 200, + "max": null, + "price": 11.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4336/pmb-2685-cosmic-white-tds-dt20231017191006463774.pdf?1697569808", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/989/cosmic-white-pmb-2685-dt20200522151513407-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2685/cosmic-white", + "scraped_at": "2026-04-30T20:28:23.256Z" + }, + { + "sku": "PMB-2686", + "color_name": "Ripe Cherry", + "description": "Ripe Cherry is a deep pink red metallic polyester with a gloss finish Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.62 + }, + { + "min": 50, + "max": 199, + "price": 18.64 + }, + { + "min": 200, + "max": null, + "price": 17.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2119/pmb-2686-ripe-cherry-metallic-tds-dt20230424195403906907.pdf?1682366045", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7477/ripe-cherry-pmb-2686-dt20230725144957676562-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2686/ripe-cherry", + "scraped_at": "2026-04-30T20:28:36.448Z" + }, + { + "sku": "PMB-2689", + "color_name": "City Lights", + "description": "City Lights is a rainbow like metallic in a rich black. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH CITY LIGHTS View Details View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: My results with City Lights PMB-2689 is not anywhere near what I see on the gallery photos for this powder. Do you have any suggestions on how to increase the level of metallic flake applied? - Affordable Coating Solutions 02/28/20 09:35 pm VIEW 1 MORE ANSWER Answer: Thank you for your inquiry, While the gallery images are often a great source of color reference information you need to be careful when comparing your results with posted pictures. Keep in mind these pictures are uploaded by applicators and some may use filters and various lighting to enhance the look of their project. That beings said there are also many photos that show very accurate results. When applying metallic powders your KV settings, powder mix and method of delivery can have a lot to do with the final finish and level of metallic flake applied. We recommend a 45 KV level for first coat applications with a lower KV setting for additional coatings. Too much KV and the metallic flakes could stand on end and not settle flat onto your piece, also giving the finish a different than expected look.This would also cause a rough texture like feel. Equipment Consideration: Using a fluidized hopper will provide the best mix of powder whereas a box feed system or cup gun can cause heavier portions of powder to settle and separate from other powders in the mix. A \"Tribo\" gun will not flow metallic flakes as well as a corona style gun and much of the metallic content will end up on the shop or booth floor. A poor ground will also effect how a powder applies to a part. Always read the Application Guide available for your powder which can be found on our website. Selecting the application guide link will provide a downloadable/printable PDF file. - Prismatic Support Question: Hello, I would like to buy your city lights powder. I do have a few questions before. Should I spray it over a base or not and should I spray a clear coat over ? That's for a steel bike by the way. Do you automatically give a MSDS sheet. I'm living in France. What would be the shipping costs ? Thanks. - Maupain Charlie 06/19/19 09:43 am Answer: There is no need to use a base coat under City Lights, a clear top coat could help give it some depth of color though. The SDS and TDS documents for all our products are available for download on the product page. If you go to the website and place the item in your cart you can estimate the shipping costs after entering your location information. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.84 + }, + { + "min": 50, + "max": 199, + "price": 17.9 + }, + { + "min": 200, + "max": null, + "price": 16.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2955/pmb-2689-city-lights-tds-dt20230825164609961135.pdf?1692981972", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/991/city-lights-pmb-2689-dt20250530164539177197-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2689/city-lights", + "scraped_at": "2026-04-30T20:28:50.021Z" + }, + { + "sku": "PMB-2691", + "color_name": "Rainbow's End", + "description": "Rainbow's End is a black base with a fine rainbow metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 5 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Does rainbow's end require a base coat? - Kevin Weaks 11/10/21 06:53 pm Answer: It does not! Rainbow's End (PMB-2691) is considered a base coat in itself and also carries the holographic flake as-is. Depending on the environment your coated parts will be exposed to it can be a good idea to add our Clear Vision (PPS-2974) to help protect the coating even further. - Nic Industries Inc. Question: Does Rainbow's End PMB-2691 need a clear coat applied on top? - Infinite Finishes 05/16/20 09:35 am Answer: Rainbows End PMB-2691 is a metallic coating where sometimes the flakes can be felt through the cured powder. While this does not require a clear, a clear coat like Clear Vision PPS-PPS-2974 can help in providing a smooth finish this can also help the metallic flakes within Rainbow's End \"pop\" a little more. - Prismatic Support Question: Looking to use this for some brake calipers, will this coating be heat stable enough for that application? - Taylor Jackson 05/07/20 12:25 pm Answer: This color is suitable for sustained temperatures up to 250F with occasional spikes in temp up to 350F-400F. Whether it will hold up on your calipers will depend on the usage of the vehicle, extended heavy braking can cause heavy heat build up. - Prismatic Support Question: What happens if i clear vision over rainbows end? - Corey Miller 05/01/20 11:20 pm Answer: This is pretty common to do and results in a much glossier appearance than what Rainbow's End has normally. - Prismatic Support Question: Hello, what is the difference between Rainbow end's and city lights powders ? Thank you - Maupain Charlie 06/19/19 10:20 am Answer: The difference is in the amount and size of the flake. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.77 + }, + { + "min": 50, + "max": 199, + "price": 14.98 + }, + { + "min": 200, + "max": null, + "price": 14.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3119/pmb-2691-rainbows-end-tds-dt20230831194229631308.pdf?1693510951", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/993/rainbows-end-pmb-2691-dt20250819211200137982-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2691/rainbows-end", + "scraped_at": "2026-04-30T20:29:00.235Z" + }, + { + "sku": "PMB-2692", + "color_name": "Glowing Aura", + "description": "Glowing Aura is a rainbow-like holographic look with a dark black base. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH GLOWING AURA View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.36 + }, + { + "min": 50, + "max": 199, + "price": 12.69 + }, + { + "min": 200, + "max": null, + "price": 12.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8245/pmb-2692-glowing-aura-dt20260402214708423756.pdf?1775166430", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/995/glowing-aura-pmb-2692-dt20250708202445647674-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2692/glowing-aura", + "scraped_at": "2026-04-30T20:29:20.788Z" + }, + { + "sku": "PMB-2698", + "color_name": "SPARKLE BURGUNDY", + "description": "Sparkle Burgundy is a sparkling rich red, burgundy metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH SPARKLE BURGUNDY View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.44 + }, + { + "min": 50, + "max": 199, + "price": 20.37 + }, + { + "min": 200, + "max": null, + "price": 19.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/997/sparkle-burgundy-pmb-2698-dt20181025203850393-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2698/sparkle-burgundy", + "scraped_at": "2026-04-30T20:29:31.298Z" + }, + { + "sku": "PMB-2703", + "color_name": "Fairy Dust Teal", + "description": "Fairy Dust Teal is a silver sparkling teal metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH FAIRY DUST TEAL View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.24 + }, + { + "min": 50, + "max": 199, + "price": 16.38 + }, + { + "min": 200, + "max": null, + "price": 15.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5776/pmb-2703-fairy-dust-teal-tds-dt20240305220729777779.pdf?1709676452", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/999/fairy-dust-teal-pmb-2703-dt20250623222328979874-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2703/fairy-dust-teal", + "scraped_at": "2026-04-30T20:29:44.997Z" + }, + { + "sku": "PMB-2704", + "color_name": "Whisper Teal", + "description": "Whisper Teal is a teal metallic with light flakes. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1001/whisper-teal-pmb-2704-dt20181029211340967-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2704/whisper-teal", + "scraped_at": "2026-04-30T20:29:55.284Z" + }, + { + "sku": "PMB-2706", + "color_name": "FRESH RASPBERRY", + "description": "Fresh Raspberry is a very dark purple metallic polyester with a gloss finish and fine silver glitter through out. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.16 + }, + { + "min": 50, + "max": 199, + "price": 17.25 + }, + { + "min": 200, + "max": null, + "price": 16.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2285/pmb-2706-fresh-raspberry-tds-dt2023051221321212254.pdf?1683927134", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7479/fresh-raspberry-pmb-2706-dt20230712160150399155-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2706/fresh-raspberry", + "scraped_at": "2026-04-30T20:30:12.325Z" + }, + { + "sku": "PMB-2707", + "color_name": "Lite Autumn Orange", + "description": "Lite Autumn Orange is a bright orange metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Texture (Flat): Autumn Texture PTB-6953 Solid Tone (High Gloss): Dark Autumn Orange PSS-2708 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.24 + }, + { + "min": 50, + "max": 199, + "price": 15.43 + }, + { + "min": 200, + "max": null, + "price": 14.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6020/pmb-2707-lite-autumn-orange-tds-dt20240402222801907203.pdf?1712096883", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1003/lite-autumn-orange-pmb-2707-dt20181012210036445-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2707/lite-autumn-orange", + "scraped_at": "2026-04-30T20:30:28.370Z" + }, + { + "sku": "PMB-2715", + "color_name": "Celestial Orange", + "description": "Celestial Orange is a bright orange with a dark gold-like metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.22 + }, + { + "min": 50, + "max": 199, + "price": 15.41 + }, + { + "min": 200, + "max": null, + "price": 14.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1005/celestial-orange-pmb-2715-dt2019091720380602-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2715/celestial-orange", + "scraped_at": "2026-04-30T20:30:42.925Z" + }, + { + "sku": "PMB-2716", + "color_name": "Great Pumpkin", + "description": "Great Pumpkin is a pumpkin orange with a slight metallic. This color is a polyester metallic powder coat and has a glossy finish. High Gloss: 85+ Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.87 + }, + { + "min": 50, + "max": 199, + "price": 17.93 + }, + { + "min": 200, + "max": null, + "price": 16.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6825/pmb-2716-great-pumpkin-dt20240827181142098579.pdf?1724782304", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1007/great-pumpkin-pmb-2716-dt20251107192142437096-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2716/great-pumpkin", + "scraped_at": "2026-04-30T20:30:59.471Z" + }, + { + "sku": "PMB-2723", + "color_name": "Purple Dream", + "description": "Purple Dream is a light purple with purple sheen polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.95 + }, + { + "min": 50, + "max": 199, + "price": 22.75 + }, + { + "min": 200, + "max": null, + "price": 21.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16845/purple-dream-pmb-2723-dt20240422160234741886-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2723/purple-dream", + "scraped_at": "2026-04-30T20:31:18.898Z" + }, + { + "sku": "PMB-2730", + "color_name": "Almost Grey Metallic", + "description": "Almost Grey Metallic is a very dark, near black, metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.31 + }, + { + "min": 50, + "max": 199, + "price": 23.09 + }, + { + "min": 200, + "max": null, + "price": 21.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1009/almost-grey-metallic-pmb-2730-dt20251014143125688549-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2730/almost-grey-metallic", + "scraped_at": "2026-04-30T20:31:32.902Z" + }, + { + "sku": "PMB-2733", + "color_name": "GRANNY SMITH GREEN", + "description": "Granny Smith Green is a green apple with a silver metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.21 + }, + { + "min": 50, + "max": 199, + "price": 13.5 + }, + { + "min": 200, + "max": null, + "price": 12.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1011/granny-smith-green-pmb-2733-dt20200518225249058-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2733/granny-smith-green", + "scraped_at": "2026-04-30T20:31:54.159Z" + }, + { + "sku": "PMB-2735", + "color_name": "Golden Treasure Island", + "description": "Golden Treasure Island is a gold polyester metallic that has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.08 + }, + { + "min": 50, + "max": 199, + "price": 20.03 + }, + { + "min": 200, + "max": null, + "price": 18.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7106/pmb-2735-golden-treasure-island-dt20250306225725879981.pdf?1741301847", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7483/golden-treasure-island-pmb-2735-dt20231102161140256826-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2735/golden-treasure-island", + "scraped_at": "2026-04-30T20:32:08.570Z" + }, + { + "sku": "PMB-2741", + "color_name": "SATIN TITANIUM II", + "description": "Satin Titanium II is a dark satin gold with a heavy silver metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.63 + }, + { + "min": 50, + "max": 199, + "price": 17.7 + }, + { + "min": 200, + "max": null, + "price": 16.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6393/pmb-2741-satin-titanium-ii-tds-dt20240426180930518855.pdf?1714154974", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1015/satin-titanium-ii-pmb-2741-dt20181024183517402-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2741/satin-titanium-ii", + "scraped_at": "2026-04-30T20:32:22.561Z" + }, + { + "sku": "PMB-2749", + "color_name": "Black Bronze II", + "description": "Black Bronze II is a dark umber brown with shimmering bronze metallics. This color is a polyester metallic powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerBurnished TreasuresArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Is it mandatory to apply a clear coat over the metallic powders as the one above, Black Bronze II, PMB-2749? - Hemant Lodha 07/01/19 03:34 pm Answer: It is not mandatory but under certain conditions it may be recommended. For example, on exterior railing or an automotive wheel, a clear top coat would be a good idea. - Prismatic Support Question: Is there any way to get this in aerosol form? I am hoping to spray a part that is permanently mounted at our house and is attached to a part that was powdercoated (Black Bronze II). - Adrian Vogel 02/14/19 10:27 pm Answer: Unfortunately we do not make any aerosol paints here. If you don't turn up any suitable matches at the usual big bix retailers ( Home Depot, Lowes, ACE etc) you can try contacting Custom Color and Filling. They are known to make custom matched paint to many powder coating colors. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.03 + }, + { + "min": 50, + "max": 199, + "price": 14.28 + }, + { + "min": 200, + "max": null, + "price": 13.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7082/pmb-2749-black-bronze-ii-dt20250218220137184424.pdf?1739916099", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1017/black-bronze-ii-pmb-2749-dt20250520193811064066-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2749/black-bronze-ii", + "scraped_at": "2026-04-30T20:32:38.657Z" + }, + { + "sku": "PMB-2750", + "color_name": "DARK GREY SPARKLE", + "description": "Dark Grey Sparkle is a dull black with a heavy silver metallic appearance. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.41 + }, + { + "min": 50, + "max": 199, + "price": 12.74 + }, + { + "min": 200, + "max": null, + "price": 12.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2242/pmb-2750-dark-grey-sparkle-tds-dt20230503202243292225.pdf?1683145364", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1019/dark-grey-sparkle-pmb-2750-dt20200522152344972-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2750/dark-grey-sparkle", + "scraped_at": "2026-04-30T20:32:57.043Z" + }, + { + "sku": "PMB-2753", + "color_name": "Toreador Red", + "description": "Toreador Red is a deep, maroon-ish like base with a solid metallic appearance. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.42 + }, + { + "min": 50, + "max": 199, + "price": 16.55 + }, + { + "min": 200, + "max": null, + "price": 15.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6958/pmb-2753-toreador-red-dt20241030225246904697.pdf?1730328768", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1021/toreador-red-pmb-2753-dt20250310162823013899-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2753/toreador-red", + "scraped_at": "2026-04-30T20:33:15.317Z" + }, + { + "sku": "PMB-2754", + "color_name": "Autumn Sparkle", + "description": "Autumn Sparkle is a light brown metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.56 + }, + { + "min": 50, + "max": 199, + "price": 15.73 + }, + { + "min": 200, + "max": null, + "price": 14.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1023/autumn-sparkle-pmb-2754-dt20180921152715879-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2754/autumn-sparkle", + "scraped_at": "2026-04-30T20:33:27.442Z" + }, + { + "sku": "PMB-2776", + "color_name": "COPPER GLAZE II", + "description": "Copper Glaze II is a copper polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.33 + }, + { + "min": 50, + "max": 199, + "price": 14.56 + }, + { + "min": 200, + "max": null, + "price": 13.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7692/pmb-2776-copper-glaze-ii-dt20251208213132291324.pdf?1765229494", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7485/copper-glaze-ii-pmb-2776-dt20231102154615447402-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2776/copper-glaze-ii", + "scraped_at": "2026-04-30T20:33:41.863Z" + }, + { + "sku": "PMB-2782", + "color_name": "PEARLIZED YELLOW", + "description": "Pearlized Yellow is a sunflower yellow polyester metallic with subtle flake and a glossy finish. Gloss: 71-85 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.68 + }, + { + "min": 50, + "max": 199, + "price": 20.6 + }, + { + "min": 200, + "max": null, + "price": 19.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9123/pearlized-yellow-pmb-2782-dt20231101155801067246-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2782/pearlized-yellow", + "scraped_at": "2026-04-30T20:33:54.193Z" + }, + { + "sku": "PMB-2795", + "color_name": "SUGAR GRAPE II", + "description": "Sugar Grape II is a dark lavender with a silver metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.4 + }, + { + "min": 50, + "max": 199, + "price": 14.63 + }, + { + "min": 200, + "max": null, + "price": 13.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1025/sugar-grape-ii-pmb-2795-dt201807192057333-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2795/sugar-grape-ii", + "scraped_at": "2026-04-30T20:34:09.922Z" + }, + { + "sku": "PMB-2798", + "color_name": "White Silver", + "description": "White Silver is a white and silver color with a heavy metallic flake. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.64 + }, + { + "min": 50, + "max": 199, + "price": 13.91 + }, + { + "min": 200, + "max": null, + "price": 13.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6849/pmb-2798-white-silver-dt20240905184422333274.pdf?1725561870", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1027/white-silver-pmb-2798-dt20181029213115287-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2798/white-silver", + "scraped_at": "2026-04-30T20:34:21.998Z" + }, + { + "sku": "PMB-2806", + "color_name": "Blue Nova", + "description": "Blue Nova is a medium sky blue metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.7 + }, + { + "min": 50, + "max": 199, + "price": 13.02 + }, + { + "min": 200, + "max": null, + "price": 12.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1029/blue-nova-pmb-2806-dt20180921223252384-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2806/blue-nova", + "scraped_at": "2026-04-30T20:34:41.734Z" + }, + { + "sku": "PMB-2807", + "color_name": "PALE MINT", + "description": "Pale Mint is a muted grey green metallic polyester with a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.35 + }, + { + "min": 50, + "max": 199, + "price": 16.48 + }, + { + "min": 200, + "max": null, + "price": 15.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2339/pmb-2807-pale-mint-tds-dt2023060220395737463.pdf?1685738399", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7487/pale-mint-pmb-2807-dt20230726165759000658-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2807/pale-mint", + "scraped_at": "2026-04-30T20:34:55.333Z" + }, + { + "sku": "PMB-2808", + "color_name": "Anodized Bronze II", + "description": "Anodized Bronze II is a dark bronze with a fine gold metallic flake. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerBurnished TreasuresArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 3 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Does Anodized Bronze ll PMB-2808 require a chrome/aluminum base coat? - Jeff Kilts 04/22/21 12:40 pm Answer: Anodized Bronze II PMB-2808 is a Metallic Bronze base coat and will hide whatever is below, so there is no need to apply a bright shiny base coat below. Polished Aluminum HSS-2345 would be used on transparent coatings like: Melted Bronze PPB-8034, Frosty Bronze PPB-6946 and Pastel Bronze UPB-4561. You will notice that these Transparent coatings have the letter \"P\" in the center position of the part number indicating a \"transparent\" coating whereas the Anodized Bronze II has the letter 'M' in the center position of the part number to indicate a Metallic. - Prismatic Support Question: When ordering a swatch for this color, do you have to order it with a chrome base or is that included with the swatch? Thanks. - Logan Noln-ens 04/22/19 12:31 pm Answer: Swatches come over aluminium base and if you want a sample done over Super Chrome, you will have to order a 4x6 sample card. The 4x6 sample is $9.95 plus $6 shipping cost. - Prismatic Support Question: I am looking to paint my new white metal garage doors with Anodized Dark Bronze metallic paint. Will this be possible for me to paint with a brush? - Prismatic Support 02/15/19 11:10 pm Answer: No, powder coating is applied as a dry film coating with an electrostatic spray gun and is then heat cured with an oven. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.44 + }, + { + "min": 50, + "max": 199, + "price": 12.77 + }, + { + "min": 200, + "max": null, + "price": 12.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4312/pmb-2808-anodized-bronze-ii-tds-dt2023101218471717557.pdf?1697136439", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1031/anodized-bronze-ii-pmb-2808-dt20250708195413268614-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2808/anodized-bronze-ii", + "scraped_at": "2026-04-30T20:35:12.765Z" + }, + { + "sku": "PMB-2809", + "color_name": "Wondering Blue", + "description": "Wondering Blue is a medium blue metallic with a faint sparkle. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.88 + }, + { + "min": 50, + "max": 199, + "price": 14.14 + }, + { + "min": 200, + "max": null, + "price": 13.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1033/wondering-blue-pmb-2809-dt20181030143828392-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2809/wondering-blue", + "scraped_at": "2026-04-30T20:35:23.495Z" + }, + { + "sku": "PMB-2811", + "color_name": "Pacific Silver", + "description": "Pacific Silver is a bright pearl-like silver. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.82 + }, + { + "min": 50, + "max": 199, + "price": 15.98 + }, + { + "min": 200, + "max": null, + "price": 15.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5447/pmb-2811-pacific-silver-tds-dt20231222175852213248.pdf?1703267934", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1035/pacific-silver-pmb-2811-dt20250708203433884016-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2811/pacific-silver", + "scraped_at": "2026-04-30T20:35:42.237Z" + }, + { + "sku": "PMB-2821", + "color_name": "Fine Silver", + "description": "Fine Silver is a light silver polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.07 + }, + { + "min": 50, + "max": 199, + "price": 17.17 + }, + { + "min": 200, + "max": null, + "price": 16.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2469/pmb-2821-fine-silver-tds-dt20230807195642793371.pdf?1691438204", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7489/fine-silver-pmb-2821-dt20231101155134731228-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2821/fine-silver", + "scraped_at": "2026-04-30T20:35:58.237Z" + }, + { + "sku": "PMB-2822", + "color_name": "Aqua Teal", + "description": "Aqua Teal is a miami blue teal polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.21 + }, + { + "min": 50, + "max": 199, + "price": 14.45 + }, + { + "min": 200, + "max": null, + "price": 13.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2457/pmb-2822-aqua-teal-tds-dt20230807190355795827.pdf?1691435037", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7491/aqua-teal-pmb-2822-dt20231102160457875849-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2822/aqua-teal", + "scraped_at": "2026-04-30T20:36:09.577Z" + }, + { + "sku": "PMB-2828", + "color_name": "Kicker Blue", + "description": "Kicker Blue is a cobalt blue with a heavy silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.14 + }, + { + "min": 50, + "max": 199, + "price": 14.38 + }, + { + "min": 200, + "max": null, + "price": 13.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1037/kicker-blue-pmb-2828-dt20181010201612446-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2828/kicker-blue", + "scraped_at": "2026-04-30T20:36:22.292Z" + }, + { + "sku": "PMB-2829", + "color_name": "Harley Orange", + "description": "Harley Orange is a burnt orange with a soft orange metallic. This color is a polyurethane metallic powder coat and has a semi-gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH HARLEY ORANGE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.69 + }, + { + "min": 50, + "max": 199, + "price": 16.81 + }, + { + "min": 200, + "max": null, + "price": 15.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7609/pmb-2829-harley-orange-dt20251015154708173039.pdf?1760543230", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1039/harley-orange-pmb-2829-dt20251014142842020078-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2829/harley-orange", + "scraped_at": "2026-04-30T20:36:39.936Z" + }, + { + "sku": "PMB-2831", + "color_name": "Harley Orange II", + "description": "Harley Orange II is a bright red with a faint metallic flake that varies from red to orange, depending on lighting. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.16 + }, + { + "min": 50, + "max": 199, + "price": 20.1 + }, + { + "min": 200, + "max": null, + "price": 19.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1043/harley-orange-ii-pmb-2831-dt20180830222814211-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2831/harley-orange-ii", + "scraped_at": "2026-04-30T20:36:57.405Z" + }, + { + "sku": "PMB-2836", + "color_name": "Snowcone Blue", + "description": "Snowcone Blue is a light blue metallic polyester with a high gloss finish. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.05 + }, + { + "min": 50, + "max": 199, + "price": 18.1 + }, + { + "min": 200, + "max": null, + "price": 17.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2287/pmb-2836-snowcone-blue-tds-dt20230512213938464356.pdf?1683927580", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9124/snowcone-blue-pmb-2836-dt20230726163823804339-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2836/snowcone-blue", + "scraped_at": "2026-04-30T20:37:12.690Z" + }, + { + "sku": "PMB-2843", + "color_name": "City Sparks", + "description": "City Sparks is a deep red with a rainbow like metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.69 + }, + { + "min": 50, + "max": 199, + "price": 25.36 + }, + { + "min": 200, + "max": null, + "price": 24.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1045/city-sparks-pmb-2843-dt2018092520362173-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2843/city-sparks", + "scraped_at": "2026-04-30T20:37:28.454Z" + }, + { + "sku": "PMB-2845", + "color_name": "PURPLE SUGAR", + "description": "Purple Sugar is a grape purple metallic polyester with a silver glitter and a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.01 + }, + { + "min": 50, + "max": 199, + "price": 17.11 + }, + { + "min": 200, + "max": null, + "price": 16.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2121/pmb-2845-purple-sugar-tds-dt2023042420201142107.pdf?1682367612", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9126/purple-sugar-pmb-2845-dt20230725151444537137-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2845/purple-sugar", + "scraped_at": "2026-04-30T20:37:39.942Z" + }, + { + "sku": "PMB-2848", + "color_name": "Cosmetic Black", + "description": "Cosmetic Black is a black base with a sparkling silver metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.55 + }, + { + "min": 50, + "max": 199, + "price": 16.67 + }, + { + "min": 200, + "max": null, + "price": 15.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1047/cosmetic-black-pmb-2848-dt2018092621041315-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2848/cosmetic-black", + "scraped_at": "2026-04-30T20:37:55.120Z" + }, + { + "sku": "PMB-2849", + "color_name": "COSMIC LILAC II", + "description": "Cosmic Lilac II is a glittering silver, lilac purple metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Orchid Lavender PSS-0961 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.63 + }, + { + "min": 50, + "max": 199, + "price": 20.55 + }, + { + "min": 200, + "max": null, + "price": 19.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1049/cosmic-lilac-ii-pmb-2849-dt20201125185035309-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2849/cosmic-lilac-ii", + "scraped_at": "2026-04-30T20:38:11.813Z" + }, + { + "sku": "PMB-2852", + "color_name": "Burk Poly Silver Stainless", + "description": "Burk Poly Silver Stainless is a silver metallic polyester with a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.18 + }, + { + "min": 50, + "max": 199, + "price": 22.97 + }, + { + "min": 200, + "max": null, + "price": 21.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9127/burk-poly-silver-stainless-pmb-2852-dt20230901203822229421-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2852/burk-poly-silver-stainless", + "scraped_at": "2026-04-30T20:38:23.239Z" + }, + { + "sku": "PMB-2853", + "color_name": "GALAXY GREY II", + "description": "Galaxy Grey II is a dark grey with a heavy silver metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH GALAXY GREY II View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.78 + }, + { + "min": 50, + "max": 199, + "price": 16.89 + }, + { + "min": 200, + "max": null, + "price": 16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4271/pmb-2853-galaxy-grey-ii-tds-dt20231009143837801838.pdf?1696862320", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1051/galaxy-grey-ii-pmb-2853-dt20201222195932422-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2853/galaxy-grey-ii", + "scraped_at": "2026-04-30T20:38:39.167Z" + }, + { + "sku": "PMB-2854", + "color_name": "APC Orange", + "description": "APC Orange is reddish orange polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Applying a clear top coat is not required; please note that this color exhibits a significant ?E color change when a clear is applied. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.7 + }, + { + "min": 50, + "max": 199, + "price": 14.92 + }, + { + "min": 200, + "max": null, + "price": 14.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7970/pmb-2854-apc-orange-dt202601071906579963.pdf?1767812819", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1053/apc-orange-pmb-2854-dt20260128220545620243-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2854/apc-orange", + "scraped_at": "2026-04-30T20:38:53.422Z" + }, + { + "sku": "PMB-2862", + "color_name": "GALAXY GREY III", + "description": "Galaxy Grey III is a charcoal color with a heavy metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.51 + }, + { + "min": 50, + "max": 199, + "price": 13.78 + }, + { + "min": 200, + "max": null, + "price": 13.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4272/pmb-2862-galaxy-grey-iii-tds-dt2023100914401562233.pdf?1696862417", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1057/galaxy-grey-iii-pmb-2862-dt20250523195856712863-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2862/galaxy-grey-iii", + "scraped_at": "2026-04-30T20:39:11.666Z" + }, + { + "sku": "PMB-2863", + "color_name": "Willet Yeller", + "description": "Willet Yeller is a bright yellow metallic with a slight sparkle. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.38 + }, + { + "min": 50, + "max": 199, + "price": 14.61 + }, + { + "min": 200, + "max": null, + "price": 13.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1059/willet-yeller-pmb-2863-dt2025081318285190856-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2863/willet-yeller", + "scraped_at": "2026-04-30T20:39:24.765Z" + }, + { + "sku": "PMB-2864", + "color_name": "Wheel Bronze", + "description": "Wheel Bronze is a light silver and bronze polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.89 + }, + { + "min": 50, + "max": 199, + "price": 16.05 + }, + { + "min": 200, + "max": null, + "price": 15.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9128/wheel-bronze-pmb-2864-dt20231106224157710288-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2864/wheel-bronze", + "scraped_at": "2026-04-30T20:39:39.825Z" + }, + { + "sku": "PMB-2869", + "color_name": "GOLD COAST", + "description": "Gold Coast is a bright orange with a sparkling metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Pastels RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.38 + }, + { + "min": 50, + "max": 199, + "price": 18.41 + }, + { + "min": 200, + "max": null, + "price": 17.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1061/gold-coast-pmb-2869-dt20250902201006601264-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2869/gold-coast", + "scraped_at": "2026-04-30T20:39:51.564Z" + }, + { + "sku": "PMB-2871", + "color_name": "PERMA BEIGE PLUS", + "description": "Perma Beige Plus is a yellow-tan. This color is a polyester metallic powder coat and has semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2256/pmb-2871-perma-beige-plus-tds-dt20230503204607999055.pdf?1683146769", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1063/perma-beige-plus-pmb-2871-dt20200731154624247-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2871/perma-beige-plus", + "scraped_at": "2026-04-30T20:40:09.524Z" + }, + { + "sku": "PMB-2872", + "color_name": "Fuchsia Madness", + "description": "Fuchsia Madness is a fuchsia with a heavy silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.96 + }, + { + "min": 50, + "max": 199, + "price": 18.01 + }, + { + "min": 200, + "max": null, + "price": 17.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3456/pmb-2872-fuchsia-madness-tds-dt20230915174815952067.pdf?1694800098", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1065/fuchsia-madness-pmb-2872-dt20221212231441114992-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2872/fuchsia-madness", + "scraped_at": "2026-04-30T20:40:23.100Z" + }, + { + "sku": "PMB-2875", + "color_name": "Shadow Blue Sparkle", + "description": "Shadow Blue Sparkle is a muted grey blue metallic polyester in a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.77 + }, + { + "min": 50, + "max": 199, + "price": 15.93 + }, + { + "min": 200, + "max": null, + "price": 15.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9129/shadow-blue-sparkle-pmb-2875-dt20230711151605788158-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2875/shadow-blue-sparkle", + "scraped_at": "2026-04-30T20:40:35.303Z" + }, + { + "sku": "PMB-2877", + "color_name": "Orange Lite", + "description": "Orange Lite is a bright orange metallic. This color is a polyester metallic powder coat and has a High Gloss finish. *Note: This product has limited flexibility and impact resistance. Gloss Units: 85+ Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.48 + }, + { + "min": 50, + "max": 199, + "price": 20.41 + }, + { + "min": 200, + "max": null, + "price": 19.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4187/pmb-2877-orange-lite-tds-dt20231004140521398693.pdf?1696428323", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7064/orange-lite-pmb-2877-dt20180706213459646-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2877/orange-lite", + "scraped_at": "2026-04-30T20:40:47.625Z" + }, + { + "sku": "PMB-2886", + "color_name": "STRAWBERRY SUGAR", + "description": "Strawberry Sugar is a dark pink red metallic polyester with a high gloss finish. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.43 + }, + { + "min": 50, + "max": 199, + "price": 12.76 + }, + { + "min": 200, + "max": null, + "price": 12.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2122/pmb-2886-strawberry-sugar-tds-dt2023042420232399679.pdf?1682367805", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7493/strawberry-sugar-pmb-2886-dt20230725151045229265-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2886/strawberry-sugar", + "scraped_at": "2026-04-30T20:40:59.332Z" + }, + { + "sku": "PMB-2887", + "color_name": "Victory Grey III", + "description": "Victory Grey III is a charcoal and silver metallic contrast. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH VICTORY GREY III View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.18 + }, + { + "min": 50, + "max": 199, + "price": 16.32 + }, + { + "min": 200, + "max": null, + "price": 15.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1067/victory-grey-iii-pmb-2887-dt2020122319153469-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2887/victory-grey-iii", + "scraped_at": "2026-04-30T20:41:11.303Z" + }, + { + "sku": "PMB-2890", + "color_name": "Robust Red", + "description": "Robust Red is a robust, maroon red metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.62 + }, + { + "min": 50, + "max": 199, + "price": 15.79 + }, + { + "min": 200, + "max": null, + "price": 14.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1069/robust-red-pmb-2890-dt20250306200523622353-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2890/robust-red", + "scraped_at": "2026-04-30T20:41:27.674Z" + }, + { + "sku": "PMB-2893", + "color_name": "CREAM SODA PURPLE", + "description": "Cream Soda Purple is a rich purple with a fine metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.11 + }, + { + "min": 50, + "max": 199, + "price": 13.4 + }, + { + "min": 200, + "max": null, + "price": 12.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1073/cream-soda-purple-pmb-2893-dt20210128192528817-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2893/cream-soda-purple", + "scraped_at": "2026-04-30T20:41:42.994Z" + }, + { + "sku": "PMB-2896", + "color_name": "COPPER LIPSTICK", + "description": "Copper Lipstick is a light brownish copper. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Red Clay PSS-4325 Metallic (Gloss): Southwest Copper PMB-1592 Metallic (Semi-Gloss): Sunbeam Gold PMB-2264 / Sexy Copper PMB-2556 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.74 + }, + { + "min": 50, + "max": 199, + "price": 17.8 + }, + { + "min": 200, + "max": null, + "price": 16.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1075/copper-lipstick-pmb-2898-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2896/copper-lipstick", + "scraped_at": "2026-04-30T20:41:56.524Z" + }, + { + "sku": "PMB-2897", + "color_name": "Wet Copper Lipstick", + "description": "Wet Copper Lipstick is a coppery bronze metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Rust Brown PSS-4350 Solid Tone (Gloss): Mohave Brown PSB-4818 Metallic (High Gloss): Rustic Gold PMB-4135 Metallic (Gloss): Southern Copper PMB-1315 / Rusty Brown PMB-6446 Metallic (Semi-Gloss): Cocoa Surprise PMB-2670 / Pixie Copper PMB-2390 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.69 + }, + { + "min": 50, + "max": 199, + "price": 17.76 + }, + { + "min": 200, + "max": null, + "price": 16.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1077/wet-copper-lipstick-pmb-2897-dt20181029210642041-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2897/wet-copper-lipstick", + "scraped_at": "2026-04-30T20:42:08.391Z" + }, + { + "sku": "PMB-2898", + "color_name": "Cosmic Red II", + "description": "Cosmic Red II is a silvery red metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.4 + }, + { + "min": 50, + "max": 199, + "price": 14.63 + }, + { + "min": 200, + "max": null, + "price": 13.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1079/cosmic-red-ii-pmb-2898-dt20260325165102902431-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2898/cosmic-red-ii", + "scraped_at": "2026-04-30T20:42:26.391Z" + }, + { + "sku": "PMB-2909", + "color_name": "Trailer Truck Teal", + "description": "Trailer Truck Teal is a dark blue with a fine blue and green metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.99 + }, + { + "min": 50, + "max": 199, + "price": 16.14 + }, + { + "min": 200, + "max": null, + "price": 15.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7449/pmb-2909-trailer-truck-teal-dt20250725173825884459.pdf?1753465108", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1081/trailer-truck-teal-pmb-2909-dt20200925171400501-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2909/trailer-truck-teal", + "scraped_at": "2026-04-30T20:42:39.446Z" + }, + { + "sku": "PMB-2939", + "color_name": "Burley Man Orange", + "description": "Burley Man Orange is a bright construction orange with a soft gold metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.34 + }, + { + "min": 50, + "max": 199, + "price": 17.42 + }, + { + "min": 200, + "max": null, + "price": 16.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1085/burley-man-orange-pmb-2939-dt20190321214015658-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2939/burley-man-orange", + "scraped_at": "2026-04-30T20:42:55.219Z" + }, + { + "sku": "PMB-2941", + "color_name": "MADURPLE", + "description": "Madurple is a muted grape purple metallic polyester with a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.61 + }, + { + "min": 50, + "max": 199, + "price": 20.53 + }, + { + "min": 200, + "max": null, + "price": 19.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2123/pmb-2941-madurple-tds-dt20230424202615244199.pdf?1682367976", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9130/madurple-pmb-2941-dt2023072418351344656-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2941/madurple", + "scraped_at": "2026-04-30T20:43:08.645Z" + }, + { + "sku": "PMB-2942", + "color_name": "Oatmeal", + "description": "Oatmeal is a light bronze metallic. It also has a strong shimmer of silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.25 + }, + { + "min": 50, + "max": 199, + "price": 16.39 + }, + { + "min": 200, + "max": null, + "price": 15.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1087/oatmeal-pmb-2944-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2942/oatmeal", + "scraped_at": "2026-04-30T20:43:21.810Z" + }, + { + "sku": "PMB-2948", + "color_name": "Hog Orange", + "description": "Hog Orange is a fire red biasing orange metallic polyester with a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.04 + }, + { + "min": 50, + "max": 199, + "price": 20.94 + }, + { + "min": 200, + "max": null, + "price": 19.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2125/pmb-2948-hog-orange-tds-dt20230424203003757451.pdf?1682368205", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7494/hog-orange-pmb-2948-dt20230711163800451363-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2948/hog-orange", + "scraped_at": "2026-04-30T20:43:37.219Z" + }, + { + "sku": "PMB-2951", + "color_name": "Class B Silver", + "description": "Class B Silver is a light pink/silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerParisian DivinePosh RoséArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.43 + }, + { + "min": 50, + "max": 199, + "price": 14.66 + }, + { + "min": 200, + "max": null, + "price": 13.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3306/pmb-2951-class-b-silver-tds-dt20230911214611073353.pdf?1694468772", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1089/class-b-silver-pmb-2951-dt20201111162343088-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2951/class-b-silver", + "scraped_at": "2026-04-30T20:43:56.059Z" + }, + { + "sku": "PMB-2956", + "color_name": "Blue Gill", + "description": "Blue Gill is a rich blue with a fine metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.48 + }, + { + "min": 50, + "max": 199, + "price": 14.71 + }, + { + "min": 200, + "max": null, + "price": 13.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1091/blue-gill-pmb-2956-dt20211021152051833-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2956/blue-gill", + "scraped_at": "2026-04-30T20:44:12.545Z" + }, + { + "sku": "PMB-2957", + "color_name": "PURPLE UNDERSIDE", + "description": "Purple Underside is muted periwinkle polyester with pink metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7977/pmb-2957-purple-underside-dt2026010719323789171.pdf?1767814359", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1093/purple-underside-pmb-2957-dt20260128233749311188-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2957/purple-underside", + "scraped_at": "2026-04-30T20:44:24.161Z" + }, + { + "sku": "PMB-2958", + "color_name": "Amethyst", + "description": "Amethyst is a medium purple metallic with a consistent silver shimmer. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Grapesicle PSS-2937 Vein (Satin): Lavender/Silver PVB-8115 Metallic (Gloss): Lavender Mist PMB-6943 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.48 + }, + { + "min": 50, + "max": 199, + "price": 19.46 + }, + { + "min": 200, + "max": null, + "price": 18.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1095/amethyst-pmb-2958-dt20210420174910295-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2958/amethyst", + "scraped_at": "2026-04-30T20:44:39.244Z" + }, + { + "sku": "PMB-2962", + "color_name": "Uh-Oh Orange", + "description": "Uh-Oh Orange is a citrus orange metallic polyester and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.56 + }, + { + "min": 50, + "max": 199, + "price": 18.58 + }, + { + "min": 200, + "max": null, + "price": 17.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2453/pmb-2962-uh-oh-orange-tds-dt20230807184740552834.pdf?1691434062", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7496/uh-oh-orange-pmb-2962-dt20231101160635452415-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2962/uh-oh-orange", + "scraped_at": "2026-04-30T20:44:53.756Z" + }, + { + "sku": "PMB-2963", + "color_name": "HYPNOTIC TWILIGHT", + "description": "Hypnotic Twilight is a dark burgundy metallic polyester with a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.77 + }, + { + "min": 50, + "max": 199, + "price": 17.83 + }, + { + "min": 200, + "max": null, + "price": 16.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2126/pmb-2963-hypnotic-twilight-tds-dt20230424203311515121.pdf?1682368393", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9132/hypnotic-twilight-pmb-2963-dt20230711171220370041-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2963/hypnotic-twilight", + "scraped_at": "2026-04-30T20:45:09.150Z" + }, + { + "sku": "PMB-2964", + "color_name": "MELDED MAROON", + "description": "Melded Maroon is a deep brown burgundy metallic polyester with a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.94 + }, + { + "min": 50, + "max": 199, + "price": 11.39 + }, + { + "min": 200, + "max": null, + "price": 10.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9134/melded-maroon-pmb-2964-dt20230711145317174321-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2964/melded-maroon", + "scraped_at": "2026-04-30T20:45:25.841Z" + }, + { + "sku": "PMB-2966", + "color_name": "Aurora's Apple", + "description": "Aurora's Apple is a red apple polyester metallic with intense pearlescent sheen and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.79 + }, + { + "min": 50, + "max": 199, + "price": 15.95 + }, + { + "min": 200, + "max": null, + "price": 15.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7498/aurora-pmb-2966-dt20231101161940257976-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2966/auroras-apple", + "scraped_at": "2026-04-30T20:45:38.307Z" + }, + { + "sku": "PMB-2968", + "color_name": "White Mirage", + "description": "White Mirage is a bright white that has silver and rainbow like metallic flakes. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.68 + }, + { + "min": 50, + "max": 199, + "price": 15.85 + }, + { + "min": 200, + "max": null, + "price": 15.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1097/white-mirage-pmb-2968-dt20181030213215515-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2968/white-mirage", + "scraped_at": "2026-04-30T20:45:49.593Z" + }, + { + "sku": "PMB-2969", + "color_name": "Yellow Mirage", + "description": "Yellow Mirage is a bright yellow with a green and yellow metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.15 + }, + { + "min": 50, + "max": 199, + "price": 19.14 + }, + { + "min": 200, + "max": null, + "price": 18.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1099/yellow-mirage-pmb-2969-dt20250813175356000799-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2969/yellow-mirage", + "scraped_at": "2026-04-30T20:46:06.216Z" + }, + { + "sku": "PMB-2985", + "color_name": "PURPLE MIRAGE", + "description": "Purple Mirage is a slightly dull purple with a rainbow like metallic appearance. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.95 + }, + { + "min": 50, + "max": 199, + "price": 21.8 + }, + { + "min": 200, + "max": null, + "price": 20.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2243/pmb-2985-purple-mirage-tds-dt20230503202445986761.pdf?1683145487", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1101/purple-mirage-pmb-2985-dt20190611181940619-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2985/purple-mirage", + "scraped_at": "2026-04-30T20:46:24.885Z" + }, + { + "sku": "PMB-2986", + "color_name": "Blue Mirage", + "description": "Blue Mirage is a deep blue with a heavy rainbow like metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.8 + }, + { + "min": 50, + "max": 199, + "price": 19.76 + }, + { + "min": 200, + "max": null, + "price": 18.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6823/pmb-2986-blue-mirage-dt20240823192119941211.pdf?1724440881", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1103/blue-mirage-pmb-2986-dt20210208172611124-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2986/blue-mirage", + "scraped_at": "2026-04-30T20:46:37.280Z" + }, + { + "sku": "PMB-2988", + "color_name": "Orange Mirage", + "description": "Orange Mirage is a medium shade of orange with a silver metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.53 + }, + { + "min": 50, + "max": 199, + "price": 22.35 + }, + { + "min": 200, + "max": null, + "price": 21.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1107/orange-mirage-pmb-2988-dt2018101722172786-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2988/orange-mirage", + "scraped_at": "2026-04-30T20:46:49.656Z" + }, + { + "sku": "PMB-2997", + "color_name": "Bamboozled Blue", + "description": "Bamboozled Blue is a silver blue metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.57 + }, + { + "min": 50, + "max": 199, + "price": 17.64 + }, + { + "min": 200, + "max": null, + "price": 16.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2526/pmb-2997-bamboozled-blue-tds-dt20230809164706238207.pdf?1691599628", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1109/bamboozled-blue-pmb-2997-dt20180917195916237-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2997/bamboozled-blue", + "scraped_at": "2026-04-30T20:47:05.915Z" + }, + { + "sku": "PMB-3000", + "color_name": "NOCTURNAL GOLD", + "description": "Nocturnal Gold is a black metallic with and a gold and silver flake. The gold flake is dominant and the silver flake is more subtle. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.81 + }, + { + "min": 50, + "max": 199, + "price": 11.22 + }, + { + "min": 200, + "max": null, + "price": 10.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1111/nocturnal-gold-pmb-3000-dt20250714151418553025-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3000/nocturnal-gold", + "scraped_at": "2026-04-30T20:47:19.826Z" + }, + { + "sku": "PMB-3001", + "color_name": "Cinnamon Roll", + "description": "Cinnamon Roll is a light brown polyester metallic with warm golden flakes and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.84 + }, + { + "min": 50, + "max": 199, + "price": 14.1 + }, + { + "min": 200, + "max": null, + "price": 13.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9135/cinnamon-roll-pmb-3001-dt20250602212150961725-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3001/cinnamon-roll", + "scraped_at": "2026-04-30T20:47:31.974Z" + }, + { + "sku": "PMB-3020", + "color_name": "TRANSFUSION", + "description": "Transfusion is a bright red with fine metallic flakes. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.37 + }, + { + "min": 50, + "max": 199, + "price": 18.4 + }, + { + "min": 200, + "max": null, + "price": 17.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7611/pmb-3020-transfusion-dt20251015160146381211.pdf?1760544108", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1113/transfusion-pmb-3020-dt20181026220152521-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3020/transfusion", + "scraped_at": "2026-04-30T20:47:47.933Z" + }, + { + "sku": "PMB-3027", + "color_name": "SKYWAY", + "description": "Skyway is a deep blue with a light metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.19 + }, + { + "min": 50, + "max": 199, + "price": 15.38 + }, + { + "min": 200, + "max": null, + "price": 14.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1115/skyway-pmb-3027-dt20200410162422957-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3027/skyway", + "scraped_at": "2026-04-30T20:48:04.290Z" + }, + { + "sku": "PMB-3028", + "color_name": "MAD HATTER", + "description": "Mad Hatter is a rich blue metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.4 + }, + { + "min": 50, + "max": 199, + "price": 14.63 + }, + { + "min": 200, + "max": null, + "price": 13.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1117/mad-hatter-pmb-3028-dt20260325180321785688-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3028/mad-hatter", + "scraped_at": "2026-04-30T20:48:21.272Z" + }, + { + "sku": "PMB-3030", + "color_name": "BROWN TROUT", + "description": "Brown Trout is an orange, brown polyester metallic that has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.8 + }, + { + "min": 50, + "max": 199, + "price": 15.01 + }, + { + "min": 200, + "max": null, + "price": 14.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9138/brown-trout-pmb-3030-dt20231102160816945847-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3030/brown-trout", + "scraped_at": "2026-04-30T20:48:37.510Z" + }, + { + "sku": "PMB-3036", + "color_name": "NESTER", + "description": "Nester is a pinkish red metallic. This color is a polyester metallic powder coat and has a glossy finish. Color will change when clear top coat is applied. Gloss: 71-85 Gloss Units Due to the specific pigment used in this product, a clear or other top coat may dramatically change the color. Spray a test piece to ensure that the final color meets your requirements. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH NESTER View Details View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.97 + }, + { + "min": 50, + "max": 149, + "price": 18.97 + }, + { + "min": 150, + "max": null, + "price": 17.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1119/nester-pmb-3036-dt20181018215300915-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3036/nester", + "scraped_at": "2026-04-30T20:48:51.834Z" + }, + { + "sku": "PMB-3045", + "color_name": "BLUE GOLD DUST", + "description": "Blue Gold Dust is a classic blue with gold metallic polyester and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.16 + }, + { + "min": 50, + "max": 199, + "price": 16.3 + }, + { + "min": 200, + "max": null, + "price": 15.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7398/pmb-3045-blue-gold-dust-dt20250630192813553875.pdf?1751311695", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1121/gold-dust-pmb-3045-dt20260116214807541686-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3045/blue-gold-dust", + "scraped_at": "2026-04-30T20:49:04.804Z" + }, + { + "sku": "PMB-3071", + "color_name": "Gearhead Blue", + "description": "Gearhead Blue is a slate blue metallic with a heavy silver sparkle. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.7 + }, + { + "min": 50, + "max": 199, + "price": 15.87 + }, + { + "min": 200, + "max": null, + "price": 15.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1123/gearhead-blue-pmb-3071-dt20181008213025473-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3071/gearhead-blue", + "scraped_at": "2026-04-30T20:49:23.228Z" + }, + { + "sku": "PMB-3072", + "color_name": "Poncho Blue", + "description": "Poncho Blue is a grayish-blue base with a heavy metallic flake. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.19 + }, + { + "min": 50, + "max": 199, + "price": 15.38 + }, + { + "min": 200, + "max": null, + "price": 14.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1125/poncho-blue-pmb-3072-dt20180927205057635-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3072/poncho-blue", + "scraped_at": "2026-04-30T20:49:36.799Z" + }, + { + "sku": "PMB-3075", + "color_name": "Orange Mythos", + "description": "Orange Mythos is a bronze metallic polyester with a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.2 + }, + { + "min": 50, + "max": 199, + "price": 17.29 + }, + { + "min": 200, + "max": null, + "price": 16.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9139/orange-mythos-pmb-3075-dt2023072514595631176-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3075/orange-mythos", + "scraped_at": "2026-04-30T20:49:50.330Z" + }, + { + "sku": "PMB-3078", + "color_name": "BULLSEYE", + "description": "Bullseye is a bright red color with a subtle metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.8 + }, + { + "min": 50, + "max": 199, + "price": 14.06 + }, + { + "min": 200, + "max": null, + "price": 13.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3700/pmb-3078-bullseye-tds-dt20230921211633631619.pdf?1695330995", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1127/bullseye-pmb-3078-dt20210324155708572-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3078/bullseye", + "scraped_at": "2026-04-30T20:50:04.059Z" + }, + { + "sku": "PMB-3082", + "color_name": "Alex The Grape", + "description": "Alex The Grape is a grape purple metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.39 + }, + { + "min": 50, + "max": 199, + "price": 18.42 + }, + { + "min": 200, + "max": null, + "price": 17.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1129/alex-the-grape-pmb-3082-dt20200522150244283-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3082/alex-the-grape", + "scraped_at": "2026-04-30T20:50:15.062Z" + }, + { + "sku": "PMB-3087", + "color_name": "Chrome Blue", + "description": "Chrome Blue is a sleek teal blue with a faint silver metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.5 + }, + { + "min": 50, + "max": 199, + "price": 18.53 + }, + { + "min": 200, + "max": null, + "price": 17.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1131/chrome-blue-pmb-3087-dt20210412171006664-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3087/chrome-blue", + "scraped_at": "2026-04-30T20:50:26.255Z" + }, + { + "sku": "PMB-3091", + "color_name": "DESMO", + "description": "Desmo is a dark silver with a soft black metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.56 + }, + { + "min": 50, + "max": 199, + "price": 16.68 + }, + { + "min": 200, + "max": null, + "price": 15.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1133/desmo-pmb-3091-dt20210217153202919-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3091/desmo", + "scraped_at": "2026-04-30T20:50:41.481Z" + }, + { + "sku": "PMB-3093", + "color_name": "PEARL FROST", + "description": "Pearl Frost is an off-white metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.91 + }, + { + "min": 50, + "max": 199, + "price": 16.06 + }, + { + "min": 200, + "max": null, + "price": 15.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1135/pearl-frost-pmb-3093-dt20250722204103104501-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3093/pearl-frost", + "scraped_at": "2026-04-30T20:50:55.536Z" + }, + { + "sku": "PMB-3096", + "color_name": "POLAR ANXIETY", + "description": "Polar Anxiety is a white with a fine red metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.91 + }, + { + "min": 50, + "max": 199, + "price": 16.06 + }, + { + "min": 200, + "max": null, + "price": 15.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1137/polar-anxiety-pmb-3096-dt20181019203801093-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3096/polar-anxiety", + "scraped_at": "2026-04-30T20:51:12.940Z" + }, + { + "sku": "PMB-4024", + "color_name": "Bombastic", + "description": "Bombastic is a dark blue with an extremely heavy silver metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.78 + }, + { + "min": 50, + "max": 199, + "price": 15.94 + }, + { + "min": 200, + "max": null, + "price": 15.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2495/pmb-4024-bombastic-tds-dt20230808205453928284.pdf?1691528095", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1143/bombastic-pmb-4024-dt20180924153428252-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4024/bombastic", + "scraped_at": "2026-04-30T20:51:29.038Z" + }, + { + "sku": "PMB-4036", + "color_name": "LAVENDER HAZE", + "description": "Lavender Haze is a sparkling lavender metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.64 + }, + { + "min": 50, + "max": 199, + "price": 22.46 + }, + { + "min": 200, + "max": null, + "price": 21.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1145/lavender-haze-pmb-4036-dt20181010202217359-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4036/lavender-haze", + "scraped_at": "2026-04-30T20:51:42.896Z" + }, + { + "sku": "PMB-4050", + "color_name": "TANGERINE", + "description": "Tangerine is a bright orange with an extremely fine metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.02 + }, + { + "min": 50, + "max": 199, + "price": 16.17 + }, + { + "min": 200, + "max": null, + "price": 15.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1155/tangerine-pmb-4050-dt20181026212411999-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4050/tangerine", + "scraped_at": "2026-04-30T20:52:54.301Z" + }, + { + "sku": "PMB-4053", + "color_name": "Walts Gold", + "description": "Walts Gold is a true gold with a heavy metallic flake. This color is an epoxy-polyester hybrid metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units This color is not recommended for exterior exposure with our applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.24 + }, + { + "min": 50, + "max": 199, + "price": 15.43 + }, + { + "min": 200, + "max": null, + "price": 14.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5690/pmb-4053-walts-gold-tds-dt20240212195716459095.pdf?1707767839", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1157/walts-gold-pmb-4053-dt20250715165559068189-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4053/walts-gold", + "scraped_at": "2026-04-30T20:53:06.911Z" + }, + { + "sku": "PMB-4055", + "color_name": "LIMITED EDITION", + "description": "Limited Edition is a rich fancy gold metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.07 + }, + { + "min": 50, + "max": 199, + "price": 19.07 + }, + { + "min": 200, + "max": null, + "price": 18.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8112/pmb-4055-limited-edition-dt20260202204408092182.pdf?1770065049", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1161/limited-edition-pmb-4055-dt20250611205041574911-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4055/limited-edition", + "scraped_at": "2026-04-30T20:53:19.063Z" + }, + { + "sku": "PMB-4059", + "color_name": "Blue Jeans", + "description": "Blue Jeans is a dark teal polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.61 + }, + { + "min": 50, + "max": 199, + "price": 19.58 + }, + { + "min": 200, + "max": null, + "price": 18.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8226/pmb-4059-blue-jeans-dt20260318165834426368.pdf?1773853116", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7506/blue-jeans-pmb-4059-dt2026010522024460203-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4059/blue-jeans", + "scraped_at": "2026-04-30T20:53:32.736Z" + }, + { + "sku": "PMB-4065", + "color_name": "Blue Skies", + "description": "Blue Skies is a medium slate blue with a fine metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.97 + }, + { + "min": 50, + "max": 199, + "price": 13.27 + }, + { + "min": 200, + "max": null, + "price": 12.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1163/blue-skies-pmb-4065-dt20211103183734506-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4065/blue-skies", + "scraped_at": "2026-04-30T20:53:47.793Z" + }, + { + "sku": "PMB-4093", + "color_name": "Orange Blast", + "description": "Orange Blast is a bright citrus orange metallic polyurethane with a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.23 + }, + { + "min": 50, + "max": 199, + "price": 18.27 + }, + { + "min": 200, + "max": null, + "price": 17.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2127/pmb-4093-orange-blast-tds-dt20230424204007669468.pdf?1682368809", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7508/orange-blast-pmb-4093-dt20230725145507902975-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4093/orange-blast", + "scraped_at": "2026-04-30T20:54:04.033Z" + }, + { + "sku": "PMB-4100", + "color_name": "GALLANT GREEN", + "description": "Gallant Green is a pale yellow-green with a soft silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.79 + }, + { + "min": 50, + "max": 199, + "price": 15.95 + }, + { + "min": 200, + "max": null, + "price": 15.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2411/pmb-4100-gallant-green-tds-dt20230802214108229913.pdf?1691012470", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/6178/gallant-green-pmb-4100-dt20180719175834938-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4100/gallant-green", + "scraped_at": "2026-04-30T20:54:17.736Z" + }, + { + "sku": "PMB-4101", + "color_name": "Gorange", + "description": "Gorange is a bright orange with a heavy metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.21 + }, + { + "min": 50, + "max": 199, + "price": 16.35 + }, + { + "min": 200, + "max": null, + "price": 15.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2951/pmb-4101-gorange-tds-dt202308242154120967.pdf?1692914054", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/6180/gorange-pmb-4101-dt20200724211857518-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4101/gorange", + "scraped_at": "2026-04-30T20:54:37.386Z" + }, + { + "sku": "PMB-4102", + "color_name": "BRASS METALLIC", + "description": "Brass Metallic is a very dark brass metallic with a fine green and orange flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5301/pmb-4102-brass-metallic-tds-dt20231204203711500452.pdf?1701722235", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1165/brass-metallic-pmb-4102-dt20180906204958475-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4102/brass-metallic", + "scraped_at": "2026-04-30T20:54:49.317Z" + }, + { + "sku": "PMB-4103", + "color_name": "PURPLE METALLIC", + "description": "Purple Metallic is a very dark purple metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Do I need a primer or first coat for the purple metallic powder? - Joshua Lopez 08/16/21 05:17 pm Answer: You do not! Purple Metallic (PMB-4103) is considered a metallic base coat in itself and does not require the use of another base coat/primer to achieve the finish and color you see on the product page. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2244/pmb-4103-purple-metallic-tds-dt20230503202617055448.pdf?1683145578", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1167/purple-metallic-pmb-4103-dt20250530173003877764-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4103/purple-metallic", + "scraped_at": "2026-04-30T20:55:01.855Z" + }, + { + "sku": "PMB-4104", + "color_name": "MOSS METALLIC", + "description": "Moss Metallic is a dark forest green and black combination with a heavy metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5300/pmb-4104-moss-metallic-tds-dt20231204203519045524.pdf?1701722121", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1169/moss-metallic-pmb-4104-dt20180904214920769-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4104/moss-metallic", + "scraped_at": "2026-04-30T20:55:18.513Z" + }, + { + "sku": "PMB-4105", + "color_name": "Black Metallic", + "description": "Black Metallic is a rich black base with a heavy metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerMajestic ShadowsArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH BLACK METALLIC View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.28 + }, + { + "min": 50, + "max": 199, + "price": 11.67 + }, + { + "min": 200, + "max": null, + "price": 11.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5299/pmb-4105-black-metallic-tds-dt2023120420335424232.pdf?1701722036", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1171/black-metallic-pmb-4105-dt20250602211516258358-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4105/black-metallic", + "scraped_at": "2026-04-30T20:55:29.518Z" + }, + { + "sku": "PMB-4106", + "color_name": "BURGUNDY METALLIC", + "description": "Burgundy Metallic is a dark burgundy with a black metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5298/pmb-4106-burgundy-metallic-tds-dt20231204203216495832.pdf?1701721939", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1173/burgundy-metallic-pmb-4106-dt20191114213926288-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4106/burgundy-metallic", + "scraped_at": "2026-04-30T20:55:45.251Z" + }, + { + "sku": "PMB-4107", + "color_name": "ROOTBEER METALLIC", + "description": "Rootbeer Metallic is a dark brown rootbeer metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1175/rootbeer-metallic-pmb-4107-dt20180914181515914-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4107/rootbeer-metallic", + "scraped_at": "2026-04-30T20:56:01.166Z" + }, + { + "sku": "PMB-4108", + "color_name": "BRONZE METALLIC", + "description": "Bronze Metallic is a very dark bronze metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerBurnished TreasuresArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8127/pmb-4108-bronze-metallic-dt20260206222441420162.pdf?1770416683", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1177/bronze-metallic-pmb-4108-dt20260420144729156163-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4108/bronze-metallic", + "scraped_at": "2026-04-30T20:56:20.397Z" + }, + { + "sku": "PMB-4109", + "color_name": "Black Cherry", + "description": "Black Cherry is a very dark burgundy metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5296/pmb-4109-black-cherry-tds-dt20231204202906853619.pdf?1701721749", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1179/black-cherry-pmb-4109-dt20250623222546135455-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4109/black-cherry", + "scraped_at": "2026-04-30T20:56:29.231Z" + }, + { + "sku": "PMB-4112", + "color_name": "Red Gold", + "description": "Red Gold is a medium red with a fine gold metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.56 + }, + { + "min": 50, + "max": 199, + "price": 13.83 + }, + { + "min": 200, + "max": null, + "price": 13.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7569/pmb-4112-red-gold-dt20251006193011759789.pdf?1759779013", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1181/red-gold-pmb-4112-dt20180719195143154-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4112/red-gold", + "scraped_at": "2026-04-30T20:56:43.751Z" + }, + { + "sku": "PMB-4113", + "color_name": "Crystal Blue", + "description": "Crystal Blue is a bright blue with a blue metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.94 + }, + { + "min": 50, + "max": 199, + "price": 13.24 + }, + { + "min": 200, + "max": null, + "price": 12.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1183/crystal-blue-pmb-4113-dt20200518223724901-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4113/crystal-blue", + "scraped_at": "2026-04-30T20:56:58.624Z" + }, + { + "sku": "PMB-4114", + "color_name": "Frosty Pink", + "description": "Frosty Pink is a light pink with a slight metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.9 + }, + { + "min": 50, + "max": 199, + "price": 17.01 + }, + { + "min": 200, + "max": null, + "price": 16.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3255/pmb-4114-frosty-pink-tds-dt20230911150643066568.pdf?1694444805", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1185/frosty-pink-pmb-4114-dt20250710203438328201-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4114/frosty-pink", + "scraped_at": "2026-04-30T20:57:12.802Z" + }, + { + "sku": "PMB-4115", + "color_name": "Pearl Pink", + "description": "Pearl Pink is a Barbie pink with a soft pearl metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.09 + }, + { + "min": 50, + "max": 199, + "price": 20.04 + }, + { + "min": 200, + "max": null, + "price": 18.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1187/pearl-pink-pmb-4115-dt2018101721145859-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4115/pearl-pink", + "scraped_at": "2026-04-30T20:57:28.107Z" + }, + { + "sku": "PMB-4116", + "color_name": "Sparkling Pink", + "description": "Sparkling Pink is a Barbie pink with a soft satin metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Metallic (Semi-Gloss): Cherry Blossom Pink PMB-1371 Metallic (Gloss): Frosty Pink PMB-4114 Solid Tone (High Gloss): Rosette Pink PSS-1670 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.91 + }, + { + "min": 50, + "max": 199, + "price": 19.86 + }, + { + "min": 200, + "max": null, + "price": 18.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3262/pmb-4116-sparkling-pink-tds-dt20230911152058724418.pdf?1694445660", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1189/sparkling-pink-pmb-4116-dt20181025205817804-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4116/sparkling-pink", + "scraped_at": "2026-04-30T20:57:45.304Z" + }, + { + "sku": "PMB-4117", + "color_name": "Baby Blue Sparkle", + "description": "Baby Blue Sparkle is a sky blue color with a fine silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.82 + }, + { + "min": 50, + "max": 199, + "price": 17.88 + }, + { + "min": 200, + "max": null, + "price": 16.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7349/pmb-4117-baby-blue-sparkle-dt20250513213510762858.pdf?1747172115", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1191/baby-blue-sparkle-pmb-4117-dt20250926170943260115-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4117/baby-blue-sparkle", + "scraped_at": "2026-04-30T20:57:59.674Z" + }, + { + "sku": "PMB-4118", + "color_name": "BURGUNDY STARDUST", + "description": "Burgundy Stardust is a dark burgundy with a silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Metallic (Gloss): Woodberry Burgundy PMB-1658 Vein (Matte): Cherry/Silver PVB-2479 Vein (Semi-Gloss): Burgundy/Silver PVB-8121 Solid Tone (Gloss): Bing Cherry PSS-0645 River (Gloss): Bing Cherry River PRB-1015 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.06 + }, + { + "min": 50, + "max": 199, + "price": 13.36 + }, + { + "min": 200, + "max": null, + "price": 12.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1193/burgundy-stardust-pmb-4118-dt2018083120521323-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4118/burgundy-stardust", + "scraped_at": "2026-04-30T20:58:15.529Z" + }, + { + "sku": "PMB-4119", + "color_name": "Raspberry Red", + "description": "Raspberry Red is a smooth red with an iridescent pinkish/purple hue. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.76 + }, + { + "min": 50, + "max": 199, + "price": 16.87 + }, + { + "min": 200, + "max": null, + "price": 15.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1195/raspberry-red-pmb-4119-dt20250310162318804043-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4119/raspberry-red", + "scraped_at": "2026-04-30T20:58:28.517Z" + }, + { + "sku": "PMB-4120", + "color_name": "Double Bronzed", + "description": "Double Bronzed is a very dark bronze with a fine gold metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1197/double-bronzed-pmb-4120-dt20180917212155332-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4120/double-bronzed", + "scraped_at": "2026-04-30T20:58:42.740Z" + }, + { + "sku": "PMB-4121", + "color_name": "Garnet Red", + "description": "Garnet Red is a rich red metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.17 + }, + { + "min": 50, + "max": 199, + "price": 14.41 + }, + { + "min": 200, + "max": null, + "price": 13.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8114/pmb-4121-garnet-red-dt20260205160704422988.pdf?1770307626", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1199/garnet-red-pmb-4121-dt20250310155020276255-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4121/garnet-red", + "scraped_at": "2026-04-30T20:58:53.823Z" + }, + { + "sku": "PMB-4122", + "color_name": "Sable Black", + "description": "Sable Black is a rich black with a metallic that fluctuates in silver and green tones. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6013/pmb-4122-sable-black-tds-dt20240401203216167924.pdf?1712003538", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1201/sable-black-pmb-4124-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4122/sable-black", + "scraped_at": "2026-04-30T20:59:08.341Z" + }, + { + "sku": "PMB-4123", + "color_name": "MISTY KRANBERRY", + "description": "Misty Kranberry is a dark burgundy with a hint of purple and a heavy metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.42 + }, + { + "min": 50, + "max": 199, + "price": 11.8 + }, + { + "min": 200, + "max": null, + "price": 11.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3448/pmb-4123-misty-kranberry-tds-dt20230914221217228398.pdf?1694729539", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1203/misty-kranberry-pmb-4123-dt20181015223126838-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4123/misty-kranberry", + "scraped_at": "2026-04-30T20:59:21.869Z" + }, + { + "sku": "PMB-4124", + "color_name": "BRONZE CHROME", + "description": "Bronze Chrome is a striking bronze/gold with shimmering gold metallics. This color is a polyester metallic powder coat and has a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerBronze MedalArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.46 + }, + { + "min": 50, + "max": 199, + "price": 12.79 + }, + { + "min": 200, + "max": null, + "price": 12.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5457/pmb-4124-bronze-chrome-tds-dt20240102184141182389.pdf?1704220904", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1205/bronze-chrome-pmb-4124-dt20250520194111560695-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4124/bronze-chrome", + "scraped_at": "2026-04-30T20:59:36.645Z" + }, + { + "sku": "PMB-4128", + "color_name": "Red Sparkle", + "description": "Red Sparkle is a rich red polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.62 + }, + { + "min": 50, + "max": 199, + "price": 18.64 + }, + { + "min": 200, + "max": null, + "price": 17.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8157/pmb-4128-red-sparkle-dt2026030420235031813.pdf?1772655832", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7510/red-sparkle-pmb-4128-dt20260116222426382823-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4128/red-sparkle", + "scraped_at": "2026-04-30T20:59:52.174Z" + }, + { + "sku": "PMB-4129", + "color_name": "Pearl Yellow", + "description": "Pearl Yellow is a bright yellow with a soft metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.95 + }, + { + "min": 50, + "max": 199, + "price": 19.9 + }, + { + "min": 200, + "max": null, + "price": 18.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1207/pearl-yellow-pmb-4129-dt20250813180825734093-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4129/pearl-yellow", + "scraped_at": "2026-04-30T21:00:04.246Z" + }, + { + "sku": "PMB-4130", + "color_name": "PEARL SPARKLE", + "description": "Pearl Sparkle is a bright white with a heavy pearl metallic sparkle. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH PEARL SPARKLE View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: I need to know on foreign orders, will we have custom duty charges? Transport charges? What documents are needed? MSDS? - Ne Integrated Sdn Bhd 04/08/19 10:36 pm Answer: With the exception of Canadian orders, yes there can be some other duties or taxes that may be due at customs. We can provide whatever documentation is required. SDS documentation is available on this product page. There is a button to the left of the product image for the SDS. - Prismatic Support Question: I'm looking for something reflective, would this work? - Bill Mcconnell 02/18/19 11:37 pm Answer: Polar Sparkle is metallic so it will have some twinkle to it. but it's not what is considered \"retro-reflective\". - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.28 + }, + { + "min": 50, + "max": 199, + "price": 11.67 + }, + { + "min": 200, + "max": null, + "price": 11.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3702/pmb-4130-pearl-sparkle-tds-dt20230921212426702732.pdf?1695331468", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1209/pearl-sparkle-pmb-4130-dt20250729193508361198-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4130/pearl-sparkle", + "scraped_at": "2026-04-30T21:00:19.568Z" + }, + { + "sku": "PMB-4131", + "color_name": "Sparkling Yellow", + "description": "Sparkling Yellow is a bright yellow with a fine silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.97 + }, + { + "min": 50, + "max": 199, + "price": 19.92 + }, + { + "min": 200, + "max": null, + "price": 18.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1211/sparkling-yellow-pmb-4131-dt20250813175512987968-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4131/sparkling-yellow", + "scraped_at": "2026-04-30T21:00:31.572Z" + }, + { + "sku": "PMB-4132", + "color_name": "PUMPKIN GOLD", + "description": "Pumpkin Gold is a bright orange with a gold metallic. This color is a polyurethane metallic powder coat and has a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.01 + }, + { + "min": 50, + "max": 199, + "price": 16.16 + }, + { + "min": 200, + "max": null, + "price": 15.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1213/pumpkin-gold-pmb-4132-dt20250902201155831532-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4132/pumpkin-gold", + "scraped_at": "2026-04-30T21:00:44.594Z" + }, + { + "sku": "PMB-4134", + "color_name": "GOLD LEAF", + "description": "Gold Leaf if a dark red autumn metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1215/gold-leaf-pmb-4134-dt20180719180635483-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4134/gold-leaf", + "scraped_at": "2026-04-30T21:00:58.120Z" + }, + { + "sku": "PMB-4135", + "color_name": "RUSTIC GOLD", + "description": "Rustic Gold is a tan/brown gold metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Rust Brown PSS-4350 Solid Tone (Gloss): Mohave Brown PSB-4818 Metallic (Gloss): Southern Copper PMB-1315 / Rusty Brown PMB-6446 / Wet Copper Lipstick PMB-2897 Metallic (Semi-Gloss): Cocoa Surprise PMB-2670 / Pixie Copper PMB-2390 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.61 + }, + { + "min": 50, + "max": 199, + "price": 15.78 + }, + { + "min": 200, + "max": null, + "price": 14.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1217/rustic-gold-pmb-4135-dt20220103230755576-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4135/rustic-gold", + "scraped_at": "2026-04-30T21:01:13.425Z" + }, + { + "sku": "PMB-4139", + "color_name": "SLATE METALLIC", + "description": "Slate Metallic is a black color with a fine white/silver metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7638/pmb-4139-slate-metallic-dt20251022162922902486.pdf?1761150564", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1219/slate-metallic-pmb-4139-dt2018091421301984-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4139/slate-metallic", + "scraped_at": "2026-04-30T21:01:30.091Z" + }, + { + "sku": "PMB-4141", + "color_name": "Cream Soda Blue", + "description": "Cream Soda Blue is a medium blue shaded base with a heavy blue and silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.83 + }, + { + "min": 50, + "max": 199, + "price": 15.04 + }, + { + "min": 200, + "max": null, + "price": 14.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6940/pmb-4141-cream-soda-blue-dt2024102918205456008.pdf?1730226056", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1221/cream-soda-blue-pmb-4141-dt20200518145355187-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4141/cream-soda-blue", + "scraped_at": "2026-04-30T21:01:48.219Z" + }, + { + "sku": "PMB-4142", + "color_name": "LAZER MIDNIGHT", + "description": "Lazer Midnight is a dark navy blue with a heavy medium blue metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5293/pmb-4142-lazer-midnight-tds-dt20231204202405351588.pdf?1701721447", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1223/lazer-midnight-pmb-4142-dt20190430160223509-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4142/lazer-midnight", + "scraped_at": "2026-04-30T21:02:04.214Z" + }, + { + "sku": "PMB-4143", + "color_name": "GLAMOUR MIDNIGHT", + "description": "Glamour Midnight is a deep, dark blue metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1225/glamour-midnight-pmb-4143-dt20180830221535949-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4143/glamour-midnight", + "scraped_at": "2026-04-30T21:02:16.519Z" + }, + { + "sku": "PMB-4144", + "color_name": "RASPBERRY TORTE", + "description": "Raspberry Torte is a dark red/pink with a silver metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Dark Mauve PSS-6560 River (Semi-Gloss): Dusty Rose River PRB-1942 Vein (Satin): Raspberry Vein PVB-8120 Metallic (High Gloss): Sparkling Rose PMB-4164 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.14 + }, + { + "min": 50, + "max": 199, + "price": 19.13 + }, + { + "min": 200, + "max": null, + "price": 18.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1227/raspberry-torte-pmb-4144-dt20181019220843167-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4144/raspberry-torte", + "scraped_at": "2026-04-30T21:02:32.722Z" + }, + { + "sku": "PMB-4145", + "color_name": "Lazer Blue", + "description": "Lazer Blue is a deep blue with a heavy dark blue metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5292/pmb-4145-lazer-blue-tds-dt20231204202147203393.pdf?1701721309", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1229/lazer-blue-pmb-4145-dt20181012202437528-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4145/lazer-blue", + "scraped_at": "2026-04-30T21:02:46.665Z" + }, + { + "sku": "PMB-4147", + "color_name": "LAZER EMERALD", + "description": "Lazer Emerald is a dark forest green and black metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5307/pmb-4147-lazer-emerald-tds-dt20231204225133513908.pdf?1701730295", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1233/lazer-emerald-pmb-4147-dt20230717173049043189-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4147/lazer-emerald", + "scraped_at": "2026-04-30T21:03:00.827Z" + }, + { + "sku": "PMB-4149", + "color_name": "LAZER MARMALADE", + "description": "Lazer Marmalade is a dark bronze/gold/orange metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5306/pmb-4149-lazer-marmalade-tds-dt2023120422501425899.pdf?1701730216", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1235/lazer-marmalade-pmb-4149-dt20180914174701925-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4149/lazer-marmalade", + "scraped_at": "2026-04-30T21:03:16.897Z" + }, + { + "sku": "PMB-4150", + "color_name": "LAZER PURPLE", + "description": "Lazer Purple is a dark plum purple metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5305/pmb-4150-lazer-purple-tds-dt20231204224842717164.pdf?1701730124", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1237/lazer-purple-pmb-4150-dt20190611180008579-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4150/lazer-purple", + "scraped_at": "2026-04-30T21:03:34.061Z" + }, + { + "sku": "", + "color_name": "500", + "description": "", + "price_tiers": [], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://www.prismaticpowders.com/img/logo-brand.svg", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4151/lazer-copper", + "scraped_at": "2026-04-30T21:03:48.153Z" + }, + { + "sku": "PMB-4152", + "color_name": "LAZER BRONZE", + "description": "Lazer Bronze is a heavy bronze metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH LAZER BRONZE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5303/pmb-4152-lazer-bronze-tds-dt20231204224543447677.pdf?1701729945", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1241/lazer-bronze-pmb-4152-dt20200518152337964-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4152/lazer-bronze", + "scraped_at": "2026-04-30T21:04:04.170Z" + }, + { + "sku": "PMB-4155", + "color_name": "LAZER BURGUNDY", + "description": "Lazer Burgundy is a very dark burgundy with a fine metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1243/lazer-burgundy-pmb-4155-dt20180830224710625-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4155/lazer-burgundy", + "scraped_at": "2026-04-30T21:04:16.434Z" + }, + { + "sku": "PMB-4156", + "color_name": "LAZER DIAMOND", + "description": "Lazer Diamond is a dark grey/black base with a heavy metallic appearance. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.28 + }, + { + "min": 50, + "max": 199, + "price": 11.67 + }, + { + "min": 200, + "max": null, + "price": 11.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5302/pmb-4156-lazer-diamond-tds-dt2023120422411867404.pdf?1701729680", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1245/lazer-diamond-pmb-4156-dt2025070222202872588-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4156/lazer-diamond", + "scraped_at": "2026-04-30T21:04:34.486Z" + }, + { + "sku": "PMB-4157", + "color_name": "Blueberry Metallic", + "description": "Blueberry Metallic is a dark navy blue-black metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1247/blueberry-metallic-pmb-4159-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4157/blueberry-metallic", + "scraped_at": "2026-04-30T21:04:49.560Z" + }, + { + "sku": "PMB-4158", + "color_name": "Anodized Bronze", + "description": "Anodized Bronze is a medium bronze with a fine metallic flake. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.17 + }, + { + "min": 50, + "max": 199, + "price": 12.51 + }, + { + "min": 200, + "max": null, + "price": 11.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4719/pmb-4158-anodized-bronze-tds-dt20231120180921244539.pdf?1700503763", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1249/anodized-bronze-pmb-4158-dt20250616174951599563-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4158/anodized-bronze", + "scraped_at": "2026-04-30T21:04:58.857Z" + }, + { + "sku": "PMB-4159", + "color_name": "Silver Bronze", + "description": "Silver Bronze is a medium bronze with a fine silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.12 + }, + { + "min": 50, + "max": 199, + "price": 12.46 + }, + { + "min": 200, + "max": null, + "price": 11.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1251/silver-bronze-pmb-4159-dt20201222211638763-thumbnail.jpg?1608671800&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4159/silver-bronze", + "scraped_at": "2026-04-30T21:05:13.877Z" + }, + { + "sku": "PMB-4160", + "color_name": "Cherokee Bronze", + "description": "Cherokee Bronze is a dark bronze with a heavy gold metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1253/cherokee-bronze-pmb-4160-dt20251014142434592992-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4160/cherokee-bronze", + "scraped_at": "2026-04-30T21:05:28.071Z" + }, + { + "sku": "PMB-4161", + "color_name": "Wild Fuchsia", + "description": "Wild Fuchsia is a deep pink with a very fine metallic. This color is a polyester metallic powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.58 + }, + { + "min": 50, + "max": 199, + "price": 20.5 + }, + { + "min": 200, + "max": null, + "price": 19.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7785/pmb-4161-wild-fuchsia-dt20251229225522234751.pdf?1767048923", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1255/wild-fuchsia-pmb-4161-dt20260126191620169451-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4161/wild-fuchsia", + "scraped_at": "2026-04-30T21:05:36.722Z" + }, + { + "sku": "PMB-4162", + "color_name": "Wild Lilac", + "description": "Wild Lilac is a lilac purple with a faint purple metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Does this require a clear coat on top ? - Eduardo Ajpacaja 05/30/20 01:23 pm Answer: No, Wild Lilac does not require a clear top coat. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.01 + }, + { + "min": 50, + "max": 199, + "price": 14.26 + }, + { + "min": 200, + "max": null, + "price": 13.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7643/pmb-4162-wild-lilac-dt20251027161435107379.pdf?1761581677", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1257/wild-lilac-pmb-4162-dt20200817172521477-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4162/wild-lilac", + "scraped_at": "2026-04-30T21:05:52.275Z" + }, + { + "sku": "PMB-4163", + "color_name": "Wild Purple", + "description": "Wild Purple is a dark purple with a very fine metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Grape Ape PSS-0875 Texture (Matte): Grape Ape Texture PTB-8122 Metallic (Gloss): Midnight Plum PMB-0986 Metallic (Semi-Gloss): Purple Fury PMB-4173 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.8 + }, + { + "min": 50, + "max": 199, + "price": 15.96 + }, + { + "min": 200, + "max": null, + "price": 15.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1259/wild-purple-pmb-4163-dt20180719213537812-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4163/wild-purple", + "scraped_at": "2026-04-30T21:06:07.557Z" + }, + { + "sku": "PMB-4164", + "color_name": "SPARKLING ROSE", + "description": "Sparkling Rose is a rose red with a fine silver metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Dark Mauve PSS-6560 River (Semi-Gloss): Dusty Rose River PRB-1942 Vein (Satin): Raspberry Vein PVB-8120 Metallic (Semi-Gloss): Raspberry Torte PMB-4144 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.46 + }, + { + "min": 50, + "max": 199, + "price": 19.44 + }, + { + "min": 200, + "max": null, + "price": 18.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3734/pmb-4164-sparkling-rose-tds-dt20230922173937255584.pdf?1695404379", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1261/sparkling-rose-pmb-4164-dt20190416201950782-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4164/sparkling-rose", + "scraped_at": "2026-04-30T21:06:21.856Z" + }, + { + "sku": "PMB-4165", + "color_name": "KRANBERRY METALLIC", + "description": "Kranberry Metallic is a deep, dark, kranberry red with a fine metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1263/kranberry-metallic-pmb-4165-dt20200604174559401-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4165/kranberry-metallic", + "scraped_at": "2026-04-30T21:06:37.706Z" + }, + { + "sku": "PMB-4167", + "color_name": "LAZER CRYSTAL", + "description": "Lazer Crystal is a soft black base with a heavy black and light silver metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.28 + }, + { + "min": 50, + "max": 199, + "price": 11.67 + }, + { + "min": 200, + "max": null, + "price": 11.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5314/pmb-4167-lazer-crystal-tds-dt20231205170505746691.pdf?1701795908", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1267/lazer-crystal-pmb-4167-dt20250714150219850671-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4167/lazer-crystal", + "scraped_at": "2026-04-30T21:06:52.428Z" + }, + { + "sku": "PMB-4168", + "color_name": "CAMEO", + "description": "Cameo is an off-white with a fine metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.95 + }, + { + "min": 50, + "max": 199, + "price": 15.15 + }, + { + "min": 200, + "max": null, + "price": 14.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1269/cameo-pmb-4168-dt20190313224706381-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4168/cameo", + "scraped_at": "2026-04-30T21:07:09.048Z" + }, + { + "sku": "PMB-4169", + "color_name": "PLUM LILAC", + "description": "Plum Lilac is a rich plum with a fine metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.24 + }, + { + "min": 50, + "max": 199, + "price": 15.43 + }, + { + "min": 200, + "max": null, + "price": 14.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1271/plum-lilac-pmb-4169-dt20180907213142298-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4169/plum-lilac", + "scraped_at": "2026-04-30T21:07:22.518Z" + }, + { + "sku": "PMB-4170", + "color_name": "Outrageous Orange", + "description": "Outrageous Orange is a dark red/orange with a fine metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Really Red PSS-4416 Solid Tone (Eggshell): Dry Red PSB-6663 Texture (Eggshell): Really Red Texture PTB-8079 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.65 + }, + { + "min": 50, + "max": 199, + "price": 18.67 + }, + { + "min": 200, + "max": null, + "price": 17.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1273/outrageous-orange-pmb-4170-dt20180914180555045-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4170/outrageous-orange", + "scraped_at": "2026-04-30T21:07:36.338Z" + }, + { + "sku": "PMB-4173", + "color_name": "PURPLE FURY", + "description": "Purple Fury is a medium purple metallic with a light flake. This color is a polyester metallic powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.32 + }, + { + "min": 50, + "max": 199, + "price": 17.4 + }, + { + "min": 200, + "max": null, + "price": 16.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3447/pmb-4173-purple-fury-tds-dt20230914221034729912.pdf?1694729437", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1277/purple-fury-pmb-4173-dt20250425160116428291-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4173/purple-fury", + "scraped_at": "2026-04-30T21:07:48.960Z" + }, + { + "sku": "PMB-4174", + "color_name": "PLUM CRAZY", + "description": "Plum Crazy is a rich plum purple metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are Polyester Powders like Plum Crazy PMB-4174 gas and oil resistant ? - Al Davis 04/12/20 07:21 am Answer: Polyester Powders do have chemical resistance in them assuming the gas and the oil you are referring to are not sitting on the cured powder for an extended period of time. For a Metallic like Plumb Crazy PMB-4174 that will be exposed to gas and oil I would recommend applying a clear coat for added chemical resistance. Making sure your powders are fully cured will give the coating the best fighting chance against chemical damage. Epoxy based powders offer the most chemical and impact resistance but do not do well under UV exposure. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.88 + }, + { + "min": 50, + "max": 199, + "price": 15.09 + }, + { + "min": 200, + "max": null, + "price": 14.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1279/plum-crazy-pmb-4174-dt20190515173528135-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4174/plum-crazy", + "scraped_at": "2026-04-30T21:08:03.106Z" + }, + { + "sku": "PMB-4176", + "color_name": "Iced White", + "description": "Iced White is a white with a soft pearl metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1281/iced-white-pmb-4176-dt20181009220546845-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4176/iced-white", + "scraped_at": "2026-04-30T21:08:17.208Z" + }, + { + "sku": "PMB-4179", + "color_name": "Galen's Blue", + "description": "Galen's Blue is a medium slate blue metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Due to the specific pigment used in this product, a clear or other top coat may dramatically change the color. Spray a test piece to ensure that the final color meets your requirements. *This color is also available in the following alternative finishes: Solid Tone (Gloss): China Blue PSS-0580 Metallic (Gloss): Stoneware Blue PMB-0783 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.76 + }, + { + "min": 50, + "max": 199, + "price": 16.87 + }, + { + "min": 200, + "max": null, + "price": 15.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1283/galens-blue-pmb-4179-dt20181009212056832-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4179/galens-blue", + "scraped_at": "2026-04-30T21:08:31.991Z" + }, + { + "sku": "PMB-4180", + "color_name": "GOLDEN VALENTINE", + "description": "Golden Valentine is a deep red with a lovely golden metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.61 + }, + { + "min": 50, + "max": 199, + "price": 19.58 + }, + { + "min": 200, + "max": null, + "price": 18.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1285/golden-valentine-pmb-4180-dt20181005224643963-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4180/golden-valentine", + "scraped_at": "2026-04-30T21:08:46.896Z" + }, + { + "sku": "PMB-4181", + "color_name": "LAZER GOLD", + "description": "Lazer Gold is a sparkling orange/gold metallic with fine flecks of green. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5313/pmb-4181-lazer-gold-tds-dt20231205170036535294.pdf?1701795639", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1287/lazer-gold-pmb-4181-dt20180905210005094-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4181/lazer-gold", + "scraped_at": "2026-04-30T21:09:02.716Z" + }, + { + "sku": "PMB-4183", + "color_name": "PORSCHE GREY", + "description": "Porsche Grey is a light grey/silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.08 + }, + { + "min": 50, + "max": 199, + "price": 15.28 + }, + { + "min": 200, + "max": null, + "price": 14.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1289/porsche-grey-pmb-4183-dt20190416182704615-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4183/porsche-grey", + "scraped_at": "2026-04-30T21:09:19.353Z" + }, + { + "sku": "PMB-4185", + "color_name": "Black Metallic I", + "description": "Black Metallic 1 is a charcoal color with a soft metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.71 + }, + { + "min": 50, + "max": 199, + "price": 12.07 + }, + { + "min": 200, + "max": null, + "price": 11.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4921/pmb-4185-black-metallic-i-tds-dt20231127170610057549.pdf?1701104772", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1291/black-metallic-i-pmb-4185-dt20180921215010414-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4185/black-metallic-i", + "scraped_at": "2026-04-30T21:09:31.432Z" + }, + { + "sku": "PMB-4187", + "color_name": "Graphite Black III", + "description": "Graphite Black III is a grey metallic polyester and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.07 + }, + { + "min": 50, + "max": 199, + "price": 13.37 + }, + { + "min": 200, + "max": null, + "price": 12.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2446/pmb-4187-graphite-black-iii-tds-dt20230807141303114193.pdf?1691417584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7512/graphite-black-iii-pmb-4187-dt20250227184231249503-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4187/graphite-black-iii", + "scraped_at": "2026-04-30T21:09:47.087Z" + }, + { + "sku": "PMB-4188", + "color_name": "Graphite Black I", + "description": "Graphite Black I is a dark almost black color with a silver pearl. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Does this product require a top coat to be UV stable? - Pike Powder Coating 01/07/19 12:42 pm Answer: A clear top coat will not prevent UV fade however, Graphite Black I is a polyester metallic with excellent UV resistance. A clear coat like Clear Vision PPS-2974 will add environmental/chemical protection but could slightly alter the visual effects of the metallic. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.51 + }, + { + "min": 50, + "max": 199, + "price": 11.88 + }, + { + "min": 200, + "max": null, + "price": 11.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4923/pmb-4188-graphite-black-i-tds-dt20231127171455302108.pdf?1701105297", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1293/graphite-black-i-pmb-4188-dt20210201223427429-thumbnail.jpg?1612218868&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4188/graphite-black-i", + "scraped_at": "2026-04-30T21:10:07.827Z" + }, + { + "sku": "PMB-4190", + "color_name": "Fuchsia Metallic", + "description": "Fuchsia Metallic is a medium fuchsia metallic with tiny flakes. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sweet Plum PSS-1054 Vein (Semi-Gloss): Lavender Vein PVB-4708 Metallic (High Gloss): Fuchsia Glitter PMB-2536 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.18 + }, + { + "min": 50, + "max": 199, + "price": 20.12 + }, + { + "min": 200, + "max": null, + "price": 19.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3457/pmb-4190-fuchsia-metallic-tds-dt20230915175004411828.pdf?1694800206", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1295/fuchsia-metallic-pmb-4190-dt20180917213853661-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4190/fuchsia-metallic", + "scraped_at": "2026-04-30T21:10:24.373Z" + }, + { + "sku": "PMB-4192", + "color_name": "Nugget Yellow", + "description": "Nugget Yellow is a deep construction yellow base with a very faint metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.71 + }, + { + "min": 50, + "max": 199, + "price": 20.62 + }, + { + "min": 200, + "max": null, + "price": 19.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1297/nugget-yellow-pmb-4192-dt20210210163018011-thumbnail.jpg?1612974619&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4192/nugget-yellow", + "scraped_at": "2026-04-30T21:10:37.302Z" + }, + { + "sku": "PMB-4194", + "color_name": "Sunburst Yellow", + "description": "Prismatic Powders Sunburst Yellow is our closest match to Can-Am Maverick's Sunburst Yellow. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.12 + }, + { + "min": 50, + "max": 199, + "price": 20.06 + }, + { + "min": 200, + "max": null, + "price": 19.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6381/pmb-4194-sunburst-yellow-tds-dt20240425172904296213.pdf?1714066147", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1301/sunburst-yellow-pmb-4194-dt20200512170521149-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4194/sunburst-yellow", + "scraped_at": "2026-04-30T21:10:51.157Z" + }, + { + "sku": "PMB-4195", + "color_name": "FIRE RED", + "description": "Fire Red is a dark red with a soft gold metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.25 + }, + { + "min": 50, + "max": 199, + "price": 18.29 + }, + { + "min": 200, + "max": null, + "price": 17.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1303/fire-red-pmb-4195-dt20210215160050788-thumbnail.jpg?1613404851&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4195/fire-red", + "scraped_at": "2026-04-30T21:11:08.840Z" + }, + { + "sku": "PMB-4196", + "color_name": "Blue Moon", + "description": "Blue Moon is a medium blue metallic with a light metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.7 + }, + { + "min": 50, + "max": 199, + "price": 13.02 + }, + { + "min": 200, + "max": null, + "price": 12.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1305/blue-moon-pmb-4196-dt20201207185815454-thumbnail.jpg?1607367497&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4196/blue-moon", + "scraped_at": "2026-04-30T21:11:24.016Z" + }, + { + "sku": "PMB-4197", + "color_name": "Snow Storm", + "description": "Snow Storm is a white metallic with a light flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.46 + }, + { + "min": 50, + "max": 199, + "price": 15.64 + }, + { + "min": 200, + "max": null, + "price": 14.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1307/snow-storm-pmb-4197-dt20181025200314889-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4197/snow-storm", + "scraped_at": "2026-04-30T21:11:41.888Z" + }, + { + "sku": "PMB-4198", + "color_name": "LAZER KRANBERRY", + "description": "Lazer Kranberry is a dark maroon to black base with a heavy maroon metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH LAZER KRANBERRY View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.67 + }, + { + "min": 50, + "max": 199, + "price": 11.09 + }, + { + "min": 200, + "max": null, + "price": 10.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5312/pmb-4198-lazer-kranberry-tds-dt20231205165824395531.pdf?1701795507", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1309/lazer-kranberry-pmb-4200-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4198/lazer-kranberry", + "scraped_at": "2026-04-30T21:11:57.176Z" + }, + { + "sku": "PMB-4200", + "color_name": "MAROON SPICE", + "description": "Maroon Spice is a dark maroon with a heavy silver metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Light Cherry Red PSS-1423 River (Satin): Light Cherry River PRB-1891 Metallic (Semi-Gloss): Modesto Red PMB-1074 Solid Tone (Matte): Satin Light Cherry Red PSB-10170 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.1 + }, + { + "min": 50, + "max": 199, + "price": 20.05 + }, + { + "min": 200, + "max": null, + "price": 18.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1311/maroon-spice-pmb-4200-dt20181012213011585-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4200/maroon-spice", + "scraped_at": "2026-04-30T21:12:10.002Z" + }, + { + "sku": "PMB-4202", + "color_name": "Class A Silver", + "description": "Class A Silver is a bright silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CLASS A SILVER RIVER PRB-4550 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH CLASS A SILVER View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.45 + }, + { + "min": 50, + "max": 199, + "price": 20.38 + }, + { + "min": 200, + "max": null, + "price": 19.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2245/pmb-4202-class-a-silver-tds-dt20230503202945870292.pdf?1683145787", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1313/class-a-silver-pmb-4202-dt20250627183436930122-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4202/class-a-silver", + "scraped_at": "2026-04-30T21:12:28.126Z" + }, + { + "sku": "PMB-4203", + "color_name": "Cold White", + "description": "Cold White is a pearl white with an iridescent appearance. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.77 + }, + { + "min": 50, + "max": 199, + "price": 11.18 + }, + { + "min": 200, + "max": null, + "price": 10.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1315/cold-white-pmb-4205-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4203/cold-white", + "scraped_at": "2026-04-30T21:12:40.069Z" + }, + { + "sku": "PMB-4204", + "color_name": "Hot White", + "description": "Hot White is a bright white with a red pearl hue. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH HOT WHITE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.9 + }, + { + "min": 50, + "max": 199, + "price": 11.31 + }, + { + "min": 200, + "max": null, + "price": 10.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1317/hot-white-pmb-4204-dt2018101021264923-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4204/hot-white", + "scraped_at": "2026-04-30T21:12:51.988Z" + }, + { + "sku": "PMB-4205", + "color_name": "Hottest White", + "description": "Hottest White is a bright white with a red pearl hue. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.04 + }, + { + "min": 50, + "max": 199, + "price": 15.24 + }, + { + "min": 200, + "max": null, + "price": 14.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1319/hottest-white-pmb-4205-dt20190430150150562-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4205/hottest-white", + "scraped_at": "2026-04-30T21:13:05.057Z" + }, + { + "sku": "PMB-4207", + "color_name": "LAZER AQUARIUS", + "description": "Lazer Aquarius is a dark teal to black base with a heavy teal metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.56 + }, + { + "min": 50, + "max": 199, + "price": 13.83 + }, + { + "min": 200, + "max": null, + "price": 13.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5311/pmb-4207-lazer-aquarius-tds-dt20231205165411470346.pdf?1701795254", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1323/lazer-aquarius-pmb-4207-dt20200601213505413-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4207/lazer-aquarius", + "scraped_at": "2026-04-30T21:13:18.014Z" + }, + { + "sku": "PMB-4208", + "color_name": "VALENTINE SPARKLE", + "description": "Valentine Sparkle is a deep red with a light silver metallic sparkle. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.99 + }, + { + "min": 50, + "max": 199, + "price": 13.29 + }, + { + "min": 200, + "max": null, + "price": 12.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1325/valentine-sparkle-pmb-4208-dt20181029194502175-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4208/valentine-sparkle", + "scraped_at": "2026-04-30T21:13:30.704Z" + }, + { + "sku": "PMB-4209", + "color_name": "New Tucker Orange", + "description": "New Tucker Orange is a bright construction orange with a fine orange-gold metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH NEW TUCKER ORANGE View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Will I need a base coat with this color - Lanier Powder Coating 06/16/20 09:00 pm Answer: New Tucker Orange is designed to be a single stage color which does not require a base coat. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.91 + }, + { + "min": 50, + "max": 199, + "price": 18.91 + }, + { + "min": 200, + "max": null, + "price": 17.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3131/pmb-4209-new-tucker-orange-tds-dt20230831213447574073.pdf?1693517689", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1327/new-tucker-orange-pmb-4209-dt20201231161626815-thumbnail.jpg?1609431388&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4209/new-tucker-orange", + "scraped_at": "2026-04-30T21:13:47.166Z" + }, + { + "sku": "PMB-4211", + "color_name": "POLY GOLD", + "description": "Poly Gold is a bright yellow-gold base with a heavy metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units +/-5 *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.21 + }, + { + "min": 50, + "max": 199, + "price": 20.15 + }, + { + "min": 200, + "max": null, + "price": 19.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7167/pmb-4211-poly-gold-dt20250417161415877366.pdf?1744906458", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1329/poly-gold-pmb-4211-dt20250602214119756799-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4211/poly-gold", + "scraped_at": "2026-04-30T21:14:00.904Z" + }, + { + "sku": "PMB-4212", + "color_name": "EMERALD METALLIC", + "description": "Emerald Metallic is a rich dark green metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5310/pmb-4212-emerald-metallic-tds-dt20231205165213935112.pdf?1701795136", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1331/emerald-metallic-pmb-4212-dt20180905204033633-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4212/emerald-metallic", + "scraped_at": "2026-04-30T21:14:17.983Z" + }, + { + "sku": "PMB-4213", + "color_name": "LAZER AQUA MARINE", + "description": "Lazer Aqua Marine is a green-blue with a fine blue metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Dunbar Teal PSS-0950 River (Satin): Turquoise River PRB-2647 Vein (Satin): Jade/Copper PVB-8109 / Navajo/Copper PVB-8110 Leatherette (Satin): Peacock Leather PLB-1572 Metallic (Gloss): Lazer Peacock PMB-4214 / Peacock Sparkle PMB-0310 Metallic (Semi-Gloss): Altered Teal PMB-5359 / Aqua Blue PMB-1223 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.31 + }, + { + "min": 50, + "max": 199, + "price": 18.34 + }, + { + "min": 200, + "max": null, + "price": 17.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1333/lazer-aqua-marine-pmb-4213-dt20210413170132425-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4213/lazer-aqua-marine", + "scraped_at": "2026-04-30T21:14:35.582Z" + }, + { + "sku": "PMB-4214", + "color_name": "LAZER PEACOCK", + "description": "Lazer Peacock is a teal metallic with a fine silver flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Dunbar Teal PSS-0950 River (Satin): Turquoise River PRB-2647 Vein (Satin): Jade/Copper PVB-8109 / Navajo/Copper PVB-8110 Leatherette (Satin): Peacock Leather PLB-1572 Metallic (Gloss): Lazer Aqua Marine PMB-4213 / Peacock Sparkle PMB-0310 Metallic (Semi-Gloss): Altered Teal PMB-5359 / Aqua Blue PMB-1223 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.08 + }, + { + "min": 50, + "max": 199, + "price": 17.18 + }, + { + "min": 200, + "max": null, + "price": 16.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1335/lazer-peacock-pmb-4214-dt2018090521075483-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4214/lazer-peacock", + "scraped_at": "2026-04-30T21:14:52.035Z" + }, + { + "sku": "PMB-4215", + "color_name": "Ford Blue Metallic", + "description": "Ford Blue Metallic is a deep, blackish blue metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.71 + }, + { + "min": 50, + "max": 199, + "price": 12.07 + }, + { + "min": 200, + "max": null, + "price": 11.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1337/ford-blue-metallic-pmb-4215-dt20200923165941738-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4215/ford-blue-metallic", + "scraped_at": "2026-04-30T21:15:13.532Z" + }, + { + "sku": "PMB-4216", + "color_name": "Misty Black", + "description": "Misty Black is a glossy black with a heavy silver metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.71 + }, + { + "min": 50, + "max": 199, + "price": 12.07 + }, + { + "min": 200, + "max": null, + "price": 11.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1339/misty-black-pmb-4216-dt20210406172919906-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4216/misty-black", + "scraped_at": "2026-04-30T21:15:29.076Z" + }, + { + "sku": "PMB-4217", + "color_name": "MISTY LAVA", + "description": "Misty Lava is a charcoal black with a heavy metallic. This color is a polyester metallic powder coat and has a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.28 + }, + { + "min": 50, + "max": 199, + "price": 11.67 + }, + { + "min": 200, + "max": null, + "price": 11.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6456/pmb-4217-misty-lava-tds-dt20240507182834753079.pdf?1715106517", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1341/misty-lava-pmb-4217-dt20250624221503850997-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4217/misty-lava", + "scraped_at": "2026-04-30T21:15:45.078Z" + }, + { + "sku": "PMB-4218", + "color_name": "CRYSTAL METALLIC", + "description": "Crystal Metallic is a dark crystal metallic with fine metallic flakes. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH CRYSTAL METALLIC View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1343/crystal-metallic-pmb-4218-dt20200424213829791-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4218/crystal-metallic", + "scraped_at": "2026-04-30T21:16:03.515Z" + }, + { + "sku": "PMB-4219", + "color_name": "Black Jade Metallic", + "description": "Black Jade Metallic is a dark emerald green metallic with a black base. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1345/black-jade-metallic-pmb-4219-dt20180921214316539-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4219/black-jade-metallic", + "scraped_at": "2026-04-30T21:16:17.244Z" + }, + { + "sku": "PMB-4221", + "color_name": "Cherry Metallic", + "description": "Cherry Metallic is a deep cherry metallic. This color is a polyester metallic powder coat and has a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5317/pmb-4221-cherry-metallic-tds-dt20231205171831363879.pdf?1701796713", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1349/cherry-metallic-pmb-4221-dt20251107185902987769-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4221/cherry-metallic", + "scraped_at": "2026-04-30T21:16:28.285Z" + }, + { + "sku": "PMB-4222", + "color_name": "LAZER CHERRY", + "description": "Lazer Cherry is a dark burgundy with a heavy metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5315/pmb-4222-lazer-cherry-tds-dt20231205171249429431.pdf?1701796371", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1351/lazer-cherry-pmb-4222-dt20210419174502644-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4222/lazer-cherry", + "scraped_at": "2026-04-30T21:16:44.667Z" + }, + { + "sku": "PMB-4224", + "color_name": "Lazer Blueberry", + "description": "Lazer Blueberry is a dark navy blue base with a heavy blue metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5326/pmb-4224-lazer-blueberry-tds-dt20231205213453829185.pdf?1701812096", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1355/lazer-blueberry-pmb-4226-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4224/lazer-blueberry", + "scraped_at": "2026-04-30T21:16:56.776Z" + }, + { + "sku": "PMB-4225", + "color_name": "LAZER ROOTBEER", + "description": "Lazer Rootbeer is a dark brown base with a heavy brown and copper like metallic flake. This is a shade darker than lazer copper. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH LAZER ROOTBEER View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5325/pmb-4225-lazer-rootbeer-tds-dt20231205190104117471.pdf?1701802868", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1357/lazer-rootbeer-pmb-4225-dt20250625224921178768-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4225/lazer-rootbeer", + "scraped_at": "2026-04-30T21:17:10.903Z" + }, + { + "sku": "PMB-4226", + "color_name": "Blue Metallic", + "description": "Blue Metallic is a dark blue metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1359/blue-metallic-pmb-4228-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4226/blue-metallic", + "scraped_at": "2026-04-30T21:17:28.149Z" + }, + { + "sku": "PMB-4227", + "color_name": "LAZER WINTERGREEN", + "description": "Lazer Wintergreen is a dark forest green to black base with a heavy metallic flake. This color is a polyester metallic powder coat and has a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5329/pmb-4227-lazer-wintergreen-tds-dt20231205213936093871.pdf?1701812378", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1361/lazer-wintergreen-pmb-4227-dt20251014145505515073-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4227/lazer-wintergreen", + "scraped_at": "2026-04-30T21:17:40.932Z" + }, + { + "sku": "PMB-4228", + "color_name": "RASPBERRY METALLIC", + "description": "Raspberry Metallic is an apple red with a fine blue pearl metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.62 + }, + { + "min": 50, + "max": 199, + "price": 15.79 + }, + { + "min": 200, + "max": null, + "price": 14.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6905/pmb-4228-raspberry-metallic-dt20241017211040679183.pdf?1729199443", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1363/raspberry-metallic-pmb-4228-dt2018071919453589-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4228/raspberry-metallic", + "scraped_at": "2026-04-30T21:17:54.777Z" + }, + { + "sku": "PMB-4234", + "color_name": "MISTY PURPLE", + "description": "Misty Purple is a dark purple to almost black base with a subtle purple metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.77 + }, + { + "min": 50, + "max": 199, + "price": 12.13 + }, + { + "min": 200, + "max": null, + "price": 11.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3698/pmb-4234-misty-purple-tds-dt20230921211253510582.pdf?1695330775", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1367/misty-purple-pmb-4234-dt20250421173414818308-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4234/misty-purple", + "scraped_at": "2026-04-30T21:18:17.751Z" + }, + { + "sku": "PMB-4235", + "color_name": "Scuba Blue II", + "description": "Scuba Blue II is a teal color with a fine silver metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.73 + }, + { + "min": 50, + "max": 199, + "price": 17.79 + }, + { + "min": 200, + "max": null, + "price": 16.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1369/scuba-blue-ii-pmb-4235-dt2018070322011374-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4235/scuba-blue-ii", + "scraped_at": "2026-04-30T21:18:31.976Z" + }, + { + "sku": "PMB-4236", + "color_name": "US GOLDEN BRONZE", + "description": "US Golden Bronze is a brown-bronze with a soft gold metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.13 + }, + { + "min": 50, + "max": 199, + "price": 14.37 + }, + { + "min": 200, + "max": null, + "price": 13.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1371/us-golden-bronze-pmb-4236-dt20180719211236441-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4236/us-golden-bronze", + "scraped_at": "2026-04-30T21:18:45.658Z" + }, + { + "sku": "PMB-4237", + "color_name": "Lazer Black Cherry", + "description": "Lazer Black Cherry is a dark maroon to brown base with a heavy metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH LAZER BLACK CHERRY View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5327/pmb-4237-lazer-black-cherry-tds-dt20231205213629138712.pdf?1701812191", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1373/lazer-black-cherry-pmb-4237-dt20200522154314069-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4237/lazer-black-cherry", + "scraped_at": "2026-04-30T21:19:02.655Z" + }, + { + "sku": "PMB-4238", + "color_name": "Misty Black Cherry", + "description": "Misty Black Cherry is a burgundy with a heavy metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7371/pmb-4238-misty-black-cherry-dt20250522203500364252.pdf?1747946103", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1375/misty-black-cherry-pmb-4238-dt20200416173621094-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4238/misty-black-cherry", + "scraped_at": "2026-04-30T21:19:17.760Z" + }, + { + "sku": "PMB-4239", + "color_name": "MISTY MIDNIGHT", + "description": "Misty Midnight is a navy blue with a heavy navy blue metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.31 + }, + { + "min": 50, + "max": 199, + "price": 11.69 + }, + { + "min": 200, + "max": null, + "price": 11.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5607/pmb-4239-misty-midnight-tds-dt20240129192404516226.pdf?1706556247", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1377/misty-midnight-pmb-4239-dt20250520203114024783-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4239/misty-midnight", + "scraped_at": "2026-04-30T21:19:27.437Z" + }, + { + "sku": "PMB-4240", + "color_name": "LAZER RASPBERRY", + "description": "Lazer Raspberry is a bright raspberry metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.17 + }, + { + "min": 50, + "max": 199, + "price": 13.46 + }, + { + "min": 200, + "max": null, + "price": 12.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3446/pmb-4240-lazer-raspberry-tds-dt20230914220832701731.pdf?1694729314", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1379/lazer-raspberry-pmb-4240-dt2018101220314733-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4240/lazer-raspberry", + "scraped_at": "2026-04-30T21:19:39.591Z" + }, + { + "sku": "PMB-4241", + "color_name": "Rally Silver", + "description": "Rally Silver is a grey/silver base with a touch of metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.67 + }, + { + "min": 50, + "max": 199, + "price": 13.94 + }, + { + "min": 200, + "max": null, + "price": 13.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6995/pmb-4241-rally-silver-dt20241213193820841517.pdf?1734118702", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1381/rally-silver-pmb-4241-dt20201111162652984-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4241/rally-silver", + "scraped_at": "2026-04-30T21:19:48.632Z" + }, + { + "sku": "PMB-4242", + "color_name": "Dark Teal Green", + "description": "Dark Teal Green is a sandy blue, green, and teal with a blue-green metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.56 + }, + { + "min": 50, + "max": 199, + "price": 13.83 + }, + { + "min": 200, + "max": null, + "price": 13.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1383/dark-teal-green-pmb-4242-dt20200512154450301-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4242/dark-teal-green", + "scraped_at": "2026-04-30T21:20:01.890Z" + }, + { + "sku": "PMB-4244", + "color_name": "Pearlized White II", + "description": "Pearlized White II is a soft white with a subtle pearl like metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1385/pearlized-white-ii-pmb-4244-dt20181018200515049-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4244/pearlized-white-ii", + "scraped_at": "2026-04-30T21:20:22.734Z" + }, + { + "sku": "PMB-4245", + "color_name": "MISTY AQUARIUS", + "description": "Misty Aquarius is an aqua blue and dark teal combination with a heavy metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.35 + }, + { + "min": 50, + "max": 199, + "price": 12.68 + }, + { + "min": 200, + "max": null, + "price": 12.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8119/pmb-4245-misty-aquarius-dt20260206220848556438.pdf?1770415730", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1387/misty-aquarius-pmb-4245-dt20180918211845482-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4245/misty-aquarius", + "scraped_at": "2026-04-30T21:20:34.836Z" + }, + { + "sku": "PMB-4246", + "color_name": "Misty Blue", + "description": "Misty Blue is a dark blue with a heavy metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.59 + }, + { + "min": 50, + "max": 199, + "price": 11.96 + }, + { + "min": 200, + "max": null, + "price": 11.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5331/pmb-4246-misty-blue-tds-dt20231205214216757368.pdf?1701812538", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1389/misty-blue-pmb-4246-dt20260401175933143579-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4246/misty-blue", + "scraped_at": "2026-04-30T21:20:51.135Z" + }, + { + "sku": "PMB-4247", + "color_name": "MISTY GOLD", + "description": "Misty Gold is a dark brassy, gold metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3445/pmb-4247-misty-gold-tds-dt20230914220631985135.pdf?1694729193", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1391/misty-gold-pmb-4247-dt20211028202808479-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4247/misty-gold", + "scraped_at": "2026-04-30T21:21:06.645Z" + }, + { + "sku": "PMB-4248", + "color_name": "LAZER BRASS", + "description": "Lazer Brass is a dark brassy bronze metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5330/pmb-4248-lazer-brass-tds-dt20231205214100784871.pdf?1701812463", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1393/lazer-brass-pmb-4248-dt20180905205344935-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4248/lazer-brass", + "scraped_at": "2026-04-30T21:21:19.775Z" + }, + { + "sku": "PMB-4249", + "color_name": "Black Silver", + "description": "Black Silver is an ink black, silver metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1395/black-silver-pmb-4249-dt20250625221819250574-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4249/black-silver", + "scraped_at": "2026-04-30T21:21:33.548Z" + }, + { + "sku": "PMB-4250", + "color_name": "Mataza Orange", + "description": "Mataza Orange is a dark rust-orange with a soft gold metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Ritzy Red PSS-2993 Solid Tone (Satin): Flat Red PSB-4777 River (Satin): Wichita River PRB-1999 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.56 + }, + { + "min": 50, + "max": 199, + "price": 15.73 + }, + { + "min": 200, + "max": null, + "price": 14.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1397/mataza-orange-pmb-4250-dt20181012213809517-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4250/mataza-orange", + "scraped_at": "2026-04-30T21:21:47.778Z" + }, + { + "sku": "PMB-4253", + "color_name": "SABLE PURPLE", + "description": "Sable Purple is an ink dark purple metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1403/sable-purple-pmb-4253-dt20200519150030097-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4253/sable-purple", + "scraped_at": "2026-04-30T21:22:06.873Z" + }, + { + "sku": "PMB-4254", + "color_name": "Soft Misty Black", + "description": "Soft Misty Black is a dark charcoal with a satin metallic appearance. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Does soft misty black require a clear coat, I noticed you provide chips with a satin finish but applying a satin clear changes the appearance. I don’t believe sample chips have a clear on them. It’s shot as a single stage but is a two stage powder - California Coating 08/10/21 03:13 pm Answer: All of our Soft Misty options are considered single coat metallic base coats and do not require a clear coat by any means. The gloss rating on each of their product pages are accurate for them as a single coat naturally with no clear coat added. However, you absolutely can apply a clear coat of your liking to achieve a certain gloss level in the final finish and/or to simply add some additional protection to the powder. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.2 + }, + { + "min": 50, + "max": 199, + "price": 12.54 + }, + { + "min": 200, + "max": null, + "price": 11.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4924/pmb-4254-soft-misty-black-tds-dt20231127171712213764.pdf?1701105434", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1405/soft-misty-black-pmb-4254-dt20211104225635278-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4254/soft-misty-black", + "scraped_at": "2026-04-30T21:22:21.290Z" + }, + { + "sku": "PMB-4255", + "color_name": "Golden Frost Yellow", + "description": "Golden Frost Yellow is a bright yellow base with a subtle pearl like metallic appearance. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Does your Golden Frost Yellow (PMB-4255) require a base coat? - Commercial Finishing Corp. 06/02/21 02:05 pm Answer: Our Golden Frost Yellow (PMB-4255) does not require a base coat as it's considered a metallic base coat in itself. We do however recommend applying our Clear Vision (PPS-2974) top coat as a super durable high-gloss clear coat. This will help ensure your powder has a long lasting finish if exposed to the elements. - Nic Industries Inc. Question: does golden frost yellow require a clear coat? - Quality Powdercoating 03/24/21 05:06 pm Answer: According to our application guide, Golden Frost Yellow (PMB-4255) is rated to have a Limited-Good UV resistance. I would highly recommend applying some sort of clear coat over the top of it to help from UV fade! Being that this color is considered a high-gloss I would recommend our high gloss clear coat – Clear Vision (PPS-2974). This is our best clear coat option that offers optimal UV protection for less than optimal base coats beneath it. Generally speaking, brighter, more neon looking colors tend to offer sub-optimal UV protection and it’s always a good idea to apply a clear coat to them if the application will be used outdoors. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.67 + }, + { + "min": 50, + "max": 199, + "price": 13.94 + }, + { + "min": 200, + "max": null, + "price": 13.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3703/pmb-4255-golden-frost-yellow-tds-dt20230921212623070698.pdf?1695331585", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1407/golden-frost-yellow-pmb-4255-dt20250813181745415811-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4255/golden-frost-yellow", + "scraped_at": "2026-04-30T21:22:36.875Z" + }, + { + "sku": "PMB-4300", + "color_name": "Gargomel Blue", + "description": "Gargomel Blue is a deep blue with a fine metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.53 + }, + { + "min": 50, + "max": 199, + "price": 12.85 + }, + { + "min": 200, + "max": null, + "price": 12.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1409/gargomel-blue-pmb-4300-dt20181008211115018-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4300/gargomel-blue", + "scraped_at": "2026-04-30T21:22:50.366Z" + }, + { + "sku": "PMB-4301", + "color_name": "LIGHT OLIVE", + "description": "Light Olive is a grey tan polyester metallic with a greenish sheen and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.03 + }, + { + "min": 50, + "max": 199, + "price": 15.23 + }, + { + "min": 200, + "max": null, + "price": 14.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15134/light-olive-pmb-4301-dt20231129193400227899-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4301/light-olive", + "scraped_at": "2026-04-30T21:23:02.526Z" + }, + { + "sku": "PMB-4303", + "color_name": "VEGAS NUTMEG", + "description": "Vegas Nutmeg is a dark gold-brown with a heavy gold metallic appearance. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units This color is not recommended for exterior exposure with our applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS FLAT VEGAS NUTMEG PMB-6632 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.61 + }, + { + "min": 50, + "max": 199, + "price": 15.78 + }, + { + "min": 200, + "max": null, + "price": 14.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5426/pmb-4303-vegas-nutmeg-tds-dt20231218184734533477.pdf?1702925257", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1411/vegas-nutmeg-pmb-4303-dt20250702225911003875-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4303/vegas-nutmeg", + "scraped_at": "2026-04-30T21:23:20.134Z" + }, + { + "sku": "PMB-4322", + "color_name": "Fly Boy Blue", + "description": "Fly Boy Blue is a dark blue with a slight green metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Pro Blue PSS-0589 Solid Tone (Semi-Gloss): Frost Bite PSB-6843 Metallic (Gloss): Deep Blue Sparkle PMB-6769 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.55 + }, + { + "min": 50, + "max": 199, + "price": 17.62 + }, + { + "min": 200, + "max": null, + "price": 16.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1413/fly-boy-blue-pmb-4322-dt20181002211408964-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4322/fly-boy-blue", + "scraped_at": "2026-04-30T21:23:35.310Z" + }, + { + "sku": "PMB-4326", + "color_name": "Almond Pearl", + "description": "Almond Pearl is a very light, almond white metallic with an extremely fine silver flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.19 + }, + { + "min": 50, + "max": 199, + "price": 14.43 + }, + { + "min": 200, + "max": null, + "price": 13.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3511/pmb-4326-almond-pearl-tds-dt20230918152744997755.pdf?1695050866", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1415/almond-pearl-pmb-4326-dt20180927202823808-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4326/almond-pearl", + "scraped_at": "2026-04-30T21:23:50.585Z" + }, + { + "sku": "PMB-4331", + "color_name": "CREAM", + "description": "Cream is a true cream with a heavy metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.76 + }, + { + "min": 50, + "max": 199, + "price": 14.97 + }, + { + "min": 200, + "max": null, + "price": 14.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1419/cream-pmb-4331-dt20201222195617052-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4331/cream", + "scraped_at": "2026-04-30T21:24:08.383Z" + }, + { + "sku": "PMB-4336", + "color_name": "MAYAN TURQUOISE", + "description": "Mayan Turquoise is a rich, dark turquoise metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.19 + }, + { + "min": 50, + "max": 199, + "price": 14.43 + }, + { + "min": 200, + "max": null, + "price": 13.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2246/pmb-4336-mayan-turquoise-tds-dt20230503203119056024.pdf?1683145881", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1421/mayan-turquoise-pmb-4336-dt20180904212554221-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4336/mayan-turquoise", + "scraped_at": "2026-04-30T21:24:23.872Z" + }, + { + "sku": "PMB-4337", + "color_name": "Harley Birch White", + "description": "Harley Birch White is a bright white metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.62 + }, + { + "min": 50, + "max": 199, + "price": 11.04 + }, + { + "min": 200, + "max": null, + "price": 10.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1423/harley-birch-white-pmb-4337-dt20210202210921816-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4337/harley-birch-white", + "scraped_at": "2026-04-30T21:24:37.279Z" + }, + { + "sku": "PMB-4338", + "color_name": "Bomber Silver", + "description": "Bomber Silver is a bright white/silver. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: What kind of clear top coat do you recommend to use with Bomber Silver? - Roger Prine 02/20/21 01:19 am Answer: If you’re looking to keep the Satin finish provided with Bomber Silver (PMB-4338) then you’ll want to look at using our Fog Clear (PPB-4761). It’s important to keep in mind that none of our clears besides Clear Vision (PPS-2974) really offer the type of protection from UV exposure or other harming effects from exterior use like Clear Vision does. If you’re okay with a glossier finish, then I highly recommend Clear Vision as a clear coat; this will give you the longer lasting protection over Fog Clear. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.19 + }, + { + "min": 50, + "max": 199, + "price": 14.43 + }, + { + "min": 200, + "max": null, + "price": 13.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7730/pmb-4338-bomber-silver-dt20251229193428062092.pdf?1767036869", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1425/bomber-silver-pmb-4338-dt20251208160706674031-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4338/bomber-silver", + "scraped_at": "2026-04-30T21:24:46.279Z" + }, + { + "sku": "PMB-4357", + "color_name": "Orange Plus", + "description": "Orange Plus is a medium orange with a heavy silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.42 + }, + { + "min": 50, + "max": 199, + "price": 16.55 + }, + { + "min": 200, + "max": null, + "price": 15.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1427/orange-plus-pmb-4357-dt20181018221902978-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4357/orange-plus", + "scraped_at": "2026-04-30T21:25:02.185Z" + }, + { + "sku": "PMB-4358", + "color_name": "Fog Grey", + "description": "Fog Grey is a medium grey metallic polyester and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.66 + }, + { + "min": 50, + "max": 199, + "price": 16.78 + }, + { + "min": 200, + "max": null, + "price": 15.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2463/pmb-4358-fog-grey-tds-dt20230807193708199611.pdf?1691437029", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9142/fog-grey-pmb-4358-dt20231121231209663757-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4358/fog-grey", + "scraped_at": "2026-04-30T21:25:14.058Z" + }, + { + "sku": "PMB-4363", + "color_name": "GM GOLD", + "description": "GM Gold is a silver metallic with a fine gold flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.91 + }, + { + "min": 50, + "max": 199, + "price": 16.06 + }, + { + "min": 200, + "max": null, + "price": 15.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1429/gm-gold-pmb-4363-dt20181002212116412-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4363/gm-gold", + "scraped_at": "2026-04-30T21:25:28.120Z" + }, + { + "sku": "PMB-4364", + "color_name": "Pearl White", + "description": "Pearl White is an off white with a soft pearl metallic appearance. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS PEARL WHITE RIVER PRB-5261 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Does Pearl White PMB-4364 require a base coat? - Power House Custom Coatings 06/08/21 04:54 pm Answer: Our Pearl White (PMB-4364) does NOT require a base coat as it’s considered a metallic base coat in itself. - Nic Industries Inc. Question: Is this the closest color to platinum white? - Brandon Mayo 01/16/19 01:05 am Answer: Not necessarily, it depends on if there is a specific color (i.e. color code) that you are trying to match or not or if you are just trying to find a color that generally fits the platinum/white description. If there is a specific color code that you have, we can try to find a match for that. Please send color match requests to colormatch@prismaticpowders.com - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.51 + }, + { + "min": 50, + "max": 199, + "price": 13.78 + }, + { + "min": 200, + "max": null, + "price": 13.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3123/pmb-4364-pearl-white-tds-dt20230831210329888889.pdf?1693515811", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1431/pearl-white-pmb-4364-dt20250617195346404943-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4364/pearl-white", + "scraped_at": "2026-04-30T21:25:37.650Z" + }, + { + "sku": "PMB-4388", + "color_name": "Venus I", + "description": "Venus I is a deep black that glistens with teal metallic and faint silver metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.61 + }, + { + "min": 50, + "max": 199, + "price": 15.78 + }, + { + "min": 200, + "max": null, + "price": 14.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8954/venus-i-pmb-4388-dt20190828184427871-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4388/venus-i", + "scraped_at": "2026-04-30T21:25:52.779Z" + }, + { + "sku": "PMB-4389", + "color_name": "Venus II", + "description": "Venus II is a deep black glistening with thick teal metallic and faint silver metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.91 + }, + { + "min": 50, + "max": 199, + "price": 16.06 + }, + { + "min": 200, + "max": null, + "price": 15.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8955/venus-ii-pmb-4389-dt20190828184438296-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4389/venus-ii", + "scraped_at": "2026-04-30T21:26:10.189Z" + }, + { + "sku": "PMB-4390", + "color_name": "Mars I", + "description": "Mars I is a deep black that glistens with medium red metallic and faint silver metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.61 + }, + { + "min": 50, + "max": 199, + "price": 15.78 + }, + { + "min": 200, + "max": null, + "price": 14.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8956/mars-i-pmb-4390-dt201908281843312-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4390/mars-i", + "scraped_at": "2026-04-30T21:26:21.358Z" + }, + { + "sku": "PMB-4391", + "color_name": "Mars II", + "description": "Mars II is a deep black base glistening with thick red metallics and faint silver metallics. This color is a polyester metallic powder coat with a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Does this powder require a base coat or top coat? Or is it a single stage powder? - Dylan Gramling 02/14/22 11:58 am Answer: Our Mars II (PMB-4391) is considered a single coat/stage powder with no requirement for a base or top coat! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.91 + }, + { + "min": 50, + "max": 199, + "price": 16.06 + }, + { + "min": 200, + "max": null, + "price": 15.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8957/mars-ii-pmb-4391-dt20260325181443726974-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4391/mars-ii", + "scraped_at": "2026-04-30T21:26:38.693Z" + }, + { + "sku": "PMB-4400", + "color_name": "Blackberry Mauve II", + "description": "Blackberry Mauve II is a dark purple polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.57 + }, + { + "min": 50, + "max": 199, + "price": 14.79 + }, + { + "min": 200, + "max": null, + "price": 14.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7514/blackberry-mauve-ii-pmb-4400-dt20260227213551492117-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4400/blackberry-mauve-ii", + "scraped_at": "2026-04-30T21:26:54.313Z" + }, + { + "sku": "PMB-4424", + "color_name": "Solar Blue", + "description": "Solar Blue is a deep black with a faint blue metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH SOLAR BLUE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.05 + }, + { + "min": 50, + "max": 199, + "price": 11.45 + }, + { + "min": 200, + "max": null, + "price": 10.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1435/solar-blue-pmb-4424-dt20200923174612979-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4424/solar-blue", + "scraped_at": "2026-04-30T21:27:08.318Z" + }, + { + "sku": "PMB-4425", + "color_name": "American Sparkle", + "description": "American Sparkle is a deep black with a red, white and blue metallic. This color is a polyester metallic powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Does this color require a base coat and a clear coat? - Dustin Mobley 04/04/19 01:03 pm Answer: American Sparkle can be a stand alone powder which does not require a base coat or top coat but either a base (primer) or top coat can be added if desired. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.21 + }, + { + "min": 50, + "max": 199, + "price": 16.35 + }, + { + "min": 200, + "max": null, + "price": 15.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6957/pmb-4425-american-sparkle-dt20241030225025569611.pdf?1730328627", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1437/american-sparkle-pmb-4425-dt20250627183124658786-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4425/american-sparkle", + "scraped_at": "2026-04-30T21:27:22.808Z" + }, + { + "sku": "PMB-4430", + "color_name": "Spiced Black", + "description": "Spiced Black is a rich black with a silver metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: hi. I was just wondering about this product and when you guys will have more available. - Freddy Delgado 07/30/19 12:57 am Answer: Spiced Black PMB-4430 is in stock and ready to ship - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.29 + }, + { + "min": 50, + "max": 199, + "price": 14.53 + }, + { + "min": 200, + "max": null, + "price": 13.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4840/pmb-4430-spiced-black-tds-dt20231121211435696237.pdf?1700601277", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1439/spiced-black-pmb-4430-dt20250819203632503957-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4430/spiced-black", + "scraped_at": "2026-04-30T21:27:38.241Z" + }, + { + "sku": "PMB-4454", + "color_name": "VEGAS LIGHTS", + "description": "Vegas Lights is a gloss black with a holographic metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 3 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Does vegas lights require a clear topcoat? - Kenneth Buis 11/12/20 12:56 am Answer: Vegas Lights (PMB-4454) does not require a clear coat however, it's always good to be cognizant of where the coated piece will be located. If outdoors, it can be wise to apply our Clear Vision (PPS-2974) to help protect even further from UV rays. - Nic Industries Inc. Question: Is it best to apply a clear on top of this finish due to the high metallic content? - Mc Custom Coatings And Design 03/29/19 01:02 pm Answer: You can apply a clear top coat if you like but it is required for Vegas Lights. - Prismatic Support Question: Any photos of this color on rims? Also what's the difference on Vegas lights/city lights ? - Un Known 03/26/19 10:42 pm Answer: The images you find in the gallery are all that we have for this color. Vegas and City are similar but Vegas has higher metallic content. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.58 + }, + { + "min": 50, + "max": 199, + "price": 23.35 + }, + { + "min": 200, + "max": null, + "price": 22.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1443/vegas-lights-pmb-4454-dt20190924185611411-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4454/vegas-lights", + "scraped_at": "2026-04-30T21:27:51.875Z" + }, + { + "sku": "PMB-4465", + "color_name": "White Valentine", + "description": "White Valentine is a white and red sparkling metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Hi. Do you carry a powder coat which is gloss white with a hint of lavander or purple flake in it? Maybe not a glitter, but a solid color flake. Suggestions? - Stephen Laskowski 02/25/19 09:48 pm Answer: We have a color called PEARLIZED VIOLET UMB 1536 which may work for you. It is a gloss white that has a violet/purple tone when the light hits it. It does not show up real well in photos so it would be a good idea to order a swatch of that color. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.58 + }, + { + "min": 50, + "max": 199, + "price": 11.95 + }, + { + "min": 200, + "max": null, + "price": 11.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1445/white-valentine-pmb-4465-dt20181029212215499-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4465/white-valentine", + "scraped_at": "2026-04-30T21:28:08.881Z" + }, + { + "sku": "PMB-4475", + "color_name": "Cascade Silver", + "description": "Cascade Silver is a bright silver with a heavy white and silver metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.47 + }, + { + "min": 50, + "max": 199, + "price": 14.7 + }, + { + "min": 200, + "max": null, + "price": 13.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1447/cascade-silver-pmb-4475-dt20180924220324663-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4475/cascade-silver", + "scraped_at": "2026-04-30T21:28:23.572Z" + }, + { + "sku": "PMB-4476", + "color_name": "CASCADE GOLD", + "description": "Cascade Gold is a brownish honey orange with yellow/gold metallics. This color is a polyester metallic powder coat with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.01 + }, + { + "min": 50, + "max": 199, + "price": 14.26 + }, + { + "min": 200, + "max": null, + "price": 13.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7518/cascade-gold-pmb-4476-dt20210924144007115-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4476/cascade-gold", + "scraped_at": "2026-04-30T21:28:38.673Z" + }, + { + "sku": "PMB-4504", + "color_name": "Dusted Black", + "description": "Dusted Black is a rich black with a silver metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1449/dusted-black-pmb-4504-dt20250923153755211688-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4504/dusted-black", + "scraped_at": "2026-04-30T21:28:50.435Z" + }, + { + "sku": "PMB-4508", + "color_name": "Ornwood Black", + "description": "Ornwood Black is a bronze black polyester metallic and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.48 + }, + { + "min": 50, + "max": 199, + "price": 18.51 + }, + { + "min": 200, + "max": null, + "price": 17.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6345/pmb-4508-ornwood-black-tds-dt20240424215538867551.pdf?1713995741", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7532/ornwood-black-pmb-4508-dt20241021152430141701-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4508/ornwood-black", + "scraped_at": "2026-04-30T21:29:05.840Z" + }, + { + "sku": "PMB-4525", + "color_name": "Arizona Red", + "description": "Arizona Red is a red and gold metallic polyester and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.64 + }, + { + "min": 50, + "max": 199, + "price": 16.76 + }, + { + "min": 200, + "max": null, + "price": 15.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8159/pmb-4525-arizona-red-dt20260304202948515694.pdf?1772656190", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7534/arizona-red-pmb-4525-dt20251222213116486519-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4525/arizona-red", + "scraped_at": "2026-04-30T21:29:21.504Z" + }, + { + "sku": "PMB-4532", + "color_name": "Light Blue Metallic", + "description": "Light Blue Metallic is a shimmering silver, light blue. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH LIGHT BLUE METALLIC View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.55 + }, + { + "min": 50, + "max": 199, + "price": 16.67 + }, + { + "min": 200, + "max": null, + "price": 15.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1451/light-blue-metallic-pmb-4532-dt20250714152036518156-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4532/light-blue-metallic", + "scraped_at": "2026-04-30T21:29:33.931Z" + }, + { + "sku": "PMB-4533", + "color_name": "Mesa Silver", + "description": "Mesa Silver is a bright silver with a heavy white and silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.77 + }, + { + "min": 50, + "max": 199, + "price": 14.03 + }, + { + "min": 200, + "max": null, + "price": 13.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5616/pmb-4533-mesa-silver-tds-dt20240131181559019324.pdf?1706724961", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1453/mesa-silver-pmb-4533-dt20250602213240654292-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4533/mesa-silver", + "scraped_at": "2026-04-30T21:29:46.707Z" + }, + { + "sku": "PMB-4543", + "color_name": "Golden Black", + "description": "Golden Black is a golden black metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.44 + }, + { + "min": 50, + "max": 199, + "price": 20.37 + }, + { + "min": 200, + "max": null, + "price": 19.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7453/pmb-4543-golden-black-dt2025072518520309693.pdf?1753469525", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7296/golden-black-pmb-4543-dt2019031222140656-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4543/golden-black", + "scraped_at": "2026-04-30T21:30:02.843Z" + }, + { + "sku": "PMB-4546", + "color_name": "Cascade White", + "description": "Cascade White is a sparkling white metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1455/cascade-white-pmb-4546-dt2019042922364545-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4546/cascade-white", + "scraped_at": "2026-04-30T21:30:14.353Z" + }, + { + "sku": "PMB-4575", + "color_name": "Mercedes Blue", + "description": "Mercedes Blue is a light blue with a soft silver metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.29 + }, + { + "min": 50, + "max": 199, + "price": 17.38 + }, + { + "min": 200, + "max": null, + "price": 16.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1457/mercedes-blue-pmb-4575-dt20200805165018364-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4575/mercedes-blue", + "scraped_at": "2026-04-30T21:30:26.771Z" + }, + { + "sku": "PMB-4591", + "color_name": "FEATHER BRONZE", + "description": "Feather Bronze is a silver polyester with faint bronze metallic and has a high gloss finish. High Gloss: 85+ Gloss Units A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.1 + }, + { + "min": 50, + "max": 199, + "price": 16.25 + }, + { + "min": 200, + "max": null, + "price": 15.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8160/pmb-4591-feather-bronze-dt202603042032517414.pdf?1772656373", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7538/feather-bronze-pmb-4591-dt2026011621565471069-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4591/feather-bronze", + "scraped_at": "2026-04-30T21:30:37.435Z" + }, + { + "sku": "PMB-4592", + "color_name": "MISTY GREY", + "description": "Misty Grey is a medium grey with a fine dusting of silver metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.96 + }, + { + "min": 50, + "max": 199, + "price": 12.31 + }, + { + "min": 200, + "max": null, + "price": 11.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2467/pmb-4592-misty-grey-tds-dt20230807194838023747.pdf?1691437719", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1459/misty-grey-pmb-4592-dt20181015214459611-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4592/misty-grey", + "scraped_at": "2026-04-30T21:30:52.985Z" + }, + { + "sku": "PMB-4613", + "color_name": "SATIN COPPER", + "description": "Satin Copper is a dark reddish copper. This color is a polyester metallic powder coat with a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.43 + }, + { + "min": 50, + "max": 199, + "price": 23.21 + }, + { + "min": 200, + "max": null, + "price": 21.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7071/pmb-4613-satin-copper-dt20250218212204734968.pdf?1739913727", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11336/satin-copper-pmb-4613-dt20250523201333002548-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4613/satin-copper", + "scraped_at": "2026-04-30T21:31:09.622Z" + }, + { + "sku": "PMB-4631", + "color_name": "Orange Frost", + "description": "Orange Frost is a vivid orange polyurethane metallic and has a high gloss finish. High Gloss: 85+ Gloss Units RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.66 + }, + { + "min": 50, + "max": 199, + "price": 19.63 + }, + { + "min": 200, + "max": null, + "price": 18.59 + } + ], + "safety_data_sheet_url": "https://www.prismaticpowders.com/documents", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1461/orange-frost-pmb-4631-dt20260317190350914816-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4631/orange-frost", + "scraped_at": "2026-04-30T21:31:26.098Z" + }, + { + "sku": "PMB-4649", + "color_name": "Misty Pink", + "description": "Misty Pink is a very light pinkish metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Due to the specific pigment used in this product, a clear or other top coat may dramatically change the color. Spray a test piece to ensure that the final color meets your requirements. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.44 + }, + { + "min": 50, + "max": 199, + "price": 11.82 + }, + { + "min": 200, + "max": null, + "price": 11.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1463/misty-pink-pmb-4649-dt20181016200229006-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4649/misty-pink", + "scraped_at": "2026-04-30T21:31:41.977Z" + }, + { + "sku": "PMB-4652", + "color_name": "SUNRISE PEARL", + "description": "Sunrise Pearl is a sunflower yellow with an orange hue and a faint white pearl. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.93 + }, + { + "min": 50, + "max": 199, + "price": 15.13 + }, + { + "min": 200, + "max": null, + "price": 14.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2247/pmb-4652-sunrise-pearl-tds-dt20230503203246622614.pdf?1683145968", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7540/sunrise-pearl-pmb-4652-dt20250616182045938561-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4652/sunrise-pearl", + "scraped_at": "2026-04-30T21:31:54.801Z" + }, + { + "sku": "PMB-4657", + "color_name": "DULL STEEL", + "description": "Dull Steel is a charcoal black with a soft silver metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3804/pmb-4657-dull-steel-tds-dt20230925175836441461.pdf?1695664718", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1465/dull-steel-pmb-4657-dt20201207191929945-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4657/dull-steel", + "scraped_at": "2026-04-30T21:32:08.032Z" + }, + { + "sku": "PMB-4659", + "color_name": "Fuchsia Slush", + "description": "Fuchsia Slush is a deep fuchsia with a light metallic, giving this powder coating a slushy type look. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14 + }, + { + "min": 50, + "max": 199, + "price": 13.3 + }, + { + "min": 200, + "max": null, + "price": 12.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3460/pmb-4659-fuchsia-slush-tds-dt20230915175603102582.pdf?1694800565", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1467/fuchsia-slush-pmb-4659-dt20181005204649558-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4659/fuchsia-slush", + "scraped_at": "2026-04-30T21:32:21.833Z" + }, + { + "sku": "PMB-4663", + "color_name": "Soft Silver", + "description": "Soft Silver is a bright matte, metallic silver. This color is a polyester metallic powder coat and has a matte finish. matte: 7-10 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.82 + }, + { + "min": 50, + "max": 199, + "price": 15.98 + }, + { + "min": 200, + "max": null, + "price": 15.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2344/pmb-4663-soft-silver-tds-dt20230602213022452985.pdf?1685741424", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1469/soft-silver-pmb-4663-dt20230724201046760177-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4663/soft-silver", + "scraped_at": "2026-04-30T21:32:33.710Z" + }, + { + "sku": "PMB-4665", + "color_name": "Sunrise Orange", + "description": "Sunrise Orange is a rich orange with a fine metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.93 + }, + { + "min": 50, + "max": 199, + "price": 17.98 + }, + { + "min": 200, + "max": null, + "price": 17.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8223/pmb-4665-sunrise-orange-dt20260318165258853505.pdf?1773852780", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1471/sunrise-orange-pmb-4665-dt20210128193225817-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4665/sunrise-orange", + "scraped_at": "2026-04-30T21:32:44.422Z" + }, + { + "sku": "PMB-4671", + "color_name": "Wizard Black", + "description": "Wizard Black is a black metallic with a light sparkle. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS WIZARD BLACK TEXTURE PTB-10161 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.94 + }, + { + "min": 50, + "max": 199, + "price": 12.29 + }, + { + "min": 200, + "max": null, + "price": 11.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1473/wizard-black-pmb-4671-dt20250627182421935543-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4671/wizard-black", + "scraped_at": "2026-04-30T21:33:03.406Z" + }, + { + "sku": "PMB-4674", + "color_name": "SLEET GOLD", + "description": "Sleet Gold is a yellow-gold base with a heavy silver and gold metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH SLEET GOLD View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.37 + }, + { + "min": 50, + "max": 199, + "price": 16.5 + }, + { + "min": 200, + "max": null, + "price": 15.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5688/pmb-4674-sleet-gold-tds-dt20240212195347134245.pdf?1707767629", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1475/sleet-gold-pmb-4674-dt20250610202423320005-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4674/sleet-gold", + "scraped_at": "2026-04-30T21:33:21.287Z" + }, + { + "sku": "PMB-4689", + "color_name": "DYNAMIC BRONZE", + "description": "Dynamic Bronze is a grey/silver with a light copper pearlescent metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.1 + }, + { + "min": 50, + "max": 199, + "price": 13.4 + }, + { + "min": 200, + "max": null, + "price": 12.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2496/pmb-4689-dynamic-bronze-tds-dt2023080821013997885.pdf?1691528502", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1477/dynamic-bronze-pmb-4689-dt20200415221155236-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4689/dynamic-bronze", + "scraped_at": "2026-04-30T21:33:31.826Z" + }, + { + "sku": "PMB-4697", + "color_name": "Jammin Orange", + "description": "Jammin Orange is a dark orange with a fine, light orange metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Stark Orange PSS-5075 Texture (Flat): Stark Orange Texture PTB-8141 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEM RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.35 + }, + { + "min": 50, + "max": 199, + "price": 16.48 + }, + { + "min": 200, + "max": null, + "price": 15.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1479/jammin-orange-pmb-4697-dt20181009223450983-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4697/jammin-orange", + "scraped_at": "2026-04-30T21:33:45.451Z" + }, + { + "sku": "PMB-4712", + "color_name": "Starlight Blue", + "description": "Starlight Blue is a slate blue with a silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.88 + }, + { + "min": 50, + "max": 199, + "price": 14.14 + }, + { + "min": 200, + "max": null, + "price": 13.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1481/starlight-blue-pmb-4712-dt20180910202931182-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4712/starlight-blue", + "scraped_at": "2026-04-30T21:34:02.477Z" + }, + { + "sku": "PMB-4714", + "color_name": "Captain Silver II", + "description": "Captain Silver II is a medium grey/silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.23 + }, + { + "min": 50, + "max": 199, + "price": 13.52 + }, + { + "min": 200, + "max": null, + "price": 12.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4331/pmb-4714-captain-silver-ii-tds-dt20231013170440527363.pdf?1697216682", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1483/captain-silver-ii-pmb-4714-dt20250625221005613696-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4714/captain-silver-ii", + "scraped_at": "2026-04-30T21:34:13.968Z" + }, + { + "sku": "PMB-4718", + "color_name": "Tusk Brown", + "description": "Tusk Brown is a grey tan polyester metallic with a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.24 + }, + { + "min": 50, + "max": 199, + "price": 16.38 + }, + { + "min": 200, + "max": null, + "price": 15.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2369/pmb-4718-tusk-brown-tds-dt20230620223434791651.pdf?1687300477", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14815/tusk-brown-pmb-4718-dt20230914205643267772-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4718/tusk-brown", + "scraped_at": "2026-04-30T21:34:30.182Z" + }, + { + "sku": "PMB-4724", + "color_name": "Diamond Pink", + "description": "Diamond Pink is an off white with a pink hue. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1485/diamond-pink-pmb-4724-dt20181004213414419-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4724/diamond-pink", + "scraped_at": "2026-04-30T21:34:41.236Z" + }, + { + "sku": "PMB-4739", + "color_name": "Spiced Blue", + "description": "Spiced Blue is a medium blue with a heavy silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.97 + }, + { + "min": 50, + "max": 199, + "price": 14.22 + }, + { + "min": 200, + "max": null, + "price": 13.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1487/spiced-blue-pmb-4739-dt20181025211114352-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4739/spiced-blue", + "scraped_at": "2026-04-30T21:34:55.984Z" + }, + { + "sku": "PMB-4758", + "color_name": "Base Teal", + "description": "Base Teal is an aqua teal-green with a heavy silver metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.49 + }, + { + "min": 50, + "max": 199, + "price": 15.67 + }, + { + "min": 200, + "max": null, + "price": 14.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2946/pmb-4758-base-teal-tds-dt20230824213935261052.pdf?1692913177", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1491/base-teal-pmb-4758-dt20180921212537774-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4758/base-teal", + "scraped_at": "2026-04-30T21:35:09.690Z" + }, + { + "sku": "PMB-4772", + "color_name": "Anodized Copper", + "description": "Anodized Copper is a rich bronze/copper metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ANODIZED COPPER View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.28 + }, + { + "min": 50, + "max": 199, + "price": 12.62 + }, + { + "min": 200, + "max": null, + "price": 11.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4925/pmb-4772-anodized-copper-tds-dt20231127172003998335.pdf?1701105605", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1493/anodized-copper-pmb-4772-dt20210405145037254-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4772/anodized-copper", + "scraped_at": "2026-04-30T21:35:26.361Z" + }, + { + "sku": "PMB-4782", + "color_name": "CHAMPAGNE GOLD", + "description": "Champagne Gold is a light satin silver with a hint of gold. This color is a polyester metallic powder coat and has an Satin finish. Satin: 21-36 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.47 + }, + { + "min": 50, + "max": 199, + "price": 16.6 + }, + { + "min": 200, + "max": null, + "price": 15.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3805/pmb-4782-champagne-gold-tds-dt20230925180146867984.pdf?1695664909", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1495/champagne-gold-pmb-4782-dt20250523195440256234-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4782/champagne-gold", + "scraped_at": "2026-04-30T21:35:40.762Z" + }, + { + "sku": "PMB-4784", + "color_name": "GALAXY PURPLE", + "description": "Galaxy Purple is a deep purple with a fine silver metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.32 + }, + { + "min": 50, + "max": 199, + "price": 15.5 + }, + { + "min": 200, + "max": null, + "price": 14.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7142/galaxy-purple-pmb-4784-dt20251014142603635373-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4784/galaxy-purple", + "scraped_at": "2026-04-30T21:35:52.652Z" + }, + { + "sku": "PMB-4797", + "color_name": "TAN METALLIC", + "description": "Tan Metallic is a light tan metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.5 + }, + { + "min": 50, + "max": 199, + "price": 13.78 + }, + { + "min": 200, + "max": null, + "price": 13.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1497/tan-metallic-pmb-4797-dt20200408174737294-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4797/tan-metallic", + "scraped_at": "2026-04-30T21:36:09.949Z" + }, + { + "sku": "PMB-4798", + "color_name": "Canfield Blue", + "description": "Canfield Blue is a silver blue with a heavy metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.97 + }, + { + "min": 50, + "max": 199, + "price": 17.07 + }, + { + "min": 200, + "max": null, + "price": 16.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1499/canfield-blue-pmb-4798-dt20210202210442385-thumbnail.jpg?1612299884&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4798/canfield-blue", + "scraped_at": "2026-04-30T21:36:26.090Z" + }, + { + "sku": "PMB-4799", + "color_name": "Orange Delight", + "description": "Orange Delight is a dark orange hybrid metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units This color is not recommended for exterior exposure. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.32 + }, + { + "min": 50, + "max": 199, + "price": 18.35 + }, + { + "min": 200, + "max": null, + "price": 17.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4043/pmb-4799-orange-delight-tds-dt20230929154128578189.pdf?1696002090", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7546/orange-delight-pmb-4799-dt20260105212422692735-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4799/orange-delight", + "scraped_at": "2026-04-30T21:36:40.525Z" + }, + { + "sku": "PMB-4804", + "color_name": "CJ Green", + "description": "CJ Green is a forest green metallic polyester and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.86 + }, + { + "min": 50, + "max": 199, + "price": 12.22 + }, + { + "min": 200, + "max": null, + "price": 11.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2610/pmb-4804-cj-green-tds-dt20230811225421787683.pdf?1691794463", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7548/cj-green-pmb-4804-dt20250624213951085027-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4804/cj-green", + "scraped_at": "2026-04-30T21:36:54.552Z" + }, + { + "sku": "PMB-4811", + "color_name": "Roman Bronze", + "description": "Roman Bronze is a silvery bronze-gold. This color is a polyester metallic powder coat with a semi-gloss finish. Gloss: 71-85 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerParisian DivineArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Hallo ist das ein fertiger decklack oder ist zwingend ein Transparenter Lack nötig? Danke Mit freundlichen Grüßen - Alexander May 07/20/19 08:31 am Answer: Für den Außenbereich wird ein klarer Decklack empfohlen. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.29 + }, + { + "min": 50, + "max": 199, + "price": 15.48 + }, + { + "min": 200, + "max": null, + "price": 14.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3333/pmb-4811-roman-bronze-tds-dt20230912214818567718.pdf?1694555300", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1501/roman-bronze-pmb-4811-dt20250624211208448368-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4811/roman-bronze", + "scraped_at": "2026-04-30T21:37:03.669Z" + }, + { + "sku": "PMB-4816", + "color_name": "Champagne Silver", + "description": "Champagne Silver is a warm silver polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the top coat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.42 + }, + { + "min": 50, + "max": 199, + "price": 14.65 + }, + { + "min": 200, + "max": null, + "price": 13.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7969/pmb-4816-champagne-silver-dt20260107190124221961.pdf?1767812486", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7552/champagne-silver-pmb-4816-dt20260128220840031143-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4816/champagne-silver", + "scraped_at": "2026-04-30T21:37:14.229Z" + }, + { + "sku": "PMB-4823", + "color_name": "White Silver Plus", + "description": "White Silver Plus is a white and light silver metallic contrast. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.81 + }, + { + "min": 50, + "max": 199, + "price": 13.12 + }, + { + "min": 200, + "max": null, + "price": 12.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7731/pmb-4823-white-silver-plus-dt20251229194014397137.pdf?1767037216", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1503/white-silver-plus-pmb-4823-dt2025062614140481864-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4823/white-silver-plus", + "scraped_at": "2026-04-30T21:37:27.178Z" + }, + { + "sku": "PMB-4825", + "color_name": "Misty White", + "description": "Misty White is a misty white with a fine metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1505/misty-white-pmb-4825-dt20181016220535571-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4825/misty-white", + "scraped_at": "2026-04-30T21:37:44.322Z" + }, + { + "sku": "PMB-4840", + "color_name": "GALAXY GOLD", + "description": "Galaxy Gold is a sparkling mustard gold metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH GALAXY GOLD View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.97 + }, + { + "min": 50, + "max": 199, + "price": 18.02 + }, + { + "min": 200, + "max": null, + "price": 17.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3807/pmb-4840-galaxy-gold-tds-dt20230925180626952431.pdf?1695665189", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1509/galaxy-gold-pmb-4840-dt20201209234455527-thumbnail.jpg?1607557496&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4840/galaxy-gold", + "scraped_at": "2026-04-30T21:37:57.361Z" + }, + { + "sku": "PMB-4846", + "color_name": "Sparks Orange", + "description": "Sparks Orange is a bright orange with a fine metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Metallic (Gloss): Russet Orange PMB-5227 Solid Tone (High Gloss): Flag Orange PSS-5337 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.2 + }, + { + "min": 50, + "max": 199, + "price": 15.39 + }, + { + "min": 200, + "max": null, + "price": 14.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1511/sparks-orange-pmb-4846-dt20190128231730949-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4846/sparks-orange", + "scraped_at": "2026-04-30T21:38:15.462Z" + }, + { + "sku": "PMB-4847", + "color_name": "JPM Yellow", + "description": "JPM Yellow is a bright yellow with a faint yellow metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2947/pmb-4847-jpm-yellow-tds-dt20230824214215027398.pdf?1692913337", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1513/jpm-yellow-pmb-4847-dt20181001174243452-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4847/jpm-yellow", + "scraped_at": "2026-04-30T21:38:29.770Z" + }, + { + "sku": "PMB-4848", + "color_name": "Bristol Blue", + "description": "Bristol Blue is a dark cobalt blue with a fine blue metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.6 + }, + { + "min": 50, + "max": 199, + "price": 15.77 + }, + { + "min": 200, + "max": null, + "price": 14.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1515/bristol-blue-pmb-4848-dt20210413165736778-thumbnail.jpg?1618333058&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4848/bristol-blue", + "scraped_at": "2026-04-30T21:38:48.373Z" + }, + { + "sku": "PMB-4849", + "color_name": "Emblem Blue", + "description": "Emblem Blue is a dark navy blue with a very fine metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH EMBLEM BLUE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.44 + }, + { + "min": 50, + "max": 199, + "price": 15.62 + }, + { + "min": 200, + "max": null, + "price": 14.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1517/emblem-blue-pmb-4849-dt20180718221219572-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4849/emblem-blue", + "scraped_at": "2026-04-30T21:38:57.689Z" + }, + { + "sku": "PMB-4850", + "color_name": "Bay Blue", + "description": "Bay Blue is a dark sky blue with fine silver and blue metallic flakes. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.47 + }, + { + "min": 50, + "max": 199, + "price": 14.7 + }, + { + "min": 200, + "max": null, + "price": 13.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1519/bay-blue-pmb-4850-dt20210217153119451-thumbnail.jpg?1613575880&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4850/bay-blue", + "scraped_at": "2026-04-30T21:39:14.764Z" + }, + { + "sku": "PMB-4851", + "color_name": "Highlight Blue", + "description": "Highlight Blue is a dark blue with a heavy metallic that alternates from silver to light blue in various lightings. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.3 + }, + { + "min": 50, + "max": 199, + "price": 15.49 + }, + { + "min": 200, + "max": null, + "price": 14.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7447/pmb-4851-highlight-blue-dt20250725173627558068.pdf?1753464991", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1521/highlight-blue-pmb-4851-dt2018101122394569-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4851/highlight-blue", + "scraped_at": "2026-04-30T21:39:28.964Z" + }, + { + "sku": "PMB-4866", + "color_name": "Baltic Silver", + "description": "Baltic Silver is a bright sparkling, silver metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.15 + }, + { + "min": 50, + "max": 199, + "price": 14.39 + }, + { + "min": 200, + "max": null, + "price": 13.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5560/pmb-4866-baltic-silver-tds-dt20240117231839328856.pdf?1705533521", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1523/baltic-silver-pmb-4866-dt2020033114480908-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4866/baltic-silver", + "scraped_at": "2026-04-30T21:39:41.268Z" + }, + { + "sku": "PMB-4868", + "color_name": "Coral Blue", + "description": "Coral Blue is a sparkling medium blue metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.21 + }, + { + "min": 50, + "max": 199, + "price": 13.5 + }, + { + "min": 200, + "max": null, + "price": 12.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3690/pmb-4868-coral-blue-tds-dt20230921204255694824.pdf?1695328977", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1525/coral-blue-pmb-4868-dt20210607215442031-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4868/coral-blue", + "scraped_at": "2026-04-30T21:39:54.128Z" + }, + { + "sku": "PMB-4869", + "color_name": "Charger Yellow", + "description": "Charger Yellow is a bright yellow with a fine metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH CHARGER YELLOW View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Is it possible to get a free swatch of Charger Yellow PMB-4869 ? - Statements 2000 01/22/20 11:09 am Answer: First 5 swatches are Free (except for $6.00 postage) and each additional is only $0.20 ea. (postage remains the same). - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.85 + }, + { + "min": 50, + "max": 199, + "price": 15.06 + }, + { + "min": 200, + "max": null, + "price": 14.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2533/pmb-4869-charger-yellow-tds-dt20230810182429378672.pdf?1691691871", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1527/charger-yellow-pmb-4869-dt20250813181623792258-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4869/charger-yellow", + "scraped_at": "2026-04-30T21:40:09.724Z" + }, + { + "sku": "PMB-4870", + "color_name": "Western Silver", + "description": "Western Silver is a glistening silver metallic with a hint of bronze. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.33 + }, + { + "min": 50, + "max": 199, + "price": 16.46 + }, + { + "min": 200, + "max": null, + "price": 15.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1529/western-silver-pmb-4870-dt20251107210719719801-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4870/western-silver", + "scraped_at": "2026-04-30T21:40:23.974Z" + }, + { + "sku": "PMB-4875", + "color_name": "Diego Blue", + "description": "Diego Blue is a light grey-blue with a silver metallic flake. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.01 + }, + { + "min": 50, + "max": 199, + "price": 16.16 + }, + { + "min": 200, + "max": null, + "price": 15.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1531/diego-blue-pmb-4875-dt20210201223149632-thumbnail.jpg?1612218710&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4875/diego-blue", + "scraped_at": "2026-04-30T21:40:35.617Z" + }, + { + "sku": "PMB-4876", + "color_name": "Blue Midnight", + "description": "Blue Midnight is a dark blue-green with a fine teal metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Deep Blue PSS-4501 River (Eggshell): Deep Blue River PRB-2534 Metallic (Semi-Gloss): Snuffer Water UMB-2607 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.03 + }, + { + "min": 50, + "max": 199, + "price": 14.28 + }, + { + "min": 200, + "max": null, + "price": 13.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1533/blue-midnight-pmb-4876-dt20180921222519097-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4876/blue-midnight", + "scraped_at": "2026-04-30T21:40:52.475Z" + }, + { + "sku": "PMB-4881", + "color_name": "EDGEMONT GOLD", + "description": "Edgemont Gold is a golden bronze metallic. This color is a polyester metallic powder coat and has a satin finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.56 + }, + { + "min": 50, + "max": 199, + "price": 14.78 + }, + { + "min": 200, + "max": null, + "price": 14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6793/pmb-4881-edgemont-gold-dt20240812221648803752.pdf?1723501011", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1535/edgemont-gold-pmb-4881-dt20250611203527584175-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4881/edgemont-gold", + "scraped_at": "2026-04-30T21:41:06.937Z" + }, + { + "sku": "PMB-4911", + "color_name": "SPEEDWAY GREY", + "description": "Speedway Grey is a black color with an exceptionally heavy silver metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *A clear top coat is recommended for exterior use* This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.78 + }, + { + "min": 50, + "max": 199, + "price": 13.09 + }, + { + "min": 200, + "max": null, + "price": 12.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6973/pmb-4911-speedway-grey-dt20241121181200290124.pdf?1732212722", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1539/speedway-grey-pmb-4911-dt20250527194506742364-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4911/speedway-grey", + "scraped_at": "2026-04-30T21:41:25.448Z" + }, + { + "sku": "PMB-4921", + "color_name": "CORTEZ BRONZE", + "description": "Cortez Bronze is a deep brown/bronze metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH CORTEZ BRONZE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1541/cortez-bronze-pmb-4921-dt2021042017502989-thumbnail.jpg?1618941031&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4921/cortez-bronze", + "scraped_at": "2026-04-30T21:41:40.050Z" + }, + { + "sku": "PMB-4925", + "color_name": "Patina Lavender", + "description": "Pantina Lavender is a light purple metallic polyester with a silver sheen and a satin finish. Satin: 21-35 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.09 + }, + { + "min": 50, + "max": 199, + "price": 20.04 + }, + { + "min": 200, + "max": null, + "price": 18.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2338/pmb-4925-pantina-lavender-tds-dt20230602203545280761.pdf?1685738147", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7560/pantina-lavender-pmb-4925-dt20230728184240195664-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4925/patina-lavender", + "scraped_at": "2026-04-30T21:41:55.174Z" + }, + { + "sku": "PMB-4932", + "color_name": "Clad Bronze", + "description": "Clad Bronze is a medium dark brown metallic polyester with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.46 + }, + { + "min": 50, + "max": 199, + "price": 15.64 + }, + { + "min": 200, + "max": null, + "price": 14.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2361/pmb-4932-clad-bronze-tds-dt20230602235447409962.pdf?1685750089", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7564/clad-bronze-pmb-4932-dt2023071214341284255-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4932/clad-bronze", + "scraped_at": "2026-04-30T21:42:07.780Z" + }, + { + "sku": "PMB-4933", + "color_name": "BURTON SILVER", + "description": "Burton Silver is a dark grey base with a heavy silver metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.21 + }, + { + "min": 50, + "max": 199, + "price": 14.45 + }, + { + "min": 200, + "max": null, + "price": 13.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5612/pmb-4933-burton-silver-tds-dt20240131181016948709.pdf?1706724624", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1543/burton-silver-pmb-4933-dt20200522182123544-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4933/burton-silver", + "scraped_at": "2026-04-30T21:42:26.742Z" + }, + { + "sku": "PMB-4934", + "color_name": "FIRESIDE COPPER", + "description": "Fireside Copper is a satin copper. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerRusset EleganceArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH FIRESIDE COPPER View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can this be applied as the base coat or do I use super chrome as a base coat ? Just want to be sure. I'm painting a motorcycle shock spring. Thank you - Steve Mcabee 02/27/19 08:14 am Answer: Super Chrome is not needed for a base coat but you may consider using a clear top coat, given the type of application. A clear will help protect the metallic from oxidation. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.28 + }, + { + "min": 50, + "max": 199, + "price": 23.07 + }, + { + "min": 200, + "max": null, + "price": 21.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6865/pmb-4934-fireside-copper-dt20240911171831414122571.pdf?1726075112", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1545/fireside-copper-pmb-4934-dt20200408183817694-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4934/fireside-copper", + "scraped_at": "2026-04-30T21:42:45.552Z" + }, + { + "sku": "PMB-4936", + "color_name": "GALAXY SILVER", + "description": "Galaxy Silver is a medium silver metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.23 + }, + { + "min": 50, + "max": 199, + "price": 16.37 + }, + { + "min": 200, + "max": null, + "price": 15.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5613/pmb-4936-galaxy-silver-tds-dt20240131181156144501.pdf?1706724719", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1547/galaxy-silver-pmb-4936-dt20200518172451602-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4936/galaxy-silver", + "scraped_at": "2026-04-30T21:43:05.896Z" + }, + { + "sku": "PMB-4938", + "color_name": "Mist Blue", + "description": "Mist Blue is a deep blue with a heavy silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Truck Blue PSS-1126 River (Satin): Truck Blue River PRB-4596 Metallic (Gloss): Steelhead Blue PMB-0907 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.38 + }, + { + "min": 50, + "max": 199, + "price": 12.71 + }, + { + "min": 200, + "max": null, + "price": 12.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1549/mist-blue-pmb-4938-dt20180904213151294-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4938/mist-blue", + "scraped_at": "2026-04-30T21:43:21.147Z" + }, + { + "sku": "PMB-4940", + "color_name": "SOUTHERN SILVER", + "description": "Southern Silver is a salt & pepper metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.08 + }, + { + "min": 50, + "max": 199, + "price": 16.23 + }, + { + "min": 200, + "max": null, + "price": 15.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4838/pmb-4940-southern-silver-tds-dt20231121211045702898.pdf?1700601047", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1551/southern-silver-pmb-4940-dt20201110153921307-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4940/southern-silver", + "scraped_at": "2026-04-30T21:43:34.048Z" + }, + { + "sku": "PMB-4949", + "color_name": "Golden Orange", + "description": "Golden Orange is a golden orange metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.01 + }, + { + "min": 50, + "max": 199, + "price": 15.21 + }, + { + "min": 200, + "max": null, + "price": 14.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4045/pmb-4949-golden-orange-tds-dt20230929154721764863.pdf?1696002444", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1555/golden-orange-pmb-4949-dt20180830222216716-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4949/golden-orange", + "scraped_at": "2026-04-30T21:43:47.382Z" + }, + { + "sku": "PMB-4951", + "color_name": "Astatic Red Sparkle", + "description": "Astatic Red Sparkle is a bright red with scattered silver metallic flakes. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.31 + }, + { + "min": 50, + "max": 199, + "price": 14.54 + }, + { + "min": 200, + "max": null, + "price": 13.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3332/pmb-4951-astatic-sparkle-tds-dt20230912214553369138.pdf?1694555155", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1557/astatic-sparkle-pmb-4951-dt20200406183035206-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4951/astatic-red-sparkle", + "scraped_at": "2026-04-30T21:44:04.803Z" + }, + { + "sku": "PMB-4956", + "color_name": "MEDIUM BRONZE", + "description": "Medium Bronze is a fine speckled medium bronze with a solid tone like appearance. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.94 + }, + { + "min": 50, + "max": 199, + "price": 13.24 + }, + { + "min": 200, + "max": null, + "price": 12.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7147/pmb-4956-medium-bronze-dt20250324163159105274.pdf?1742833921", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1559/medium-bronze-pmb-4956-dt20200410220615432-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4956/medium-bronze", + "scraped_at": "2026-04-30T21:44:17.332Z" + }, + { + "sku": "PMB-4957", + "color_name": "Island Black", + "description": "Island Black is a sparkling, rich black metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.91 + }, + { + "min": 50, + "max": 199, + "price": 12.26 + }, + { + "min": 200, + "max": null, + "price": 11.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1561/island-black-pmb-4957-dt20181009210444765-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4957/island-black", + "scraped_at": "2026-04-30T21:44:32.855Z" + }, + { + "sku": "PMB-4963", + "color_name": "COPPER LEAF", + "description": "Copper Leaf is a dark milk chocolate with a heavy metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.28 + }, + { + "min": 50, + "max": 199, + "price": 12.62 + }, + { + "min": 200, + "max": null, + "price": 11.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7659/pmb-4963-copper-leaf-dt20251118205404347733.pdf?1763499246", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1563/copper-leaf-pmb-4963-dt20200831220353152-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4963/copper-leaf", + "scraped_at": "2026-04-30T21:44:53.270Z" + }, + { + "sku": "PMB-4989", + "color_name": "Raven Blue", + "description": "Raven Blue is a navy blue with a silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.26 + }, + { + "min": 50, + "max": 199, + "price": 14.5 + }, + { + "min": 200, + "max": null, + "price": 13.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1567/raven-blue-pmb-4989-dt202107121827317-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4989/raven-blue", + "scraped_at": "2026-04-30T21:45:07.158Z" + }, + { + "sku": "PMB-4992", + "color_name": "Jazzy Red", + "description": "Jazzy Red is a purple polyester metallic with heavy silver glitter and a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.4 + }, + { + "min": 50, + "max": 199, + "price": 14.63 + }, + { + "min": 200, + "max": null, + "price": 13.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2351/pmb-4992-jazzy-red-tds-dt20230602225125679905.pdf?1685746287", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7570/jazzy-red-pmb-4992-dt20230726171451734121-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4992/jazzy-red", + "scraped_at": "2026-04-30T21:45:23.164Z" + }, + { + "sku": "PMB-4999", + "color_name": "GREY METALLIC", + "description": "Grey Metallic is a dark silver/grey with a metallic appearance. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH GREY METALLIC View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.48 + }, + { + "min": 50, + "max": 199, + "price": 13.76 + }, + { + "min": 200, + "max": null, + "price": 13.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4313/pmb-4999-grey-metallic-tds-dt20231013160337106257.pdf?1697213019", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1569/grey-metallic-pmb-4999-dt20200330173300812-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4999/grey-metallic", + "scraped_at": "2026-04-30T21:45:37.880Z" + }, + { + "sku": "PMB-5001", + "color_name": "Charcoal Frost", + "description": "Charcoal Frost is a dark grey polyester metallic and has a semi-gloss finishl. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.34 + }, + { + "min": 50, + "max": 199, + "price": 13.62 + }, + { + "min": 200, + "max": null, + "price": 12.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9145/charcoal-frost-pmb-5001-dt20231127211311778082-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5001/charcoal-frost", + "scraped_at": "2026-04-30T21:45:53.726Z" + }, + { + "sku": "PMB-5003", + "color_name": "SWEET GOLD", + "description": "Sweet Gold is a fine gold metallic. This color is a polyester metallic powder coat and has a satin finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* This color is not recommended for exterior exposure with our applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.37 + }, + { + "min": 50, + "max": 199, + "price": 16.5 + }, + { + "min": 200, + "max": null, + "price": 15.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2497/pmb-5003-sweet-gold-tds-dt20230808210706719443.pdf?1691528828", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1571/sweet-gold-pmb-5003-dt20250624215801983629-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5003/sweet-gold", + "scraped_at": "2026-04-30T21:46:07.886Z" + }, + { + "sku": "PMB-5008", + "color_name": "Basin Blue", + "description": "Basin Blue is a deep blue metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Pinelake Blue PSS-1464 River (Satin): Blue River PRB-5557 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.32 + }, + { + "min": 50, + "max": 199, + "price": 12.65 + }, + { + "min": 200, + "max": null, + "price": 11.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1573/basin-blue-pmb-5010-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5008/basin-blue", + "scraped_at": "2026-04-30T21:46:19.389Z" + }, + { + "sku": "PMB-5014", + "color_name": "COPPER DELIGHT", + "description": "Copper Delight is an old penny copper with a heavy silver metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units ***Please note, the application of a clear top coat over this color can drastically change its appearance. We recommend that you shoot a test piece first to determine if your desired results will be achieved. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.38 + }, + { + "min": 50, + "max": 199, + "price": 23.16 + }, + { + "min": 200, + "max": null, + "price": 21.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1577/copper-delight-pmb-5014-dt20180917205445351-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5014/copper-delight", + "scraped_at": "2026-04-30T21:46:33.936Z" + }, + { + "sku": "PMB-5017", + "color_name": "Mocha Brown", + "description": "Mocha Brown is a light brown with a white pearl. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.4 + }, + { + "min": 50, + "max": 199, + "price": 11.78 + }, + { + "min": 200, + "max": null, + "price": 11.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2249/pmb-5017-mocha-brown-tds-dt20230503203448587542.pdf?1683146090", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1579/mocha-brown-pmb-5017-dt20180705215149836-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5017/mocha-brown", + "scraped_at": "2026-04-30T21:46:47.855Z" + }, + { + "sku": "PMB-5018", + "color_name": "Solar Red", + "description": "Solar Red is a darker burgundy red metallic polyester with high amounts of silver glitter and a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.68 + }, + { + "min": 50, + "max": 199, + "price": 23.45 + }, + { + "min": 200, + "max": null, + "price": 22.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2288/pmb-5018-solar-red-tds-dt20230512214109960102.pdf?1683927671", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7573/solar-red-pmb-5018-dt20230712145404524264-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5018/solar-red", + "scraped_at": "2026-04-30T21:47:01.514Z" + }, + { + "sku": "PMB-5020", + "color_name": "MYSTERY SILVER", + "description": "Mystery Silver is a medium silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.71 + }, + { + "min": 50, + "max": 199, + "price": 14.92 + }, + { + "min": 200, + "max": null, + "price": 14.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1581/mystery-silver-pmb-5020-dt20201110153830121-thumbnail.jpg?1605022713&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5020/mystery-silver", + "scraped_at": "2026-04-30T21:47:18.444Z" + }, + { + "sku": "PMB-5027", + "color_name": "KINGSPORT GREY", + "description": "Kingsport Grey is a charcoal grey with a heavy silver metallic flake. This color is a polyester metallic powder coat with a high gloss finish. High Gloss: 85+ Gloss Units * A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerAutomotive-OEMArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.41 + }, + { + "min": 50, + "max": 199, + "price": 12.74 + }, + { + "min": 200, + "max": null, + "price": 12.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3257/pmb-5027-kingsport-grey-tds-dt20230911151059619086.pdf?1694445061", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1583/kingsport-grey-pmb-5027-dt20250702224058103861-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5027/kingsport-grey", + "scraped_at": "2026-04-30T21:47:33.460Z" + }, + { + "sku": "PMB-5028", + "color_name": "Golden Yellow", + "description": "Golden Yellow is a mustard yellow with tons of golden metallic sparkle in it. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4050/pmb-5028-golden-yellow-tds-dt20231002164520626075.pdf?1696265123", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1585/golden-yellow-pmb-5028-dt20180719181235278-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5028/golden-yellow", + "scraped_at": "2026-04-30T21:47:48.694Z" + }, + { + "sku": "PMB-5031", + "color_name": "Lazer Brown", + "description": "Lazer Brown is a coyote brown metallic polyester with a silver sheen sparkle and a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.1 + }, + { + "min": 50, + "max": 199, + "price": 12.45 + }, + { + "min": 200, + "max": null, + "price": 11.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2348/pmb-5031-lazer-brown-tds-dt20230602223640873136.pdf?1685745402", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7577/lazer-brown-pmb-5031-dt20230726152931084322-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5031/lazer-brown", + "scraped_at": "2026-04-30T21:48:06.337Z" + }, + { + "sku": "PMB-5037", + "color_name": "Beige Frost", + "description": "Beige Frost is a light tan color with a silver pearl. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1587/beige-frost-pmb-5037-dt20211104215645324-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5037/beige-frost", + "scraped_at": "2026-04-30T21:48:18.944Z" + }, + { + "sku": "PMB-5039", + "color_name": "Indy Blue", + "description": "Indy Blue is a grey blue polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.3 + }, + { + "min": 50, + "max": 199, + "price": 20.24 + }, + { + "min": 200, + "max": null, + "price": 19.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8162/pmb-5039-indy-blue-dt20260304204220633069.pdf?1772656942", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7579/indy-blue-pmb-5039-dt20260105213050392958-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5039/indy-blue", + "scraped_at": "2026-04-30T21:48:35.545Z" + }, + { + "sku": "PMB-5043", + "color_name": "ILLUSION COPPER PLUS", + "description": "Illusion Copper Plus is a dark red/orange with an intense metallic flake. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Illusion (Dormant) Collection RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 4 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: Can an Illusion powder be applied over another illusion powder that has been clear coated and get the expected results? - Lanier Powder Coating 08/06/20 01:47 pm Answer: Illusion series powders are designed to be applied directly over a metal substrate and then clear coated in order to achieve results shown on our website or swatch sample. Illusion series powders applied over a primer base or another color including an illusion coating with a clear coat can have have abnormal or unexpected results. - Prismatic Support Question: When applying an Illusion Series Powder, which of your clear coats can be applied to an Illusion Base? - Rocko's Automotive 07/07/20 08:44 pm Answer: The beauty of our Illusion series powder line-up is that you can be extra creative with any of our clear-coat finishes including Clear Vision PPS-2974 and Casper Clear PPS-4005, transparent top-coat finishes including Transparent Copper PPS-5162, Lollypop Red UPS-1506, Metallic Transparent top-coats like Metallic Clear PPB-6325 and even our clear coat metallics including the Frosted series, Rockstar series and ...Lights series including City Lights PMB-2689. It is very important that whichever top-coat you choose from our long list of available top-coats that you also download and follow the application guide that goes along with that coating. REMEMBER, cure timer should not start until the part metal reaches cure temperature. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.76 + }, + { + "min": 50, + "max": 199, + "price": 23.52 + }, + { + "min": 200, + "max": null, + "price": 22.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2787/pmb-5043-illusion-copper-plus-tds-dt20230817214023389043.pdf?1692308425", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1589/illusion-copper-plus-pmb-5043-dt20210202211009342-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5043/illusion-copper-plus", + "scraped_at": "2026-04-30T21:48:52.279Z" + }, + { + "sku": "PMB-5052", + "color_name": "GOLD WATCH", + "description": "Gold Watch is a cream-gold with a pearlescent gold metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.07 + }, + { + "min": 50, + "max": 199, + "price": 13.37 + }, + { + "min": 200, + "max": null, + "price": 12.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3627/pmb-5052-gold-watch-tds-dt20230919194001877373.pdf?1695152404", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1591/gold-watch-pmb-5052-dt20180917223755949-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5052/gold-watch", + "scraped_at": "2026-04-30T21:49:04.434Z" + }, + { + "sku": "PMB-5057", + "color_name": "Ultra White Silver", + "description": "Ultra White Silver is a light grey white polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.44 + }, + { + "min": 50, + "max": 199, + "price": 15.62 + }, + { + "min": 200, + "max": null, + "price": 14.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8163/pmb-5057-ultra-white-silver-dt20260304204622948331.pdf?1772657184", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7583/ultra-white-silver-pmb-5057-dt20260402172431462307-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5057/ultra-white-silver", + "scraped_at": "2026-04-30T21:49:16.164Z" + }, + { + "sku": "PMB-5058", + "color_name": "Cold Maroon", + "description": "Cold Maroon is a deep plum metallic polyester with a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.11 + }, + { + "min": 50, + "max": 199, + "price": 19.1 + }, + { + "min": 200, + "max": null, + "price": 18.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2128/pmb-5058-cold-maroon-tds-dt20230424204555104884.pdf?1682369156", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7585/cold-maroon-pmb-5058-dt20230725143224040213-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5058/cold-maroon", + "scraped_at": "2026-04-30T21:49:31.936Z" + }, + { + "sku": "PMB-5062", + "color_name": "Mystic White", + "description": "Mystic White is a rich metallic white. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1593/mystic-white-pmb-5062-dt20181016213326784-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5062/mystic-white", + "scraped_at": "2026-04-30T21:49:46.305Z" + }, + { + "sku": "PMB-5068", + "color_name": "BURGUNDY FLARE", + "description": "Burgundy Flare is a medium-dark burgundy with a heavy metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.67 + }, + { + "min": 50, + "max": 199, + "price": 16.79 + }, + { + "min": 200, + "max": null, + "price": 15.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1595/burgundy-flare-pmb-5068-dt20180924211818387-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5068/burgundy-flare", + "scraped_at": "2026-04-30T21:50:04.027Z" + }, + { + "sku": "PMB-5070", + "color_name": "Frosted Mauve", + "description": "Frosted Mauve is a warm brown polyester with pink metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.64 + }, + { + "min": 50, + "max": 199, + "price": 13.91 + }, + { + "min": 200, + "max": null, + "price": 13.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8164/pmb-5070-frosted-mauve-dt20260304204806397287.pdf?1772657288", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7587/frosted-mauve-pmb-5070-dt20260128222407794071-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5070/frosted-mauve", + "scraped_at": "2026-04-30T21:50:16.651Z" + }, + { + "sku": "PMB-5087", + "color_name": "SWEET COCOA", + "description": "Sweet Cocoa is a rich cocoa brown. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.24 + }, + { + "min": 50, + "max": 199, + "price": 13.53 + }, + { + "min": 200, + "max": null, + "price": 12.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6073/pmb-5087-sweet-cocoa-tds-dt20240408164937230255.pdf?1712594979", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8833/sweet-cocoa-pmb-5087-dt20190109233052972-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5087/sweet-cocoa", + "scraped_at": "2026-04-30T21:50:27.385Z" + }, + { + "sku": "PMB-5095", + "color_name": "Illusion Copper Moon", + "description": "Illusion Copper Moon is a vivid copper with an intense metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. Illusion Information: To achieve this color as shown, the listed top coat, Clear Vision PPS-2974 must also be purchased. Illusion colors only activate when the specified top coat has been applied. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.69 + }, + { + "min": 50, + "max": 199, + "price": 22.51 + }, + { + "min": 200, + "max": null, + "price": 21.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3801/pmb-5095-illusion-copper-moon-tds-dt20230925175057476856.pdf?1695664259", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7594/illusion-copper-moon-pmb-5095-dt20250916173426256352-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5095/illusion-copper-moon", + "scraped_at": "2026-04-30T21:50:39.724Z" + }, + { + "sku": "PMB-5201", + "color_name": "Pro Red", + "description": "Pro Red is a medium red with a fine metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH PRO RED View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.11 + }, + { + "min": 50, + "max": 199, + "price": 13.4 + }, + { + "min": 200, + "max": null, + "price": 12.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1597/pro-red-pmb-5201-dt20181019224243956-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5201/pro-red", + "scraped_at": "2026-04-30T21:50:58.508Z" + }, + { + "sku": "PMB-5208", + "color_name": "STEEL SILVER", + "description": "Steel Silver is a rich silver metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.9 + }, + { + "min": 50, + "max": 199, + "price": 16.06 + }, + { + "min": 200, + "max": null, + "price": 15.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5615/pmb-5208-steel-silver-tds-dt2024013118145228977.pdf?1706724895", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1599/steel-silver-pmb-5208-dt20200702170555697-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5208/steel-silver", + "scraped_at": "2026-04-30T21:51:15.465Z" + }, + { + "sku": "PMB-5212", + "color_name": "Comet Green", + "description": "Comet Green is a silver/green sparkle metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.8 + }, + { + "min": 50, + "max": 199, + "price": 15.01 + }, + { + "min": 200, + "max": null, + "price": 14.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5371/pmb-5212-comet-green-tds-dt202312082120071165.pdf?1702070409", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1601/comet-green-pmb-5212-dt20210127172237219-thumbnail.jpg?1611768158&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5212/comet-green", + "scraped_at": "2026-04-30T21:51:32.399Z" + }, + { + "sku": "PMB-5227", + "color_name": "Russet Orange", + "description": "Russet Orange is a slightly burnt orange with a medium metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Metallic (High Gloss): Sparks Orange PMB-4846 Solid Tone (High Gloss): Flag Orange PSS-5337 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.67 + }, + { + "min": 50, + "max": 199, + "price": 17.74 + }, + { + "min": 200, + "max": null, + "price": 16.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7647/pmb-5227-russet-orange-dt20251029183733902086.pdf?1761763056", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1603/russet-orange-pmb-5227-dt20211021161925363-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5227/russet-orange", + "scraped_at": "2026-04-30T21:51:49.207Z" + }, + { + "sku": "PMB-5244", + "color_name": "ROYAL BURGUNDY", + "description": "Royal Burgundy is a deep purple red metallic polyester with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.17 + }, + { + "min": 50, + "max": 199, + "price": 15.36 + }, + { + "min": 200, + "max": null, + "price": 14.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2381/pmb-5244-royal-burgundy-tds-dt20230707201228088749.pdf?1688760749", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7602/royal-burgundy-pmb-5244-dt20230711170633643782-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5244/royal-burgundy", + "scraped_at": "2026-04-30T21:52:05.359Z" + }, + { + "sku": "PMB-5254", + "color_name": "GREYSTONE GOLD", + "description": "Greystone Gold is a light brown/gold metallic. This color is a polyester metallic powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1607/greystone-gold-pmb-5254-dt201810092043177-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5254/greystone-gold", + "scraped_at": "2026-04-30T21:52:17.296Z" + }, + { + "sku": "PMB-5259", + "color_name": "HAMPTON GOLD", + "description": "Hampton Gold is a satin gold. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.63 + }, + { + "min": 50, + "max": 199, + "price": 15.8 + }, + { + "min": 200, + "max": null, + "price": 14.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1609/hampton-gold-pmb-5259-dt20200702214817705-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5259/hampton-gold", + "scraped_at": "2026-04-30T21:52:30.083Z" + }, + { + "sku": "PMB-5264", + "color_name": "Colonial Pink", + "description": "Colonial Pink is a pink warm white polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.36 + }, + { + "min": 50, + "max": 199, + "price": 14.59 + }, + { + "min": 200, + "max": null, + "price": 13.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8049/pmb-5264-colonial-pink-dt20260119173827796525.pdf?1768844309", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7604/colonial-pink-pmb-5264-dt20260318203528756319-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5264/colonial-pink", + "scraped_at": "2026-04-30T21:52:44.835Z" + }, + { + "sku": "PMB-5274", + "color_name": "Victory Silver", + "description": "Victory Silver is a dark silver and white color with a heavy metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7700/pmb-5274-victory-silver-dt20251212223238751456.pdf?1765578760", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1611/victory-silver-pmb-5274-dt20250627175130050558-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5274/victory-silver", + "scraped_at": "2026-04-30T21:52:59.164Z" + }, + { + "sku": "PMB-5275", + "color_name": "Funco Yellow", + "description": "Funco Yellow is a rich yellow with a fine metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.85 + }, + { + "min": 50, + "max": 199, + "price": 17.91 + }, + { + "min": 200, + "max": null, + "price": 16.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1613/funco-yellow-pmb-5275-dt20250813181909988227-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5275/funco-yellow", + "scraped_at": "2026-04-30T21:53:13.186Z" + }, + { + "sku": "PMB-5278", + "color_name": "O'Nickel Silver", + "description": "O'Nickel Silver is a warm grey silver polyester polyurethane metallic and has a semi-gloss finish. Semi-Gloss: 71-85 Gloss Units This color is not recommended for exterior exposure without the application of a UV-resistant topcoat. Applying a clear topcoat may enhance UV resistance, weather stability, and the overall durability of the finish, while also helping to minimize oxidation of the metallic pigment. Please note that a topcoat may alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of either the basecoat or topcoat may result in uneven color. Apply both the base coat and topcoat in accordance with the recommended mil thickness specifications. Allow the part to cool completely before applying the topcoat. Once the topcoat has been applied, fully cure it according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before starting your project, especially if you are using a topcoat or additional basecoats, primers, etc. This helps ensure the final color meets your specifications and allows you to anticipate any potential changes in color or finish. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.84 + }, + { + "min": 50, + "max": 199, + "price": 15.05 + }, + { + "min": 200, + "max": null, + "price": 14.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7606/onickel-silver-pmb-5278-dt2026031718554370095-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5278/onickel-silver", + "scraped_at": "2026-04-30T21:53:26.885Z" + }, + { + "sku": "PMB-5280", + "color_name": "SILVER GLAZE", + "description": "Silver Glaze is a bright white with a silver metallic flake. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.42 + }, + { + "min": 50, + "max": 199, + "price": 15.6 + }, + { + "min": 200, + "max": null, + "price": 14.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2347/pmb-5280-silver-glaze-tds-dt20230602223319844895.pdf?1685745202", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1615/silver-glaze-pmb-5280-dt20250708204843986161-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5280/silver-glaze", + "scraped_at": "2026-04-30T21:53:42.112Z" + }, + { + "sku": "PMB-5286", + "color_name": "BURGUNDY ROSE", + "description": "Burgundy Rose is a deep burgundy metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3735/pmb-5286-burgundy-rose-tds-dt20230922174130278198.pdf?1695404492", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1617/burgundy-rose-pmb-5286-dt20210215155800434-thumbnail.jpg?1613404681&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5286/burgundy-rose", + "scraped_at": "2026-04-30T21:53:57.435Z" + }, + { + "sku": "PMB-5287", + "color_name": "Dodger Blue", + "description": "Dodger Blue is a rich and bright sky blue metallic polyester with a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.23 + }, + { + "min": 50, + "max": 199, + "price": 18.27 + }, + { + "min": 200, + "max": null, + "price": 17.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2130/pmb-5287-dodger-blue-tds-dt20230424205022912451.pdf?1682369424", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7608/dodger-blue-pmb-5287-dt20230711171618498399-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5287/dodger-blue", + "scraped_at": "2026-04-30T21:54:11.681Z" + }, + { + "sku": "PMB-5291", + "color_name": "V & L YELLOW", + "description": "V & L Yellow is a pineapple yellow with a heavy gold metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Does V & L Yellow PMB-5291 need a base color? - Brandon Hunsaker 06/13/20 06:47 pm CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.26 + }, + { + "min": 50, + "max": 199, + "price": 15.45 + }, + { + "min": 200, + "max": null, + "price": 14.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7610/v-l-yellow-pmb-5291-dt20201214223755213-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5291/v-l-yellow", + "scraped_at": "2026-04-30T21:54:24.378Z" + }, + { + "sku": "PMB-5306", + "color_name": "Corona Blue", + "description": "Corona Blue is a Prussian blue shade with an iridescent pearl. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color has limited UV resistance. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.5 + }, + { + "min": 50, + "max": 199, + "price": 19.48 + }, + { + "min": 200, + "max": null, + "price": 18.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4202/pmb-5306-corona-blue-tds-dt20231004200450511743.pdf?1696449892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7612/corona-blue-pmb-5306-dt20190423184359519-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5306/corona-blue", + "scraped_at": "2026-04-30T21:54:38.469Z" + }, + { + "sku": "PMB-5308", + "color_name": "BOLTZ GREY", + "description": "Boltz Grey is a silvery grey metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6741/pmb-5308-boltz-grey-dt20240708220858980871.pdf?1720476540", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1619/boltz-grey-pmb-5308-dt2018092415272058-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5308/boltz-grey", + "scraped_at": "2026-04-30T21:54:51.592Z" + }, + { + "sku": "PMB-5313", + "color_name": "SOUTHERN BRONZE", + "description": "Southern Bronze is a grey-brown with a heavy metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.28 + }, + { + "min": 50, + "max": 199, + "price": 12.62 + }, + { + "min": 200, + "max": null, + "price": 11.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1621/southern-bronze-pmb-5313-dt20190924182918396-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5313/southern-bronze", + "scraped_at": "2026-04-30T21:55:03.994Z" + }, + { + "sku": "PMB-5320", + "color_name": "FLARE RED", + "description": "Flare Red is a rich red with a fairly heavy silver metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.47 + }, + { + "min": 50, + "max": 199, + "price": 16.6 + }, + { + "min": 200, + "max": null, + "price": 15.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1623/flare-red-pmb-5320-dt20181004223006524-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5320/flare-red", + "scraped_at": "2026-04-30T21:55:18.534Z" + }, + { + "sku": "PMB-5322", + "color_name": "SUNSTORM SILVER", + "description": "Sunstorm Silver is a slightly flat, light silver with a heavy white and silver metallic flake. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.68 + }, + { + "min": 50, + "max": 199, + "price": 13.95 + }, + { + "min": 200, + "max": null, + "price": 13.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3338/pmb-5322-sunstorm-silver-tds-dt20230913145405982213.pdf?1694616847", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1625/sunstorm-silver-pmb-5322-dt20200414200746434-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5322/sunstorm-silver", + "scraped_at": "2026-04-30T21:55:34.985Z" + }, + { + "sku": "PMB-5323", + "color_name": "Ashley Orange", + "description": "Ashley Orange is a bright orange with a very fine metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Just Orange PSS-4045 Solid Tone (Eggshell): Flat Just Orange PSB-10083 Metallic (Gloss): Orange Soda PMB-1585 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.78 + }, + { + "min": 50, + "max": 199, + "price": 15.94 + }, + { + "min": 200, + "max": null, + "price": 15.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2250/pmb-5323-ashley-orange-tds-dt20230503203758401438.pdf?1683146279", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1627/ashley-orange-pmb-5325-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5323/ashley-orange", + "scraped_at": "2026-04-30T21:55:47.567Z" + }, + { + "sku": "PMB-5324", + "color_name": "Exotic Blue", + "description": "Exotic Blue is a dark navy blueish black with a heavy metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1629/exotic-blue-pmb-5324-dt20201217181053375-thumbnail.jpg?1608228654&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5324/exotic-blue", + "scraped_at": "2026-04-30T21:56:04.247Z" + }, + { + "sku": "PMB-5342", + "color_name": "Aztec Orange", + "description": "Aztec Orange is a very bright orange with an extremely fine metallic. This color is a polyester metallic powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.17 + }, + { + "min": 50, + "max": 199, + "price": 15.36 + }, + { + "min": 200, + "max": null, + "price": 14.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2252/pmb-5342-aztec-orange-tds-dt20230503203956824953.pdf?1683146398", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1633/aztec-orange-pmb-5342-dt20250902193501735379-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5342/aztec-orange", + "scraped_at": "2026-04-30T21:56:15.646Z" + }, + { + "sku": "PMB-5344", + "color_name": "FLAIR RED", + "description": "Flair Red is a deeper red metallic polyester with a gloss finish Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.29 + }, + { + "min": 50, + "max": 199, + "price": 21.18 + }, + { + "min": 200, + "max": null, + "price": 20.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2131/pmb-5344-flair-red-tds-dt20230424210007229469.pdf?1682370008", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7614/flair-red-pmb-5344-dt20230712145928790186-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5344/flair-red", + "scraped_at": "2026-04-30T21:56:29.675Z" + }, + { + "sku": "PMB-5345", + "color_name": "PURPLE MIST", + "description": "Purple Mist is a purple metallic with a silver and dark purple flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.13 + }, + { + "min": 50, + "max": 199, + "price": 14.37 + }, + { + "min": 200, + "max": null, + "price": 13.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2253/pmb-5345-purple-mist-tds-dt20230503204102091264.pdf?1683146464", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1637/purple-mist-pmb-5345-dt20210127172822734-thumbnail.jpg?1611768503&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5345/purple-mist", + "scraped_at": "2026-04-30T21:56:44.660Z" + }, + { + "sku": "PMB-5346", + "color_name": "ULTRA ILLUSION GREEN", + "description": "Ultra Illusion Green is an emerald green metallic. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ULTRA ILLUSION GREEN View Details View Details View Details View Details PRODUCT SUPPORT Q&As 5 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: Can an Illusion powder be applied over another illusion powder that has been clear coated and get the expected results? - Lanier Powder Coating 08/06/20 01:47 pm Answer: Illusion series powders are designed to be applied directly over a metal substrate and then clear coated in order to achieve results shown on our website or swatch sample. Illusion series powders applied over a primer base or another color including an illusion coating with a clear coat can have have abnormal or unexpected results. - Prismatic Support Question: When applying an Illusion Series Powder, which of your clear coats can be applied to an Illusion Base? - Rocko's Automotive 07/07/20 08:44 pm Answer: The beauty of our Illusion series powder line-up is that you can be extra creative with any of our clear-coat finishes including Clear Vision PPS-2974 and Casper Clear PPS-4005, transparent top-coat finishes including Transparent Copper PPS-5162, Lollypop Red UPS-1506, Metallic Transparent top-coats like Metallic Clear PPB-6325 and even our clear coat metallics including the Frosted series, Rockstar series and ...Lights series including City Lights PMB-2689. It is very important that whichever top-coat you choose from our long list of available top-coats that you also download and follow the application guide that goes along with that coating. REMEMBER, cure timer should not start until the part metal reaches cure temperature. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support Question: I am trying to find the guide for ink black + ultra illusion green + clear vision = - Kenneth Pugh 01/27/19 08:04 am Answer: Application Guides can be accessed by clicking on the \"Application Guide\" tab to the left of the S Panel image. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.64 + }, + { + "min": 50, + "max": 199, + "price": 23.41 + }, + { + "min": 200, + "max": null, + "price": 22.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7139/pmb-5346-ultra-illusion-green-dt2025031816054518297.pdf?1742313948", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1639/ultra-illusion-green-pmb-5346-dt20250915224011889546-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5346/ultra-illusion-green", + "scraped_at": "2026-04-30T21:56:58.899Z" + }, + { + "sku": "PMB-5347", + "color_name": "Pearl Black", + "description": "Pearl Black is a deep black with a fine green metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.31 + }, + { + "min": 50, + "max": 199, + "price": 11.69 + }, + { + "min": 200, + "max": null, + "price": 11.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2378/pmb-5347-pearl-black-tds-dt20230707192900218486.pdf?1688758142", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1641/pearl-black-pmb-5347-dt20250409202515373414-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5347/pearl-black", + "scraped_at": "2026-04-30T21:57:07.586Z" + }, + { + "sku": "PMB-5350", + "color_name": "Eclipse Blue", + "description": "Eclipse Blue is a sparkling blue with a heavy silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: River (Satin): Blue Ripples PRB-3073 River (Semi-Gloss): Blue Ripples II PRB-5673 Metallic (Gloss): Cosmic Navy Blue PMB-1941 Metallic (Semi-Gloss): Blue Green PMB-5505 / Blue Tropic PMB-6493 Solid Tone (High Gloss): Island Blue PSS-4328 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.33 + }, + { + "min": 50, + "max": 199, + "price": 17.41 + }, + { + "min": 200, + "max": null, + "price": 16.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1643/eclipse-blue-pmb-5352-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5350/eclipse-blue", + "scraped_at": "2026-04-30T21:57:22.496Z" + }, + { + "sku": "PMB-5359", + "color_name": "Altered Teal", + "description": "Altered Teal is a silvery teal metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Dunbar Teal PSS-0950 River (Satin): Turquoise River PRB-2647 Vein (Satin): Jade/Copper PVB-8109 / Navajo/Copper PVB-8110 Leatherette (Satin): Peacock Leather PLB-1572 Metallic (Gloss): Lazer Aqua Marine PMB-4213 / Lazer Peacock PMB-4214 / Peacock Sparkle PMB-0310 Metallic (Semi-Gloss): Aqua Blue PMB-1223 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.66 + }, + { + "min": 50, + "max": 199, + "price": 16.78 + }, + { + "min": 200, + "max": null, + "price": 15.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1645/altered-teal-pmb-5359-dt20180920213715853-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5359/altered-teal", + "scraped_at": "2026-04-30T21:57:34.267Z" + }, + { + "sku": "PMB-5364", + "color_name": "ILLUSION WILD COPPER", + "description": "Illusion Wild Copper is a bright red/orange metallic. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): WheelsAutomotive-OEMMetal FX OffroadIllusion (Dormant) Collection RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ILLUSION WILD COPPER View Details PRODUCT SUPPORT Q&As 4 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: Can an Illusion powder be applied over another illusion powder that has been clear coated and get the expected results? - Lanier Powder Coating 08/06/20 01:47 pm Answer: Illusion series powders are designed to be applied directly over a metal substrate and then clear coated in order to achieve results shown on our website or swatch sample. Illusion series powders applied over a primer base or another color including an illusion coating with a clear coat can have have abnormal or unexpected results. - Prismatic Support Question: When applying an Illusion Series Powder, which of your clear coats can be applied to an Illusion Base? - Rocko's Automotive 07/07/20 08:44 pm Answer: The beauty of our Illusion series powder line-up is that you can be extra creative with any of our clear-coat finishes including Clear Vision PPS-2974 and Casper Clear PPS-4005, transparent top-coat finishes including Transparent Copper PPS-5162, Lollypop Red UPS-1506, Metallic Transparent top-coats like Metallic Clear PPB-6325 and even our clear coat metallics including the Frosted series, Rockstar series and ...Lights series including City Lights PMB-2689. It is very important that whichever top-coat you choose from our long list of available top-coats that you also download and follow the application guide that goes along with that coating. REMEMBER, cure timer should not start until the part metal reaches cure temperature. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.59 + }, + { + "min": 50, + "max": 199, + "price": 23.36 + }, + { + "min": 200, + "max": null, + "price": 22.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2785/pmb-5364-illusion-wild-copper-tds-dt20230817213243477454.pdf?1692307965", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1647/illusion-wild-copper-pmb-5364-dt20250915223550473196-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5364/illusion-wild-copper", + "scraped_at": "2026-04-30T21:57:51.060Z" + }, + { + "sku": "PMB-5365", + "color_name": "Burnt Red", + "description": "Burnt Red is a dark red clay metallic polyester with a matte finish and fine glitter inclusions. Matte: 7-20 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.91 + }, + { + "min": 50, + "max": 199, + "price": 13.21 + }, + { + "min": 200, + "max": null, + "price": 12.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2354/pmb-5365-burnt-red-tds-dt20230602231559055698.pdf?1685747761", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7616/burnt-red-pmb-5365-dt20230712153848361911-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5365/burnt-red", + "scraped_at": "2026-04-30T21:58:04.853Z" + }, + { + "sku": "PMB-5368", + "color_name": "Sunset Blue", + "description": "Sunset Blue is a navy blue metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color has limited UV resistance. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.08 + }, + { + "min": 50, + "max": 199, + "price": 16.23 + }, + { + "min": 200, + "max": null, + "price": 15.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4201/pmb-5368-sunset-blue-tds-dt20231004200158419661.pdf?1696449721", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1649/sunset-blue-pmb-5368-dt20211028203141801-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5368/sunset-blue", + "scraped_at": "2026-04-30T21:58:17.225Z" + }, + { + "sku": "PMB-5373", + "color_name": "ELDORADO BRONZE", + "description": "Eldorado Bronze is a muddy bronze metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ELDORADO BRONZE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.8 + }, + { + "min": 50, + "max": 199, + "price": 15.01 + }, + { + "min": 200, + "max": null, + "price": 14.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1651/eldorado-bronze-pmb-5373-dt20200831222316992-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5373/eldorado-bronze", + "scraped_at": "2026-04-30T21:58:34.513Z" + }, + { + "sku": "PMB-5395", + "color_name": "SHADOW BRONZE", + "description": "Shadow Bronze is brown bronze polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.18 + }, + { + "min": 50, + "max": 199, + "price": 13.47 + }, + { + "min": 200, + "max": null, + "price": 12.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8167/pmb-5395-shadow-bronze-dt20260304205638205007.pdf?1772657800", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7618/shadow-bronze-pmb-5395-dt20260105221849151335-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5395/shadow-bronze", + "scraped_at": "2026-04-30T21:58:49.772Z" + }, + { + "sku": "PMB-5408", + "color_name": "Charcoal Mist", + "description": "Charcoal Mist is a charcoal grey with a soft silver metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.9 + }, + { + "min": 50, + "max": 199, + "price": 13.21 + }, + { + "min": 200, + "max": null, + "price": 12.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1653/charcoal-mist-pmb-5408-dt20180906210942957-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5408/charcoal-mist", + "scraped_at": "2026-04-30T21:59:02.775Z" + }, + { + "sku": "PMB-5454", + "color_name": "MYSTIC GOLD", + "description": "Mystic Gold is a really deep dark metallic gold. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7060/pmb-5454-mystic-gold-dt20250217184219612601.pdf?1739817742", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1655/mystic-gold-pmb-5454-dt20250624214117230572-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5454/mystic-gold", + "scraped_at": "2026-04-30T21:59:16.833Z" + }, + { + "sku": "PMB-5456", + "color_name": "Maroon Bliss", + "description": "Maroon Bliss is a rich maroon with a fine metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.83 + }, + { + "min": 50, + "max": 199, + "price": 15.04 + }, + { + "min": 200, + "max": null, + "price": 14.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1657/maroon-bliss-pmb-5456-dt20200528170618176-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5456/maroon-bliss", + "scraped_at": "2026-04-30T21:59:34.006Z" + }, + { + "sku": "PMB-5458", + "color_name": "GRAPHITE CHARCOAL", + "description": "Graphite Charcoal is a dark charcoal metallic. This color is a polyester metallic powder coat and has a matte finish. Matte: 7-20 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.76 + }, + { + "min": 50, + "max": 199, + "price": 14.02 + }, + { + "min": 200, + "max": null, + "price": 13.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2861/pmb-5458-graphite-charcoal-tds-dt2023082212563176929.pdf?1692708993", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1659/graphite-charcoal-pmb-5458-dt20250527193858866074-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5458/graphite-charcoal", + "scraped_at": "2026-04-30T21:59:49.856Z" + }, + { + "sku": "PMB-5461", + "color_name": "Sierra Silver", + "description": "Sierra Silver is a silver polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.82 + }, + { + "min": 50, + "max": 199, + "price": 21.68 + }, + { + "min": 200, + "max": null, + "price": 20.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5361/pmb-5461-sierra-silver-tds-dt20231206154625122524.pdf?1701877587", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7642/sierra-silver-pmb-5461-dt20231201211327864224-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5461/sierra-silver", + "scraped_at": "2026-04-30T22:00:03.677Z" + }, + { + "sku": "PMB-5462", + "color_name": "RAINIER GREEN", + "description": "Rainier Green is a light mint green that has a fine silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH RAINIER GREEN View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.68 + }, + { + "min": 50, + "max": 199, + "price": 14.9 + }, + { + "min": 200, + "max": null, + "price": 14.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4713/pmb-5462-rainier-green-tds-dt2023112017555458391.pdf?1700502956", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7622/rainier-green-pmb-5462-dt20180928172316469-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5462/rainier-green", + "scraped_at": "2026-04-30T22:00:17.636Z" + }, + { + "sku": "PMB-5470", + "color_name": "LAZER PENNY", + "description": "Lazer Penny is a very deep and dark bronze metallic. This color is a polyester metallic powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.04 + }, + { + "min": 50, + "max": 199, + "price": 12.39 + }, + { + "min": 200, + "max": null, + "price": 11.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7084/pmb-5470-lazer-penny-dt20250218220504671308.pdf?1739916307", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1661/lazer-penny-pmb-5470-dt20251014145817778019-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5470/lazer-penny", + "scraped_at": "2026-04-30T22:00:32.238Z" + }, + { + "sku": "PMB-5478", + "color_name": "MONTANA GOLD", + "description": "Montana Gold is a bronze and gold metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.17 + }, + { + "min": 50, + "max": 199, + "price": 15.36 + }, + { + "min": 200, + "max": null, + "price": 14.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5689/pmb-5478-montana-gold-tds-dt20240212195547441381.pdf?1707767750", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1663/montana-gold-pmb-5478-dt20250702222206957369-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5478/montana-gold", + "scraped_at": "2026-04-30T22:00:46.466Z" + }, + { + "sku": "PMB-5485", + "color_name": "Lunar Red", + "description": "Lunar Red is a red polyester with gold metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.38 + }, + { + "min": 50, + "max": 199, + "price": 16.51 + }, + { + "min": 200, + "max": null, + "price": 15.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7644/lunar-red-pmb-5485-dt20260318204757532557-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5485/lunar-red", + "scraped_at": "2026-04-30T22:01:02.382Z" + }, + { + "sku": "PMB-5488", + "color_name": "Alien Blue", + "description": "Alien Blue is a rich blue with a heavy silver metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Southwest Blue PSS-0845 River (Satin): Cadet Blue River PRB-4554 Vein (Semi-Gloss): Cobalt Blue Special PVB-2921 Metallic (Gloss): Bohemian Blue PMB-1528 / Rambling Blue PMB-1681 Metallic (Semi-Gloss): Base Blue PMB-5521 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.47 + }, + { + "min": 50, + "max": 199, + "price": 13.75 + }, + { + "min": 200, + "max": null, + "price": 13.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1665/alien-blue-pmb-5488-dt20180920204258364-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5488/alien-blue", + "scraped_at": "2026-04-30T22:01:16.262Z" + }, + { + "sku": "PMB-5494", + "color_name": "Bend Orange", + "description": "Bend Orange is a bright orange with a very fine metallic. This color is a polyester metallic powder coat and has a glossy finish. High Gloss: 85+ Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.27 + }, + { + "min": 50, + "max": 199, + "price": 16.41 + }, + { + "min": 200, + "max": null, + "price": 15.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1667/bend-orange-pmb-5494-dt20250902194222223458-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5494/bend-orange", + "scraped_at": "2026-04-30T22:01:31.948Z" + }, + { + "sku": "PMB-5495", + "color_name": "GREENLAND SILVER", + "description": "Greenland Silver is a rich silver, sparkling metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.2 + }, + { + "min": 50, + "max": 199, + "price": 15.39 + }, + { + "min": 200, + "max": null, + "price": 14.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1669/greenland-silver-pmb-5495-dt2018100920305367-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5495/greenland-silver", + "scraped_at": "2026-04-30T22:01:48.039Z" + }, + { + "sku": "PMB-5503", + "color_name": "Brown Metallic", + "description": "Brown Metallic is a brown bronze polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.05 + }, + { + "min": 50, + "max": 199, + "price": 18.1 + }, + { + "min": 200, + "max": null, + "price": 17.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2450/pmb-5503-brown-metallic-tds-dt2023080717352299641.pdf?1691429724", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7649/brown-metallic-pmb-5503-dt20260318203132910942-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5503/brown-metallic", + "scraped_at": "2026-04-30T22:02:02.015Z" + }, + { + "sku": "PMB-5504", + "color_name": "Cosmic Blue II", + "description": "Cosmic Blue II is a rich blue with a heavy silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5858/pmb-5504-cosmic-blue-ii-tds-dt20240320185657376105.pdf?1710961019", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1671/cosmic-blue-ii-pmb-5504-dt20180904203832979-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5504/cosmic-blue-ii", + "scraped_at": "2026-04-30T22:02:18.662Z" + }, + { + "sku": "PMB-5505", + "color_name": "Blue Green", + "description": "Blue Green is a dark blue green metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: River (Satin): Blue Ripples PRB-3073 River (Semi-Gloss): Blue Ripples II PRB-5673 Metallic (Gloss): Cosmic Navy Blue PMB-1941 Metallic (Semi-Gloss): Blue Tropic PMB-6493 / Eclipse Blue PMB-5350 Solid Tone (High Gloss): Island Blue PSS-4328 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19 + }, + { + "min": 50, + "max": 199, + "price": 18.05 + }, + { + "min": 200, + "max": null, + "price": 17.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1673/blue-green-pmb-5505-dt20210429154805288-thumbnail.jpg?1619711286&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5505/blue-green", + "scraped_at": "2026-04-30T22:02:30.467Z" + }, + { + "sku": "PMB-5506", + "color_name": "TUCSON COPPER", + "description": "Tucson Copper is a coppery brick red metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.37 + }, + { + "min": 50, + "max": 199, + "price": 15.55 + }, + { + "min": 200, + "max": null, + "price": 14.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1675/tucson-copper-pmb-5506-dt20210504215331582-thumbnail.jpg?1620165212&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5506/tucson-copper", + "scraped_at": "2026-04-30T22:02:42.758Z" + }, + { + "sku": "PMB-5509", + "color_name": "Illusion Orange Cherry", + "description": "Illusion Orange Cherry is a dark orange with an intense metallic flake. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ILLUSION ORANGE CHERRY View Details PRODUCT SUPPORT Q&As 5 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: Can an Illusion powder be applied over another illusion powder that has been clear coated and get the expected results? - Lanier Powder Coating 08/06/20 01:47 pm Answer: Illusion series powders are designed to be applied directly over a metal substrate and then clear coated in order to achieve results shown on our website or swatch sample. Illusion series powders applied over a primer base or another color including an illusion coating with a clear coat can have have abnormal or unexpected results. - Prismatic Support Question: When applying an Illusion Series Powder, which of your clear coats can be applied to an Illusion Base? - Rocko's Automotive 07/07/20 08:44 pm Answer: The beauty of our Illusion series powder line-up is that you can be extra creative with any of our clear-coat finishes including Clear Vision PPS-2974 and Casper Clear PPS-4005, transparent top-coat finishes including Transparent Copper PPS-5162, Lollypop Red UPS-1506, Metallic Transparent top-coats like Metallic Clear PPB-6325 and even our clear coat metallics including the Frosted series, Rockstar series and ...Lights series including City Lights PMB-2689. It is very important that whichever top-coat you choose from our long list of available top-coats that you also download and follow the application guide that goes along with that coating. REMEMBER, cure timer should not start until the part metal reaches cure temperature. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support Question: It is possible to use Illusion Orange Cherry and mix it with polyester resin? - Valpainter-kolor 05/26/19 11:46 pm Answer: We have heard of customers using epoxy resins but not polyester so we could not say if it is possible or not. Illusion colors are meant to be used with the Clear Vision top coat to achieve the desired result. We could not speak to the outcome if mixing it with a polyester resin. If you decide to give it a try, let us know how it turns out. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.12 + }, + { + "min": 50, + "max": 199, + "price": 20.06 + }, + { + "min": 200, + "max": null, + "price": 19.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1677/illusion-orange-cherry-pmb-5509-dt20200629224028529-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5509/illusion-orange-cherry", + "scraped_at": "2026-04-30T22:02:52.296Z" + }, + { + "sku": "PMB-5512", + "color_name": "SPRINT PURPLE", + "description": "Sprint Purple is a grape purple metallic polyester with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.37 + }, + { + "min": 50, + "max": 199, + "price": 17.45 + }, + { + "min": 200, + "max": null, + "price": 16.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8074/pmb-5512-sprint-purple-dt20260119210437174159.pdf?1768856678", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7653/sprint-purple-pmb-5512-dt20230712143937024456-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5512/sprint-purple", + "scraped_at": "2026-04-30T22:03:05.448Z" + }, + { + "sku": "PMB-5518", + "color_name": "SOUTHWEST GOLD", + "description": "Southwest Gold is a polyester light gold with gold metallic and has a matte finish. Matte: 7-20 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.92 + }, + { + "min": 50, + "max": 199, + "price": 21.77 + }, + { + "min": 200, + "max": null, + "price": 20.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6358/pmb-5518-southwest-gold-tds-dt20240425152247672948.pdf?1714058569", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7657/southwest-gold-pmb-5518-dt20251229213431133789-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5518/southwest-gold", + "scraped_at": "2026-04-30T22:03:20.438Z" + }, + { + "sku": "PMB-5521", + "color_name": "Base Blue", + "description": "Base Blue is a bright sparkling blue metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Southwest Blue PSS-0845 River (Satin): Cadet Blue River PRB-4554 Vein (Semi-Gloss): Cobalt Blue Special PVB-2921 Metallic (Gloss): Bohemian Blue PMB-1528 / Rambling Blue PMB-1681 Metallic (Semi-Gloss): Alien Blue PMB-5488 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.14 + }, + { + "min": 50, + "max": 199, + "price": 14.38 + }, + { + "min": 200, + "max": null, + "price": 13.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1679/base-blue-pmb-5521-dt20180921211419007-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5521/base-blue", + "scraped_at": "2026-04-30T22:03:31.705Z" + }, + { + "sku": "PMB-5522", + "color_name": "Base Dark Grey", + "description": "Base Dark Grey is a dark grey metallic with a slight sparkle. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.28 + }, + { + "min": 50, + "max": 199, + "price": 12.62 + }, + { + "min": 200, + "max": null, + "price": 11.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2254/pmb-5522-base-dark-grey-tds-dt20230503204211535244.pdf?1683146533", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1681/base-dark-grey-pmb-5522-dt20210511152916286-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5522/base-dark-grey", + "scraped_at": "2026-04-30T22:03:44.654Z" + }, + { + "sku": "PMB-5527", + "color_name": "Chestnut Bronze", + "description": "Chestnut Bronze is a dark grey with a hint of brown and a soft silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.03 + }, + { + "min": 50, + "max": 199, + "price": 12.38 + }, + { + "min": 200, + "max": null, + "price": 11.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1683/chestnut-bronze-pmb-5527-dt20210325225201429-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5527/chestnut-bronze", + "scraped_at": "2026-04-30T22:03:57.511Z" + }, + { + "sku": "PMB-5530", + "color_name": "Nitro Blue", + "description": "Nitro Blue is a dark blue with a fine silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Boron Blue PSS-3041 River (Eggshell): Blizzard Blue PRB-2098 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.56 + }, + { + "min": 50, + "max": 199, + "price": 13.83 + }, + { + "min": 200, + "max": null, + "price": 13.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1685/nitro-blue-pmb-5530-dt20181017220301127-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5530/nitro-blue", + "scraped_at": "2026-04-30T22:04:11.236Z" + }, + { + "sku": "PMB-5531", + "color_name": "ULTRA CHARCOAL", + "description": "Ultra Charcoal is a shiny light charcoal with a silver metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2862/pmb-5531-ultra-charcoal-tds-dt20230822125835419613.pdf?1692709117", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1687/ultra-charcoal-pmb-5531-dt20200424150240717-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5531/ultra-charcoal", + "scraped_at": "2026-04-30T22:04:26.311Z" + }, + { + "sku": "PMB-5535", + "color_name": "Classy Blue", + "description": "Classy Blue is a dark cobalt blue with a fine light blue metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: I'm looking for a powder to match my 1971 ford mustang. All the spray paint colors are too lite or too dark. - Rick Rugg 04/13/19 12:15 pm Answer: For color match inquiries, please contact our color match department at colormatch@prismaticpowders.com - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2255/pmb-5535-classy-blue-tds-dt20230503204336001621.pdf?1683146617", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1689/classy-blue-pmb-5535-dt202012231905233-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5535/classy-blue", + "scraped_at": "2026-04-30T22:04:45.362Z" + }, + { + "sku": "PMB-5537", + "color_name": "SUZUKI TITANIUM", + "description": "Suzuki Titanium is a warm medium silver polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.47 + }, + { + "min": 50, + "max": 199, + "price": 14.7 + }, + { + "min": 200, + "max": null, + "price": 13.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9147/suzuki-titanium-pmb-5537-dt20231030154403482597-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5537/suzuki-titanium", + "scraped_at": "2026-04-30T22:04:58.638Z" + }, + { + "sku": "PMB-5552", + "color_name": "PEARLIZED PLUM SPARKLE", + "description": "Pearlized Plum Sparkle is a purple metallic polyester with a semi gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.11 + }, + { + "min": 50, + "max": 199, + "price": 15.3 + }, + { + "min": 200, + "max": null, + "price": 14.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2340/pmb-5552-pearlized-plum-tds-dt20230602210404281913.pdf?1685739846", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7667/pearlized-plum-pmb-5552-dt20230726165134580024-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5552/pearlized-plum-sparkle", + "scraped_at": "2026-04-30T22:05:11.809Z" + }, + { + "sku": "PMB-5554", + "color_name": "Orange Aid", + "description": "Orange Aid is a darker orange with a fine metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Washed Red PSS-5930 Metallic (Gloss): Adobe Orange PMB-2454 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.79 + }, + { + "min": 50, + "max": 199, + "price": 17.85 + }, + { + "min": 200, + "max": null, + "price": 16.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1693/orange-aid-pmb-5556-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5554/orange-aid", + "scraped_at": "2026-04-30T22:05:28.045Z" + }, + { + "sku": "PMB-5565", + "color_name": "PACIFIC PURPLE", + "description": "Pacific Purple is a purple with a fine silver and red metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.82 + }, + { + "min": 50, + "max": 199, + "price": 19.78 + }, + { + "min": 200, + "max": null, + "price": 18.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1695/pacific-purple-pmb-5565-dt2018070921511066-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5565/pacific-purple", + "scraped_at": "2026-04-30T22:05:41.119Z" + }, + { + "sku": "PMB-5567", + "color_name": "CHAMPAGNE SHIMMER", + "description": "Champagne Shimmer is a sparkling silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.38 + }, + { + "min": 50, + "max": 199, + "price": 14.61 + }, + { + "min": 200, + "max": null, + "price": 13.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1697/champagne-shimmer-pmb-5567-dt20201109191213009-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5567/champagne-shimmer", + "scraped_at": "2026-04-30T22:05:57.274Z" + }, + { + "sku": "PMB-5570", + "color_name": "COPPER MEDALLION", + "description": "Copper Medallion is a rich copper red. This color is a polyester metallic powder coat with a semi-gloss finish. A clear top coat, such as Clear Vision PPS-2974, can be applied to intensify the color of this finish. The image shown displays Copper Medallion with Clear Vision PPS-2974 as a top coat over the right side. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.59 + }, + { + "min": 50, + "max": 199, + "price": 23.36 + }, + { + "min": 200, + "max": null, + "price": 22.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1699/copper-medallion-pmb-5570-dt20210824170545797-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5570/copper-medallion", + "scraped_at": "2026-04-30T22:06:11.666Z" + }, + { + "sku": "PMB-5588", + "color_name": "Lonestar Blue", + "description": "Lonestar Blue is a dark blue with a heavy blue metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Sail Blue PSS-4510 River (Satin): Sailor River PRB-1692 Metallic (Gloss): Sail Purple PMB-0578 / Mad Hatter PMB-3028 / Cosmic Purple PMB-2159 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.87 + }, + { + "min": 50, + "max": 199, + "price": 16.98 + }, + { + "min": 200, + "max": null, + "price": 16.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7370/pmb-5588-lonestar-blue-dt20250522203326293071.pdf?1747946010", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1701/lonestar-blue-pmb-5588-dt20200528170035116-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5588/lonestar-blue", + "scraped_at": "2026-04-30T22:06:30.269Z" + }, + { + "sku": "PMB-5590", + "color_name": "COPPER KNOX", + "description": "Copper Knox is a very rich brownish copper metallic with a variety of brown sparkle that dances in the light. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.24 + }, + { + "min": 50, + "max": 199, + "price": 13.53 + }, + { + "min": 200, + "max": null, + "price": 12.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1703/copper-knox-pmb-5590-dt20180710203522359-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5590/copper-knox", + "scraped_at": "2026-04-30T22:06:47.043Z" + }, + { + "sku": "PMB-5592", + "color_name": "UTILITY GOLD", + "description": "Utility Gold is a dark beige with a fine silver metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1704/utility-gold-pmb-5592-dt2026040917152784576-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5592/utility-gold", + "scraped_at": "2026-04-30T22:07:02.699Z" + }, + { + "sku": "PMB-5598", + "color_name": "Saratoga Blue", + "description": "Saratoga Blue is a dark navy blue metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color has limited UV resistance. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7540/pmb-5598-saratoga-blue-dt20250917163553875442.pdf?1758126955", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1706/saratoga-blue-pmb-5598-dt20200518181818124-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5598/saratoga-blue", + "scraped_at": "2026-04-30T22:07:15.617Z" + }, + { + "sku": "PMB-5607", + "color_name": "LINCOLN GOLD", + "description": "Lincoln Gold is a silver and soft gold combination with a heavy metallic flake. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.39 + }, + { + "min": 50, + "max": 199, + "price": 16.52 + }, + { + "min": 200, + "max": null, + "price": 15.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1708/lincoln-gold-pmb-5607-dt20200702221854572-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5607/lincoln-gold", + "scraped_at": "2026-04-30T22:07:31.019Z" + }, + { + "sku": "PMB-5610", + "color_name": "RUSTIC PENNY", + "description": "Rustic Penny is a flat, rust-copper with a fine gold metallic. This color is a polyester metallic powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.29 + }, + { + "min": 50, + "max": 199, + "price": 19.28 + }, + { + "min": 200, + "max": null, + "price": 18.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6516/pmb-5610-rustic-penny-tds-dt20240508212602425135.pdf?1715203564", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1710/rustic-penny-pmb-5610-dt2020040817032562-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5610/rustic-penny", + "scraped_at": "2026-04-30T22:07:44.249Z" + }, + { + "sku": "PMB-5611", + "color_name": "Elegant Blue", + "description": "Elegant Blue is a cobalt blue with a heavy white and silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.01 + }, + { + "min": 50, + "max": 199, + "price": 13.31 + }, + { + "min": 200, + "max": null, + "price": 12.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1712/elegant-blue-pmb-5611-dt20181004215231673-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5611/elegant-blue", + "scraped_at": "2026-04-30T22:08:00.579Z" + }, + { + "sku": "PMB-5623", + "color_name": "Ford Midnight Blue", + "description": "Ford Midnight Blue is a deep dark blue with a slight green metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.27 + }, + { + "min": 50, + "max": 199, + "price": 12.61 + }, + { + "min": 200, + "max": null, + "price": 11.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1718/ford-midnight-blue-pmb-5623-dt20210111231924704-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5623/ford-midnight-blue", + "scraped_at": "2026-04-30T22:08:17.075Z" + }, + { + "sku": "PMB-5624", + "color_name": "SPECTACULAR GREY", + "description": "Spectacular Grey is a medium grey metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH SPECTACULAR GREY View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1720/spectacular-grey-pmb-5624-dt20210405152129012-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5624/spectacular-grey", + "scraped_at": "2026-04-30T22:08:32.228Z" + }, + { + "sku": "PMB-5632", + "color_name": "METALLIC BEIGE", + "description": "Metallic Beige is a beige and silver combination with a heavy metallic appearance. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.41 + }, + { + "min": 50, + "max": 199, + "price": 15.59 + }, + { + "min": 200, + "max": null, + "price": 14.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4314/pmb-5632-metallic-beige-tds-dt20231013160555028385.pdf?1697213157", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1722/metallic-beige-pmb-5632-dt20250707162928240674-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5632/metallic-beige", + "scraped_at": "2026-04-30T22:08:47.589Z" + }, + { + "sku": "PMB-5634", + "color_name": "TWO-TONE BURGUNDY", + "description": "Two-Tone Burgundy is a reddish orange burgundy metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.79 + }, + { + "min": 50, + "max": 199, + "price": 13.1 + }, + { + "min": 200, + "max": null, + "price": 12.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4052/pmb-5634-two-tone-burgundy-tds-dt20231002165131562478.pdf?1696265493", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1724/two-tone-burgundy-pmb-5634-dt2018102622430595-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5634/two-tone-burgundy", + "scraped_at": "2026-04-30T22:09:02.812Z" + }, + { + "sku": "PMB-5637", + "color_name": "SILVER DAWN", + "description": "Silver Dawn is a bright silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.68 + }, + { + "min": 50, + "max": 199, + "price": 20.6 + }, + { + "min": 200, + "max": null, + "price": 19.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6382/pmb-5637-silver-dawn-tds-dt20240425173035094619.pdf?1714066238", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1726/silver-dawn-pmb-5637-dt20200410223352682-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5637/silver-dawn", + "scraped_at": "2026-04-30T22:09:16.223Z" + }, + { + "sku": "PMB-5643", + "color_name": "COPPER FROST", + "description": "Copper Frost is a medium brown metallic with gold and copper metallics. This color is a polyester metallic powder coat and has a high gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.84 + }, + { + "min": 50, + "max": 199, + "price": 15.05 + }, + { + "min": 200, + "max": null, + "price": 14.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6999/pmb-5643-copper-frost-dt20250102174948419035.pdf?1735840190", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1728/copper-frost-pmb-5643-dt2025073122205330912-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5643/copper-frost", + "scraped_at": "2026-04-30T22:09:29.382Z" + }, + { + "sku": "PMB-5644", + "color_name": "Performance Red", + "description": "Performance Red is a dark red metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Vampire Red PSS-3013 Solid Tone (Flat): Flat Vampire Red PSB-10049 River (Semi-Gloss): Aztec River PRB-2245 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.93 + }, + { + "min": 50, + "max": 199, + "price": 16.08 + }, + { + "min": 200, + "max": null, + "price": 15.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6768/pmb-5644-performance-red-dt2024080616281836199.pdf?1722961700", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1730/performance-red-pmb-5644-dt20180829215022339-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5644/performance-red", + "scraped_at": "2026-04-30T22:09:44.144Z" + }, + { + "sku": "PMB-5646", + "color_name": "Orbit Blue", + "description": "Orbit Blue is a deep space blue with a fine metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.15 + }, + { + "min": 50, + "max": 199, + "price": 17.24 + }, + { + "min": 200, + "max": null, + "price": 16.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1732/orbit-blue-pmb-5648-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5646/orbit-blue", + "scraped_at": "2026-04-30T22:10:01.003Z" + }, + { + "sku": "PMB-5654", + "color_name": "Yamaha Yellow", + "description": "Yamaha Yellow is a medium yellow metallic with a silver flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.05 + }, + { + "min": 50, + "max": 199, + "price": 17.15 + }, + { + "min": 200, + "max": null, + "price": 16.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1734/yamaha-yellow-pmb-5654-dt2025081317563927113-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5654/yamaha-yellow", + "scraped_at": "2026-04-30T22:10:21.551Z" + }, + { + "sku": "PMB-5656", + "color_name": "LINCOLN BEIGE", + "description": "Lincoln Beige is a medium beige with a pearl flake that almost has a blue hue to it in the right light. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.76 + }, + { + "min": 50, + "max": 199, + "price": 15.92 + }, + { + "min": 200, + "max": null, + "price": 15.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1736/lincoln-beige-pmb-5656-dt20180705214058397-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5656/lincoln-beige", + "scraped_at": "2026-04-30T22:10:31.202Z" + }, + { + "sku": "PMB-5657", + "color_name": "MALLFRONT GOLD", + "description": "Charcoal Leather is a grey and black polyester leatherette and has a satin finish. Satin: 21-36 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.04 + }, + { + "min": 50, + "max": 199, + "price": 19.04 + }, + { + "min": 200, + "max": null, + "price": 18.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5770/pmb-5657-mallfront-gold-tds-dt20240304165103314873.pdf?1709571065", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7309/mallfront-gold-pmb-5657-dt20260303154445809791-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5657/mallfront-gold", + "scraped_at": "2026-04-30T22:10:46.234Z" + }, + { + "sku": "PMB-5662", + "color_name": "Hypo Blue", + "description": "Hypo Blue is a dark blue with a silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH HYPO BLUE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1738/hypo-blue-pmb-5662-dt20181009215326926-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5662/hypo-blue", + "scraped_at": "2026-04-30T22:10:57.577Z" + }, + { + "sku": "PMB-5663", + "color_name": "FLAT SHIMMER", + "description": "Flat Shimmer is a silver with a heavy bright silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.19 + }, + { + "min": 50, + "max": 199, + "price": 15.38 + }, + { + "min": 200, + "max": null, + "price": 14.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8141/pmb-5663-flat-shimmer-dt2026022319043405374.pdf?1771873476", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1740/flat-shimmer-pmb-5663-dt2018100422483194-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5663/flat-shimmer", + "scraped_at": "2026-04-30T22:11:10.760Z" + }, + { + "sku": "PMB-5672", + "color_name": "SPARKLE GREY", + "description": "Sparkle Grey is a dark brown/grey metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.48 + }, + { + "min": 50, + "max": 199, + "price": 13.76 + }, + { + "min": 200, + "max": null, + "price": 13.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5817/pmb-5672-sparkle-grey-tds-dt20240318180502670573.pdf?1710785105", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1742/sparkle-grey-pmb-5672-dt20181025204456186-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5672/sparkle-grey", + "scraped_at": "2026-04-30T22:11:24.076Z" + }, + { + "sku": "PMB-5679", + "color_name": "NATIONAL GOLD", + "description": "National Gold is a light champagne gold with a heavy silver metallic. This color is a polyester metallic powder coat and has a matte finish. Matte: 7-20 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.61 + }, + { + "min": 50, + "max": 199, + "price": 16.73 + }, + { + "min": 200, + "max": null, + "price": 15.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1744/national-gold-pmb-5679-dt20181016214021655-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5679/national-gold", + "scraped_at": "2026-04-30T22:11:38.372Z" + }, + { + "sku": "PMB-5685", + "color_name": "Glokzin Teal", + "description": "Glokzin Teal is a dark teal-blue with a heavy blue metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.33 + }, + { + "min": 50, + "max": 199, + "price": 25.96 + }, + { + "min": 200, + "max": null, + "price": 24.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1746/glokzin-teal-pmb-5685-dt20200803160940629-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5685/glokzin-teal", + "scraped_at": "2026-04-30T22:11:50.585Z" + }, + { + "sku": "PMB-5688", + "color_name": "Tropical Teal", + "description": "Tropic Teal is a standard teal with a fine silver metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1748/tropical-teal-pmb-5688-dt20210111232208572-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5688/tropical-teal", + "scraped_at": "2026-04-30T22:12:02.835Z" + }, + { + "sku": "PMB-5696", + "color_name": "FOREST SPARKLE", + "description": "Forest Sparkle is a dark forest green metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.19 + }, + { + "min": 50, + "max": 199, + "price": 14.43 + }, + { + "min": 200, + "max": null, + "price": 13.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1750/forest-sparkle-pmb-5696-dt20250708195918515171-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5696/forest-sparkle", + "scraped_at": "2026-04-30T22:12:19.791Z" + }, + { + "sku": "PMB-5701", + "color_name": "Dark Blue Metallic", + "description": "Dark Blue Metallic is a very dark blue metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.74 + }, + { + "min": 50, + "max": 199, + "price": 12.1 + }, + { + "min": 200, + "max": null, + "price": 11.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7568/pmb-5701-dark-blue-metallic-dt20251006192603834256.pdf?1759778766", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1752/dark-blue-metallic-pmb-5701-dt20200427182542137-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5701/dark-blue-metallic", + "scraped_at": "2026-04-30T22:12:33.808Z" + }, + { + "sku": "PMB-5705", + "color_name": "Citrus Splash", + "description": "Citrus Splash is a bright yellow with a fine metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.88 + }, + { + "min": 50, + "max": 199, + "price": 16.99 + }, + { + "min": 200, + "max": null, + "price": 16.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2536/pmb-5705-citrus-splash-tds-dt20230810184118889775.pdf?1691692880", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1754/citrus-splash-pmb-5705-dt2025081318242872801-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5705/citrus-splash", + "scraped_at": "2026-04-30T22:12:51.488Z" + }, + { + "sku": "PMB-5708", + "color_name": "Bilyeu Bronze", + "description": "Bilyeu Bronze is a deep bronze polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.16 + }, + { + "min": 50, + "max": 199, + "price": 13.45 + }, + { + "min": 200, + "max": null, + "price": 12.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8005/pmb-5708-bilyeu-bronze-dt20260114210936759585.pdf?1768424978", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7675/bilyeu-bronze-pmb-5708-dt20260116215348054331-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5708/bilyeu-bronze", + "scraped_at": "2026-04-30T22:13:06.965Z" + }, + { + "sku": "PMB-5712", + "color_name": "Reality Orange", + "description": "Reality Orange is a bright orange with a medium silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.26 + }, + { + "min": 50, + "max": 199, + "price": 19.25 + }, + { + "min": 200, + "max": null, + "price": 18.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1756/reality-orange-pmb-5712-dt20181019222942098-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5712/reality-orange", + "scraped_at": "2026-04-30T22:13:22.531Z" + }, + { + "sku": "PMB-5717", + "color_name": "Ocean Teal", + "description": "Ocean Teal is a deep teal polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.9 + }, + { + "min": 50, + "max": 199, + "price": 20.81 + }, + { + "min": 200, + "max": null, + "price": 19.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7974/pmb-5717-ocean-teal-dt20260107191809221918.pdf?1767813491", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7677/ocean-teal-pmb-5717-dt20260116222614516283-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5717/ocean-teal", + "scraped_at": "2026-04-30T22:13:38.626Z" + }, + { + "sku": "PMB-5742", + "color_name": "ROYAL GOLD", + "description": "Royal Gold is a yellow/orange with a pearlescent gold finish. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.5 + }, + { + "min": 50, + "max": 199, + "price": 17.58 + }, + { + "min": 200, + "max": null, + "price": 16.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6703/pmb-5742-royal-gold-tds-dt2024061321184933368.pdf?1718313531", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1758/royal-gold-pmb-5742-dt20200803173420707-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5742/royal-gold", + "scraped_at": "2026-04-30T22:13:52.335Z" + }, + { + "sku": "PMB-5752", + "color_name": "Starnight Silver", + "description": "Starnight Silver is a dark silver with a heavy multi-tone silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.66 + }, + { + "min": 50, + "max": 199, + "price": 15.83 + }, + { + "min": 200, + "max": null, + "price": 14.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1760/starnight-silver-pmb-5752-dt20201111163211366-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5752/starnight-silver", + "scraped_at": "2026-04-30T22:14:07.737Z" + }, + { + "sku": "PMB-5755", + "color_name": "SOUTHWEST CHAMPAGNE", + "description": "Southwest Champagne is a champagne silver with a pearlescent metallic flake. This color is a polyester metallic powder coat and has a matte finish. Matte: 7-10 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.96 + }, + { + "min": 50, + "max": 199, + "price": 14.21 + }, + { + "min": 200, + "max": null, + "price": 13.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5350/pmb-5755-southwest-champagne-tds-dt20231206152135346393.pdf?1701876097", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1762/southwest-champagne-pmb-5755-dt20200512165812851-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5755/southwest-champagne", + "scraped_at": "2026-04-30T22:14:23.437Z" + }, + { + "sku": "PMB-5758", + "color_name": "Sunkist Orange", + "description": "Sunkist Orange is an orange with a bronze and gold metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.01 + }, + { + "min": 50, + "max": 150, + "price": 19.96 + }, + { + "min": 151, + "max": null, + "price": 18.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1764/sunkist-orange-pmb-5758-dt20190206163002567-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5758/sunkist-orange", + "scraped_at": "2026-04-30T22:14:41.208Z" + }, + { + "sku": "PMB-5765", + "color_name": "Charcoal Night", + "description": "Charcoal Night is a charcoal grey with a very fine metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.56 + }, + { + "min": 50, + "max": 199, + "price": 16.68 + }, + { + "min": 200, + "max": null, + "price": 15.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1766/charcoal-night-pmb-5765-dt20211007201801429-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5765/charcoal-night", + "scraped_at": "2026-04-30T22:14:52.635Z" + }, + { + "sku": "PMB-5771", + "color_name": "SILVER BLING", + "description": "Silver Bling is a maroon with a heavy silver sparkling metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.56 + }, + { + "min": 50, + "max": 199, + "price": 22.38 + }, + { + "min": 200, + "max": null, + "price": 21.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1768/silver-bling-pmb-5771-dt20181024165534092-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5771/silver-bling", + "scraped_at": "2026-04-30T22:15:07.202Z" + }, + { + "sku": "PMB-5773", + "color_name": "Hustler Blue", + "description": "Hustler Blue is a dark blue/green metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH HUSTLER BLUE View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.39 + }, + { + "min": 50, + "max": 199, + "price": 15.57 + }, + { + "min": 200, + "max": null, + "price": 14.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1770/hustler-blue-pmb-5773-dt20211007203513424-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5773/hustler-blue", + "scraped_at": "2026-04-30T22:15:23.644Z" + }, + { + "sku": "PMB-5793", + "color_name": "GREY GUN", + "description": "Grey Gun is a dark grey metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: I have a customer that wants gun metal color what should I order for that - Daniel Decock 12/28/18 03:45 pm Answer: Usually grey with a fine metallic is what people choose most. Something like FORGED CHARCOAL UMB 3578 or EVO GREY PMB 5969 may be a good place to start. Of course it's always recommended to order a color swatch. Nothing like actually seeing the color in person. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.87 + }, + { + "min": 50, + "max": 199, + "price": 14.13 + }, + { + "min": 200, + "max": null, + "price": 13.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1772/grey-gun-pmb-5793-dt20201231161350222-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5793/grey-gun", + "scraped_at": "2026-04-30T22:15:34.431Z" + }, + { + "sku": "PMB-5796", + "color_name": "HARLEY BURGUNDY", + "description": "Harley Burgundy is a dark burgundy/red with a metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.42 + }, + { + "min": 50, + "max": 199, + "price": 18.45 + }, + { + "min": 200, + "max": null, + "price": 17.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1774/harley-burgundy-pmb-5798-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5796/harley-burgundy", + "scraped_at": "2026-04-30T22:15:47.552Z" + }, + { + "sku": "PMB-5809", + "color_name": "OLIVE PEARL", + "description": "Olive Pearl is a bronzy olive polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.87 + }, + { + "min": 50, + "max": 199, + "price": 16.98 + }, + { + "min": 200, + "max": null, + "price": 16.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15130/olive-pearl-pmb-5809-dt20231128231416263936-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5809/olive-pearl", + "scraped_at": "2026-04-30T22:16:02.311Z" + }, + { + "sku": "PMB-5810", + "color_name": "SUN BURNT", + "description": "Sun Burnt is a copper polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.82 + }, + { + "min": 50, + "max": 199, + "price": 18.83 + }, + { + "min": 200, + "max": null, + "price": 17.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4635/pmb-5810-sun-burnt-tds-dt20231103145020206872.pdf?1699023022", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1776/sun-burnt-pmb-5810-dt20231106225419066532-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5810/sun-burnt", + "scraped_at": "2026-04-30T22:16:17.635Z" + }, + { + "sku": "PMB-5811", + "color_name": "Chocolate Bronze", + "description": "Chocolate Bronze is a dark brown with a bronze appearance. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7146/pmb-5811-chocolate-bronze-dt20250324162915217011.pdf?1742833757", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1778/chocolate-bronze-pmb-5811-dt20180925184030938-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5811/chocolate-bronze", + "scraped_at": "2026-04-30T22:16:29.920Z" + }, + { + "sku": "PMB-5824", + "color_name": "Orange Whip", + "description": "Orange Whip is a medium orange with a metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.18 + }, + { + "min": 50, + "max": 199, + "price": 25.82 + }, + { + "min": 200, + "max": null, + "price": 24.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1780/orange-whip-pmb-5824-dt20201209234846222-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5824/orange-whip", + "scraped_at": "2026-04-30T22:16:47.364Z" + }, + { + "sku": "PMB-5829", + "color_name": "Miller Red", + "description": "Miller Red is a burgundy red with fine gold metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.12 + }, + { + "min": 50, + "max": 199, + "price": 18.16 + }, + { + "min": 200, + "max": null, + "price": 17.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1782/miller-red-pmb-5829-dt20200917201622329-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5829/miller-red", + "scraped_at": "2026-04-30T22:17:03.868Z" + }, + { + "sku": "PMB-5844", + "color_name": "MIDNIGHT SPARKLE", + "description": "Midnight Sparkle is a deep navy blue metallic polyester with sky blue glitter and a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.37 + }, + { + "min": 50, + "max": 199, + "price": 18.4 + }, + { + "min": 200, + "max": null, + "price": 17.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2133/pmb-5844-midnight-sparkle-tds-dt2023042421071009227.pdf?1682370432", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9150/midnight-sparkle-pmb-5844-dt20230724213455064512-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5844/midnight-sparkle", + "scraped_at": "2026-04-30T22:17:14.954Z" + }, + { + "sku": "PMB-5849", + "color_name": "MOHAVE GREY", + "description": "Mohave Grey is a darker charcoal color with a bright silver metallic and pearl. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.46 + }, + { + "min": 50, + "max": 199, + "price": 13.74 + }, + { + "min": 200, + "max": null, + "price": 13.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1784/mohave-grey-pmb-5849-dt20190122180946781-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5849/mohave-grey", + "scraped_at": "2026-04-30T22:17:29.241Z" + }, + { + "sku": "PMB-5856", + "color_name": "Pacific Sunset", + "description": "Pacific Sunset is an orange with a very fine metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.6 + }, + { + "min": 50, + "max": 199, + "price": 17.67 + }, + { + "min": 200, + "max": null, + "price": 16.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8222/pmb-5856-pacific-sunset-dt20260318165158568897.pdf?1773852720", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1786/pacific-sunset-pmb-5858-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5856/pacific-sunset", + "scraped_at": "2026-04-30T22:17:52.981Z" + }, + { + "sku": "PMB-5860", + "color_name": "HIGHLAND BRONZE", + "description": "Highland Bronze is a rich bronze metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerBronze MedalArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.53 + }, + { + "min": 50, + "max": 199, + "price": 18.55 + }, + { + "min": 200, + "max": null, + "price": 17.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4275/pmb-5860-highland-bronze-tds-dt20231009144518681516.pdf?1696862720", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1788/highland-bronze-pmb-5860-dt2025052020202721618-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5860/highland-bronze", + "scraped_at": "2026-04-30T22:18:03.658Z" + }, + { + "sku": "PMB-5861", + "color_name": "Mauve Cappuccino", + "description": "Mauve Cappuccino is a warm tan metallic polyester and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.42 + }, + { + "min": 50, + "max": 199, + "price": 14.65 + }, + { + "min": 200, + "max": null, + "price": 13.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8061/pmb-5861-mauve-cappuccino-dt20260119202804137068.pdf?1768854485", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9151/wm-mauve-cappachino-pmb-5861-dt20260210153914885104-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5861/mauve-cappuccino", + "scraped_at": "2026-04-30T22:18:15.474Z" + }, + { + "sku": "PMB-5862", + "color_name": "Zodiac Suede", + "description": "Zodiac Suede is a light tan polyester metallic and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.07 + }, + { + "min": 50, + "max": 199, + "price": 24.77 + }, + { + "min": 200, + "max": null, + "price": 23.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8171/pmb-5862-zodiac-suede-dt20260304210942592212.pdf?1772658584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9152/zodiac-suede-pmb-5862-dt20260105222322510814-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5862/zodiac-suede", + "scraped_at": "2026-04-30T22:18:26.617Z" + }, + { + "sku": "PMB-5865", + "color_name": "DEVIL DUST", + "description": "Devil Dust is a very dark charcoal that has a heavy amount of white and silver sparkles in the light. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.15 + }, + { + "min": 50, + "max": 199, + "price": 15.34 + }, + { + "min": 200, + "max": null, + "price": 14.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1790/devil-dust-pmb-5865-dt20200518170515649-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5865/devil-dust", + "scraped_at": "2026-04-30T22:45:17.946Z" + }, + { + "sku": "PMB-5872", + "color_name": "DARK ALMOND SPARKLE", + "description": "Dark Almond Sparkle is a sparkly silver with a brown hue. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.86 + }, + { + "min": 50, + "max": 199, + "price": 14.12 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3336/pmb-5872-dark-almond-sparkle-tds-dt20230912215858679663.pdf?1694555940", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1792/dark-almond-sparkle-pmb-5872-dt20181005205938573-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5872/dark-almond-sparkle", + "scraped_at": "2026-04-30T22:45:32.215Z" + }, + { + "sku": "PMB-5874", + "color_name": "Nuclear Sunset Orange", + "description": "Nuclear Sunset Orange is a reddish orange with a silver metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.1 + }, + { + "min": 50, + "max": 199, + "price": 18.15 + }, + { + "min": 200, + "max": null, + "price": 17.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1794/nuclear-sunset-orange-pmb-5874-dt20200805170749086-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5874/nuclear-sunset-orange", + "scraped_at": "2026-04-30T22:45:44.449Z" + }, + { + "sku": "PMB-5882", + "color_name": "Rodeo Red", + "description": "Rodeo Red is a bright red metallic with scattered sparkling flakes. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Hi, I would like to know if you have this color without the metallic flakes in it. - Prismatic Support 12/30/21 10:44 pm Answer: I recommend taking a look at our Vermillion Red (PSS-10249). I also recommend ordering a swatch before ordering to make sure this color will be suitable for you. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.81 + }, + { + "min": 50, + "max": 199, + "price": 14.07 + }, + { + "min": 200, + "max": null, + "price": 13.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7372/pmb-5882-rodeo-red-dt2025052220384644629.pdf?1747946329", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1796/rodeo-red-pmb-5882-dt2018102418273753-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5882/rodeo-red", + "scraped_at": "2026-04-30T22:45:59.585Z" + }, + { + "sku": "PMB-5887", + "color_name": "Sparkle Maroon", + "description": "Sparkle Maroon is a rich maroon metallic with a light sparkle. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.67 + }, + { + "min": 50, + "max": 199, + "price": 16.79 + }, + { + "min": 200, + "max": null, + "price": 15.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1800/sparkle-maroon-pmb-5887-dt2018102520512087-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5887/sparkle-maroon", + "scraped_at": "2026-04-30T22:46:10.043Z" + }, + { + "sku": "PMB-5889", + "color_name": "Sonoma", + "description": "Sonoma is a muted tan warm white polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.02 + }, + { + "min": 50, + "max": 199, + "price": 12.37 + }, + { + "min": 200, + "max": null, + "price": 11.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9157/sonoma-blue-pmb-5889-dt20260312195607085665-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5889/sonoma", + "scraped_at": "2026-04-30T22:46:22.543Z" + }, + { + "sku": "PMB-5892", + "color_name": "JMC BRONZE", + "description": "JMC Bronze is a standard bronze metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6745/pmb-5892-jmc-bronze-dt20240716152805691989.pdf?1721143688", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1802/jmc-bronze-pmb-5892-dt20201229162949727-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5892/jmc-bronze", + "scraped_at": "2026-04-30T22:46:36.850Z" + }, + { + "sku": "PMB-5902", + "color_name": "FLAT LAZER BURGUNDY", + "description": "Flat Lazer Burgundy is a soft mulberry purple with a faint red metallic. This color is a polyester metallic powder coat with a flat finish. This color is also available with a glossy finish as Lazer Burgundy PMB-4155. Flat: 0-6 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.93 + }, + { + "min": 50, + "max": 199, + "price": 13.23 + }, + { + "min": 200, + "max": null, + "price": 12.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7077/pmb-5902-flat-lazer-burgundy-dt20250218214801632896.pdf?1739915283", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8914/flat-lazer-burgundy-pmb-5902-dt20190614182150118-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5902/flat-lazer-burgundy", + "scraped_at": "2026-04-30T22:46:47.516Z" + }, + { + "sku": "PMB-5903", + "color_name": "East Side Pearl Red", + "description": "East Side Pearl Red is a pearl white metallic with a hint of red iridescence. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Is there a pearl blue option? - Liam Pettingill 04/18/19 09:02 am Answer: We do have options for you, PEARLIZED VIOLET UMB 1536, CRATER FROST UMB 1580 and COLD WHITE PMB 4203 all have a slight blueish hue. The best option may require a two stage process if that is okay, where a white base coat such as CLOUD WHITE PSS 0408 is used as a base coat and then a clear metallic blue is applied over top. One example would be our HOC BLUE PPB 5066. Keep in mind the image example of HOC BLUE on our website is applied over Ink Black. It will not look the same when applied over white, it will be much lighter in color. - Prismatic Support Question: Is there a pearl blue option? - Liam Pettingill 04/18/19 09:02 am CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.48 + }, + { + "min": 50, + "max": 199, + "price": 11.86 + }, + { + "min": 200, + "max": null, + "price": 11.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1804/east-side-pearl-red-pmb-5903-dt20181004194249301-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5903/east-side-pearl-red", + "scraped_at": "2026-04-30T22:47:04.753Z" + }, + { + "sku": "PMB-5912", + "color_name": "Crown Brown", + "description": "Crown Brown is a dark brown metallic with lots of bronze and red flakes. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5410/pmb-5912-crown-brown-tds-dt20231211233346729674.pdf?1702337628", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1806/crown-brown-pmb-5912-dt20180718215145491-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5912/crown-brown", + "scraped_at": "2026-04-30T22:47:15.660Z" + }, + { + "sku": "PMB-5913", + "color_name": "CRYSTAL GREY", + "description": "Crystal Grey is a very dark grey with a bright silver metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.98 + }, + { + "min": 50, + "max": 199, + "price": 12.33 + }, + { + "min": 200, + "max": null, + "price": 11.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5409/pmb-5913-crystal-grey-tds-dt20231211233221171925.pdf?1702337543", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1808/crystal-grey-pmb-5913-dt20250519214839801312-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5913/crystal-grey", + "scraped_at": "2026-04-30T22:47:32.352Z" + }, + { + "sku": "PMB-5915", + "color_name": "Cobra Charcoal", + "description": "Cobra Charcoal is a medium silver/grey metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6850/pmb-5915-cobra-charcoal-dt20240906192056253155.pdf?1725650458", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1810/cobra-charcoal-pmb-5915-dt20210325225302872-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5915/cobra-charcoal", + "scraped_at": "2026-04-30T22:47:47.179Z" + }, + { + "sku": "PMB-5926", + "color_name": "PRECISION SILVER", + "description": "Precision Silver is a tin silver metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.03 + }, + { + "min": 50, + "max": 199, + "price": 15.23 + }, + { + "min": 200, + "max": null, + "price": 14.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4965/pmb-5926-precision-silver-tds-dt20231127201045731979.pdf?1701115847", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1812/precision-silver-pmb-5926-dt20210510150537225-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5926/precision-silver", + "scraped_at": "2026-04-30T22:48:01.702Z" + }, + { + "sku": "PMB-5928", + "color_name": "TEXAS TAN", + "description": "Texas Tan is a shimmering burnt orange with a fine gold metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.53 + }, + { + "min": 50, + "max": 199, + "price": 17.6 + }, + { + "min": 200, + "max": null, + "price": 16.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2257/pmb-5928-texas-tan-tds-dt2023050320471393577.pdf?1683146835", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1814/texas-tan-pmb-5928-dt20181026202933614-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5928/texas-tan", + "scraped_at": "2026-04-30T22:48:12.836Z" + }, + { + "sku": "PMB-5938", + "color_name": "FIRE ENGINE RED", + "description": "Fire Engine Red is a soft, fire truck red. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.5 + }, + { + "min": 50, + "max": 199, + "price": 14.73 + }, + { + "min": 200, + "max": null, + "price": 13.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3443/pmb-5938-fire-engine-red-tds-dt20230914220314703706.pdf?1694728997", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1816/fire-engine-red-pmb-5938-dt2020111216545389-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5938/fire-engine-red", + "scraped_at": "2026-04-30T22:48:29.543Z" + }, + { + "sku": "PMB-5940", + "color_name": "IVORY METALLIC", + "description": "Ivory Metallic is a light tan metallic polyester and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.46 + }, + { + "min": 50, + "max": 199, + "price": 27.99 + }, + { + "min": 200, + "max": null, + "price": 26.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9159/ivory-metallic-pmb-5940-dt20260409171954817368-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5940/ivory-metallic", + "scraped_at": "2026-04-30T22:48:43.611Z" + }, + { + "sku": "PMB-5941", + "color_name": "RACING BURGUNDY", + "description": "Racing Burgundy is a medium red burgundy metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.1 + }, + { + "min": 50, + "max": 199, + "price": 19.1 + }, + { + "min": 200, + "max": null, + "price": 18.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1818/racing-burgundy-pmb-5941-dt20210325225719965-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5941/racing-burgundy", + "scraped_at": "2026-04-30T22:48:58.389Z" + }, + { + "sku": "PMB-5943", + "color_name": "CANYON COPPER", + "description": "Canyon Copper is a satin, low gloss, copper metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.68 + }, + { + "min": 50, + "max": 199, + "price": 21.55 + }, + { + "min": 200, + "max": null, + "price": 20.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7070/pmb-5943-canyon-copper-dt2025021821173495343.pdf?1739913457", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1820/canyon-copper-pmb-5945-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5943/canyon-copper", + "scraped_at": "2026-04-30T22:49:14.317Z" + }, + { + "sku": "PMB-5956", + "color_name": "HONEY BEIGE", + "description": "Honey Beige is a light yellow tan metallic polyester with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.94 + }, + { + "min": 50, + "max": 199, + "price": 14.19 + }, + { + "min": 200, + "max": null, + "price": 13.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2134/pmb-5956-honey-beige-tds-dt20230424211047885022.pdf?1682370649", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9161/honey-beige-pmb-5956-dt20230724202946762255-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5956/honey-beige", + "scraped_at": "2026-04-30T22:49:30.002Z" + }, + { + "sku": "PMB-5969", + "color_name": "EVO GREY", + "description": "Evo Grey is a dark grey/charcoal metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.19 + }, + { + "min": 50, + "max": 199, + "price": 12.53 + }, + { + "min": 200, + "max": null, + "price": 11.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2422/pmb-5969-evo-grey-tds-dt20230804141433491183.pdf?1691158475", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1822/evo-grey-pmb-5969-dt20250519221600631158-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5969/evo-grey", + "scraped_at": "2026-04-30T22:49:39.623Z" + }, + { + "sku": "PMB-5976", + "color_name": "Storm Grey", + "description": "Storm Grey is a dark grey metallic polyester in a satin finish. Satin: 21-35 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.65 + }, + { + "min": 50, + "max": 199, + "price": 12.97 + }, + { + "min": 200, + "max": null, + "price": 12.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2357/pmb-5976-storm-grey-tds-dt2023060223393459268.pdf?1685749176", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9163/storm-grey-pmb-5976-dt20230711150532695538-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5976/storm-grey", + "scraped_at": "2026-04-30T22:49:54.082Z" + }, + { + "sku": "PMB-5977", + "color_name": "Escalade White", + "description": "Escalade White is a slight off white. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ESCALADE WHITE View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3825/pmb-5977-escalade-white-tds-dt20230925203509622885.pdf?1695674112", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1826/escalade-white-pmb-5977-dt20210127172449135-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5977/escalade-white", + "scraped_at": "2026-04-30T22:50:12.237Z" + }, + { + "sku": "PMB-5981", + "color_name": "NOT SO RAVEN", + "description": "Not So Raven is a silver blue polyester metallic and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.54 + }, + { + "min": 50, + "max": 199, + "price": 17.61 + }, + { + "min": 200, + "max": null, + "price": 16.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7972/pmb-5981-not-so-raven-dt20260107191315997622.pdf?1767813197", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7520/not-so-raven-pmb-5981-dt20260128230558414058-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5981/not-so-raven", + "scraped_at": "2026-04-30T22:50:28.351Z" + }, + { + "sku": "PMB-5984", + "color_name": "Four Winds Grey", + "description": "Four Winds Grey is a silver metallic with a gold hue. This color is a polyester metallic powder coat with a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.05 + }, + { + "min": 50, + "max": 199, + "price": 18.1 + }, + { + "min": 200, + "max": null, + "price": 17.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8921/four-winds-grey-pmb-5984-dt2019032121201003-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5984/four-winds-grey", + "scraped_at": "2026-04-30T22:50:45.519Z" + }, + { + "sku": "PMB-5993", + "color_name": "EGGPLANT", + "description": "Eggplant is a deep rich purple with a fine metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.86 + }, + { + "min": 50, + "max": 199, + "price": 18.87 + }, + { + "min": 200, + "max": null, + "price": 17.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5408/pmb-5993-eggplant-tds-dt20231211233059762206.pdf?1702337462", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1828/eggplant-pmb-5995-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5993/eggplant", + "scraped_at": "2026-04-30T22:50:58.505Z" + }, + { + "sku": "PMB-5996", + "color_name": "PURPLE PLUM", + "description": "Purple Plum is a sparkling plum metallic loaded with a fine silver flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.31 + }, + { + "min": 50, + "max": 199, + "price": 14.54 + }, + { + "min": 200, + "max": null, + "price": 13.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1830/purple-plum-pmb-5996-dt20181019212503786-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5996/purple-plum", + "scraped_at": "2026-04-30T22:51:10.579Z" + }, + { + "sku": "PMB-5998", + "color_name": "Clearwater Pearl", + "description": "Clearwater Pearl is a faint green with silver glittering metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.79 + }, + { + "min": 50, + "max": 199, + "price": 15.95 + }, + { + "min": 200, + "max": null, + "price": 15.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1832/clearwater-pearl-pmb-5998-dt20180926202601227-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5998/clearwater-pearl", + "scraped_at": "2026-04-30T22:51:23.997Z" + }, + { + "sku": "PMB-6303", + "color_name": "Ritzy Glitter", + "description": "Ritzy Glitter is a silver sparkling metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.76 + }, + { + "min": 50, + "max": 199, + "price": 16.87 + }, + { + "min": 200, + "max": null, + "price": 15.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1834/ritzy-glitter-pmb-6303-dt20200603171222899-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6303/ritzy-glitter", + "scraped_at": "2026-04-30T22:51:40.198Z" + }, + { + "sku": "PMB-6304", + "color_name": "BRIGHT LIME GREEN", + "description": "Bright Lime Green is a bright sparkling lime green metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.81 + }, + { + "min": 50, + "max": 199, + "price": 19.77 + }, + { + "min": 200, + "max": null, + "price": 18.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8142/pmb-6304-bright-lime-green-dt2026022519584856705.pdf?1772049530", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1836/bright-lime-green-pmb-6304-dt20250623223646386468-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6304/bright-lime-green", + "scraped_at": "2026-04-30T22:51:56.528Z" + }, + { + "sku": "PMB-6305", + "color_name": "Arcade White", + "description": "Arcade White is a bright white with a faint red metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.28 + }, + { + "min": 50, + "max": 199, + "price": 12.62 + }, + { + "min": 200, + "max": null, + "price": 11.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1838/arcade-white-pmb-6305-dt20181003210624703-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6305/arcade-white", + "scraped_at": "2026-04-30T22:52:09.492Z" + }, + { + "sku": "PMB-6306", + "color_name": "PEWTER METALLIC", + "description": "Pewter Metallic is a pewter grey metallic with a very fine silver. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.18 + }, + { + "min": 50, + "max": 199, + "price": 14.42 + }, + { + "min": 200, + "max": null, + "price": 13.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8107/pmb-6306-pewter-metallic-dt2026020220300191002.pdf?1770064203", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1840/pewter-metallic-pmb-6306-dt20181018201529823-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6306/pewter-metallic", + "scraped_at": "2026-04-30T22:52:24.728Z" + }, + { + "sku": "PMB-6308", + "color_name": "GM PEWTER", + "description": "GM Pewter is a silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.98 + }, + { + "min": 50, + "max": 199, + "price": 16.13 + }, + { + "min": 200, + "max": null, + "price": 15.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7985/pmb-6308-gm-pewter-dt20260107205705156066.pdf?1767819426", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1844/gm-pewter-pmb-6308-dt20250708202735201882-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6308/gm-pewter", + "scraped_at": "2026-04-30T22:52:38.232Z" + }, + { + "sku": "PMB-6311", + "color_name": "Hot Orange Sparkle", + "description": "Hot Orange Sparkle is a hot orange with heavy silver metallic flakes. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.23 + }, + { + "min": 50, + "max": 199, + "price": 22.07 + }, + { + "min": 200, + "max": null, + "price": 20.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3925/pmb-6311-hot-orange-sparkle-tds-dt20230927165557507621.pdf?1695833759", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1846/hot-orange-sparkle-pmb-6311-dt20181012200914529-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6311/hot-orange-sparkle", + "scraped_at": "2026-04-30T22:52:56.326Z" + }, + { + "sku": "PMB-6324", + "color_name": "Ash Sparkle", + "description": "Ash Sparkle is a grey with a heavy silver sparkle. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Cannon Grey PSS-2748 River (Semi-Gloss): Frontier Grey PRB-1704 Solid Tone (Semi-Gloss): Dull Grey PSB-5995 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5874/pmb-6324-ash-sparkle-tds-dt20240325191542638424.pdf?1711394144", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1848/ash-sparkle-pmb-6324-dt20210408211219109-thumbnail.jpg?1617916340&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6324/ash-sparkle", + "scraped_at": "2026-04-30T22:53:07.207Z" + }, + { + "sku": "PMB-6326", + "color_name": "Phoenix Blue", + "description": "Phoenix Blue is a sky blue with a heavy silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.6 + }, + { + "min": 50, + "max": 199, + "price": 14.82 + }, + { + "min": 200, + "max": null, + "price": 14.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3419/pmb-6326-phoenix-blue-tds-dt20230914161254041686.pdf?1694707975", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1850/phoenix-blue-pmb-6326-dt20181018224851833-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6326/phoenix-blue", + "scraped_at": "2026-04-30T22:53:22.636Z" + }, + { + "sku": "PMB-6328", + "color_name": "FOREST BRONZE", + "description": "Forest Bronze is a brown and bronze metallic polyester and has a high gloss finish. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.28 + }, + { + "min": 50, + "max": 199, + "price": 13.57 + }, + { + "min": 200, + "max": null, + "price": 12.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8007/pmb-6328-forest-bronze-dt20260114211335966608.pdf?1768425217", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9170/forest-bronze-pmb-6328-dt2025122221341720428-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6328/forest-bronze", + "scraped_at": "2026-04-30T22:53:38.428Z" + }, + { + "sku": "PMB-6329", + "color_name": "Champagne Forest", + "description": "Champagne Forest is a beige with a silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.73 + }, + { + "min": 50, + "max": 199, + "price": 18.74 + }, + { + "min": 200, + "max": null, + "price": 17.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2412/pmb-6329-champagne-forest-tds-dt20230802215930826431.pdf?1691013572", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1852/champagne-forest-pmb-6329-dt20180705203407651-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6329/champagne-forest", + "scraped_at": "2026-04-30T22:53:55.944Z" + }, + { + "sku": "PMB-6333", + "color_name": "MANILLA CREAM", + "description": "Manilla Cream is a warm white polyester urethane metallic and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.13 + }, + { + "min": 50, + "max": 199, + "price": 19.12 + }, + { + "min": 200, + "max": null, + "price": 18.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9171/manilla-cream-pmb-6333-dt20260227214853483802-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6333/manilla-cream", + "scraped_at": "2026-04-30T22:54:07.644Z" + }, + { + "sku": "PMB-6335", + "color_name": "SUPER ROOTBEER", + "description": "Super Rootbeer is a rich rootbeer bronze metallic. This color is a polyester metallic powder coat and has a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH SUPER ROOTBEER View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can metallics like Super Rootbeer PMB-6335 work with a Tribo style gun? - Cody Devoe 05/19/20 10:35 pm Answer: Tribo-charged guns should not be used to apply Metallic powders. There is not enough time for these tight tolerance guns to charge the metallic flakes and you will see these flakes fall to the ground. Tribo-charged guns work well with solid tones and transparent powders without metallic flakes. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.91 + }, + { + "min": 50, + "max": 199, + "price": 19.86 + }, + { + "min": 200, + "max": null, + "price": 18.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5490/pmb-6335-super-rootbeer-tds-dt20240108165553546222.pdf?1704732955", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1858/super-rootbeer-pmb-6335-dt20250527200208473927-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6335/super-rootbeer", + "scraped_at": "2026-04-30T22:54:16.722Z" + }, + { + "sku": "PMB-6336", + "color_name": "CREAMY BEIGE", + "description": "Creamy Beige is a light tan polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.87 + }, + { + "min": 50, + "max": 199, + "price": 12.23 + }, + { + "min": 200, + "max": null, + "price": 11.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9173/creamy-beige-pmb-6336-dt20260219152423111548-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6336/creamy-beige", + "scraped_at": "2026-04-30T22:54:30.800Z" + }, + { + "sku": "PMB-6340", + "color_name": "STEEL METALLIC", + "description": "Steel Metallic is a dark steely metallic with a fine silver sparkle. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.06 + }, + { + "min": 50, + "max": 199, + "price": 14.31 + }, + { + "min": 200, + "max": null, + "price": 13.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1860/steel-metallic-pmb-6340-dt20181026144000835-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6340/steel-metallic", + "scraped_at": "2026-04-30T22:54:46.773Z" + }, + { + "sku": "PMB-6343", + "color_name": "ROSARITA SPARKLE", + "description": "Rosarita Sparkle is a medium red metallic with a silver flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.4 + }, + { + "min": 50, + "max": 199, + "price": 18.43 + }, + { + "min": 200, + "max": null, + "price": 17.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1862/rosarita-sparkle-pmb-6343-dt20181022203733326-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6343/rosarita-sparkle", + "scraped_at": "2026-04-30T22:54:56.182Z" + }, + { + "sku": "PMB-6350", + "color_name": "DANA SAGE", + "description": "Dana Sage is a sparkling sage metallic. This color is a polyester metallic powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.37 + }, + { + "min": 50, + "max": 199, + "price": 17.45 + }, + { + "min": 200, + "max": null, + "price": 16.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1866/dana-sage-pmb-6350-dt20180910223407422-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6350/dana-sage", + "scraped_at": "2026-04-30T22:55:10.647Z" + }, + { + "sku": "PMB-6351", + "color_name": "1 Coat Whiffle Dust", + "description": "1-Coat Whiffle Dust is a glittery black metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1868/1-coat-whiffle-dust-pmb-6351-dt2018102920190322-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6351/1-coat-whiffle-dust", + "scraped_at": "2026-04-30T22:55:23.593Z" + }, + { + "sku": "PMB-6353", + "color_name": "DARK COPPER", + "description": "Dark Copper is a dark copper metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.16 + }, + { + "min": 50, + "max": 199, + "price": 12.5 + }, + { + "min": 200, + "max": null, + "price": 11.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4926/pmb-6353-dark-copper-tds-dt20231127173051706484.pdf?1701106253", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1870/dark-copper-pmb-6353-dt20181003223257446-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6353/dark-copper", + "scraped_at": "2026-04-30T22:55:41.350Z" + }, + { + "sku": "PMB-6358", + "color_name": "TAN BEIGE", + "description": "Tan Beige is a light tan/beige with a very fine metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.5 + }, + { + "min": 50, + "max": 199, + "price": 15.68 + }, + { + "min": 200, + "max": null, + "price": 14.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1872/tan-beige-pmb-6358-dt2020052122101089-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6358/tan-beige", + "scraped_at": "2026-04-30T22:55:55.941Z" + }, + { + "sku": "PMB-6360", + "color_name": "GREEN SILVER", + "description": "Green Silver is a silvery green metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.85 + }, + { + "min": 50, + "max": 199, + "price": 14.11 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1874/green-silver-pmb-6360-dt20180914172544509-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6360/green-silver", + "scraped_at": "2026-04-30T22:56:07.123Z" + }, + { + "sku": "PMB-6369", + "color_name": "MIST BRONZE", + "description": "Mist Bronze is a low gloss bronze metallic. This color is a polyester metallic powder coat and has a satin finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH MIST BRONZE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.04 + }, + { + "min": 50, + "max": 199, + "price": 15.24 + }, + { + "min": 200, + "max": null, + "price": 14.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7397/pmb-6369-mist-bronze-dt20250630192537452906.pdf?1751311539", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1876/mist-bronze-pmb-6369-dt20250523201709024041-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6369/mist-bronze", + "scraped_at": "2026-04-30T22:56:21.916Z" + }, + { + "sku": "PMB-6370", + "color_name": "GRANITE MINT", + "description": "Granite Mint is a grey and silver metallic with a subtle mint green hue. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.17 + }, + { + "min": 50, + "max": 199, + "price": 12.51 + }, + { + "min": 200, + "max": null, + "price": 11.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1878/granite-mint-pmb-6370-dt20201112165537365-thumbnail.jpg?1605200140&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6370/granite-mint", + "scraped_at": "2026-04-30T22:56:36.315Z" + }, + { + "sku": "PMB-6371", + "color_name": "RB BRONZE", + "description": "RB Bronze is a dark glossy metallic bronze. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5403/pmb-6371-rb-bronze-tds-dt20231211232207422635.pdf?1702336930", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1880/rb-bronze-pmb-6371-dt20200526150447888-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6371/rb-bronze", + "scraped_at": "2026-04-30T22:56:52.338Z" + }, + { + "sku": "PMB-6377", + "color_name": "CADILLAC GREY", + "description": "Cadillac Grey is a dark charcoal grey with a silver metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.28 + }, + { + "min": 50, + "max": 199, + "price": 11.67 + }, + { + "min": 200, + "max": null, + "price": 11.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5402/pmb-6377-cadillac-grey-tds-dt20231211232041786331.pdf?1702336844", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1882/cadillac-grey-pmb-6377-dt20250519210006021306-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6377/cadillac-grey", + "scraped_at": "2026-04-30T22:57:05.590Z" + }, + { + "sku": "PMB-6389", + "color_name": "Barcelona Brown", + "description": "Barcelona Brown is a dark brown with a slight silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1884/barcelona-brown-pmb-6391-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6389/barcelona-brown", + "scraped_at": "2026-04-30T22:57:20.075Z" + }, + { + "sku": "PMB-6391", + "color_name": "JUST GOLD", + "description": "Just Gold is a sparkling brown/gold metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1886/just-gold-pmb-6391-dt20180719192758295-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6391/just-gold", + "scraped_at": "2026-04-30T22:57:30.162Z" + }, + { + "sku": "PMB-6393", + "color_name": "Jag Blue", + "description": "Jag Blue is a deep blue/green metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.97 + }, + { + "min": 50, + "max": 199, + "price": 16.12 + }, + { + "min": 200, + "max": null, + "price": 15.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1888/jag-blue-pmb-6393-dt20200602173933343-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6393/jag-blue", + "scraped_at": "2026-04-30T22:57:44.205Z" + }, + { + "sku": "PMB-6396", + "color_name": "Toxic Blueberry", + "description": "Toxic Blueberry is a rich blueberry blue with a fine metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color has limited UV resistance. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.34 + }, + { + "min": 50, + "max": 199, + "price": 17.42 + }, + { + "min": 200, + "max": null, + "price": 16.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4204/pmb-6396-toxic-blueberry-tds-dt20231005161101435477.pdf?1696522263", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1890/toxic-blueberry-pmb-6396-dt20200727150350302-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6396/toxic-blueberry", + "scraped_at": "2026-04-30T22:57:56.353Z" + }, + { + "sku": "PMB-6397", + "color_name": "PEARL CREAM", + "description": "Pearl Cream is a light tan hybrid metallic and has a matte finish. Matte: 7-20 Gloss Units This color is not recommended for exterior exposure. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.55 + }, + { + "min": 50, + "max": 199, + "price": 22.37 + }, + { + "min": 200, + "max": null, + "price": 21.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9178/pearl-cream-pmb-6397-dt20260319204038281775-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6397/pearl-cream", + "scraped_at": "2026-04-30T22:58:07.742Z" + }, + { + "sku": "PMB-6407", + "color_name": "ANTIQUE BRONZE II", + "description": "Antique Bronze II is a lower gloss dark bronze that has a pearl bronze effect in the light. This color is a polyester metallic powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.62 + }, + { + "min": 50, + "max": 199, + "price": 16.74 + }, + { + "min": 200, + "max": null, + "price": 15.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7044/pmb-6407-antique-bronze-ii-dt20250124190734415816.pdf?1737745656", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1892/antique-bronze-ii-pmb-6407-dt20201001214540306-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6407/antique-bronze-ii", + "scraped_at": "2026-04-30T22:58:16.823Z" + }, + { + "sku": "PMB-6416", + "color_name": "Inferno Red", + "description": "Inferno Red is a rich maroon red with a heavy silver metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH INFERNO RED View Details View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.84 + }, + { + "min": 50, + "max": 199, + "price": 18.85 + }, + { + "min": 200, + "max": null, + "price": 17.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1896/inferno-red-pmb-6416-dt20181009205016455-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6416/inferno-red", + "scraped_at": "2026-04-30T22:58:34.508Z" + }, + { + "sku": "PMB-6417", + "color_name": "RICHARD GREY", + "description": "Richard Grey is a deep dark metallic with a silver flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.39 + }, + { + "min": 50, + "max": 199, + "price": 11.77 + }, + { + "min": 200, + "max": null, + "price": 11.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5401/pmb-6417-richard-grey-tds-dt20231211231905534364.pdf?1702336747", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1898/richard-grey-pmb-6417-dt20210115230306487-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6417/richard-grey", + "scraped_at": "2026-04-30T22:58:48.276Z" + }, + { + "sku": "PMB-6418", + "color_name": "DARK CHARCOAL", + "description": "Dark Charcoal is a dark, almost black, metallic with a brown/bronze hue. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5400/pmb-6418-dark-charcoal-tds-dt20231211231727187317.pdf?1702336649", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1900/dark-charcoal-pmb-6418-dt20210504214328545-thumbnail.jpg?1620164609&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6418/dark-charcoal", + "scraped_at": "2026-04-30T22:59:04.814Z" + }, + { + "sku": "PMB-6446", + "color_name": "Rusty Brown", + "description": "Rusty Brown is a medium brown metallic with a fine flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Rust Brown PSS-4350 Solid Tone (Gloss): Mohave Brown PSB-4818 Metallic (High Gloss): Rustic Gold PMB-4135 Metallic (Gloss): Southern Copper PMB-1315 / Wet Copper Lipstick PMB-2897 Metallic (Semi-Gloss): Cocoa Surprise PMB-2670 / Pixie Copper PMB-2390 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.3 + }, + { + "min": 50, + "max": 199, + "price": 14.54 + }, + { + "min": 200, + "max": null, + "price": 13.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1902/rusty-brown-pmb-6448-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6446/rusty-brown", + "scraped_at": "2026-04-30T22:59:21.241Z" + }, + { + "sku": "PMB-6458", + "color_name": "Pearl Lavender Metallic", + "description": "Pearl Lavender Metallic is a lavender pink/purple with a blue pearl. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.98 + }, + { + "min": 50, + "max": 199, + "price": 20.88 + }, + { + "min": 200, + "max": null, + "price": 19.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4685/pmb-6458-pearl-lavender-metallic-tds-dt20231120165210210421.pdf?1700499132", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7686/pearl-lavender-pmb-6458-dt2022022222213051498-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6458/pearl-lavender-metallic", + "scraped_at": "2026-04-30T22:59:37.613Z" + }, + { + "sku": "PMB-6463", + "color_name": "Fire Orange", + "description": "Fire Orange is a dark red orange metallic with a yellow flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.71 + }, + { + "min": 50, + "max": 199, + "price": 14.92 + }, + { + "min": 200, + "max": null, + "price": 14.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7063/pmb-6463-fire-orange-dt20250217184728954904.pdf?1739818051", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1904/fire-orange-pmb-6463-dt2020042718441833-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6463/fire-orange", + "scraped_at": "2026-04-30T22:59:47.377Z" + }, + { + "sku": "PMB-6467", + "color_name": "SHIMMER BEIGE", + "description": "Shimmer Beige is a beige with a light silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.86 + }, + { + "min": 50, + "max": 199, + "price": 12.22 + }, + { + "min": 200, + "max": null, + "price": 11.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2258/pmb-6467-shimmer-beige-tds-dt20230503204853558354.pdf?1683146935", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1906/shimmer-beige-pmb-6467-dt20181022224020312-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6467/shimmer-beige", + "scraped_at": "2026-04-30T23:00:01.178Z" + }, + { + "sku": "PMB-6468", + "color_name": "TRUTH BRONZE", + "description": "Truth Bronze is a dark brown polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.16 + }, + { + "min": 50, + "max": 199, + "price": 13.45 + }, + { + "min": 200, + "max": null, + "price": 12.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6316/pmb-6468-truth-bronze-tds-dt20240423221557277987.pdf?1713910559", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7688/truth-bronze-pmb-6468-dt20240426171458068043-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6468/truth-bronze", + "scraped_at": "2026-04-30T23:00:11.825Z" + }, + { + "sku": "PMB-6469", + "color_name": "Slate Grey", + "description": "Slate Grey is a charcoal grey with heavy silver metallics. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 47-70 Gloss Units. *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.05 + }, + { + "min": 50, + "max": 199, + "price": 13.35 + }, + { + "min": 200, + "max": null, + "price": 12.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5399/pmb-6469-slate-grey-tds-dt20231211231535208489.pdf?1702336537", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7067/slate-grey-pmb-6469-dt20200526152123058-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6469/slate-grey", + "scraped_at": "2026-04-30T23:00:24.704Z" + }, + { + "sku": "PMB-6475", + "color_name": "Russet Cream", + "description": "Russet Cream is a flat, low gloss tan with a slight red metallic hue. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.85 + }, + { + "min": 50, + "max": 199, + "price": 16.96 + }, + { + "min": 200, + "max": null, + "price": 16.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1908/russet-cream-pmb-6475-dt20181022205219871-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6475/russet-cream", + "scraped_at": "2026-04-30T23:00:35.942Z" + }, + { + "sku": "PMB-6477", + "color_name": "HIGHEND CHARCOAL", + "description": "Highend Charcoal is an extremely dark charcoal metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4927/pmb-6477-highend-charcoal-tds-dt20231127173319563728.pdf?1701106401", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1910/highend-charcoal-pmb-6477-dt20250623223900288058-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6477/highend-charcoal", + "scraped_at": "2026-04-30T23:00:50.347Z" + }, + { + "sku": "PMB-6480", + "color_name": "Wet Charcoal", + "description": "Wet Charcoal is a dark charcoal black with a very fine silver metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: About how much Wet Charcoal PMB-6480 would I need to coat four 26 inch rims? - Kirk Seate 09/19/20 08:46 am Answer: Depending on experience level and wheel detail, somewhere between 3.5-4.5 lbs. however, 5 lbs. would provide some cushion. If you up that to 6 lbs. then you will have some extra powder just in case and this warrants a color QC panel where we will include a spray-out from that box of powder so that you can see the expected result. QC panels are trigger at 6 lbs., not 5. The freight cost would remain the same. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.28 + }, + { + "min": 50, + "max": 199, + "price": 11.67 + }, + { + "min": 200, + "max": null, + "price": 11.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3707/pmb-6480-wet-charcoal-tds-dt20230921213540903358.pdf?1695332143", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1912/wet-charcoal-pmb-6480-dt20250519205809574447-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6480/wet-charcoal", + "scraped_at": "2026-04-30T23:01:02.662Z" + }, + { + "sku": "PMB-6482", + "color_name": "BRONZE COPPER", + "description": "Bronze Copper is a deep, dark bronze with a fine coppery metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.71 + }, + { + "min": 50, + "max": 199, + "price": 12.07 + }, + { + "min": 200, + "max": null, + "price": 11.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1914/bronze-copper-pmb-6482-dt20210127172132547-thumbnail.jpg?1611768094&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6482/bronze-copper", + "scraped_at": "2026-04-30T23:01:15.495Z" + }, + { + "sku": "PMB-6487", + "color_name": "SATIN POLY GOLD", + "description": "Satin Poly Gold is a bronze gold metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerSilver and GoldAurum RichesArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.95 + }, + { + "min": 50, + "max": 199, + "price": 18 + }, + { + "min": 200, + "max": null, + "price": 17.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7683/pmb-6487-satin-poly-gold-dt20251201224424294329.pdf?1764629066", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1916/satin-poly-gold-pmb-6487-dt20250519211429296942-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6487/satin-poly-gold", + "scraped_at": "2026-04-30T23:01:31.822Z" + }, + { + "sku": "PMB-6488", + "color_name": "FORD ADOBE", + "description": "Ford Adobe is a light bronze metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerCerakote® Color MatchesSilver and GoldArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.36 + }, + { + "min": 50, + "max": 199, + "price": 14.59 + }, + { + "min": 200, + "max": null, + "price": 13.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7717/pmb-6488-ford-adobe-dt20251216195049314151.pdf?1765914651", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1918/ford-adobe-pmb-6488-dt20250519215846810383-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6488/ford-adobe", + "scraped_at": "2026-04-30T23:01:49.855Z" + }, + { + "sku": "PMB-6490", + "color_name": "Golden Fawn", + "description": "Golden Fawn is a faint gold metallic. This color is a polyester metallic powder coat and has a matte finish. Matte: 7-20 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.81 + }, + { + "min": 50, + "max": 199, + "price": 16.92 + }, + { + "min": 200, + "max": null, + "price": 16.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7692/golden-fawn-pmb-6490-dt20250623144208521878-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6490/golden-fawn", + "scraped_at": "2026-04-30T23:02:01.068Z" + }, + { + "sku": "PMB-6491", + "color_name": "Arizona Beige", + "description": "Arizona Beige is a sparkling gold/beige metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.04 + }, + { + "min": 50, + "max": 199, + "price": 18.09 + }, + { + "min": 200, + "max": null, + "price": 17.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1920/arizona-beige-pmb-6491-dt20210412170734685-thumbnail.jpg?1618247255&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6491/arizona-beige", + "scraped_at": "2026-04-30T23:02:15.593Z" + }, + { + "sku": "PMB-6493", + "color_name": "Blue Tropic", + "description": "Blue Tropic is a dark navy blue with a fine metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: River (Satin): Blue Ripples PRB-3073 River (Semi-Gloss): Blue Ripples II PRB-5673 Metallic (Gloss): Cosmic Navy Blue PMB-1941 Metallic (Semi-Gloss): Blue Green PMB-5505 / Eclipse Blue PMB-5350 Solid Tone (High Gloss): Island Blue PSS-4328 *This color has limited UV resistance. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.86 + }, + { + "min": 50, + "max": 199, + "price": 18.87 + }, + { + "min": 200, + "max": null, + "price": 17.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4205/pmb-6493-blue-tropic-tds-dt20231005161252053064.pdf?1696522374", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1922/blue-tropic-pmb-6493-dt20180914201521929-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6493/blue-tropic", + "scraped_at": "2026-04-30T23:02:30.276Z" + }, + { + "sku": "PMB-6495", + "color_name": "ANTIQUE BRONZE", + "description": "Antique Bronze is a very dark bronze metallic. This color is a polyester metallic powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerBurnished TreasuresBronze MedalArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Will these powders work with tribo static guns? - Jimmy Wood 01/14/19 02:33 pm Answer: We have not tested the tribo compatibility of all of our powders but what we do know is, metallic powders do not work well with tribo guns. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.05 + }, + { + "min": 50, + "max": 199, + "price": 18.1 + }, + { + "min": 200, + "max": null, + "price": 17.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7201/pmb-6495-antique-bronze-dt20250424182316241398.pdf?1745518999", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1924/antique-bronze-pmb-6495-dt20200410180404934-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6495/antique-bronze", + "scraped_at": "2026-04-30T23:02:44.461Z" + }, + { + "sku": "PMB-6503", + "color_name": "Yamaha Blue Steel", + "description": "Yamaha Blue Steel is a dark slate, blue metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.74 + }, + { + "min": 50, + "max": 199, + "price": 14.95 + }, + { + "min": 200, + "max": null, + "price": 14.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1926/yamaha-blue-steel-pmb-6503-dt20190528210308651-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6503/yamaha-blue-steel", + "scraped_at": "2026-04-30T23:02:56.469Z" + }, + { + "sku": "PMB-6512", + "color_name": "Hope Teal", + "description": "Hope Teal is a dark teal polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.49 + }, + { + "min": 50, + "max": 199, + "price": 16.62 + }, + { + "min": 200, + "max": null, + "price": 15.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3843/pmb-6512-hope-teal-tds-dt20230925211912947326.pdf?1695676755", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7696/hope-teal-pmb-6512-dt20260317190150260571-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6512/hope-teal", + "scraped_at": "2026-04-30T23:03:12.823Z" + }, + { + "sku": "PMB-6514", + "color_name": "INDY BASE", + "description": "Indy Base is a silvery copper color. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Due to the specific pigment used in this product, a clear or other top coat may dramatically change the color. Spray a test piece to ensure that the final color meets your requirements. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH INDY BASE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.2 + }, + { + "min": 50, + "max": 199, + "price": 17.29 + }, + { + "min": 200, + "max": null, + "price": 16.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1928/indy-base-pmb-6514-dt20190917215440562-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6514/indy-base", + "scraped_at": "2026-04-30T23:03:25.992Z" + }, + { + "sku": "PMB-6517", + "color_name": "Columbia Pewter", + "description": "Columbia Pewter is a medium charcoal metallic with a slight brown hue. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.71 + }, + { + "min": 50, + "max": 199, + "price": 13.97 + }, + { + "min": 200, + "max": null, + "price": 13.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7980/pmb-6517-columbia-pewter-dt20260107203843196019.pdf?1767818324", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1930/columbia-pewter-pmb-6517-dt20210202210709842-thumbnail.jpg?1612300031&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6517/columbia-pewter", + "scraped_at": "2026-04-30T23:03:41.332Z" + }, + { + "sku": "PMB-6519", + "color_name": "Champagne", + "description": "Champagne is a shimmering silver metallic with a light gold hue. This color is a polyester metallic powder coat with a satin finish. Satin: 21-36 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.5 + }, + { + "min": 50, + "max": 199, + "price": 16.63 + }, + { + "min": 200, + "max": null, + "price": 15.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2548/pmb-6519-champagne-tds-dt20230810204914969627.pdf?1691700556", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7143/champagne-pmb-6519-dt2025062522194324124-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6519/champagne", + "scraped_at": "2026-04-30T23:03:54.139Z" + }, + { + "sku": "PMB-6521", + "color_name": "Menlo Silver", + "description": "Menlo Silver is a silver metallic polyester and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.41 + }, + { + "min": 50, + "max": 199, + "price": 20.34 + }, + { + "min": 200, + "max": null, + "price": 19.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3852/pmb-6521-menlo-silver-tds-dt20230925213927541785.pdf?1695677969", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7698/menlo-silver-pmb-6521-dt20231122222218365264-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6521/menlo-silver", + "scraped_at": "2026-04-30T23:04:09.967Z" + }, + { + "sku": "PMB-6525", + "color_name": "BMW SILVER", + "description": "BMW Silver is a vibrant metallic silver. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): WheelsHRE Performance WheelsNES Wheels RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.86 + }, + { + "min": 50, + "max": 199, + "price": 16.02 + }, + { + "min": 200, + "max": null, + "price": 15.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6867/pmb-6525-bmw-silver-dt20240911171930686528696.pdf?1726075172", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1932/bmw-silver-pmb-6525-dt20250603214526986717-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6525/bmw-silver", + "scraped_at": "2026-04-30T23:04:28.846Z" + }, + { + "sku": "PMB-6526", + "color_name": "Greystone Metallic", + "description": "Greystone Metallic is a beige grey with heavy silver metallic. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.2 + }, + { + "min": 50, + "max": 199, + "price": 15.39 + }, + { + "min": 200, + "max": null, + "price": 14.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7979/pmb-6526-greystone-metallic-dt202601072038122657.pdf?1767818294", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7444/greystone-metallic-pmb-6526-dt2020072422303613-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6526/greystone-metallic", + "scraped_at": "2026-04-30T23:04:45.302Z" + }, + { + "sku": "PMB-6527", + "color_name": "FLAT CRYSTAL GREY", + "description": "Flat Crystal Grey is a dark charcoal grey with a sparkling white metallic. This color is a polyester metallic powder coat and has a matte finish. Matte: 7-20 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.38 + }, + { + "min": 50, + "max": 199, + "price": 12.71 + }, + { + "min": 200, + "max": null, + "price": 12.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7088/pmb-6527-flat-crystal-grey-dt20250218221411920405.pdf?1739916857", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1934/flat-crystal-grey-pmb-6527-dt20200427185647236-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6527/flat-crystal-grey", + "scraped_at": "2026-04-30T23:04:57.005Z" + }, + { + "sku": "PMB-6547", + "color_name": "Stealth Charcoal", + "description": "Stealth Charcoal is a medium grey/silver metallic. This color is a Polyester Urethane metallic powder coat and has a matte finish. Matte: 7-10 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH STEALTH CHARCOAL View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: I just used this powder and it keeps peeling off? What is the reason? - Custom Cutters 03/14/19 02:25 pm Answer: Under cure or a substrate surface condition that is preventing adhesion. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.71 + }, + { + "min": 50, + "max": 199, + "price": 13.02 + }, + { + "min": 200, + "max": null, + "price": 12.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7042/pmb-6547-stealth-charcoal-dt20250124190308077644.pdf?1737745390", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1936/stealth-charcoal-pmb-6547-dt20250527195144532615-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6547/stealth-charcoal", + "scraped_at": "2026-04-30T23:05:14.131Z" + }, + { + "sku": "PMB-6558", + "color_name": "Acura Silver", + "description": "Acura Silver is a bright silver metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): AcuraAutomotive-OEM RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.49 + }, + { + "min": 50, + "max": 199, + "price": 16.62 + }, + { + "min": 200, + "max": null, + "price": 15.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2494/pmb-6558-acura-silver-tds-dt20230808205108792517.pdf?1691527870", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1938/acura-silver-pmb-6558-dt20210420174741993-thumbnail.jpg?1618940863&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6558/acura-silver", + "scraped_at": "2026-04-30T23:05:27.602Z" + }, + { + "sku": "PMB-6561", + "color_name": "INFINITI BURGUNDY", + "description": "Infiniti Burgundy is a deep burgundy polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.33 + }, + { + "min": 50, + "max": 199, + "price": 17.41 + }, + { + "min": 200, + "max": null, + "price": 16.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3851/pmb-6561-infiniti-burgundy-tds-dt20230925213744907355.pdf?1695677867", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7724/infiniti-burgundy-pmb-6561-dt2026010521192405348-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6561/infiniti-burgundy", + "scraped_at": "2026-04-30T23:05:43.387Z" + }, + { + "sku": "PMB-6572", + "color_name": "Dune Galaxy", + "description": "Dune Galaxy is light tan polyester metallic and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.08 + }, + { + "min": 50, + "max": 199, + "price": 18.13 + }, + { + "min": 200, + "max": null, + "price": 17.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8064/pmb-6572-dune-galaxy-dt2026011920332794322.pdf?1768854809", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7728/wm-dune-galaxy-pmb-6572-dt2026021015284662166-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6572/dune-galaxy", + "scraped_at": "2026-04-30T23:05:58.796Z" + }, + { + "sku": "PMB-6574", + "color_name": "HD Blue", + "description": "HD Blue is a rich blue polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.67 + }, + { + "min": 50, + "max": 199, + "price": 19.64 + }, + { + "min": 200, + "max": null, + "price": 18.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3846/pmb-6574-hd-blue-tds-dt20230925212528288583.pdf?1695677130", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7730/hd-blue-pmb-6574-dt20260105213705248885-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6574/hd-blue", + "scraped_at": "2026-04-30T23:06:14.126Z" + }, + { + "sku": "PMB-6579", + "color_name": "Silver Titanium", + "description": "Silver Titanium is a warm silver polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units This color is not recommended for exterior exposure without the application of a UV-resistant topcoat. Applying a clear topcoat may enhance UV resistance, weather stability, and the overall durability of the finish, while also helping to minimize oxidation of the metallic pigment. Please note that a topcoat may alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of either the basecoat or topcoat may result in uneven color. Apply both the base coat and topcoat in accordance with the recommended mil thickness specifications. Allow the part to cool completely before applying the topcoat. Once the topcoat has been applied, fully cure it according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before starting your project, especially if you are using a topcoat or additional basecoats, primers, etc. This helps ensure the final color meets your specifications and allows you to anticipate any potential changes in color or finish. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.04 + }, + { + "min": 50, + "max": 199, + "price": 21.89 + }, + { + "min": 200, + "max": null, + "price": 20.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7732/silver-titanium-pmb-6579-dt20260324175217962481-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6579/silver-titanium", + "scraped_at": "2026-04-30T23:06:28.350Z" + }, + { + "sku": "PMB-6590", + "color_name": "Snowy White Step 1", + "description": "Snowy White Step 1 under Snowy White Step 2 creates a very rich pearlescent white metallic. This color is a polyester metallic powder coat with a semi-gloss finish. Two Coat Information: To achieve this color as shown, Snowy White Step 2 PPB-6591 must be applied as a top coat. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.4 + }, + { + "min": 50, + "max": 199, + "price": 24.13 + }, + { + "min": 200, + "max": null, + "price": 22.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6369/pmb-6590-snowy-white-step-1-tds-dt2024042516061162153.pdf?1714061174", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7734/snowy-white-step-1-pmb-6590-dt20241021162841044369-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6590/snowy-white-step-1", + "scraped_at": "2026-04-30T23:06:41.212Z" + }, + { + "sku": "PMB-6593", + "color_name": "FORGED BRASS", + "description": "Forged Brass is a brass polyester metallic and has a satin finish. Satin: 21-35 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.59 + }, + { + "min": 50, + "max": 199, + "price": 18.61 + }, + { + "min": 200, + "max": null, + "price": 17.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6975/pmb-6593-forged-brass-dt20241121181731443106.pdf?1732213053", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7363/forged-brass-pmb-6593-dt20231030155630939286-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6593/forged-brass", + "scraped_at": "2026-04-30T23:06:55.264Z" + }, + { + "sku": "PMB-6600", + "color_name": "Heavy Charcoal", + "description": "Heavy Charcoal is a medium charcoal metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.35 + }, + { + "min": 50, + "max": 199, + "price": 14.58 + }, + { + "min": 200, + "max": null, + "price": 13.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5372/pmb-6600-heavy-charcoal-tds-dt20231208212151597863.pdf?1702070513", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1940/heavy-charcoal-pmb-6600-dt20200603163323407-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6600/heavy-charcoal", + "scraped_at": "2026-04-30T23:07:09.545Z" + }, + { + "sku": "PMB-6603", + "color_name": "Black Copper", + "description": "Black Copper is a rich sparkling red/copper with a fine pearl luster that dances in the light. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.19 + }, + { + "min": 50, + "max": 199, + "price": 20.13 + }, + { + "min": 200, + "max": null, + "price": 19.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2858/pmb-6603-black-copper-tds-dt20230822124303887717.pdf?1692708186", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7446/black-copper-pmb-6603-dt2025051921502703743-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6603/black-copper", + "scraped_at": "2026-04-30T23:07:21.535Z" + }, + { + "sku": "PMB-6604", + "color_name": "Avalanche Copper", + "description": "Avalanche Copper is a brown polyester copper metallic and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.39 + }, + { + "min": 50, + "max": 199, + "price": 14.62 + }, + { + "min": 200, + "max": null, + "price": 13.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4928/pmb-6604-avalanche-copper-tds-dt2023112717345587459.pdf?1701106497", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7740/avalanche-copper-pmb-6604-dt20260105215710265498-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6604/avalanche-copper", + "scraped_at": "2026-04-30T23:07:34.339Z" + }, + { + "sku": "PMB-6611", + "color_name": "Shimmer Black", + "description": "Shimmer Black is a shimmering black metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.39 + }, + { + "min": 50, + "max": 199, + "price": 11.77 + }, + { + "min": 200, + "max": null, + "price": 11.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2259/pmb-6611-shimmer-black-tds-dt20230503205046857002.pdf?1683147048", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1942/shimmer-black-pmb-6611-dt20181024164004818-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6611/shimmer-black", + "scraped_at": "2026-04-30T23:07:45.098Z" + }, + { + "sku": "PMB-6614", + "color_name": "Pearl Taupe", + "description": "Pearl Taupe is a earthy iridescent polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Due to the specific pigment used in this product, a clear or other top coat may dramatically change the color. Spray a test piece to ensure that the final color meets your requirements. This color is not recommended for exterior exposure with our applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.55 + }, + { + "min": 50, + "max": 199, + "price": 16.67 + }, + { + "min": 200, + "max": null, + "price": 15.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3845/pmb-6614-pearl-taupe-tds-dt20230925212338420922.pdf?1695677020", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7742/pearl-taupe-pmb-6614-dt20260109194524920708-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6614/pearl-taupe", + "scraped_at": "2026-04-30T23:08:00.499Z" + }, + { + "sku": "PMB-6619", + "color_name": "Avalanche Copper II", + "description": "Avalanche Copper II is a deep copper polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.03 + }, + { + "min": 50, + "max": 199, + "price": 14.28 + }, + { + "min": 200, + "max": null, + "price": 13.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5398/pmb-6619-avalanche-copper-ii-tds-dt20231211231404136123.pdf?1702336446", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7744/avalanche-copper-ii-pmb-6619-dt20260317184259054613-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6619/avalanche-copper-ii", + "scraped_at": "2026-04-30T23:08:14.888Z" + }, + { + "sku": "PMB-6625", + "color_name": "GOLDTASTIC", + "description": "Goldtastic is a brilliant gold metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* *This color is also available in the following alternative finishes: Texture (Matte): Goldtastic Texture PTB-10301 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerCerakote® Color MatchesSilver and GoldAurum RichesExquisite SpacesArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.84 + }, + { + "min": 50, + "max": 199, + "price": 19.8 + }, + { + "min": 200, + "max": null, + "price": 18.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7678/pmb-6625-goldtastic-dt20251201220239197093.pdf?1764626561", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1944/goldtastic-pmb-6625-dt20200923225255036-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6625/goldtastic", + "scraped_at": "2026-04-30T23:08:28.227Z" + }, + { + "sku": "PMB-6632", + "color_name": "FLAT VEGAS NUTMEG", + "description": "Flat Vegas Nutmeg is a gold/bronze metallic. This color is a polyester metallic powder coat and has a matte finish. Matte: 7-20 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH FLAT VEGAS NUTMEG View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.58 + }, + { + "min": 50, + "max": 199, + "price": 17.65 + }, + { + "min": 200, + "max": null, + "price": 16.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3812/pmb-6632-flat-vegas-nutmeg-tds-dt20230925182436337931.pdf?1695666278", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1946/flat-vegas-nutmeg-pmb-6632-dt20210111213150987-thumbnail.jpg?1610400712&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6632/flat-vegas-nutmeg", + "scraped_at": "2026-04-30T23:08:43.164Z" + }, + { + "sku": "PMB-6633", + "color_name": "Manning White", + "description": "Manning White is a medium white metallic. This color is a polyester metallic powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.24 + }, + { + "min": 50, + "max": 199, + "price": 14.48 + }, + { + "min": 200, + "max": null, + "price": 13.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1948/manning-white-pmb-6633-dt20181012212234176-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6633/manning-white", + "scraped_at": "2026-04-30T23:08:59.021Z" + }, + { + "sku": "PMB-6642", + "color_name": "Nitro Orange", + "description": "Nitro Orange is a red-orange with a hint of metallic sparkle. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.93 + }, + { + "min": 50, + "max": 199, + "price": 22.73 + }, + { + "min": 200, + "max": null, + "price": 21.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7675/pmb-6642-nitro-orange-dt20251201211832737405.pdf?1764623915", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1950/nitro-orange-pmb-6642-dt2025090219463880677-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6642/nitro-orange", + "scraped_at": "2026-04-30T23:09:10.181Z" + }, + { + "sku": "PMB-6648", + "color_name": "Bazzinga", + "description": "Bazzinga is a light silvery metallic with a faint gold hue. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units This color is not recommended for exterior exposure with our applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerParisian DivinePosh RoséArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH BAZZINGA View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: What top coat do you recommend for PMB-6648 (bazzinga) to get a similar finish to the wheels that are pictured? - Seth Carlton 02/13/21 02:18 pm Answer: We do recommend applying a clear coat over Bazzinga PMB-6648 to protect the metallic flakes from corrosion. The best Clear Coat for wheels would be our Clear Vision PPS-2974 which is a high gloss clear. This is considered a “super-durable” and not only provides protection for the metallic flakes but also protects against U.V. damage. While our other clear coats won’t provide the same level of UV protection as Clear Vision, they will provide corrosion protection and finish protection from debris. The wheels pictured appear to have Matte Clear PPB-4509 or Fog Clear PPB-4761 applied. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.56 + }, + { + "min": 50, + "max": 199, + "price": 18.58 + }, + { + "min": 200, + "max": null, + "price": 17.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7160/pmb-6648-bazzinga-dt20250411203309182156.pdf?1744403593", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1952/bazzinga-pmb-6648-dt20250624212402519418-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6648/bazzinga", + "scraped_at": "2026-04-30T23:09:25.872Z" + }, + { + "sku": "PMB-6651", + "color_name": "SANDY GOLD", + "description": "Sandy Gold is a medium gold metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.67 + }, + { + "min": 50, + "max": 199, + "price": 17.74 + }, + { + "min": 200, + "max": null, + "price": 16.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3796/pmb-6651-sandy-gold-tds-dt20230925165057705648.pdf?1695660659", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1954/sandy-gold-pmb-6651-dt20201112165850673-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6651/sandy-gold", + "scraped_at": "2026-04-30T23:09:42.484Z" + }, + { + "sku": "PMB-6653", + "color_name": "Yauch Blue", + "description": "Yauch Blue is a dark blue metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Cadet Blue PSS-4553 River (Satin): Cadet Blue River II PRB-6334 Metallic (Gloss): Brunken Blue PMB-1185 / Clearwater Blue PMB-1639 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH YAUCH BLUE View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Hello! I love this color! Would it be possible to make it in a gloss or is there a similar color in gloss? Thank you! - Melissa Muzzillo 05/04/20 07:10 am Answer: We may have something similar to what you are asking for, the best way to find out is by contacting our Color Match Department (colormatch@prismaticpowders.com). If we don't then we may be able to create one and they can walk you through that process. But the easiest way to create a more glossy finish is by adding a top coat of Clear Vision. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.6 + }, + { + "min": 50, + "max": 199, + "price": 15.77 + }, + { + "min": 200, + "max": null, + "price": 14.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1956/yauch-blue-pmb-6653-dt20181030180330059-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6653/yauch-blue", + "scraped_at": "2026-04-30T23:09:55.557Z" + }, + { + "sku": "PMB-6664", + "color_name": "Beige Tape", + "description": "Beige Tape is a sandy beige metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.7 + }, + { + "min": 50, + "max": 199, + "price": 14.92 + }, + { + "min": 200, + "max": null, + "price": 14.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1958/beige-tape-pmb-6664-dt20180924200832006-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6664/beige-tape", + "scraped_at": "2026-04-30T23:10:09.718Z" + }, + { + "sku": "PMB-6686", + "color_name": "Seaoly Gold", + "description": "Seaoly Gold is a light gold polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.89 + }, + { + "min": 50, + "max": 199, + "price": 20.8 + }, + { + "min": 200, + "max": null, + "price": 19.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3652/pmb-6686-seaoly-gold-tds-dt20230920143456381483.pdf?1695220499", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7760/seaoly-gold-pmb-6686-dt20231122220603344313-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6686/seaoly-gold", + "scraped_at": "2026-04-30T23:10:23.473Z" + }, + { + "sku": "PMB-6688", + "color_name": "DODGE GOLD", + "description": "Dodge Gold is a sparkling rich gold metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.01 + }, + { + "min": 50, + "max": 199, + "price": 19.96 + }, + { + "min": 200, + "max": null, + "price": 18.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7604/pmb-6688-dodge-gold-dt20251014175626107574.pdf?1760464587", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1964/dodge-gold-pmb-6688-dt20181004193001684-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6688/dodge-gold", + "scraped_at": "2026-04-30T23:10:41.771Z" + }, + { + "sku": "PMB-6697", + "color_name": "Ariel Beige", + "description": "Ariel Beige is a light beige with a fine metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.29 + }, + { + "min": 50, + "max": 199, + "price": 17.38 + }, + { + "min": 200, + "max": null, + "price": 16.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1966/ariel-beige-pmb-6697-dt20180921144637126-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6697/ariel-beige", + "scraped_at": "2026-04-30T23:10:55.569Z" + }, + { + "sku": "PMB-6703", + "color_name": "Lexus Blue", + "description": "Lexus Blue is a silvery blue metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.98 + }, + { + "min": 50, + "max": 199, + "price": 17.08 + }, + { + "min": 200, + "max": null, + "price": 16.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4210/pmb-6703-lexus-blue-tds-dt202310051624546153.pdf?1696523097", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1968/lexus-blue-pmb-6703-dt2018082921445347-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6703/lexus-blue", + "scraped_at": "2026-04-30T23:11:08.114Z" + }, + { + "sku": "PMB-6704", + "color_name": "DIRTY BRONZE", + "description": "Dirty Bronze is bronze polyester metallic and has a satin finish. Satin: 21-36 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.76 + }, + { + "min": 50, + "max": 199, + "price": 17.82 + }, + { + "min": 200, + "max": null, + "price": 16.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7797/pmb-6704-dirty-bronze-dt20251230190312688054.pdf?1767121394", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7768/dirty-bronze-pmb-6704-dt20250421175636056632-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6704/dirty-bronze", + "scraped_at": "2026-04-30T23:11:20.648Z" + }, + { + "sku": "PMB-6706", + "color_name": "Spiced Cinnamon", + "description": "Spiced Cinnamon is red polyester metallic with warm gold flakes and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.93 + }, + { + "min": 50, + "max": 199, + "price": 20.83 + }, + { + "min": 200, + "max": null, + "price": 19.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4214/pmb-6706-spiced-cinnamon-tds-dt20231005163511903593.pdf?1696523714", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7770/spiced-cinnamon-pmb-6706-dt20240408154828296488-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6706/spiced-cinnamon", + "scraped_at": "2026-04-30T23:11:32.725Z" + }, + { + "sku": "PMB-6712", + "color_name": "DARK SHADOW", + "description": "Dark Shadow is a dark blue/black with a fine metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.51 + }, + { + "min": 50, + "max": 199, + "price": 11.88 + }, + { + "min": 200, + "max": null, + "price": 11.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4929/pmb-6712-dark-shadow-tds-dt20231127175307529572.pdf?1701107589", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1970/dark-shadow-pmb-6712-dt20200604224440922-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6712/dark-shadow", + "scraped_at": "2026-04-30T23:11:43.783Z" + }, + { + "sku": "PMB-6714", + "color_name": "Pearlized Pink", + "description": "Pearlized Pink is a pink with a silver metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.88 + }, + { + "min": 50, + "max": 199, + "price": 16.99 + }, + { + "min": 200, + "max": null, + "price": 16.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7760/pmb-6714-pearlized-pink-dt20251229215546665551.pdf?1767045348", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1972/pearlized-pink-pmb-6714-dt20260126190353986954-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6714/pearlized-pink", + "scraped_at": "2026-04-30T23:11:57.341Z" + }, + { + "sku": "PMB-6717", + "color_name": "GRAPE SLURPEE", + "description": "Grape Slurpee is a rich purple metallic. This color is a polyester metallic powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.56 + }, + { + "min": 50, + "max": 199, + "price": 20.48 + }, + { + "min": 200, + "max": null, + "price": 19.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1974/grape-slurpee-pmb-6717-dt20181009200852321-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6717/grape-slurpee", + "scraped_at": "2026-04-30T23:12:09.243Z" + }, + { + "sku": "PMB-6722", + "color_name": "TRAVERTINE SUEDE", + "description": "Travertine Suede is a light suede, beige metallic. This color is a polyester metallic powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.2 + }, + { + "min": 50, + "max": 199, + "price": 17.29 + }, + { + "min": 200, + "max": null, + "price": 16.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1976/travertine-suede-pmb-6722-dt2018102622081532-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6722/travertine-suede", + "scraped_at": "2026-04-30T23:12:22.663Z" + }, + { + "sku": "PMB-6723", + "color_name": "MOCHA FROST", + "description": "Mocha Frost is a light mocha brown with a fine metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2261/pmb-6723-mocha-frost-tds-dt20230503205440264145.pdf?1683147282", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1978/mocha-frost-pmb-6723-dt20181017215518024-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6723/mocha-frost", + "scraped_at": "2026-04-30T23:12:36.349Z" + }, + { + "sku": "PMB-6732", + "color_name": "Sputtered Charcoal", + "description": "Sputtered Charcoal is a silvery charcoal metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4930/pmb-6732-sputtered-charcoal-tds-dt20231127175531108557.pdf?1701107733", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1984/sputtered-charcoal-pmb-6732-dt20210210163258965-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6732/sputtered-charcoal", + "scraped_at": "2026-04-30T23:12:47.271Z" + }, + { + "sku": "PMB-6742", + "color_name": "Banana Cream", + "description": "Banana Cream is a light yellow with a very fine metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1986/banana-cream-pmb-6744-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6742/banana-cream", + "scraped_at": "2026-04-30T23:13:00.906Z" + }, + { + "sku": "PMB-6744", + "color_name": "TITAN SPARKLE", + "description": "Titan Sparkle is a very dark, green and black metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.05 + }, + { + "min": 50, + "max": 199, + "price": 11.45 + }, + { + "min": 200, + "max": null, + "price": 10.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5396/pmb-6744-titan-sparkle-tds-dt20231211230728939776.pdf?1702336051", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1988/titan-sparkle-pmb-6744-dt20180907195545592-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6744/titan-sparkle", + "scraped_at": "2026-04-30T23:13:16.077Z" + }, + { + "sku": "PMB-6748", + "color_name": "Infused Blue", + "description": "Infused Blue is a dark blue with a fine metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.87 + }, + { + "min": 50, + "max": 199, + "price": 15.08 + }, + { + "min": 200, + "max": null, + "price": 14.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2863/pmb-6748-infused-blue-tds-dt20230822130053838754.pdf?1692709256", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1990/infused-blue-pmb-6748-dt2018090720575035-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6748/infused-blue", + "scraped_at": "2026-04-30T23:13:30.797Z" + }, + { + "sku": "PMB-6749", + "color_name": "Blue Granite", + "description": "Blue Granite is a cool grey polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.95 + }, + { + "min": 50, + "max": 199, + "price": 16.1 + }, + { + "min": 200, + "max": null, + "price": 15.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7566/pmb-6749-blue-granite-dt20251006170648571049.pdf?1759770410", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7772/blue-granite-pmb-6749-dt20260317184504708718-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6749/blue-granite", + "scraped_at": "2026-04-30T23:13:46.660Z" + }, + { + "sku": "PMB-6752", + "color_name": "Kail Blue", + "description": "Kail Blue is a dark navy blue with a fine metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.38 + }, + { + "min": 50, + "max": 199, + "price": 14.61 + }, + { + "min": 200, + "max": null, + "price": 13.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1992/kail-blue-pmb-6754-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6752/kail-blue", + "scraped_at": "2026-04-30T23:14:02.316Z" + }, + { + "sku": "PMB-6760", + "color_name": "Sharpie Sparkle", + "description": "Sharpie Sparkle is a black with a fine silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.26 + }, + { + "min": 50, + "max": 199, + "price": 10.7 + }, + { + "min": 200, + "max": null, + "price": 10.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3791/pmb-6760-sharpie-sparkle-tds-dt20230925161114933509.pdf?1695658277", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1996/sharpie-sparkle-pmb-6760-dt20190611183749107-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6760/sharpie-sparkle", + "scraped_at": "2026-04-30T23:14:18.636Z" + }, + { + "sku": "PMB-6762", + "color_name": "Alloy Glitter", + "description": "Alloy Glitter is a glittery silver metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.86 + }, + { + "min": 50, + "max": 199, + "price": 16.02 + }, + { + "min": 200, + "max": null, + "price": 15.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/1998/alloy-glitter-pmb-6762-dt20201110153612955-thumbnail.jpg?1605022576&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6762/alloy-glitter", + "scraped_at": "2026-04-30T23:14:30.405Z" + }, + { + "sku": "PMB-6766", + "color_name": "Metallic White", + "description": "Metallic White is a white with a very fine metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.05 + }, + { + "min": 50, + "max": 199, + "price": 12.4 + }, + { + "min": 200, + "max": null, + "price": 11.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7994/pmb-6766-metallic-white-dt20260114004742887874.pdf?1768351664", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2000/metallic-white-pmb-6766-dt20201204164523312-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6766/metallic-white", + "scraped_at": "2026-04-30T23:14:42.295Z" + }, + { + "sku": "PMB-6768", + "color_name": "NAVY SPARKLE", + "description": "Navy Sparkle is a medium slate blue with a silver metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.9 + }, + { + "min": 50, + "max": 199, + "price": 15.11 + }, + { + "min": 200, + "max": null, + "price": 14.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2002/navy-sparkle-pmb-6768-dt20180907212527007-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6768/navy-sparkle", + "scraped_at": "2026-04-30T23:14:53.119Z" + }, + { + "sku": "PMB-6769", + "color_name": "Deep Blue Sparkle", + "description": "Deep Blue Sparkle is a very dark blue metallic with fine blue and silver flakes. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Gloss: Deep Blue PSS-4501 Vein Finish: Deep Blue Silver Vein PVB-11108 River: Deep Blue River PRB-2534 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.89 + }, + { + "min": 50, + "max": 199, + "price": 14.15 + }, + { + "min": 200, + "max": null, + "price": 13.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2262/pmb-6769-deep-blue-sparkle-tds-dt20230503205551151103.pdf?1683147352", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2004/deep-blue-sparkle-pmb-6769-dt2020052218455223-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6769/deep-blue-sparkle", + "scraped_at": "2026-04-30T23:15:10.663Z" + }, + { + "sku": "PMB-6773", + "color_name": "KHAKI METALLIC", + "description": "Khaki Metallic is a grey/khaki with a fine metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.7 + }, + { + "min": 50, + "max": 199, + "price": 13.02 + }, + { + "min": 200, + "max": null, + "price": 12.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2006/khaki-metallic-pmb-6773-dt20180927204437543-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6773/khaki-metallic", + "scraped_at": "2026-04-30T23:15:27.177Z" + }, + { + "sku": "PMB-6774", + "color_name": "CARMINE SPARKLE", + "description": "Carmine Sparkle is a dark red with a silver sparkle metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.22 + }, + { + "min": 50, + "max": 199, + "price": 18.26 + }, + { + "min": 200, + "max": null, + "price": 17.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2008/carmine-sparkle-pmb-6774-dt20180906210410293-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6774/carmine-sparkle", + "scraped_at": "2026-04-30T23:15:42.609Z" + }, + { + "sku": "PMB-6781", + "color_name": "Arcene Silver", + "description": "Arcene Silver is a silver color with a slight metallic flake. This color is a polyester metallic powder coat and has a gloss finish. Gloss: 71-85 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerSilver and GoldSilver SophisticationExquisite SpacesArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.91 + }, + { + "min": 50, + "max": 199, + "price": 18.91 + }, + { + "min": 200, + "max": null, + "price": 17.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8038/pmb-6781-arcene-silver-dt20260119162919100995.pdf?1768840160", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2010/arcene-silver-pmb-6781-dt20250715163824320719-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6781/arcene-silver", + "scraped_at": "2026-04-30T23:15:55.120Z" + }, + { + "sku": "PMB-6782", + "color_name": "KENYAN COPPER", + "description": "Kenyan Copper is a bronze, coppery metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.17 + }, + { + "min": 50, + "max": 199, + "price": 12.51 + }, + { + "min": 200, + "max": null, + "price": 11.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6325/pmb-6782-kenyan-copper-tds-dt20240423223101778459.pdf?1713911464", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2012/kenyan-copper-pmb-6782-dt20200403150115624-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6782/kenyan-copper", + "scraped_at": "2026-04-30T23:16:05.833Z" + }, + { + "sku": "PMB-6791", + "color_name": "LIGHT PUTTY", + "description": "Light Putty is a very light tan metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.34 + }, + { + "min": 50, + "max": 199, + "price": 11.72 + }, + { + "min": 200, + "max": null, + "price": 11.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2014/light-putty-pmb-6791-dt20180918204612412-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6791/light-putty", + "scraped_at": "2026-04-30T23:16:20.368Z" + }, + { + "sku": "PMB-6792", + "color_name": "Tropical Blue Step 1", + "description": "Tropical Blue Step 2 over Tropical Blue Step 1 creates a shimmering sea blue with a light blue metallic. This color is a polyester metallic powder coat and has a glossy finish. Two Coat Information: To achieve this color as shown, Tropical Blue Step 2 PPB-6793 must be applied as a top coat. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.9 + }, + { + "min": 50, + "max": 199, + "price": 15.11 + }, + { + "min": 200, + "max": null, + "price": 14.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7700/tropical-blue-step-1-pmb-6792-dt20190809174321409-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6792/tropical-blue-step-1", + "scraped_at": "2026-04-30T23:16:33.409Z" + }, + { + "sku": "PMB-6795", + "color_name": "PEARL TURQUOISE", + "description": "Pearl Turquoise is a medium turquoise with a light pearl metallic sparkle. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.49 + }, + { + "min": 50, + "max": 199, + "price": 14.72 + }, + { + "min": 200, + "max": null, + "price": 13.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2263/pmb-6795-pearl-turquoise-tds-dt20230503205658241291.pdf?1683147419", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2016/pearl-turquoise-pmb-6795-dt20200810163328502-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6795/pearl-turquoise", + "scraped_at": "2026-04-30T23:16:43.342Z" + }, + { + "sku": "PMB-6796", + "color_name": "PENNY CHIPS", + "description": "Penny Chips is a rich, sparkling red/copper metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEM RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.74 + }, + { + "min": 50, + "max": 199, + "price": 24.45 + }, + { + "min": 200, + "max": null, + "price": 23.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5393/pmb-6796-penny-chips-tds-dt20231211230236245914.pdf?1702335758", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2018/penny-chips-pmb-6796-dt20250624210350143474-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6796/penny-chips", + "scraped_at": "2026-04-30T23:16:53.281Z" + }, + { + "sku": "PMB-6797", + "color_name": "SEA FOAM PEARL", + "description": "Sea Foam Pearl is a light sea foam with a silver metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Texture (Flat): Sea Foam Pearl Texture PTB-8142 Solid Tone (High Gloss): Sea Foam Green PSS-4063 River (Gloss): Sea Foam Green River PRB-10283 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Pastels RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS SEA FOAM GREEN RIVER PRB-10283 CLICK FOR DETAILS SEA FOAM PEARL TEXTURE PTB-8142 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS SEA FOAM GREEN PSS-4063 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2264/pmb-6797-sea-foam-pearl-tds-dt20230503205806633143.pdf?1683147488", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2020/sea-foam-pearl-pmb-6797-dt20250530165655837084-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6797/sea-foam-pearl", + "scraped_at": "2026-04-30T23:17:12.248Z" + }, + { + "sku": "PMB-6805", + "color_name": "Caribbean Mist", + "description": "Caribbean Mist is a teal metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Poseidon Green PSS-3047 Solid Tone (Semi-Gloss): Flat Poseidon Green PSB-4685 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.26 + }, + { + "min": 50, + "max": 199, + "price": 16.4 + }, + { + "min": 200, + "max": null, + "price": 15.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2024/caribbean-mist-pmb-6805-dt20201112165117304-thumbnail.jpg?1605199879&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6805/caribbean-mist", + "scraped_at": "2026-04-30T23:17:28.514Z" + }, + { + "sku": "PMB-6808", + "color_name": "Aged Gold", + "description": "Aged Gold is a green gold polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.67 + }, + { + "min": 50, + "max": 199, + "price": 16.79 + }, + { + "min": 200, + "max": null, + "price": 15.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3654/pmb-6808-aged-gold-tds-dt20230920143910384075.pdf?1695220752", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7776/aged-gold-pmb-6808-dt20260109192236248255-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6808/aged-gold", + "scraped_at": "2026-04-30T23:17:44.257Z" + }, + { + "sku": "PMB-6812", + "color_name": "Southbay Orange", + "description": "Southbay Orange is a glittering orange with yellow and blue metallics. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): International Orange PSS-2779 River (Eggshell): International Orange River PRB-5622 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.61 + }, + { + "min": 50, + "max": 199, + "price": 24.33 + }, + { + "min": 200, + "max": null, + "price": 23.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2026/southbay-orange-pmb-6812-dt20201231161944466-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6812/southbay-orange", + "scraped_at": "2026-04-30T23:17:58.081Z" + }, + { + "sku": "PMB-6816", + "color_name": "Black Pizzazz", + "description": "Black Pizzazz is a black metallic with an emerald and blue sparkle. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 10.92 + }, + { + "min": 50, + "max": 199, + "price": 10.37 + }, + { + "min": 200, + "max": null, + "price": 9.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5392/pmb-6816-black-pizzazz-tds-dt20231211230058412935.pdf?1702335660", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2028/black-pizzazz-pmb-6816-dt20210106185513344-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6816/black-pizzazz", + "scraped_at": "2026-04-30T23:18:13.250Z" + }, + { + "sku": "PMB-6822", + "color_name": "MOCHA PEARL", + "description": "Mocha Pearl is a mocha bronze metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Gloss: 71-85 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2265/pmb-6822-mocha-pearl-tds-dt20230503205939655024.pdf?1683147581", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2030/mocha-pearl-pmb-6822-dt20260401175732176456-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6822/mocha-pearl", + "scraped_at": "2026-04-30T23:18:28.697Z" + }, + { + "sku": "PMB-6824", + "color_name": "GOLD HAZE", + "description": "Gold Haze is a gold, bronze metallic. This color is a polyester metallic powder coat and has a matte finish. Matte: 7-20 Gloss Units *A clear top coat is recommended for exterior use* Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.76 + }, + { + "min": 50, + "max": 199, + "price": 17.82 + }, + { + "min": 200, + "max": null, + "price": 16.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7716/pmb-6824-gold-haze-dt20251216194925717466.pdf?1765914567", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2032/gold-haze-pmb-6824-dt20250627195302781161-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6824/gold-haze", + "scraped_at": "2026-04-30T23:18:41.171Z" + }, + { + "sku": "PMB-6831", + "color_name": "MEGA GREY", + "description": "Mega Grey is a dark grey with silver metallic flakes. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.31 + }, + { + "min": 50, + "max": 199, + "price": 12.64 + }, + { + "min": 200, + "max": null, + "price": 11.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4229/pmb-6831-mega-grey-tds-dt20231005205333242508.pdf?1696539215", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2034/mega-grey-pmb-6831-dt20250523200933889322-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6831/mega-grey", + "scraped_at": "2026-04-30T23:18:55.390Z" + }, + { + "sku": "PMB-6845", + "color_name": "Sputtered Black", + "description": "Sputtered Black is a deep black with a fine silver metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 10.05 + }, + { + "min": 50, + "max": 199, + "price": 9.55 + }, + { + "min": 200, + "max": null, + "price": 9.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5391/pmb-6845-sputtered-black-tds-dt20231211225924783944.pdf?1702335567", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2036/sputtered-black-pmb-6845-dt20250527194410792525-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6845/sputtered-black", + "scraped_at": "2026-04-30T23:19:12.798Z" + }, + { + "sku": "PMB-6863", + "color_name": "Black Pewter", + "description": "Black Pewter is a charcoal black polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.02 + }, + { + "min": 50, + "max": 199, + "price": 13.32 + }, + { + "min": 200, + "max": null, + "price": 12.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6719/pmb-6863-black-pewter-tds-dt2024070821572905086.pdf?1720475851", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7778/black-pewter-pmb-6863-dt20240419223122048815-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6863/black-pewter", + "scraped_at": "2026-04-30T23:19:25.089Z" + }, + { + "sku": "PMB-6866", + "color_name": "Cobalt Metallic", + "description": "Cobalt Metallic is a dark blue and silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.6 + }, + { + "min": 50, + "max": 199, + "price": 15.77 + }, + { + "min": 200, + "max": null, + "price": 14.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2266/pmb-6866-cobalt-metallic-tds-dt20230503210050169682.pdf?1683147652", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2040/cobalt-metallic-pmb-6866-dt20201214222719029-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6866/cobalt-metallic", + "scraped_at": "2026-04-30T23:19:38.165Z" + }, + { + "sku": "PMB-6867", + "color_name": "SILVER FLOP", + "description": "Silver Flop is a sparkling silver metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH SILVER FLOP View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.1 + }, + { + "min": 50, + "max": 199, + "price": 15.3 + }, + { + "min": 200, + "max": null, + "price": 14.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5373/pmb-6867-silver-flop-tds-dt20231208212656832096.pdf?1702070819", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2042/silver-flop-pmb-6867-dt20210329162603075-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6867/silver-flop", + "scraped_at": "2026-04-30T23:19:54.717Z" + }, + { + "sku": "PMB-6869", + "color_name": "Cherry Bliss Sparkle", + "description": "Cherry Bliss Sparkle is a red polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18 + }, + { + "min": 50, + "max": 199, + "price": 17.1 + }, + { + "min": 200, + "max": null, + "price": 16.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6146/pmb-6869-cherry-bliss-sparkle-tds-dt20240416204918979072.pdf?1713300561", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7780/cherry-bliss-sparkle-pmb-6869-dt20240419210126798997-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6869/cherry-bliss-sparkle", + "scraped_at": "2026-04-30T23:20:10.977Z" + }, + { + "sku": "PMB-6878", + "color_name": "Forever Blue", + "description": "Forever Blue is a dark blue sparkling metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.07 + }, + { + "min": 50, + "max": 199, + "price": 17.17 + }, + { + "min": 200, + "max": null, + "price": 16.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6956/pmb-6878-forever-blue-dt20241030190549947126.pdf?1730315152", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2044/forever-blue-pmb-6878-dt20190117171901997-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6878/forever-blue", + "scraped_at": "2026-04-30T23:20:22.757Z" + }, + { + "sku": "PMB-6880", + "color_name": "Murky Water", + "description": "Murky Water is a deep blue subtle metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.61 + }, + { + "min": 50, + "max": 199, + "price": 13.88 + }, + { + "min": 200, + "max": null, + "price": 13.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2046/murky-water-pmb-6880-dt2018101621001601-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6880/murky-water", + "scraped_at": "2026-04-30T23:20:36.390Z" + }, + { + "sku": "PMB-6881", + "color_name": "MUSTARD NUGGET", + "description": "Mustard Nugget is a mustard yellow with a yellow metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7584/pmb-6881-mustard-nugget-dt2025100819454392817.pdf?1759952746", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2048/mustard-nugget-pmb-6881-dt20210325225623516-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6881/mustard-nugget", + "scraped_at": "2026-04-30T23:20:49.407Z" + }, + { + "sku": "PMB-6889", + "color_name": "MIDNIGHT SHADOW", + "description": "Midnight Shadow is a dark midnight blue with sparkling blue metallics. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEM RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.36 + }, + { + "min": 50, + "max": 199, + "price": 10.79 + }, + { + "min": 200, + "max": null, + "price": 10.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4815/pmb-6889-midnight-shadow-tds-dt20231121183022150023.pdf?1700591423", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7522/midnight-shadow-pmb-6889-dt20250624210530823947-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6889/midnight-shadow", + "scraped_at": "2026-04-30T23:21:06.213Z" + }, + { + "sku": "PMB-6891", + "color_name": "Charcoal Haze", + "description": "Charcoal Haze is a sparkling charcoal silver. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.69 + }, + { + "min": 50, + "max": 199, + "price": 12.06 + }, + { + "min": 200, + "max": null, + "price": 11.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2050/charcoal-haze-pmb-6891-dt20180926201850102-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6891/charcoal-haze", + "scraped_at": "2026-04-30T23:21:17.242Z" + }, + { + "sku": "PMB-6901", + "color_name": "Buggy Blue", + "description": "Buggy Blue is a navy blue polyester with blue metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.64 + }, + { + "min": 50, + "max": 199, + "price": 16.76 + }, + { + "min": 200, + "max": null, + "price": 15.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7968/pmb-6901-buggy-blue-dt20260107185039146056.pdf?1767811840", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7783/buggy-blue-pmb-6901-dt20260128222543087843-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6901/buggy-blue", + "scraped_at": "2026-04-30T23:21:30.602Z" + }, + { + "sku": "PMB-6903", + "color_name": "MERLOT", + "description": "Merlot is a deep wine-red polyester metallic with a gloss finish. High Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.31 + }, + { + "min": 50, + "max": 199, + "price": 20.24 + }, + { + "min": 200, + "max": null, + "price": 19.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6133/pmb-6903-merlot-tds-dt20240416180515601916.pdf?1713290718", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7785/merlot-pmb-6903-dt20240417174338823521-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6903/merlot", + "scraped_at": "2026-04-30T23:21:46.227Z" + }, + { + "sku": "PMB-6905", + "color_name": "ILLUSION CHERRY", + "description": "Illusion Cherry is a dark cherry red metallic. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.59 + }, + { + "min": 50, + "max": 199, + "price": 23.36 + }, + { + "min": 200, + "max": null, + "price": 22.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6959/pmb-6905-illusion-cherry-dt20241107190954303963.pdf?1731006596", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2052/illusion-cherry-pmb-6905-dt20250915220846761709-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6905/illusion-cherry", + "scraped_at": "2026-04-30T23:22:01.328Z" + }, + { + "sku": "PMB-6906", + "color_name": "ILLUSION MALBEC", + "description": "Illusion Malbec is a very dark red metallic, with a berry purple hue. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.59 + }, + { + "min": 50, + "max": 199, + "price": 23.36 + }, + { + "min": 200, + "max": null, + "price": 22.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2783/pmb-6906-illusion-malbec-tds-dt20230817212556931773.pdf?1692307559", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2054/illusion-malbec-pmb-6906-dt20250915214311156337-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6906/illusion-malbec", + "scraped_at": "2026-04-30T23:22:15.108Z" + }, + { + "sku": "PMB-6907", + "color_name": "ILLUSION BERRY", + "description": "Illusion Berry is a rich violet/purple metallic. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ILLUSION BERRY View Details PRODUCT SUPPORT Q&As 4 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: Can an Illusion powder be applied over another illusion powder that has been clear coated and get the expected results? - Lanier Powder Coating 08/06/20 01:47 pm Answer: Illusion series powders are designed to be applied directly over a metal substrate and then clear coated in order to achieve results shown on our website or swatch sample. Illusion series powders applied over a primer base or another color including an illusion coating with a clear coat can have have abnormal or unexpected results. - Prismatic Support Question: When applying an Illusion Series Powder, which of your clear coats can be applied to an Illusion Base? - Rocko's Automotive 07/07/20 08:44 pm Answer: The beauty of our Illusion series powder line-up is that you can be extra creative with any of our clear-coat finishes including Clear Vision PPS-2974 and Casper Clear PPS-4005, transparent top-coat finishes including Transparent Copper PPS-5162, Lollypop Red UPS-1506, Metallic Transparent top-coats like Metallic Clear PPB-6325 and even our clear coat metallics including the Frosted series, Rockstar series and ...Lights series including City Lights PMB-2689. It is very important that whichever top-coat you choose from our long list of available top-coats that you also download and follow the application guide that goes along with that coating. REMEMBER, cure timer should not start until the part metal reaches cure temperature. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.76 + }, + { + "min": 50, + "max": 199, + "price": 23.52 + }, + { + "min": 200, + "max": null, + "price": 22.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6951/pmb-6907-illusion-berry-dt20241029191723439131.pdf?1730229446", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2056/illusion-berry-pmb-6907-dt20210408211540071-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6907/illusion-berry", + "scraped_at": "2026-04-30T23:22:29.519Z" + }, + { + "sku": "PMB-6908", + "color_name": "Illusion Blueberry", + "description": "Illusion Blueberry is a rich blue metallic. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.59 + }, + { + "min": 50, + "max": 199, + "price": 23.36 + }, + { + "min": 200, + "max": null, + "price": 22.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6806/pmb-6908-illusion-blueberry-dt20240813223652395196.pdf?1723588614", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2058/illusion-blueberry-pmb-6908-dt20250915213025283495-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6908/illusion-blueberry", + "scraped_at": "2026-04-30T23:22:41.159Z" + }, + { + "sku": "PMB-6909", + "color_name": "ILLUSION SMURF", + "description": "Illusion Smurf is a dark sky-blue metallic. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.59 + }, + { + "min": 50, + "max": 199, + "price": 23.36 + }, + { + "min": 200, + "max": null, + "price": 22.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2781/pmb-6909-illusion-smurf-tds-dt20230817212145971094.pdf?1692307308", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2060/illusion-smurf-pmb-6909-dt20251205230615901038-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6909/illusion-smurf", + "scraped_at": "2026-04-30T23:22:55.697Z" + }, + { + "sku": "PMB-6910", + "color_name": "Illusion Blue-Berg", + "description": "Illusion Blue-Berg is a rich, medium blue metallic. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.64 + }, + { + "min": 50, + "max": 199, + "price": 23.41 + }, + { + "min": 200, + "max": null, + "price": 22.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6954/pmb-6910-illusion-blue-berg-dt20241029192117143739.pdf?1730229678", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2062/illusion-blue-berg-pmb-6910-dt2025091521210681033-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6910/illusion-blue-berg", + "scraped_at": "2026-04-30T23:23:08.303Z" + }, + { + "sku": "PMB-6911", + "color_name": "ILLUSION PACIFIC", + "description": "Illusion Pacific is a rich sea blue metallic. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ILLUSION PACIFIC View Details View Details View Details PRODUCT SUPPORT Q&As 3 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: Can an Illusion powder be applied over another illusion powder that has been clear coated and get the expected results? - Lanier Powder Coating 08/06/20 01:47 pm Answer: Illusion series powders are designed to be applied directly over a metal substrate and then clear coated in order to achieve results shown on our website or swatch sample. Illusion series powders applied over a primer base or another color including an illusion coating with a clear coat can have have abnormal or unexpected results. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.59 + }, + { + "min": 50, + "max": 199, + "price": 23.36 + }, + { + "min": 200, + "max": null, + "price": 22.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2779/pmb-6911-illusion-pacific-tds-dt20230817211127974809.pdf?1692306690", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2064/illusion-pacific-pmb-6911-dt20210430175658395-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6911/illusion-pacific", + "scraped_at": "2026-04-30T23:23:20.500Z" + }, + { + "sku": "PMB-6912", + "color_name": "Illusion Crabapple", + "description": "Illusion Crabapple is a green apple metallic. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.76 + }, + { + "min": 50, + "max": 199, + "price": 23.52 + }, + { + "min": 200, + "max": null, + "price": 22.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2778/pmb-6912-illusion-crabapple-tds-dt20230817204900705464.pdf?1692305342", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2066/illusion-crabapple-pmb-6912-dt20250915213856196352-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6912/illusion-crabapple", + "scraped_at": "2026-04-30T23:23:31.802Z" + }, + { + "sku": "PMB-6913", + "color_name": "ILLUSION SOUR APPLE", + "description": "Illusion Sour Apple is an apple green metallic. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ILLUSION SOUR APPLE View Details View Details View Details PRODUCT SUPPORT Q&As 6 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: How long and what temp do I cure an illusion base coat before applying the required top-coat ? - George Woulos 09/25/20 10:41 am Answer: Illusion base coats should be brought to flow-out + 2 minutes. Flow-out generally happens at around 250 degrees F. This is not curing but merely the powder \"gelling\" or \"flowing\" from a powder state to what looks like a liquid state. Placing your part into a 400 degree oven this usually takes 3-5 minutes depending on oven efficiency. Add two minutes to that time then pull the part and allow to cool for your top coat application. Lower your KV for the top coat application and make sure the ground connection is not compromised from the Illusion base coat application. - Prismatic Support Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: Can an Illusion powder be applied over another illusion powder that has been clear coated and get the expected results? - Lanier Powder Coating 08/06/20 01:47 pm Answer: Illusion series powders are designed to be applied directly over a metal substrate and then clear coated in order to achieve results shown on our website or swatch sample. Illusion series powders applied over a primer base or another color including an illusion coating with a clear coat can have have abnormal or unexpected results. - Prismatic Support Question: When applying an Illusion Series Powder, which of your clear coats can be applied to an Illusion Base? - Rocko's Automotive 07/07/20 08:44 pm Answer: The beauty of our Illusion series powder line-up is that you can be extra creative with any of our clear-coat finishes including Clear Vision PPS-2974 and Casper Clear PPS-4005, transparent top-coat finishes including Transparent Copper PPS-5162, Lollypop Red UPS-1506, Metallic Transparent top-coats like Metallic Clear PPB-6325 and even our clear coat metallics including the Frosted series, Rockstar series and ...Lights series including City Lights PMB-2689. It is very important that whichever top-coat you choose from our long list of available top-coats that you also download and follow the application guide that goes along with that coating. REMEMBER, cure timer should not start until the part metal reaches cure temperature. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support Question: How much powder coat should I order if I am coating 4 brake calipers? - Anthony Matarazzo 08/09/19 09:24 am Answer: Assuming you are talking about 4 standard automotive sized brake calipers, 1 lb. should be plenty. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.59 + }, + { + "min": 50, + "max": 199, + "price": 23.36 + }, + { + "min": 200, + "max": null, + "price": 22.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2777/pmb-6913-illusion-sour-apple-tds-dt20230817204643908923.pdf?1692305206", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2068/illusion-sour-apple-pmb-6913-dt20250915224356989524-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6913/illusion-sour-apple", + "scraped_at": "2026-04-30T23:23:44.724Z" + }, + { + "sku": "PMB-6915", + "color_name": "ILLUSION APPLE SUGAR", + "description": "Illusion Apple Sugar is a dark green apple metallic. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here Application method may change the color of the final product. For help please contact technicalsupport@prismaticpowders.com or call 866-774-7628. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.76 + }, + { + "min": 50, + "max": 199, + "price": 23.52 + }, + { + "min": 200, + "max": null, + "price": 22.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6950/pmb-6915-illusion-apple-sugar-dt20241029191517741257.pdf?1730229319", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2072/illusion-apple-sugar-pmb-6915-dt20200515182405729-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6915/illusion-apple-sugar", + "scraped_at": "2026-04-30T23:23:58.656Z" + }, + { + "sku": "PMB-6916", + "color_name": "ILLUSION GAMBLER", + "description": "Illusion Gambler is a rich dark green metallic. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ILLUSION GAMBLER View Details PRODUCT SUPPORT Q&As 4 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: Can an Illusion powder be applied over another illusion powder that has been clear coated and get the expected results? - Lanier Powder Coating 08/06/20 01:47 pm Answer: Illusion series powders are designed to be applied directly over a metal substrate and then clear coated in order to achieve results shown on our website or swatch sample. Illusion series powders applied over a primer base or another color including an illusion coating with a clear coat can have have abnormal or unexpected results. - Prismatic Support Question: When applying an Illusion Series Powder, which of your clear coats can be applied to an Illusion Base? - Rocko's Automotive 07/07/20 08:44 pm Answer: The beauty of our Illusion series powder line-up is that you can be extra creative with any of our clear-coat finishes including Clear Vision PPS-2974 and Casper Clear PPS-4005, transparent top-coat finishes including Transparent Copper PPS-5162, Lollypop Red UPS-1506, Metallic Transparent top-coats like Metallic Clear PPB-6325 and even our clear coat metallics including the Frosted series, Rockstar series and ...Lights series including City Lights PMB-2689. It is very important that whichever top-coat you choose from our long list of available top-coats that you also download and follow the application guide that goes along with that coating. REMEMBER, cure timer should not start until the part metal reaches cure temperature. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.76 + }, + { + "min": 50, + "max": 199, + "price": 23.52 + }, + { + "min": 200, + "max": null, + "price": 22.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5709/pmb-6916-illusion-gambler-tds-dt20240215214552476015.pdf?1708033555", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2074/illusion-gambler-pmb-6916-dt20200518173439794-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6916/illusion-gambler", + "scraped_at": "2026-04-30T23:24:13.535Z" + }, + { + "sku": "PMB-6917", + "color_name": "ILLUSION MONEY", + "description": "Illusion Money is a dark money green metallic. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.59 + }, + { + "min": 50, + "max": 199, + "price": 23.36 + }, + { + "min": 200, + "max": null, + "price": 22.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6943/pmb-6917-illusion-money-dt20241029185120776218.pdf?1730227882", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2076/illusion-money-pmb-6917-dt20250417164559386553-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6917/illusion-money", + "scraped_at": "2026-04-30T23:24:27.967Z" + }, + { + "sku": "PMB-6918", + "color_name": "ILLUSION LIME TIME", + "description": "Illusion Lime Time is a dark green apple illusion metallic. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ILLUSION LIME TIME View Details PRODUCT SUPPORT Q&As 10 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: I am coating a large work job-box in Illusion Lime Time PMB-6918, and after applying Clear Vision PPS-2974 and curing, the coating is not coming out even. My application pattern is vertical followed by horizontal and the powder looks even when applied. Why would the finish look un-even? - Tyler Caniete 03/01/21 05:01 pm Answer: There are a few reasons why an illusion color would turn out uneven after the required clear coat is cured. Usually this points to an uneven application thickness or something applied to the substrate prior to applying your illusion base coat. Illusion series powders have dormant pigments that are pulled to the surface during the clear-coat's curing process. Illusion series powders must be applied over bare metal sand-blasted and outgassed (if necessary) substrate (no primer and no dried chemical rinses or phosphate washes). We recommend applying to parts that are at room temperature. Applying hot or \"hot-flocking\" is the leading cause of variations in application thickness which will lead to variations in your finish. If applying at room temperature, too thin of an application of either or both layers will cause a light pigment-pull while a heavier application thickness will achieve the pigment pull you need. This variation will be visible in the finished product. We recommend inspecting the base coat application thickness with a mil gauge at the \"flow-out\" stage. This will help you determine if you need to add more powder to an area and re-flowing before proceeding with your clear coat. If attempting to apply your illusion base coat over another powder coating or primer then the \"pigment-pull\" to the surface clear-coat will not reach it's full potential as those pigments are being pulled the wrong direction towards the primer. This will leave your finish with an uneven blotchy finish after the curing of your clear-coat. Gun tip selection can have a big impact when coating large panels. Fan tip, for example, will apply more powder to the outside edges of that fan spray with less powder in the center. Keeping this in mind when applying powder so that you can overlap properly. Circular pattern, fog coat from further back and overlapping passes will all help apply a powder evenly over large surfaces. I recommend watching this video to see how to apply a texture over a large flat surface. While this video refers to applying textures the pattern and overlap rules still apply for large panels. While not required we recommend the use of a fluidized hopper for this type of application in order to achieve a good powder mix. - Prismatic Support Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: Can an Illusion powder be applied over another illusion powder that has been clear coated and get the expected results? - Lanier Powder Coating 08/06/20 01:47 pm Answer: Illusion series powders are designed to be applied directly over a metal substrate and then clear coated in order to achieve results shown on our website or swatch sample. Illusion series powders applied over a primer base or another color including an illusion coating with a clear coat can have have abnormal or unexpected results. - Prismatic Support Question: When applying an Illusion Series Powder, which of your clear coats can be applied to an Illusion Base? - Rocko's Automotive 07/07/20 08:44 pm Answer: The beauty of our Illusion series powder line-up is that you can be extra creative with any of our clear-coat finishes including Clear Vision PPS-2974 and Casper Clear PPS-4005, transparent top-coat finishes including Transparent Copper PPS-5162, Lollypop Red UPS-1506, Metallic Transparent top-coats like Metallic Clear PPB-6325 and even our clear coat metallics including the Frosted series, Rockstar series and ...Lights series including City Lights PMB-2689. It is very important that whichever top-coat you choose from our long list of available top-coats that you also download and follow the application guide that goes along with that coating. REMEMBER, cure timer should not start until the part metal reaches cure temperature. - Prismatic Support Question: How would you apply a 3rd color to the illusion series that is not a illusion color. For example. I paint a wheel illusion lime time and clear coat to make color flip. How would I add some silver on there to mill the wheel out with color? Before clear or after. - Hunter Stanton 05/06/20 10:41 pm Answer: Assuming the silver would not be going on top of the Illusion, we would suggest doing it before the clear. Silver 1st then Illusion with the clear being the final coat. That will help eliminate and hard lines that you could feel between the Illusion and silver coats. However, do keep in mind that there is a potential for the Illusion to bleed into the silver so a test piece on something prior to, would be advised. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support Question: Can I get your Illusion Lime Time PMB-6918 color matched in order to paint my car? - Prismatic Support 01/16/20 07:09 pm Answer: We do have free swatches available (shipping costs not included) that you can order off our website. Perhaps an automotive paint supply can use these swatches to color match. Check with your local automotive paint supply shop. - Prismatic Support Question: What is the proper cure temperature and time schedule for Illusion Lime Time (PMB-6918) and Clear Vision (PPS-2974)? - Jason Belciano 12/15/19 05:50 pm Answer: Thank you for your patience in waiting for this reply, Illusion color base coats are only partially cured. We recommend flow-out plus 2 minutes then pulling from the oven and allowing to cool for clear coat application. Then when applying the Clear Vision (PPS-2974) clear coat we recommend following its cure schedule for the remainder of the application. This means resetting your oven to 390 degrees F. (allowing the clear vision to flow-out quick without burning). Placing the recently applied clear coated part into the oven and watching for flow-out. Once flow-out happens reset the oven to 355 degrees F. When the part reaches 355 Deg F., set your Clear Vision cure timer for 18 minutes. - Prismatic Support Question: Do Illusion Series Powders require a partial or full cure of the base coat to achieve their intended color? - Jason Belciano 12/01/19 09:28 am Answer: Thank you for your inquiry. To achieve the intended color that our Illusion Series of powders offer we recommend a partial cure of the base coat (flow-out plus 2 minutes) before applying the required top coat. Once the top coat is applied we then recommend following the full cure schedule for whichever top coat you are applying. Cure schedules can be found by selecting the link for the application guide for each color (including clear coats) under the shop tab on our website. - Prismatic Support Question: Can you apply to an Ezgo golf cart body ??thAnks gary - Gary Parody 12/20/18 07:52 pm Answer: It depends on what the body is made of. Powder coating requires heat to cure and generally needs a conductive substrate for the powder to bond with. Metals are the preferred substrate but others may be coated as well, however testing should be done beforehand to make sure that it works for you. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.59 + }, + { + "min": 50, + "max": 199, + "price": 23.36 + }, + { + "min": 200, + "max": null, + "price": 22.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2774/pmb-6918-illusion-lime-time-tds-dt20230817160843577397.pdf?1692288525", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2078/illusion-lime-time-pmb-6918-dt20250417163111416038-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6918/illusion-lime-time", + "scraped_at": "2026-04-30T23:24:39.162Z" + }, + { + "sku": "PMB-6919", + "color_name": "ILLUSION TROPICAL FUSION", + "description": "Illusion Tropical Fusion is a rich turquoise metallic. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here Application method may change the color of the final product. For help please contact technicalsupport@prismaticpowders.com or call 866-774-7628. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ILLUSION TROPICAL FUSION View Details View Details PRODUCT SUPPORT Q&As 4 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: Can an Illusion powder be applied over another illusion powder that has been clear coated and get the expected results? - Lanier Powder Coating 08/06/20 01:47 pm Answer: Illusion series powders are designed to be applied directly over a metal substrate and then clear coated in order to achieve results shown on our website or swatch sample. Illusion series powders applied over a primer base or another color including an illusion coating with a clear coat can have have abnormal or unexpected results. - Prismatic Support Question: When applying an Illusion Series Powder, which of your clear coats can be applied to an Illusion Base? - Rocko's Automotive 07/07/20 08:44 pm Answer: The beauty of our Illusion series powder line-up is that you can be extra creative with any of our clear-coat finishes including Clear Vision PPS-2974 and Casper Clear PPS-4005, transparent top-coat finishes including Transparent Copper PPS-5162, Lollypop Red UPS-1506, Metallic Transparent top-coats like Metallic Clear PPB-6325 and even our clear coat metallics including the Frosted series, Rockstar series and ...Lights series including City Lights PMB-2689. It is very important that whichever top-coat you choose from our long list of available top-coats that you also download and follow the application guide that goes along with that coating. REMEMBER, cure timer should not start until the part metal reaches cure temperature. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.59 + }, + { + "min": 50, + "max": 199, + "price": 23.36 + }, + { + "min": 200, + "max": null, + "price": 22.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2790/pmb-6919-ill-dt20230817215140033201.pdf?1692309102", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2080/illusion-tropical-fusion-pmb-6919-dt20200403160133028-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6919/illusion-tropical-fusion", + "scraped_at": "2026-04-30T23:24:55.687Z" + }, + { + "sku": "PMB-6920", + "color_name": "ILLUSION SPANISH FLY", + "description": "Illusion Spanish Fly is a darker bronze metallic. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here Application method may change the color of the final product. For help please contact technicalsupport@prismaticpowders.com or call 866-774-7628. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ILLUSION SPANISH FLY View Details PRODUCT SUPPORT Q&As 4 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: Can an Illusion powder be applied over another illusion powder that has been clear coated and get the expected results? - Lanier Powder Coating 08/06/20 01:47 pm Answer: Illusion series powders are designed to be applied directly over a metal substrate and then clear coated in order to achieve results shown on our website or swatch sample. Illusion series powders applied over a primer base or another color including an illusion coating with a clear coat can have have abnormal or unexpected results. - Prismatic Support Question: When applying an Illusion Series Powder, which of your clear coats can be applied to an Illusion Base? - Rocko's Automotive 07/07/20 08:44 pm Answer: The beauty of our Illusion series powder line-up is that you can be extra creative with any of our clear-coat finishes including Clear Vision PPS-2974 and Casper Clear PPS-4005, transparent top-coat finishes including Transparent Copper PPS-5162, Lollypop Red UPS-1506, Metallic Transparent top-coats like Metallic Clear PPB-6325 and even our clear coat metallics including the Frosted series, Rockstar series and ...Lights series including City Lights PMB-2689. It is very important that whichever top-coat you choose from our long list of available top-coats that you also download and follow the application guide that goes along with that coating. REMEMBER, cure timer should not start until the part metal reaches cure temperature. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.59 + }, + { + "min": 50, + "max": 199, + "price": 23.36 + }, + { + "min": 200, + "max": null, + "price": 22.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2773/pmb-6920-illusion-spanish-fly-tds-dt20230817160645892505.pdf?1692288407", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2082/illusion-spanish-fly-pmb-6920-dt20250915225330108664-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6920/illusion-spanish-fly", + "scraped_at": "2026-04-30T23:25:12.793Z" + }, + { + "sku": "PMB-6921", + "color_name": "ILLUSION DORADO", + "description": "Illusion Dorado is a brown/bronze metallic. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here Application method may change the color of the final product. For help please contact technicalsupport@prismaticpowders.com or call 866-774-7628. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ILLUSION DORADO View Details PRODUCT SUPPORT Q&As 4 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: Can an Illusion powder be applied over another illusion powder that has been clear coated and get the expected results? - Lanier Powder Coating 08/06/20 01:47 pm Answer: Illusion series powders are designed to be applied directly over a metal substrate and then clear coated in order to achieve results shown on our website or swatch sample. Illusion series powders applied over a primer base or another color including an illusion coating with a clear coat can have have abnormal or unexpected results. - Prismatic Support Question: When applying an Illusion Series Powder, which of your clear coats can be applied to an Illusion Base? - Rocko's Automotive 07/07/20 08:44 pm Answer: The beauty of our Illusion series powder line-up is that you can be extra creative with any of our clear-coat finishes including Clear Vision PPS-2974 and Casper Clear PPS-4005, transparent top-coat finishes including Transparent Copper PPS-5162, Lollypop Red UPS-1506, Metallic Transparent top-coats like Metallic Clear PPB-6325 and even our clear coat metallics including the Frosted series, Rockstar series and ...Lights series including City Lights PMB-2689. It is very important that whichever top-coat you choose from our long list of available top-coats that you also download and follow the application guide that goes along with that coating. REMEMBER, cure timer should not start until the part metal reaches cure temperature. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.59 + }, + { + "min": 50, + "max": 199, + "price": 23.36 + }, + { + "min": 200, + "max": null, + "price": 22.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2771/pmb-6921-illusion-dorado-tds-dt20230817155948662377.pdf?1692287990", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2084/illusion-dorado-pmb-6921-dt20250915213615701231-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6921/illusion-dorado", + "scraped_at": "2026-04-30T23:25:25.349Z" + }, + { + "sku": "PMB-6923", + "color_name": "ILLUSION CINNAMON", + "description": "Illusion Cinnamon is a rich cinnamon brown metallic. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.76 + }, + { + "min": 50, + "max": 199, + "price": 23.52 + }, + { + "min": 200, + "max": null, + "price": 22.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2770/pmb-6923-illusion-cinnamon-tds-dt20230817155329126401.pdf?1692287611", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2088/illusion-cinnamon-pmb-6923-dt20250915221102611285-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6923/illusion-cinnamon", + "scraped_at": "2026-04-30T23:25:36.427Z" + }, + { + "sku": "PMB-6924", + "color_name": "ILLUSION ROOTBEER", + "description": "Illusion Rootbeer is a brown rootbeer metallic. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here Application method may change the color of the final product. For help please contact technicalsupport@prismaticpowders.com or call 866-774-7628. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.59 + }, + { + "min": 50, + "max": 199, + "price": 23.36 + }, + { + "min": 200, + "max": null, + "price": 22.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2762/pmb-6924-illusion-rootbeer-tds-dt2023081715201407855.pdf?1692285616", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2090/illusion-rootbeer-pmb-6924-dt20200414174414598-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6924/illusion-rootbeer", + "scraped_at": "2026-04-30T23:25:49.744Z" + }, + { + "sku": "PMB-6933", + "color_name": "SEENIY", + "description": "Seeniy is a glittering silver blue metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17 + }, + { + "min": 50, + "max": 199, + "price": 16.15 + }, + { + "min": 200, + "max": null, + "price": 15.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2092/seeniy-pmb-6933-dt20201216182431644-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6933/seeniy", + "scraped_at": "2026-04-30T23:26:04.605Z" + }, + { + "sku": "PMB-6943", + "color_name": "LAVENDER MIST", + "description": "Lavender Mist is a medium lavender purple. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Metallic (Semi-Gloss): Amethyst PMB-2958 Vein (Satin): Lavender/Silver PVB-8115 Solid Tone (Gloss): Grapesicle PSS-2937 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.61 + }, + { + "min": 50, + "max": 199, + "price": 18.63 + }, + { + "min": 200, + "max": null, + "price": 17.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2094/lavender-mist-pmb-6943-dt20181010202836193-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6943/lavender-mist", + "scraped_at": "2026-04-30T23:26:17.185Z" + }, + { + "sku": "PMB-6944", + "color_name": "PEARL MINT", + "description": "Pearl Mint is a mint green solid tone with a slight metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2096/pearl-mint-pmb-6944-dt20210325161612164-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6944/pearl-mint", + "scraped_at": "2026-04-30T23:26:36.144Z" + }, + { + "sku": "PMB-6952", + "color_name": "Blued Silver", + "description": "Blued Silver is cool grey polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.78 + }, + { + "min": 50, + "max": 199, + "price": 14.99 + }, + { + "min": 200, + "max": null, + "price": 14.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3551/pmb-6952-blued-silver-tds-dt2023091816570236227.pdf?1695056224", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7789/blued-silver-pmb-6952-dt20260317184905686953-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6952/blued-silver", + "scraped_at": "2026-04-30T23:26:51.294Z" + }, + { + "sku": "PMB-6965", + "color_name": "QUAD BRONZE", + "description": "Quad Bronze is a deep bronze polyester metallic and has satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.11 + }, + { + "min": 50, + "max": 199, + "price": 15.3 + }, + { + "min": 200, + "max": null, + "price": 14.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8026/pmb-6965-quad-bronze-dt20260114215128984211.pdf?1768427490", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7620/quad-bronze-pmb-6965-dt20260116222730262745-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6965/quad-bronze", + "scraped_at": "2026-04-30T23:27:06.543Z" + }, + { + "sku": "PMB-6968", + "color_name": "MYSTIC PURPLE", + "description": "Mystic Purple is a deep, mystic purple metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH MYSTIC PURPLE View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.68 + }, + { + "min": 50, + "max": 199, + "price": 13.95 + }, + { + "min": 200, + "max": null, + "price": 13.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5390/pmb-6968-mystic-purple-tds-dt20231211225800108684.pdf?1702335482", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2098/mystic-purple-pmb-6968-dt20210429155227009-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6968/mystic-purple", + "scraped_at": "2026-04-30T23:27:19.199Z" + }, + { + "sku": "PMB-6971", + "color_name": "DIRTY PEARL", + "description": "Dirty Pearl is an off-white polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.02 + }, + { + "min": 50, + "max": 199, + "price": 12.37 + }, + { + "min": 200, + "max": null, + "price": 11.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9181/dirty-pearl-pmb-6971-dt20240424171142251618-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6971/dirty-pearl", + "scraped_at": "2026-04-30T23:27:30.725Z" + }, + { + "sku": "PMB-6979", + "color_name": "MOCHA SPARKLE", + "description": "Mocha Sparkle is a muted brown polyester metallic and has a satin finish. Satin: 21-36 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.19 + }, + { + "min": 50, + "max": 199, + "price": 13.48 + }, + { + "min": 200, + "max": null, + "price": 12.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6968/pmb-6979-mocha-sparkle-dt20241112171736042141.pdf?1731431858", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7791/mocha-sparkle-pmb-6979-dt20260317185947022246-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6979/mocha-sparkle", + "scraped_at": "2026-04-30T23:27:45.211Z" + }, + { + "sku": "PMB-6982", + "color_name": "Silver Sage", + "description": "Silver Sage is a silver polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.24 + }, + { + "min": 50, + "max": 199, + "price": 20.18 + }, + { + "min": 200, + "max": null, + "price": 19.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3651/pmb-6982-silver-sage-tds-dt20230920143233968029.pdf?1695220356", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7793/silver-sage-pmb-6982-dt20260317195233642744-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6982/silver-sage", + "scraped_at": "2026-04-30T23:27:57.726Z" + }, + { + "sku": "PMB-6994", + "color_name": "FORD TUXEDO", + "description": "Ford Tuxedo is a sparkling black metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Ford Tuxedo Black UH Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.28 + }, + { + "min": 50, + "max": 199, + "price": 11.67 + }, + { + "min": 200, + "max": null, + "price": 11.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2421/pmb-6994-ford-tuxedo-tds-dt20230804141323796984.pdf?1691158405", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2100/ford-tuxedo-pmb-6994-dt20200331174542126-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6994/ford-tuxedo", + "scraped_at": "2026-04-30T23:28:13.736Z" + }, + { + "sku": "PMB-6998", + "color_name": "Hidden Blue Step 1", + "description": "Hidden Blue Step 2 over Hidden Blue Step 1 creates a rich blue metallic. This color is a polyester two coat powder coat with a high gloss finish. Two Coat Information: To achieve this color as shown, Hidden Blue Step 2 PPB-6999 must be applied as a top coat. Semi-Gloss: 37-70 Gloss Units Step 2 must be applied as the topcoat to achieve proper two-step color results. If Step 1 is used independently, a clear topcoat is recommended for exterior use. Inconsistent mil thickness in either the basecoat or topcoat can result in uneven color. Apply both the basecoat and topcoat in accordance with the recommended mil thickness specifications. Allow the part to cool completely before applying the topcoat. Once the topcoat has been applied, fully cure it according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before starting your project, especially if you are using a topcoat or additional basecoats, primers, etc. This helps ensure the final color meets your specifications and allows you to anticipate any potential changes in color or finish. Limited UV Stability Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.62 + }, + { + "min": 50, + "max": 199, + "price": 18.64 + }, + { + "min": 200, + "max": null, + "price": 17.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7990/pmb-6998-hidden-blue-step-1-dt20260112180404489068.pdf?1768241046", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7795/hidden-blue-step-1-pmb-6998-dt20260406183433258442-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6998/hidden-blue-step-1", + "scraped_at": "2026-04-30T23:28:29.077Z" + }, + { + "sku": "PMB-7013", + "color_name": "Aged White Metallic", + "description": "Aged White Metallic is a bright white with a very fine metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.58 + }, + { + "min": 50, + "max": 199, + "price": 14.8 + }, + { + "min": 200, + "max": null, + "price": 14.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2102/aged-white-metallic-pmb-7013-dt20190429215150879-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7013/aged-white-metallic", + "scraped_at": "2026-04-30T23:28:40.529Z" + }, + { + "sku": "PMB-7022", + "color_name": "Yellow Shimmer", + "description": "Yellow Shimmer is a light butterscotch yellow polyester metallic with pink sheen and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.2 + }, + { + "min": 50, + "max": 199, + "price": 18.24 + }, + { + "min": 200, + "max": null, + "price": 17.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2294/pmb-7022-yellow-shimmer-tds-dt20230517182635909984.pdf?1684347997", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7803/yellow-shimmer-pmb-7022-dt20260105212852168552-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7022/yellow-shimmer", + "scraped_at": "2026-04-30T23:28:52.656Z" + }, + { + "sku": "PMB-7025", + "color_name": "ILLUSION GREEN ICE", + "description": "Illusion Green Ice is a bright sparkling green color. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.64 + }, + { + "min": 50, + "max": 199, + "price": 23.41 + }, + { + "min": 200, + "max": null, + "price": 22.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2769/pmb-7025-illusion-green-ice-tds-dt20230817155030567044.pdf?1692287432", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2104/illusion-green-ice-pmb-7025-dt20251107175234136801-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7025/illusion-green-ice", + "scraped_at": "2026-04-30T23:29:07.076Z" + }, + { + "sku": "PMB-7031", + "color_name": "Chocolate Lover", + "description": "Chocolate Lover is deep brown polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.03 + }, + { + "min": 50, + "max": 199, + "price": 19.98 + }, + { + "min": 200, + "max": null, + "price": 18.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5389/pmb-7031-chocolate-lover-tds-dt2023121122563364359.pdf?1702335395", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7805/chocolate-lover-pmb-7031-dt20260317184709684533-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7031/chocolate-lover", + "scraped_at": "2026-04-30T23:29:21.715Z" + }, + { + "sku": "PMB-7054", + "color_name": "Bisque", + "description": "Bisque is a pinkish white hybrid metallic and has a satin finish. Satin: 21-36 Gloss Units This color is not recommended for exterior exposure with our applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.06 + }, + { + "min": 50, + "max": 199, + "price": 14.31 + }, + { + "min": 200, + "max": null, + "price": 13.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3817/pmb-7054-bisque-tds-dt20230925201320471971.pdf?1695672802", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7818/bisque-pmb-7054-dt20260109192553601906-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7054/bisque", + "scraped_at": "2026-04-30T23:29:34.809Z" + }, + { + "sku": "PMB-7056", + "color_name": "Beaver Bronze", + "description": "Beaver Bronze is a rich bronze metallic. This color is a polyester metallic powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH BEAVER BRONZE View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.98 + }, + { + "min": 50, + "max": 199, + "price": 16.13 + }, + { + "min": 200, + "max": null, + "price": 15.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3787/pmb-7056-beaver-bronze-tds-dt2023092515564455282.pdf?1695657406", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2106/beaver-bronze-pmb-7056-dt20210218222208164-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7056/beaver-bronze", + "scraped_at": "2026-04-30T23:29:50.279Z" + }, + { + "sku": "PMB-7064", + "color_name": "5 O'Clock Shadow", + "description": "5 o'clock Shadow is a charcoal grey with a heavy silver metallic flake. This color is a polyester metallic powder coat with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH 5 O'CLOCK SHADOW View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.44 + }, + { + "min": 50, + "max": 199, + "price": 11.82 + }, + { + "min": 200, + "max": null, + "price": 11.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7452/pmb-7064-5-oclock-shadow-dt2025072518490580401.pdf?1753469348", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7298/5-oclock-shadow-pmb-7064-dt20190412230147905-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7064/5-oclock-shadow", + "scraped_at": "2026-04-30T23:30:04.218Z" + }, + { + "sku": "PMB-7065", + "color_name": "MUD GOLD", + "description": "Mud Gold is a muddy gold bronze metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6807/pmb-7065-mud-gold-dt20240815161746292932.pdf?1723738669", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2108/mud-gold-pmb-7065-dt2021021016293883-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7065/mud-gold", + "scraped_at": "2026-04-30T23:30:16.434Z" + }, + { + "sku": "PMB-7070", + "color_name": "PEARLIZED PLUM", + "description": "Pearlized Plum is a purple that has a silver metallic and a hint of black metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.52 + }, + { + "min": 50, + "max": 199, + "price": 26.14 + }, + { + "min": 200, + "max": null, + "price": 24.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2110/pearlized-plum-pmb-7070-dt20180706210623328-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7070/pearlized-plum", + "scraped_at": "2026-04-30T23:30:29.374Z" + }, + { + "sku": "PMB-7073", + "color_name": "GATEWAY GREY", + "description": "Gateway Grey is a rich grey with a fine sparkling silver metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEM RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH GATEWAY GREY View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.28 + }, + { + "min": 50, + "max": 199, + "price": 11.67 + }, + { + "min": 200, + "max": null, + "price": 11.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7255/pmb-7073-gateway-grey-dt20250430184800471372.pdf?1746038883", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2112/gateway-grey-pmb-7073-dt2020051815152157-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7073/gateway-grey", + "scraped_at": "2026-04-30T23:30:45.802Z" + }, + { + "sku": "PMB-7075", + "color_name": "Impact Orange", + "description": "Impact Orange is a soft red/orange. This color is a polyester metallic powder coat. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.23 + }, + { + "min": 50, + "max": 199, + "price": 16.37 + }, + { + "min": 200, + "max": null, + "price": 15.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7822/impact-orange-pmb-7075-dt20221011180435941779-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7075/impact-orange", + "scraped_at": "2026-04-30T23:31:00.206Z" + }, + { + "sku": "PMB-7076", + "color_name": "Speedster Brown", + "description": "Speedster Brown is a deep red brown polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.46 + }, + { + "min": 50, + "max": 199, + "price": 14.69 + }, + { + "min": 200, + "max": null, + "price": 13.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3816/pmb-7076-speedster-brown-tds-dt20230925201135324352.pdf?1695672698", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7824/speedster-brown-pmb-7076-dt20260317195855108937-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7076/speedster-brown", + "scraped_at": "2026-04-30T23:31:11.623Z" + }, + { + "sku": "PMB-7081", + "color_name": "Schneiderwyzen", + "description": "Schneiderwyzen is a mustard yellow with a heavy silver metallic flake. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.72 + }, + { + "min": 50, + "max": 199, + "price": 16.83 + }, + { + "min": 200, + "max": null, + "price": 15.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2114/schneiderwyzen-pmb-7081-dt20181022220407286-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7081/schneiderwyzen", + "scraped_at": "2026-04-30T23:31:27.127Z" + }, + { + "sku": "PMB-7084", + "color_name": "Power Bait", + "description": "Power Bait is an extremely bright yellow/lime green with a heavy metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH POWER BAIT View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Does this powder have any issues with UV Stability? - Bryan Beverly 08/25/21 09:57 am Answer: When dealing with brighter/fluorescent colors such as Power Bait (PMB-7084) the UV stability is typically going to be limited. We recommend applying our Super Durable and UV resistant Clear Vison (PPS-2974) to enhance the UV stability and finish of the base coat. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 35.99 + }, + { + "min": 50, + "max": 199, + "price": 34.19 + }, + { + "min": 200, + "max": null, + "price": 32.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2509/pmb-7084-power-bait-tds-dt20230808224022975517.pdf?1691534425", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2118/power-bait-pmb-7084-dt2025062322315290626-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7084/power-bait", + "scraped_at": "2026-04-30T23:31:44.859Z" + }, + { + "sku": "PMB-7093", + "color_name": "Century Silver", + "description": "Century Silver is a light grey metallic hybrid that has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.69 + }, + { + "min": 50, + "max": 199, + "price": 16.81 + }, + { + "min": 200, + "max": null, + "price": 15.92 + } + ], + "safety_data_sheet_url": "https://www.prismaticpowders.com/documents", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2612/pmb-7093-century-silver-tds-dt20230811225918388576.pdf?1691794760", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7830/century-silver-pmb-7093-dt20230814222305757559-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7093/century-silver", + "scraped_at": "2026-04-30T23:31:57.902Z" + }, + { + "sku": "PMB-7094", + "color_name": "Bluesicle", + "description": "Bluesicle is a rich blue metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.1 + }, + { + "min": 50, + "max": 199, + "price": 13.4 + }, + { + "min": 200, + "max": null, + "price": 12.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2120/bluesicle-pmb-7094-dt20180924152126013-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7094/bluesicle", + "scraped_at": "2026-04-30T23:32:10.557Z" + }, + { + "sku": "PMB-7095", + "color_name": "Orangesicle", + "description": "Orangesicle is a bright orange metallic with a very fine dusted silver metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.31 + }, + { + "min": 50, + "max": 199, + "price": 18.34 + }, + { + "min": 200, + "max": null, + "price": 17.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2122/orangesicle-pmb-7095-dt20250902195146983255-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7095/orangesicle", + "scraped_at": "2026-04-30T23:32:26.523Z" + }, + { + "sku": "PMB-7096", + "color_name": "FORGED BRONZE", + "description": "Forged Bronze is a deep bronze polyester metallic and has a matte finish. Matte: 7-20 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.57 + }, + { + "min": 50, + "max": 199, + "price": 21.44 + }, + { + "min": 200, + "max": null, + "price": 20.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7798/pmb-7096-forged-bronze-dt20251230190436288835.pdf?1767121478", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7832/forged-bronze-pmb-7096-dt20240426171929858618-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7096/forged-bronze", + "scraped_at": "2026-04-30T23:32:39.414Z" + }, + { + "sku": "PMB-7098", + "color_name": "Chopper Red Step 1", + "description": "Chopper Red Step 2 over Chopper Red Step 1 creates a rich metallic red. This color is a polyester two coat powder coat with a high gloss finish. Two Coat Information: To achieve this color as shown, Chopper Red Step 2 PPB-7099 must be applied as a top coat. Semi-Gloss: 37-70 Gloss Units Step 2 must be applied as the topcoat to achieve proper two-step color results. If Step 1 is used independently, a clear topcoat is recommended for exterior use. Inconsistent mil thickness in either the basecoat or topcoat can result in uneven color. Apply both the basecoat and topcoat in accordance with the recommended mil thickness specifications. Allow the part to cool completely before applying the topcoat. Once the topcoat has been applied, fully cure it according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before starting your project, especially if you are using a topcoat or additional basecoats, primers, etc. This helps ensure the final color meets your specifications and allows you to anticipate any potential changes in color or finish. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.01 + }, + { + "min": 50, + "max": 199, + "price": 16.16 + }, + { + "min": 200, + "max": null, + "price": 15.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8008/pmb-7098-chopper-red-step-1-dt20260114211743031716.pdf?1768425464", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7834/chopper-red-step-1-pmb-7098-dt20260406181939025672-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7098/chopper-red-step-1", + "scraped_at": "2026-04-30T23:32:48.876Z" + }, + { + "sku": "PMB-8001", + "color_name": "GOLDEN HUE", + "description": "Golden Hue is a muted bronze with golden undertones metallic polyester and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.99 + }, + { + "min": 50, + "max": 199, + "price": 21.84 + }, + { + "min": 200, + "max": null, + "price": 20.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7836/golden-hue-pmb-8001-dt20250602213546823596-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8001/golden-hue", + "scraped_at": "2026-04-30T23:33:05.339Z" + }, + { + "sku": "PMB-8004", + "color_name": "Hydro Silver", + "description": "Hydro Silver is a dark grey metallic polyester and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.03 + }, + { + "min": 50, + "max": 199, + "price": 13.33 + }, + { + "min": 200, + "max": null, + "price": 12.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4032/pmb-8004-hydro-silver-tds-dt20230929151640318777.pdf?1696000602", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7838/hydro-silver-pmb-8004-dt2025060221342925371-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8004/hydro-silver", + "scraped_at": "2026-04-30T23:33:17.090Z" + }, + { + "sku": "PMB-8010", + "color_name": "FUSION BURGUNDY", + "description": "Fusion Burgundy is a rich burgundy fused with a hint of bronze metallic. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.39 + }, + { + "min": 50, + "max": 199, + "price": 17.47 + }, + { + "min": 200, + "max": null, + "price": 16.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2611/pmb-8010-fusion-burgundy-tds-dt20230811225653228613.pdf?1691794615", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7310/fusion-burgundy-pmb-8010-dt20230815152614320414-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8010/fusion-burgundy", + "scraped_at": "2026-04-30T23:33:33.232Z" + }, + { + "sku": "PMB-8013", + "color_name": "BURNT COPPER", + "description": "Burnt Copper is a cocoa plant brown with a shimmering copper and silver pearl. This color is a polyester metallic powder coat with a glossy finish Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.21 + }, + { + "min": 50, + "max": 199, + "price": 15.4 + }, + { + "min": 200, + "max": null, + "price": 14.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7312/burnt-copper-pmb-8013-dt20190415200041034-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8013/burnt-copper", + "scraped_at": "2026-04-30T23:33:48.501Z" + }, + { + "sku": "PMB-8017", + "color_name": "Shaded Silver", + "description": "Shaded Silver is intense sparkling silver polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.89 + }, + { + "min": 50, + "max": 199, + "price": 17.95 + }, + { + "min": 200, + "max": null, + "price": 17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4654/pmb-8017-shaded-silver-tds-dt20231106203932201173.pdf?1699303174", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7844/shaded-silver-pmb-8017-dt20250625225332996546-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8017/shaded-silver", + "scraped_at": "2026-04-30T23:34:00.928Z" + }, + { + "sku": "PMB-8019", + "color_name": "Emerald Sky Blue", + "description": "Emerald Sky Blue is a rich sky blue metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Pastels RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.36 + }, + { + "min": 50, + "max": 199, + "price": 17.44 + }, + { + "min": 200, + "max": null, + "price": 16.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4339/pmb-8019-emerald-sky-blue-tds-dt20231017212438173823.pdf?1697577881", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2126/emerald-sky-blue-pmb-8019-dt20250729195048963973-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8019/emerald-sky-blue", + "scraped_at": "2026-04-30T23:34:13.524Z" + }, + { + "sku": "PMB-8020", + "color_name": "DIRTY PUMPKIN", + "description": "Dirty Pumpkin is a darker burnt orange that has a dark brown speckle in it. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.53 + }, + { + "min": 50, + "max": 199, + "price": 17.6 + }, + { + "min": 200, + "max": null, + "price": 16.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7624/dirty-pumpkin-pmb-8020-dt20180928171113576-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8020/dirty-pumpkin", + "scraped_at": "2026-04-30T23:34:28.339Z" + }, + { + "sku": "PMB-8022", + "color_name": "Pearl Lace Step 1", + "description": "Pearl Lace Step 2 over Pearl Lace Step 1 creates a warm white pearlescent metallic. This color is a polyester two coat powder coat with a high gloss finish. Two Coat Information: To achieve this color as shown, Pearl Lace Step 2 PPB-8023 must be applied as a top coat. High Gloss: 85+ Gloss Units Step 2 must be applied as the topcoat to achieve proper two-step color results. If Step 1 is used independently, a clear topcoat is recommended for exterior use. Inconsistent mil thickness in either the basecoat or topcoat can result in uneven color. Apply both the basecoat and topcoat in accordance with the recommended mil thickness specifications. Allow the part to cool completely before applying the topcoat. Once the topcoat has been applied, fully cure it according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before starting your project, especially if you are using a topcoat or additional basecoats, primers, etc. This helps ensure the final color meets your specifications and allows you to anticipate any potential changes in color or finish. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.79 + }, + { + "min": 50, + "max": 199, + "price": 13.1 + }, + { + "min": 200, + "max": null, + "price": 12.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4036/pmb-8022-pearl-lace-step-1-tds-dt20230929152456529203.pdf?1696001099", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7846/pearl-lace-step-1-pmb-8022-dt20260406184009797431-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8022/pearl-lace-step-1", + "scraped_at": "2026-04-30T23:34:41.684Z" + }, + { + "sku": "PMB-8030", + "color_name": "TAINTED BRONZE", + "description": "Tainted Bronze is a dark bronze polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units This color is not recommended for exterior exposure. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.34 + }, + { + "min": 50, + "max": 199, + "price": 16.47 + }, + { + "min": 200, + "max": null, + "price": 15.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2414/pmb-8030-tainted-bronze-tds-dt20230802221935532216.pdf?1691014777", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7854/tainted-bronze-pmb-8030-dt20260105213344999009-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8030/tainted-bronze", + "scraped_at": "2026-04-30T23:34:56.364Z" + }, + { + "sku": "PMB-8032", + "color_name": "PEARL BEIGE", + "description": "Pearl Beige is a tan metallic polyester with light glitter flecks and a high gloss finish. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.23 + }, + { + "min": 50, + "max": 199, + "price": 12.57 + }, + { + "min": 200, + "max": null, + "price": 11.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2296/pmb-8032-pearl-beige-tds-dt2023051718330726788.pdf?1684348389", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7314/pearl-beige-pmb-8032-dt20230727211636739536-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8032/pearl-beige", + "scraped_at": "2026-04-30T23:35:11.029Z" + }, + { + "sku": "PMB-8037", + "color_name": "CANYON COPPER II", + "description": "Canyon Copper II is a flat, low gloss, copper metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH CANYON COPPER II View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Is it possible to get the Canyon Copper II (PMB-8037) in a higher gloss, somewhere around 80%? - Raypaul Coating, Inc 03/07/19 10:45 am Answer: A custom formulation may be possible but not always and there are charges for custom formulations. Sometimes a more cost effective way to achieve the same thing is to simply use a higher gloss clear top coat such as Clear Vision PPS 2974. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.1 + }, + { + "min": 50, + "max": 199, + "price": 20.05 + }, + { + "min": 200, + "max": null, + "price": 18.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7067/pmb-8037-canyon-copper-ii-dt202502182108442292.pdf?1739912926", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2128/canyon-copper-ii-pmb-8037-dt20250708195733053786-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8037/canyon-copper-ii", + "scraped_at": "2026-04-30T23:35:24.950Z" + }, + { + "sku": "PMB-8039", + "color_name": "CRUSHED STARLIGHT STEP 1", + "description": "Crushed Starlight Step 1 and 2 create a rich sapphire blue with a sparkling silver metallic. This color is a polyester metallic powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Crushed Starlight Step 2 PPB-8040 must be applied as a top coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.87 + }, + { + "min": 50, + "max": 199, + "price": 17.93 + }, + { + "min": 200, + "max": null, + "price": 16.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7992/pmb-8039-crushed-starlight-step-1-dt20260112181256326608.pdf?1768241578", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7858/crushed-starlight-step-1-pmb-8039-dt20200731143507312-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8039/crushed-starlight-step-1", + "scraped_at": "2026-04-30T23:35:37.572Z" + }, + { + "sku": "PMB-8046", + "color_name": "GOLDEN CHARCOAL", + "description": "Golden Charcoal is a charcoal bronze metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. High Gloss: 85+ Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH GOLDEN CHARCOAL View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.58 + }, + { + "min": 50, + "max": 199, + "price": 12.9 + }, + { + "min": 200, + "max": null, + "price": 12.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5285/pmb-8046-golden-charcoal-tds-dt2023120420082110723.pdf?1701720503", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2130/golden-charcoal-pmb-8046-dt20250527184824862505-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8046/golden-charcoal", + "scraped_at": "2026-04-30T23:35:47.164Z" + }, + { + "sku": "PMB-8056", + "color_name": "Dragons Blood Step 1", + "description": "Dragons Blood Step 1 under Dragons Blood Step 2 achieves a deep maroon-red. This color is a polyester metallic powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Dragons Blood Step 2 PPB-8057 must be applied as a top coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH DRAGONS BLOOD STEP 1 View Details View Details View Details View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying Dragons Blood Step 1 and 2 (PMB-8056 and PPB-8057) is a primer necessary or am I able to go straight over sand-blasted aluminum and is a clear coat recommended? - Caroline Murphy 04/01/20 10:36 pm Answer: Dragons Blood Step 1 PMB 8056 combined with step 2 PPB 8057 does not require a primer or a clear coat. Step 1 is a metallic base and Step 2 is a metallic clear to achieve the look found on our website and swatch sample. If you were to apply step one only then I would recommend adding a clear coat like Clear Vision PPS-2974 to protect the metallic flakes from Oxidizing. I do not have a sample of Step 1 only available but custom spray-outs can be ordered. Here are the details for ordering a custom spray out: If you would like a custom spray-out of any combination, we can provide that for a fee of $9.95 each plus shipping. This would be a custom panel with two coats of your choice. For a custom panel with three coats (base, mid and top coat), the fee is $14.95. The custom panels measure 3” x 5” and can take approximately 2 - 4 days to complete. Any order for such panels would need to be called in as they are not available online at this time. Thanks for the inquiry - Prismatic Support Question: First time using this color, going with step 1 and 2. Do I flash step one and then do the full cure with step 2? Or do I fully cure step 1 before moving to step 2? Any tips would be appreciated. - Howler Custom Cycle 05/07/19 10:48 am Answer: You will flash coat the first step and full cure the 2nd step. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.56 + }, + { + "min": 50, + "max": 199, + "price": 19.53 + }, + { + "min": 200, + "max": null, + "price": 18.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6636/pmb-8056-dragons-blood-step-1-tds-dt20240521212352344047.pdf?1716326634", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7702/dragons-blood-step-1-pmb-8056-dt20210419174319446-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8056/dragons-blood-step-1", + "scraped_at": "2026-04-30T23:36:00.437Z" + }, + { + "sku": "PMB-8058", + "color_name": "Antique Chaos", + "description": "Antique Chaos is a black base with an antique gold/bronze metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5284/pmb-8058-antique-chaos-tds-dt20231204200646528033.pdf?1701720409", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2132/antique-chaos-pmb-8058-dt202008032052498-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8058/antique-chaos", + "scraped_at": "2026-04-30T23:36:13.790Z" + }, + { + "sku": "PMB-8063", + "color_name": "Blue Zircon", + "description": "Blue Zircon is a dark metallic blue that comes to life under the light. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.23 + }, + { + "min": 50, + "max": 199, + "price": 17.32 + }, + { + "min": 200, + "max": null, + "price": 16.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2134/blue-zircon-pmb-8063-dt2020112518495433-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8063/blue-zircon", + "scraped_at": "2026-04-30T23:36:22.628Z" + }, + { + "sku": "PMB-8065", + "color_name": "FROSTED MOCHA STEP 1", + "description": "Frosted Mocha Step 1 under step 2 makes a light brown with a white pearl effect. This color is a polyester metallic powder coat and has a flat finish. Two Coat Information: To achieve this color as shown, Frosted Mocha Step 2 PPB-8066 must be applied as a top coat. Flat: 0-6 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.61 + }, + { + "min": 50, + "max": 199, + "price": 11.98 + }, + { + "min": 200, + "max": null, + "price": 11.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2267/pmb-8065-frosted-mocha-step-1-tds-dt20230503210202971417.pdf?1683147724", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2136/frosted-mocha-step-1-pmb-8067-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8065/frosted-mocha-step-1", + "scraped_at": "2026-04-30T23:36:34.240Z" + }, + { + "sku": "PMB-8067", + "color_name": "ENCHANTED SPARKLE STEP 1", + "description": "Enchanted Sparkle Step 1 under Enchanted Sparkle Step 2 makes a nice creamy white color with a pearl effect. This color is a polyester metallic powder coat and has a semi-gloss finish. Two Coat Information: To achieve this color as shown, Enchanted Sparkle Step 2 PPB-8068 must be applied as a top coat. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ENCHANTED SPARKLE STEP 1 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2138/enchanted-sparkle-step-1-pmb-8067-dt20190429225144574-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8067/enchanted-sparkle-step-1", + "scraped_at": "2026-04-30T23:36:50.625Z" + }, + { + "sku": "PMB-8069", + "color_name": "Burnt Umber", + "description": "Burnt Umber is a deep bronze polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the top coat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.85 + }, + { + "min": 50, + "max": 199, + "price": 19.81 + }, + { + "min": 200, + "max": null, + "price": 18.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7565/pmb-8069-burnt-umber-dt2025100617011837958.pdf?1759770080", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7862/burnt-umber-pmb-8069-dt20260128220229545321-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8069/burnt-umber", + "scraped_at": "2026-04-30T23:37:03.484Z" + }, + { + "sku": "PMB-8074", + "color_name": "IRIDIUM CRYSTALS", + "description": "Iridium Crystals is a medium charcoal grey with a heavy silver metallic. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.72 + }, + { + "min": 50, + "max": 199, + "price": 16.83 + }, + { + "min": 200, + "max": null, + "price": 15.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2140/iridium-crystals-pmb-8074-dt20200702221127911-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8074/iridium-crystals", + "scraped_at": "2026-04-30T23:37:16.673Z" + }, + { + "sku": "PMB-8083", + "color_name": "PARADISE SHIMMER", + "description": "Paradise Shimmer is a light blue color with a white and silver pearl. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.87 + }, + { + "min": 50, + "max": 199, + "price": 15.08 + }, + { + "min": 200, + "max": null, + "price": 14.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7367/pmb-8083-paradise-shimmer-dt20250522202512958375.pdf?1747945515", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7187/paradise-shimmer-pmb-8083-dt20200417162239719-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8083/paradise-shimmer", + "scraped_at": "2026-04-30T23:37:33.197Z" + }, + { + "sku": "PMB-8084", + "color_name": "LIGHT WALNUT SPARKLE", + "description": "Light Walnut Sparkle is a faint brown polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Applying a clear top coat is not required but is recommended. Applying a clear topcoat may enhance UV resistance, weather stability, and the overall durability of the finish, as well as oxidation resistance. Please note that a topcoat may alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of either the basecoat or topcoat may result in uneven color. Apply both the base coat and topcoat in accordance with the recommended mil thickness specifications. Allow the part to cool completely before applying the topcoat. Once the topcoat has been applied, fully cure it according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before starting your project, especially if you are using a topcoat or additional basecoats, primers, etc. This helps ensure the final color meets your specifications and allows you to anticipate any potential changes in color or finish. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.78 + }, + { + "min": 50, + "max": 199, + "price": 14.99 + }, + { + "min": 200, + "max": null, + "price": 14.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7975/pmb-8084-light-walnut-sparkle-dt20260107192419210035.pdf?1767813861", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7864/light-walnut-sparkle-pmb-8084-dt20260116222252470713-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8084/light-walnut-sparkle", + "scraped_at": "2026-04-30T23:37:48.220Z" + }, + { + "sku": "PMB-8091", + "color_name": "Rich Silver", + "description": "Rich Silver is a warm light silver polyester metallic and has a satin finish. Satin: 21-35 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.95 + }, + { + "min": 50, + "max": 199, + "price": 19.9 + }, + { + "min": 200, + "max": null, + "price": 18.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7511/pmb-8091-rich-silver-dt20250728211352799268.pdf?1753737239", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7866/rich-silver-pmb-8091-dt20231114185203704489-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8091/rich-silver", + "scraped_at": "2026-04-30T23:38:01.384Z" + }, + { + "sku": "PMB-8095", + "color_name": "BURLY WOOD", + "description": "Burly Wood is a light tan that has a fine red metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.67 + }, + { + "min": 50, + "max": 199, + "price": 11.09 + }, + { + "min": 200, + "max": null, + "price": 10.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2142/burly-wood-pmb-8095-dt20180712210430724-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8095/burly-wood", + "scraped_at": "2026-04-30T23:38:14.527Z" + }, + { + "sku": "PMB-8098", + "color_name": "DEEP COAL", + "description": "Deep Coal is a darker blueish grey with a slight green hue. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.8 + }, + { + "min": 50, + "max": 199, + "price": 13.11 + }, + { + "min": 200, + "max": null, + "price": 12.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5283/pmb-8098-deep-coal-tds-dt20231204200517393574.pdf?1701720319", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7209/deep-coal-pmb-8098-dt20180713205209908-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8098/deep-coal", + "scraped_at": "2026-04-30T23:38:27.187Z" + }, + { + "sku": "PMB-8099", + "color_name": "Golden Frosted Tan Step 1", + "description": "Golden Frosted Tan Step 2 over Golden Frosted Tan Step 1 creates a tan with golden metallics. This color is a polyester two coat powder coat with a matte finish. Two Coat Information: To achieve this color as shown, Golden Frosted Tan Step 2 PPB-8100 must be applied as a top coat. High Gloss: 85+ Gloss Units Step 2 must be applied as the topcoat to achieve proper two-step color results. If Step 1 is used independently, a clear topcoat is recommended for exterior use. Inconsistent mil thickness in either the basecoat or topcoat can result in uneven color. Apply both the basecoat and topcoat in accordance with the recommended mil thickness specifications. Allow the part to cool completely before applying the topcoat. Once the topcoat has been applied, fully cure it according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before starting your project, especially if you are using a topcoat or additional basecoats, primers, etc. This helps ensure the final color meets your specifications and allows you to anticipate any potential changes in color or finish. A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.97 + }, + { + "min": 50, + "max": 199, + "price": 13.27 + }, + { + "min": 200, + "max": null, + "price": 12.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4040/pmb-8099-golden-frosted-tan-step-1-tds-dt20230929153548927721.pdf?1696001750", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7868/golden-frosted-tan-step-1-pmb-8099-dt20260406182659959566-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8099/golden-frosted-tan-step-1", + "scraped_at": "2026-04-30T23:38:41.522Z" + }, + { + "sku": "PMB-8101", + "color_name": "PECAN METALLIC", + "description": "Pecan Metallic is a medium brown with a brilliant gold metallic. Try PPS-2974 Clear Vision for added depth. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.87 + }, + { + "min": 50, + "max": 199, + "price": 14.13 + }, + { + "min": 200, + "max": null, + "price": 13.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8109/pmb-8101-pecan-metallic-dt20260202203602741745.pdf?1770064564", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7191/pecan-metallic-pmb-8101-dt20180712223732348-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8101/pecan-metallic", + "scraped_at": "2026-04-30T23:38:54.634Z" + }, + { + "sku": "PMB-8102", + "color_name": "Flat Gold", + "description": "Flat Gold is a silky silver gold. This color is a polyester metallic powder coat with a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH FLAT GOLD View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.67 + }, + { + "min": 50, + "max": 199, + "price": 17.74 + }, + { + "min": 200, + "max": null, + "price": 16.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7870/flat-gold-pmb-8102-dt20210128192757747-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8102/flat-gold", + "scraped_at": "2026-04-30T23:39:13.445Z" + }, + { + "sku": "PMB-8103", + "color_name": "MOCHA STEEL", + "description": "Mocha Steel is a medium brownish silver with a gold pearl. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss Units: 85+ Gloss Units A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.53 + }, + { + "min": 50, + "max": 199, + "price": 13.8 + }, + { + "min": 200, + "max": null, + "price": 13.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5281/pmb-8103-mocha-steel-tds-dt20231204200216459966.pdf?1701720138", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7024/mocha-steel-pmb-8103-dt20260424205824453062-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8103/mocha-steel", + "scraped_at": "2026-04-30T23:39:26.534Z" + }, + { + "sku": "PMB-8109", + "color_name": "LIGHT ELM SPARKLE", + "description": "Light Elm Sparkle is a medium grey, smooth gloss metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.97 + }, + { + "min": 50, + "max": 199, + "price": 15.17 + }, + { + "min": 200, + "max": null, + "price": 14.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7626/light-elm-sparkle-pmb-8109-dt20180928171901189-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8109/light-elm-sparkle", + "scraped_at": "2026-04-30T23:39:42.467Z" + }, + { + "sku": "PMB-8111", + "color_name": "MERMAID SPARKLE STEP 1", + "description": "Mermaid Sparkle Step 1 under Mermaid Sparkle Step 2 is a medium blue two coat that has a silver metallic flake. This color is a polyester metallic powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Mermaid Sparkle Step 2 PPB-8112 must be applied as a top coat. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH MERMAID SPARKLE STEP 1 View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.55 + }, + { + "min": 50, + "max": 199, + "price": 14.77 + }, + { + "min": 200, + "max": null, + "price": 14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9182/mermaid-sparkle-step-1-pmb-8111-dt20190412230551404-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8111/mermaid-sparkle-step-1", + "scraped_at": "2026-04-30T23:39:54.696Z" + }, + { + "sku": "PMB-8116", + "color_name": "PEARLS STEP 1", + "description": "Pearls Step 1 under Pearls Step 2 looks like a pearl. This color is a polyester metallic powder coat and has a glossy finish. Two Coat Information: To achieve this color as shown, Pearls Step 2 PPB-8117 must be applied as a top coat. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7369/pmb-8116-pearls-step-1-dt20250522203124625857.pdf?1747945886", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2145/pearls-step-1-pmb-8116-dt2021041217144473-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8116/pearls-step-1", + "scraped_at": "2026-04-30T23:40:11.913Z" + }, + { + "sku": "PMB-8119", + "color_name": "PHANTOM ICEBERG", + "description": "Phantom Iceberg is a greyish silver with a blueish green hue. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.49 + }, + { + "min": 50, + "max": 199, + "price": 17.57 + }, + { + "min": 200, + "max": null, + "price": 16.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7193/phantom-iceberg-pmb-8119-dt20210330152731879-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8119/phantom-iceberg", + "scraped_at": "2026-04-30T23:40:22.515Z" + }, + { + "sku": "PMB-8126", + "color_name": "Tin Can", + "description": "Tin Can is a light and fine silver. This color is a polyester metallic powder coat and has a gloss finish. Gloss: 71-85 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.36 + }, + { + "min": 50, + "max": 199, + "price": 15.54 + }, + { + "min": 200, + "max": null, + "price": 14.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2518/pmb-8126-tin-can-tds-dt20230809162127049415.pdf?1691598089", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7211/tin-can-pmb-8126-dt20251002150118370756-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8126/tin-can", + "scraped_at": "2026-04-30T23:40:35.488Z" + }, + { + "sku": "PMB-8130", + "color_name": "HIGHLIGHT BEIGE", + "description": "Highlight Beige is a light beige with a gold metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.98 + }, + { + "min": 50, + "max": 199, + "price": 18.03 + }, + { + "min": 200, + "max": null, + "price": 17.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2147/highlight-beige-pmb-8130-dt20211028202339088-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8130/highlight-beige", + "scraped_at": "2026-04-30T23:40:47.056Z" + }, + { + "sku": "PMB-8134", + "color_name": "CRIMSON CANDY STEP 1", + "description": "Crimson Candy Step 1 under Crimson Candy Step 2 is a deep transparent red with gold pearl over a pearl red base coat. This color is a polyester metallic powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, Crimson Candy Step 2 PPB-8135 must be applied as a top coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH CRIMSON CANDY STEP 1 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.8 + }, + { + "min": 50, + "max": 199, + "price": 18.81 + }, + { + "min": 200, + "max": null, + "price": 17.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2148/crimson-candy-step-1-pmb-8134-dt20200331163128775-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8134/crimson-candy-step-1", + "scraped_at": "2026-04-30T23:41:00.844Z" + }, + { + "sku": "PMB-8145", + "color_name": "Blazed Charcoal Step 1", + "description": "Blazed Charcoal Step 1 under Blazed Charcoal Step 2 has a dark silver metallic base coat and a silver metallic clear top coat. This color is a polyester metallic powder coat and has a glossy finish. Two Coat Information: To achieve this color as shown, Blazed Charcoal Step 2 PPB-8146 must be applied as a top coat. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH BLAZED CHARCOAL STEP 1 View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.89 + }, + { + "min": 50, + "max": 199, + "price": 11.3 + }, + { + "min": 200, + "max": null, + "price": 10.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4814/pmb-8145-blazed-charcoal-step-1-tds-dt20231121182535015589.pdf?1700591136", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2149/blazed-charcoal-step-1-pmb-8145-dt2018071321230055-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8145/blazed-charcoal-step-1", + "scraped_at": "2026-04-30T23:41:14.640Z" + }, + { + "sku": "PMB-8155", + "color_name": "MIDNIGHT CHARCOAL", + "description": "Midnight Charcoal is a black charcoal with a silver metallic. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.41 + }, + { + "min": 50, + "max": 199, + "price": 11.79 + }, + { + "min": 200, + "max": null, + "price": 11.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5280/pmb-8155-midnight-charcoal-tds-dt2023120420004326226.pdf?1701720045", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2150/midnight-charcoal-pmb-8155-dt2018070215353077-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8155/midnight-charcoal", + "scraped_at": "2026-04-30T23:41:27.561Z" + }, + { + "sku": "PMB-8157", + "color_name": "STAGE PASS BRONZE", + "description": "Stage Pass Bronze is a darker bronze with a lot of metallic gold. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.31 + }, + { + "min": 50, + "max": 199, + "price": 18.34 + }, + { + "min": 200, + "max": null, + "price": 17.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7697/pmb-8157-stage-pass-bronze-dt20251211195114509744.pdf?1765482676", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7628/stage-pass-bronze-pmb-8157-dt20180928172535882-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8157/stage-pass-bronze", + "scraped_at": "2026-04-30T23:41:41.651Z" + }, + { + "sku": "PMB-8168", + "color_name": "PEARLED TURQUOISE", + "description": "Pearled Turquoise is a color that is more on the green side of turquoise with a nice white pearl. This color is a polyester metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.37 + }, + { + "min": 50, + "max": 199, + "price": 18.4 + }, + { + "min": 200, + "max": null, + "price": 17.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2268/pmb-8168-pearled-turquoise-tds-dt20230503210334933645.pdf?1683147816", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2151/pearled-turquoise-pmb-8168-dt20250722203902412115-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8168/pearled-turquoise", + "scraped_at": "2026-04-30T23:41:50.415Z" + }, + { + "sku": "PMB-8169", + "color_name": "BURNT ROOTBEER", + "description": "Burnt Rootbeer is a darker color in the off light, but this color comes to life in the light. Burnt Rootbeer has a lot of pearl and fine multi-color flakes that really shine in the light. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.05 + }, + { + "min": 50, + "max": 199, + "price": 15.25 + }, + { + "min": 200, + "max": null, + "price": 14.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5279/pmb-8169-burnt-rootbeer-tds-dt20231204195906263347.pdf?1701719948", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2153/burnt-rootbeer-pmb-8169-dt20250530162415969114-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8169/burnt-rootbeer", + "scraped_at": "2026-04-30T23:42:08.464Z" + }, + { + "sku": "PMB-8172", + "color_name": "OLD GOLD", + "description": "Old Gold is a light gold metallic with some silver metallics in it. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.23 + }, + { + "min": 50, + "max": 199, + "price": 16.37 + }, + { + "min": 200, + "max": null, + "price": 15.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3480/pmb-8172-old-gold-tds-dt20230915203421434041.pdf?1694810063", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2154/old-gold-pmb-8172-dt20210429155257378-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8172/old-gold", + "scraped_at": "2026-04-30T23:42:17.097Z" + }, + { + "sku": "PMB-8173", + "color_name": "PLATINUM SILVER", + "description": "Platinum Silver is a really bright silver in light, and darkens up in shadows. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.23 + }, + { + "min": 50, + "max": 199, + "price": 16.37 + }, + { + "min": 200, + "max": null, + "price": 15.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5614/pmb-8173-platinum-silver-tds-dt20240131181328219768.pdf?1706724810", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2156/platinum-silver-pmb-8173-dt20201112165730666-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8173/platinum-silver", + "scraped_at": "2026-04-30T23:42:33.500Z" + }, + { + "sku": "PMS-0439", + "color_name": "PORSCHE SILVER", + "description": "Porsche Silver is a bright silver with a soft metallic flake. This color is a polyester metallic powder coat with a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.22 + }, + { + "min": 50, + "max": 199, + "price": 17.31 + }, + { + "min": 200, + "max": null, + "price": 16.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7732/pms-0439-porsche-silver-dt20251229194553257606.pdf?1767037555", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2160/porsche-silver-pms-0439-dt2025112421123953027-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-0439/porsche-silver", + "scraped_at": "2026-04-30T23:42:51.427Z" + }, + { + "sku": "PMS-0517", + "color_name": "Heavy Silver", + "description": "Heavy Silver is a bright silver base with an exceptionally heavy silver metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units ***A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.69 + }, + { + "min": 50, + "max": 199, + "price": 17.76 + }, + { + "min": 200, + "max": null, + "price": 16.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6333/pms-0517-heavy-silver-tds-dt20240424160147744535.pdf?1713974510", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2161/heavy-silver-pms-0517-dt20250616181403977776-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-0517/heavy-silver", + "scraped_at": "2026-04-30T23:43:08.363Z" + }, + { + "sku": "PMS-0688", + "color_name": "Shaft Silver", + "description": "Shaft Silver is a mercury silver polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.49 + }, + { + "min": 50, + "max": 199, + "price": 21.37 + }, + { + "min": 200, + "max": null, + "price": 20.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2712/pms-0688-shaft-silver-tds-dt20230816150734596614.pdf?1692198456", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9185/shaft-silver-pms-0688-dt20250623221205771397-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-0688/shaft-silver", + "scraped_at": "2026-04-30T23:43:24.337Z" + }, + { + "sku": "PMS-0946", + "color_name": "NEW ENGLAND SILVER", + "description": "New England Silver is a grey to silver base with a soft metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.92 + }, + { + "min": 50, + "max": 199, + "price": 12.27 + }, + { + "min": 200, + "max": null, + "price": 11.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2715/pms-0946-new-england-silver-tds-dt20230816151606814731.pdf?1692198968", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2162/new-england-silver-pms-0946-dt20200417150801477-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-0946/new-england-silver", + "scraped_at": "2026-04-30T23:43:39.344Z" + }, + { + "sku": "PMS-10637", + "color_name": "Polaris Nuke Orange", + "description": "Polaris Nuke Orange is our closest match to Polaris RZR Nuclear Sunset. This color is a polyester metallic powder coat with a glossy finish. Polaris Nuke Orange is a two coat system that requires the use of a clear top coat. The color will not be correct until the clear top coat is applied and cured. To achieve the color as shown, Clear Vision PPS-2974 must also be purchased High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsPolaris RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.71 + }, + { + "min": 50, + "max": 199, + "price": 28.22 + }, + { + "min": 200, + "max": null, + "price": 26.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2918/pms-10637-nuke-orange-tds-dt20230822190427154439.pdf?1692731069", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12781/nuke-orange-pms-10637-dt20210823222900009-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-10637/polaris-nuke-orange", + "scraped_at": "2026-04-30T23:43:56.344Z" + }, + { + "sku": "PMS-10739", + "color_name": "Golden Glitter Step 1", + "description": "Golden Glitter Step 2 over Step 1 creates a rich, shimmering yellow-gold. This color is a polyester metallic powder coat with a high gloss finish. Two Coat Information: To achieve this color as shown, Golden Glitter Step 2 PPB-10740 must be applied as a top coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH GOLDEN GLITTER STEP 1 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.01 + }, + { + "min": 50, + "max": 199, + "price": 20.91 + }, + { + "min": 200, + "max": null, + "price": 19.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13272/golden-glitter-step-1-pms-10739-dt2021102719322496-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-10739/golden-glitter-step-1", + "scraped_at": "2026-04-30T23:44:12.150Z" + }, + { + "sku": "PMS-10781", + "color_name": "Super Durable Golden Amber", + "description": "Super Durable Golden Amber is a Super Durable, that is a rich yellow gold with shimmering silver metallic. This color is a polyester metallic powder coat with a glossy finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Durables RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 45.09 + }, + { + "min": 50, + "max": 199, + "price": 42.84 + }, + { + "min": 200, + "max": null, + "price": 40.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13422/golden-amber-pms-10781-dt20220214174736579511-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-10781/super-durable-golden-amber", + "scraped_at": "2026-04-30T23:44:26.445Z" + }, + { + "sku": "PMS-10784", + "color_name": "SUPER DURABLE SHAKISO", + "description": "Super Durable Shakiso is a Super Durable, that is golden brown with shimmering silver sparkles. This color is a polyester metallic powder coat with a satin finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Durables RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 39.62 + }, + { + "min": 50, + "max": 199, + "price": 37.64 + }, + { + "min": 200, + "max": null, + "price": 35.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13436/shakiso-pms-10784-dt20220214174842821157-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-10784/super-durable-shakiso", + "scraped_at": "2026-04-30T23:44:40.403Z" + }, + { + "sku": "PMS-10785", + "color_name": "ILLUSION RASPBERRY", + "description": "Illusion Raspberry is a deep and rich berry pink metallic. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 31.93 + }, + { + "min": 50, + "max": 199, + "price": 30.33 + }, + { + "min": 200, + "max": null, + "price": 28.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7784/pms-10785-illusion-raspberry-dt20251229225429383245.pdf?1767048870", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13438/illusion-raspberry-pms-10785-dt20220209191742413017-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-10785/illusion-raspberry", + "scraped_at": "2026-04-30T23:44:52.487Z" + }, + { + "sku": "PMS-10786", + "color_name": "ILLUSION ICE", + "description": "Illusion Ice is a shiny turquoise blue. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS CREATIONS MADE WITH ILLUSION ICE View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 31.93 + }, + { + "min": 50, + "max": 199, + "price": 30.33 + }, + { + "min": 200, + "max": null, + "price": 28.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2637/pms-10786-illusion-ice-tds-dt20230814213645007303.pdf?1692049006", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13440/illusion-ice-pms-10786-dt20250915214612944665-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-10786/illusion-ice", + "scraped_at": "2026-04-30T23:45:02.714Z" + }, + { + "sku": "PMS-11273", + "color_name": "Illusion Sweet Berry Wine", + "description": "Illusion Sweet Berry Wine is a deep crimson metallic polyester and has a gloss finish and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): IllusionIllusion (Dormant) Collection RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ILLUSION SWEET BERRY WINE View Details View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.13 + }, + { + "min": 50, + "max": 199, + "price": 24.82 + }, + { + "min": 200, + "max": null, + "price": 23.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5610/pms-11273-illusion-sweet-berry-wine-tds-dt20240129193022739322.pdf?1706556625", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16328/illusion-sweet-berry-wine-pms-11273-dt20240202193112936341-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11273/illusion-sweet-berry-wine", + "scraped_at": "2026-04-30T23:45:19.925Z" + }, + { + "sku": "PMS-11376", + "color_name": "Jeep Hydro Blue Pearl", + "description": "Jeep Hydro Blue Pearl is an OEM matched blue polyester metallic with a high gloss finish. Color Match: Jeep Hydro Blue Pearl PBJ High Gloss: 85+ Gloss Units This color is a two-coat process requiring a clear topcoat such as Clear Vision (PPS-2974). The base coat should be applied at 2.0-3.0 mills thickness for optimal results. Ideal flash time is 2-minutes after the powder flows to a gloss state. An applicator will need to visually confirm this state has been reached, as times may vary. The topcoat should be applied after the part has thoroughly cooled; follow the topcoat cure schedule for the final cure. Please note: the color will look correct once the topcoat is applied and the instructions above are followed. The base coat must cure with the topcoat to achieve proper color. Less than 100% topcoat coverage will yield inconsistent results in color. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): JeepAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.13 + }, + { + "min": 50, + "max": 199, + "price": 26.72 + }, + { + "min": 200, + "max": null, + "price": 25.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5981/pms-11376-jeep-hydro-blue-pearl-tds-dt20240329153743567696.pdf?1711726665", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16627/jeep-hydro-blue-pearl-pms-11376-dt20240401204204216546-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11376/jeep-hydro-blue-pearl", + "scraped_at": "2026-04-30T23:45:35.007Z" + }, + { + "sku": "PMS-11377", + "color_name": "Dodge Hydro Blue Pearl", + "description": "Dodge Hydro Blue Pearl is an OEM matched blue polyester metallic with a high gloss finish. Color Match: Dodge Hydro Blue Pearl PBJ High Gloss: 85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DodgeAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.7 + }, + { + "min": 50, + "max": 199, + "price": 29.17 + }, + { + "min": 200, + "max": null, + "price": 27.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5986/pms-11377-dodge-hydro-blue-pearl-tds-dt20240329160605498711.pdf?1711728367", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16629/dodge-hydro-blue-pearl-pms-11377-dt20240401204015639726-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11377/dodge-hydro-blue-pearl", + "scraped_at": "2026-04-30T23:45:50.696Z" + }, + { + "sku": "PMS-11472", + "color_name": "Chevy Bright Blue", + "description": "Chevy Bright Blue is an OEM matched blue metallic polyester solid tone and has a high gloss finish. Color Match: Chevy Bright Blue WA327E GLT High Gloss: 85+ Gloss Units Note: To achieve the proper color, a clear topcoat must be applied. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ChevroletAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.15 + }, + { + "min": 50, + "max": 199, + "price": 28.64 + }, + { + "min": 200, + "max": null, + "price": 27.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6387/pms-11472-chevy-bright-blue-tds-dt2024042520323393353.pdf?1714077156", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16856/chevy-bright-blue-pms-11472-dt20240514200823421379-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11472/chevy-bright-blue", + "scraped_at": "2026-04-30T23:46:01.971Z" + }, + { + "sku": "PMS-11473", + "color_name": "Chevy Glacier Blue", + "description": "Chevy Glacier Blue is an OEM matched blue metallic polyester and has a high gloss finish. Color Match: Chevy Glacier Blue WA327E GLT High Gloss: 85+ Gloss Units Note: To achieve the proper color, a clear topcoat must be applied. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ChevroletAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.41 + }, + { + "min": 50, + "max": 199, + "price": 28.89 + }, + { + "min": 200, + "max": null, + "price": 27.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6386/pms-11473-chevy-glacier-blue-tds-dt20240425203021829221.pdf?1714077024", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16858/chevy-glacier-blue-pms-11473-dt20240514201018745572-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11473/chevy-glacier-blue", + "scraped_at": "2026-04-30T23:46:14.478Z" + }, + { + "sku": "PMS-11474", + "color_name": "GMC Dynamic Blue", + "description": "GMC Dynamic Blue is an OEM matched blue metallic polyester and has a high gloss finish. Color Match: GMC Dynamic Blue WA327E GLT High Gloss: 85+ Gloss Units Note: To achieve the proper color, a clear topcoat must be applied. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): GMCAutomotive-OEM PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.99 + }, + { + "min": 50, + "max": 199, + "price": 28.49 + }, + { + "min": 200, + "max": null, + "price": 26.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6385/pms-11474-gmc-dynamic-blue-tds-dt20240425202818244206.pdf?1714076900", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16860/gmc-dynamic-blue-pms-11474-dt20240514202819805727-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11474/gmc-dynamic-blue", + "scraped_at": "2026-04-30T23:46:29.013Z" + }, + { + "sku": "PMS-11514", + "color_name": "Illusion Gold Prize", + "description": "Illusion Gold Prize is a gold metallic polyester and has a gloss finish. To achieve the color, displayed, Clear Vision PPS-2974 top coat must be applied. The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.78 + }, + { + "min": 50, + "max": 199, + "price": 25.44 + }, + { + "min": 200, + "max": null, + "price": 24.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6718/pms-11514-illusion-gold-prize-tds-dt20240708215509060466.pdf?1720475711", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17470/illusion-gold-prize-pms-11514-dt20240703210629836243-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11514/illusion-gold-prize", + "scraped_at": "2026-04-30T23:46:46.273Z" + }, + { + "sku": "PMS-11661", + "color_name": "Illusion Copper Flame", + "description": "Illusion Copper Flame is a copper metallic polyester and has a gloss finish. To achieve the color, displayed, Clear Vision PPS-2974 top coat must be applied. The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here **This color has limited UV stability. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.67 + }, + { + "min": 50, + "max": 199, + "price": 28.19 + }, + { + "min": 200, + "max": null, + "price": 26.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7159/pms-11661-illusion-copper-flame-dt20250411173811125497.pdf?1744393094", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18393/illusion-copper-flame-pms-11661-dt20250421175051038969-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11661/illusion-copper-flame", + "scraped_at": "2026-04-30T23:47:00.105Z" + }, + { + "sku": "PMS-11665", + "color_name": "Illusion Brass", + "description": "Illusion Brass is a brass illusion metallic. This color is a polyester metallic powder coat with a high gloss finish. High Gloss: 85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. This color has limited UV and weather stability and should primarily be considered for novelty applications. Inconsistent mil thickness of the base coat or topcoat can lead to uneven color results. For optimal results, the base coat and topcoat should be applied at a mil thickness range of 2.5-3.5 each; flash the illusion basecoat for 5 minutes after the powder flows to a gloss state with oven temperature at 375 F. An applicator must visually confirm that this state has been reached, as times will vary. Wait until the part has thoroughly cooled before applying the topcoat. After the topcoat has been applied, fully cure according to the topcoat's recommended cure schedule. Proposition 65 Warning PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.67 + }, + { + "min": 50, + "max": 199, + "price": 28.19 + }, + { + "min": 200, + "max": null, + "price": 26.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18679/illusion-brass-pms-11665-dt20250801204912868181-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11665/illusion-brass", + "scraped_at": "2026-04-30T23:47:11.934Z" + }, + { + "sku": "PMS-11723", + "color_name": "Illusion Pink", + "description": "Illusion Pink is a bright pink with a lot of depth. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, a Clear Vision PPS-2974 top coat must be applied. **This color has excellent UV stability. High Gloss: 85+ Gloss Units To achieve the proper color, a clear topcoat must be applied. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. For optimal results, the base coat and topcoat should be applied at a mil thickness range of 2.5-3.5 each; flash the Illusion basecoat for 5 minutes after the powder flows to a gloss state with oven and part metal temperatures at 375°F (190°C). An applicator must visually confirm that this state has been reached, as times will vary. Wait until the part has thoroughly cooled before applying the topcoat. After the topcoat has been applied, fully cure according to the topcoat's recommended cure schedule. Proposition 65 Warning PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.97 + }, + { + "min": 50, + "max": 199, + "price": 28.47 + }, + { + "min": 200, + "max": null, + "price": 26.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7986/pms-11723-illusion-pink-dt20260109174013472174.pdf?1767980415", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18957/illusion-pink-pms-11723-dt20250926155955441611-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11723/illusion-pink", + "scraped_at": "2026-04-30T23:47:23.833Z" + }, + { + "sku": "PMS-11758", + "color_name": "Illusion Crush", + "description": "Illusion Crush is a rich fiery orange illusion metallic. This color is a polyester metallic powder coat and has a high gloss finish. To achieve the color, displayed, Clear Vision PPS-2974 top coat must be applied. To achieve the proper color, a clear topcoat must be applied. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. For optimal results, the base coat and topcoat should be applied at a mil thickness range of 2.5-3.5 each; flash the Illusion basecoat for 5 minutes after the powder flows to a gloss state with oven and part metal temperatures at 375°F (190°C). An applicator must visually confirm that this state has been reached, as times will vary. Wait until the part has thoroughly cooled before applying the topcoat. After the topcoat has been applied, fully cure according to the topcoat's recommended cure schedule. The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here **This color has limited UV stability. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 32.92 + }, + { + "min": 50, + "max": 199, + "price": 31.27 + }, + { + "min": 200, + "max": null, + "price": 29.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19169/illusion-crush-pms-11758-dt20260116213729568881-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11758/illusion-crush", + "scraped_at": "2026-04-30T23:47:36.582Z" + }, + { + "sku": "PMS-11759", + "color_name": "Illusion Shocker Yellow", + "description": "Illusion Shocker Yellow is a vivid day glow yellow green illusion metallic. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, a Clear Vision PPS-2974 top coat must be applied. **This color has excellent UV stability. High Gloss: 85+ Gloss Units To achieve the proper color, a clear topcoat must be applied. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. For optimal results, the base coat and topcoat should be applied at a mil thickness range of 2.5-3.5 each; flash the Illusion basecoat for 5 minutes after the powder flows to a gloss state with oven and part metal temperatures at 375°F (190°C). An applicator must visually confirm that this state has been reached, as times will vary. Wait until the part has thoroughly cooled before applying the topcoat. After the topcoat has been applied, fully cure according to the topcoat's recommended cure schedule. Proposition 65 Warning PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.02 + }, + { + "min": 50, + "max": 199, + "price": 28.52 + }, + { + "min": 200, + "max": null, + "price": 27.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19171/illusion-shocker-yellow-pms-11759-dt20260116214036485707-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11759/illusion-shocker-yellow", + "scraped_at": "2026-04-30T23:47:46.675Z" + }, + { + "sku": "PMS-1366", + "color_name": "HEAVY STEEL", + "description": "Heavy Steel is a dark charcoal grey with a soft silver metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.99 + }, + { + "min": 50, + "max": 199, + "price": 12.34 + }, + { + "min": 200, + "max": null, + "price": 11.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2698/pms-1366-heavy-steel-tds-dt20230815224950420423.pdf?1692139792", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2163/heavy-steel-pms-1366-dt20250627184133545076-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-1366/heavy-steel", + "scraped_at": "2026-04-30T23:48:00.249Z" + }, + { + "sku": "PMS-1438", + "color_name": "SATIN SILVER", + "description": "Satin Silver is a polished aluminum silver with a soft silver metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. Gloss: 71-85 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.99 + }, + { + "min": 50, + "max": 199, + "price": 19.94 + }, + { + "min": 200, + "max": null, + "price": 18.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2697/pms-1438-satin-silver-tds-dt20230815224744511657.pdf?1692139666", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2165/satin-silver-pms-1438-dt20250602220654893616-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-1438/satin-silver", + "scraped_at": "2026-04-30T23:48:13.362Z" + }, + { + "sku": "PMS-2555", + "color_name": "Cool Charcoal", + "description": "Cool Charcoal is a dark charcoal with a hint of grey and a fine metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.39 + }, + { + "min": 50, + "max": 199, + "price": 11.77 + }, + { + "min": 200, + "max": null, + "price": 11.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2696/pms-2555-cool-charcoal-tds-dt2023081522063578849.pdf?1692137197", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2167/cool-charcoal-pms-2555-dt20181003212855563-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-2555/cool-charcoal", + "scraped_at": "2026-04-30T23:48:29.913Z" + }, + { + "sku": "PMS-2569", + "color_name": "Alien Silver", + "description": "Alien Silver is a vibrant silver with a heavy bright silver metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units ***A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.17 + }, + { + "min": 50, + "max": 199, + "price": 19.16 + }, + { + "min": 200, + "max": null, + "price": 18.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7734/pms-2569-alien-silver-dt20251229200232332902.pdf?1767038554", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2169/alien-silver-pms-2569-dt20250520193623086564-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-2569/alien-silver", + "scraped_at": "2026-04-30T23:48:44.483Z" + }, + { + "sku": "PMS-2899", + "color_name": "SILVER OAR", + "description": "Silver Oar is an aluminum like base with a soft silver metallic appearance. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units ***A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.07 + }, + { + "min": 50, + "max": 199, + "price": 17.17 + }, + { + "min": 200, + "max": null, + "price": 16.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7735/pms-2899-silver-oar-dt20251229200802820586.pdf?1767038884", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2171/silver-oar-pms-2899-dt20250602215034140998-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-2899/silver-oar", + "scraped_at": "2026-04-30T23:49:01.565Z" + }, + { + "sku": "PMS-2912", + "color_name": "Armor Bronze", + "description": "Armor Bronze is a chocolate brown with a pearl-like metallic appearance. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.43 + }, + { + "min": 50, + "max": 199, + "price": 12.76 + }, + { + "min": 200, + "max": null, + "price": 12.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2546/pms-2912-armor-bronze-tds-dt20230810204133257043.pdf?1691700095", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2173/armor-bronze-pms-2912-dt20240906165335021085-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-2912/armor-bronze", + "scraped_at": "2026-04-30T23:49:16.070Z" + }, + { + "sku": "PMS-4025", + "color_name": "JOHNNY 5 SILVER", + "description": "Johnny 5 Silver is a slightly dull, heavy metallic silver. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.59 + }, + { + "min": 50, + "max": 199, + "price": 15.76 + }, + { + "min": 200, + "max": null, + "price": 14.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2694/pms-4025-johnny-5-silver-tds-dt20230815220103640618.pdf?1692136865", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2175/johnny-5-silver-pms-4025-dt20250623224444548319-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4025/johnny-5-silver", + "scraped_at": "2026-04-30T23:49:32.162Z" + }, + { + "sku": "PMS-4317", + "color_name": "Brown Finish", + "description": "Brown Finish is a dark brown with a metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.68 + }, + { + "min": 50, + "max": 199, + "price": 15.85 + }, + { + "min": 200, + "max": null, + "price": 15.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2959/pms-4317-brown-finish-tds-dt20230829155354223158.pdf?1693324435", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2177/brown-finish-pms-4317-dt20210210162513531-thumbnail.jpg?1612974314&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4317/brown-finish", + "scraped_at": "2026-04-30T23:49:48.302Z" + }, + { + "sku": "PMS-4515", + "color_name": "Illusion Red", + "description": "Illusion Red is a bright red with an intense metallic flake. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.59 + }, + { + "min": 50, + "max": 199, + "price": 23.36 + }, + { + "min": 200, + "max": null, + "price": 22.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2767/pms-4515-illusion-red-tds-dt20230817153138602744.pdf?1692286300", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2181/illusion-red-pms-4515-dt20250915222935210129-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4515/illusion-red", + "scraped_at": "2026-04-30T23:50:07.691Z" + }, + { + "sku": "PMS-4516", + "color_name": "ILLUSION GREEN", + "description": "Illusion Green is a dark green with an intense metallic flake. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 5 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: Can an Illusion powder be applied over another illusion powder that has been clear coated and get the expected results? - Lanier Powder Coating 08/06/20 01:47 pm Answer: Illusion series powders are designed to be applied directly over a metal substrate and then clear coated in order to achieve results shown on our website or swatch sample. Illusion series powders applied over a primer base or another color including an illusion coating with a clear coat can have have abnormal or unexpected results. - Prismatic Support Question: When applying an Illusion Series Powder, which of your clear coats can be applied to an Illusion Base? - Rocko's Automotive 07/07/20 08:44 pm Answer: The beauty of our Illusion series powder line-up is that you can be extra creative with any of our clear-coat finishes including Clear Vision PPS-2974 and Casper Clear PPS-4005, transparent top-coat finishes including Transparent Copper PPS-5162, Lollypop Red UPS-1506, Metallic Transparent top-coats like Metallic Clear PPB-6325 and even our clear coat metallics including the Frosted series, Rockstar series and ...Lights series including City Lights PMB-2689. It is very important that whichever top-coat you choose from our long list of available top-coats that you also download and follow the application guide that goes along with that coating. REMEMBER, cure timer should not start until the part metal reaches cure temperature. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support Question: You have a great selection of colors, but I can't seem to find the color that I am looking for. I am looking for Buick engine green. - Joe Alvarado 11/29/18 03:14 pm Answer: We probably do have something that is at least close to what you're looking for, but first can you tell me what era or year of Buick? - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.76 + }, + { + "min": 50, + "max": 199, + "price": 23.52 + }, + { + "min": 200, + "max": null, + "price": 22.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2766/pms-4516-illusion-green-tds-dt2023081715293955533.pdf?1692286181", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2183/illusion-green-pms-4516-dt20210430175627212-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4516/illusion-green", + "scraped_at": "2026-04-30T23:50:25.333Z" + }, + { + "sku": "PMS-4620", + "color_name": "Illusion Orange", + "description": "Illusion Orange is a bright orange with an intense metallic flake. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ILLUSION ORANGE View Details View Details View Details View Details PRODUCT SUPPORT Q&As 7 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Yes, you can! The Glowbee Clear (PPB-4617) will still activate the Illusion Orange dormant pigments and give you the same look as our Clear Vision would but with the added glowing effect. However, keep in mind that the glow effect varies depending on how thick it’s applied as well as the base color beneath it. Darker colors like black tend to not show the glowing effect as well. - Nic Industries Inc. 03/14/22 02:58 pm Question: Can PMS-4620 be used with GLOWBEE CLEAR and still have the glow effect? - Nathon Smith 03/08/22 08:32 pm Answer: Yes, you can! The Glowbee Clear (PPB-4617) will still activate the Illusion Orange dormant pigments and give you the same look as our Clear Vision would but with the added glowing effect. However, keep in mind that the glow effect varies depending on how thick it’s applied as well as the base color beneath it. Darker colors like black tend to not show the glowing effect as well. - Nic Industries Inc. Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: Can an Illusion powder be applied over another illusion powder that has been clear coated and get the expected results? - Lanier Powder Coating 08/06/20 01:47 pm Answer: Illusion series powders are designed to be applied directly over a metal substrate and then clear coated in order to achieve results shown on our website or swatch sample. Illusion series powders applied over a primer base or another color including an illusion coating with a clear coat can have have abnormal or unexpected results. - Prismatic Support Question: When applying an Illusion Series Powder, which of your clear coats can be applied to an Illusion Base? - Rocko's Automotive 07/07/20 08:44 pm Answer: The beauty of our Illusion series powder line-up is that you can be extra creative with any of our clear-coat finishes including Clear Vision PPS-2974 and Casper Clear PPS-4005, transparent top-coat finishes including Transparent Copper PPS-5162, Lollypop Red UPS-1506, Metallic Transparent top-coats like Metallic Clear PPB-6325 and even our clear coat metallics including the Frosted series, Rockstar series and ...Lights series including City Lights PMB-2689. It is very important that whichever top-coat you choose from our long list of available top-coats that you also download and follow the application guide that goes along with that coating. REMEMBER, cure timer should not start until the part metal reaches cure temperature. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support Question: I am wanting to order an Illusion series powder coat. Do I need a base coat or a clear coat for this? - James 08/20/19 12:59 pm Answer: Thank you for your inquiry. When ordering an Illusion series powder you will receive a base coat (in your case PMS-4620) and will need to also order the equivalent amount of Clear Vision Top Coat (PPS-2974) or similar. The combination of these two powders applied with specific cure instructions will yield the color you see represented on our website or color swatch. I do not recommend a base coat underneath Illusion series powders. Apply directly over the substrate making sure your substrate is thoroughly cleaned. There are application guides for critical curing procedures on our website for the above mentioned color codes as well as all other powder coat color codes. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.59 + }, + { + "min": 50, + "max": 199, + "price": 23.36 + }, + { + "min": 200, + "max": null, + "price": 22.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2765/pms-4620-illusion-orange-tds-dt20230817152640286822.pdf?1692286002", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2185/illusion-orange-pms-4620-dt20250915214038533459-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4620/illusion-orange", + "scraped_at": "2026-04-30T23:50:37.507Z" + }, + { + "sku": "PMS-4621", + "color_name": "Illusion Lite Blue", + "description": "Illusion Lite Blue is a bright sea blue with a metallic flake. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): WheelsAutomotive-OEMMetal FX Offroad RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.64 + }, + { + "min": 50, + "max": 199, + "price": 23.41 + }, + { + "min": 200, + "max": null, + "price": 22.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2764/pms-4621-illusion-lite-blue-tds-dt20230817152433435509.pdf?1692285875", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2187/illusion-lite-blue-pms-4621-dt20250519220912691429-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4621/illusion-lite-blue", + "scraped_at": "2026-04-30T23:50:50.320Z" + }, + { + "sku": "PMS-4622", + "color_name": "ILLUSION COPPER", + "description": "Illusion Copper is a dark orange/copper with an intense metallic flake. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 5 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: Can an Illusion powder be applied over another illusion powder that has been clear coated and get the expected results? - Lanier Powder Coating 08/06/20 01:47 pm Answer: Illusion series powders are designed to be applied directly over a metal substrate and then clear coated in order to achieve results shown on our website or swatch sample. Illusion series powders applied over a primer base or another color including an illusion coating with a clear coat can have have abnormal or unexpected results. - Prismatic Support Question: When applying an Illusion Series Powder, which of your clear coats can be applied to an Illusion Base? - Rocko's Automotive 07/07/20 08:44 pm Answer: The beauty of our Illusion series powder line-up is that you can be extra creative with any of our clear-coat finishes including Clear Vision PPS-2974 and Casper Clear PPS-4005, transparent top-coat finishes including Transparent Copper PPS-5162, Lollypop Red UPS-1506, Metallic Transparent top-coats like Metallic Clear PPB-6325 and even our clear coat metallics including the Frosted series, Rockstar series and ...Lights series including City Lights PMB-2689. It is very important that whichever top-coat you choose from our long list of available top-coats that you also download and follow the application guide that goes along with that coating. REMEMBER, cure timer should not start until the part metal reaches cure temperature. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support Question: Illusion Copper PMS-4622 looks very red to me. Why is this? - Trg Enterprises 04/22/20 06:54 pm Answer: Illusion Copper PMS-4622 does have a slight red hue to it, however compared side by side with Illusion Red PMS-4515 that this is not the case. If you are experiencing a red finish after cure then there could be an issue with the powder or your application procedure. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.59 + }, + { + "min": 50, + "max": 199, + "price": 23.36 + }, + { + "min": 200, + "max": null, + "price": 22.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2758/pms-4622-illusion-copper-tds-dt20230817151040134601.pdf?1692285042", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2189/illusion-copper-pms-4622-dt20200409185008791-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4622/illusion-copper", + "scraped_at": "2026-04-30T23:51:03.458Z" + }, + { + "sku": "PMS-4645", + "color_name": "Alpine Bronze", + "description": "Alpine Bronze is a brown bronze with a soft gold metallic flake. This color is a polyester metallic powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.06 + }, + { + "min": 50, + "max": 199, + "price": 15.26 + }, + { + "min": 200, + "max": null, + "price": 14.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2718/pms-4645-alpine-bronze-tds-dt20230816152531178432.pdf?1692199532", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2191/alpine-bronze-pms-4645-dt20200518164036452-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4645/alpine-bronze", + "scraped_at": "2026-04-30T23:51:19.799Z" + }, + { + "sku": "PMS-4780", + "color_name": "TROJAN BRONZE", + "description": "Trojan Bronze is a brown-grey with a soft silver metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.81 + }, + { + "min": 50, + "max": 199, + "price": 13.12 + }, + { + "min": 200, + "max": null, + "price": 12.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2693/pms-4780-trojan-bronze-tds-dt20230815215904354392.pdf?1692136746", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2193/trojan-bronze-pms-4780-dt20180719210546679-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4780/trojan-bronze", + "scraped_at": "2026-04-30T23:51:31.789Z" + }, + { + "sku": "PMS-4983", + "color_name": "Alloy Silver", + "description": "Alloy Silver is a bright silver with a heavy metallic flake. This color is a polyester metallic powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.51 + }, + { + "min": 50, + "max": 199, + "price": 13.78 + }, + { + "min": 200, + "max": null, + "price": 13.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2710/pms-4983-alloy-silver-tds-dt20230815231405409455.pdf?1692141247", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2195/alloy-silver-pms-4983-dt20251210232714621441-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4983/alloy-silver", + "scraped_at": "2026-04-30T23:51:51.125Z" + }, + { + "sku": "PMS-5453", + "color_name": "RH BRONZE", + "description": "RH Bronze is a brown grey polyurethane solid tone and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.39 + }, + { + "min": 50, + "max": 199, + "price": 14.62 + }, + { + "min": 200, + "max": null, + "price": 13.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7867/pms-5453-rh-bronze-dt20260102202032778496.pdf?1767385234", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9191/rh-bronze-pms-5453-dt20260227215616654357-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-5453/rh-bronze", + "scraped_at": "2026-04-30T23:52:07.476Z" + }, + { + "sku": "PMS-5481", + "color_name": "CAPITOL BRONZE", + "description": "Capitol Bronze is an espresso brown with a fine silver metallic flake. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units This product was developed to meet or exceed the 2603 AAMA rating. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance Coatings RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.94 + }, + { + "min": 50, + "max": 199, + "price": 13.24 + }, + { + "min": 200, + "max": null, + "price": 12.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7396/pms-5481-capitol-bronze-dt20250630192358278606.pdf?1751311440", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2199/capitol-bronze-pms-5481-dt20210408211302196-thumbnail.jpg?1617916383&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-5481/capitol-bronze", + "scraped_at": "2026-04-30T23:52:23.530Z" + }, + { + "sku": "PMS-5563", + "color_name": "PEARL BRONZE", + "description": "Pearl Bronze is a dark slate, bronze metallic. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.16 + }, + { + "min": 50, + "max": 199, + "price": 11.55 + }, + { + "min": 200, + "max": null, + "price": 10.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2711/pms-5563-pearl-bronze-tds-dt20230815231643056001.pdf?1692141404", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2201/pearl-bronze-pms-5563-dt20181018223354336-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-5563/pearl-bronze", + "scraped_at": "2026-04-30T23:52:37.478Z" + }, + { + "sku": "PMS-5677", + "color_name": "SHIMMER COPPER", + "description": "Shimmer Copper is a medium coppery metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.19 + }, + { + "min": 50, + "max": 199, + "price": 18.23 + }, + { + "min": 200, + "max": null, + "price": 17.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2716/pms-5677-shimmer-copper-tds-dt20230816151913374483.pdf?1692199156", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2203/shimmer-copper-pms-5677-dt20181025142010314-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-5677/shimmer-copper", + "scraped_at": "2026-04-30T23:52:50.999Z" + }, + { + "sku": "PMS-6374", + "color_name": "GOLD METALLIC", + "description": "Gold Metallic is a medium gold metallic. This color is a polyester metallic powder coat and has a satin finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.59 + }, + { + "min": 50, + "max": 199, + "price": 16.71 + }, + { + "min": 200, + "max": null, + "price": 15.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5544/pms-6374-gold-metallic-tds-dt20240115203432382884.pdf?1705350874", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2205/gold-metallic-pms-6374-dt2025052718541720015-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-6374/gold-metallic", + "scraped_at": "2026-04-30T23:53:04.512Z" + }, + { + "sku": "PMS-6576", + "color_name": "Super Durable Golden Orange", + "description": "Super Durable Golden Orange is a light gold metallic super durable polyester and has a gloss finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Durables", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 44.64 + }, + { + "min": 50, + "max": 199, + "price": 42.59 + }, + { + "min": 200, + "max": null, + "price": 41.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6820/pms-6576-super-durable-golden-orange-dt20240819164452747764.pdf?1724085896", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17578/super-durable-golden-orange-pms-6576-dt20240905151724984653-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-6576/super-durable-golden-orange", + "scraped_at": "2026-04-30T23:53:16.476Z" + }, + { + "sku": "PMS-6925", + "color_name": "ILLUSION ROYAL", + "description": "Illusion Royal is a rich royal blue/violet illusion metallic. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.59 + }, + { + "min": 50, + "max": 199, + "price": 23.36 + }, + { + "min": 200, + "max": null, + "price": 22.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2763/pms-6925-illusion-royal-tds-dt20230817152236191591.pdf?1692285758", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2207/illusion-royal-pms-6925-dt20250915223139948676-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-6925/illusion-royal", + "scraped_at": "2026-04-30T23:53:27.814Z" + }, + { + "sku": "PMS-6964", + "color_name": "ILLUSION TANGERINE TWIST", + "description": "Illusion Tangerine Twist is a rich orange/red metallic. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.12 + }, + { + "min": 50, + "max": 199, + "price": 19.11 + }, + { + "min": 200, + "max": null, + "price": 18.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2278/pms-6964-illusion-tangerine-twist-tds-dt20230509202223254099.pdf?1683663745", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2209/illusion-tangerine-twist-pms-6964-dt20251205230924477825-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-6964/illusion-tangerine-twist", + "scraped_at": "2026-04-30T23:53:37.267Z" + }, + { + "sku": "PN006QF", + "color_name": "20-7137HY-25 HYSQ MIRROR BLK", + "description": "PN006QF 20-7137HY BLK U1579-1/7402/25KG Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 17.02 + }, + { + "min": 1, + "max": 99999999, + "price": 17.02 + }, + { + "min": 100000000, + "max": null, + "price": 17.02 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11987/20-7137hy-25-hysq-mirror-blk-pn006qf-dt20201028224708405-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PN006QF/20-7137hy-25-hysq-mirror-blk", + "scraped_at": "2026-04-30T23:53:48.559Z" + }, + { + "sku": "PN100QF", + "color_name": "20-7014HY-25 HYSQ SABLE BLK", + "description": "PN100QF 20-7014HY SABLE U1579-1/7402/25K Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.04 + }, + { + "min": 1, + "max": 99999999, + "price": 9.04 + }, + { + "min": 100000000, + "max": null, + "price": 9.04 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11988/20-7014hy-25-hysq-sable-blk-pn100qf-dt2020102822475126-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PN100QF/20-7014hy-25-hysq-sable-blk", + "scraped_at": "2026-04-30T23:54:02.543Z" + }, + { + "sku": "PN103QF", + "color_name": "20-7028HY-25 HYSQ JET BLACK", + "description": "PN103QF 20-7028HY JETBLKU1579-1/7402/25K Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 14.66 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11989/20-7028hy-25-hysq-jet-black-pn103qf-dt20201028224835417-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PN103QF/20-7028hy-25-hysq-jet-black", + "scraped_at": "2026-04-30T23:54:15.547Z" + }, + { + "sku": "PN111QF", + "color_name": "20-7450 CORVEL TRUCK BLACK", + "description": "PN111QF 20-7450 TRUCK BLACK/7402/25KG Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.39 + }, + { + "min": 1, + "max": 99999999, + "price": 11.39 + }, + { + "min": 100000000, + "max": null, + "price": 11.39 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11990/20-7450-corvel-truck-black-pn111qf-dt20201028224914755-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PN111QF/20-7450-corvel-truck-black", + "scraped_at": "2026-04-30T23:54:26.292Z" + }, + { + "sku": "PN119QF", + "color_name": "23-9435 BRITEBOND BLACK CHROME", + "description": "PN119QF 23-9435 BB BLK CHROME/7402/20KG Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. Clear Coat may be required depending on performance requirements. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 10.81 + }, + { + "min": 1, + "max": 99999999, + "price": 10.81 + }, + { + "min": 100000000, + "max": null, + "price": 10.81 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11991/23-9435-britebond-black-chrome-pn119qf-dt20201028224951604-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PN119QF/23-9435-britebond-black-chrome", + "scraped_at": "2026-04-30T23:54:38.727Z" + }, + { + "sku": "PN207QF", + "color_name": "20-7015 COR RAVEN BLK U1575", + "description": "PN207QF 20-7015 U1575-1 U1579-1/7402/25K Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.4 + }, + { + "min": 1, + "max": 99999999, + "price": 9.4 + }, + { + "min": 100000000, + "max": null, + "price": 9.4 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11992/20-7015-cor-raven-blk-u1575-pn207qf-dt20201028225053614-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PN207QF/20-7015-cor-raven-blk-u1575", + "scraped_at": "2026-04-30T23:54:51.167Z" + }, + { + "sku": "PN211QF", + "color_name": "20-7037HY-25 HYSQ EBONY BLACK", + "description": "PN211QF 20-7037HY EBONY U1579-1/7402/25K Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 9.31 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11993/20-7037hy-25-hysq-ebony-black-pn211qf-dt20201028225127702-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PN211QF/20-7037hy-25-hysq-ebony-black", + "scraped_at": "2026-04-30T23:55:03.479Z" + }, + { + "sku": "PN214QF", + "color_name": "20-7042HY-25 HYSQ LAVA BLACK", + "description": "PN214QF 20-7042HY LAVA U1579-1/7402/25KG Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.36 + }, + { + "min": 1, + "max": 99999999, + "price": 9.36 + }, + { + "min": 100000000, + "max": null, + "price": 9.36 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11994/20-7042hy-25-hysq-lava-black-pn214qf-dt20210805152416485-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PN214QF/20-7042hy-25-hysq-lava-black", + "scraped_at": "2026-04-30T23:55:18.413Z" + }, + { + "sku": "PN230QF", + "color_name": "20-7399 CORVEL HD FLAT BLACK", + "description": "PN230QF 20-7399 HD FLAT BLACK/7402/25KG Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.64 + }, + { + "min": 1, + "max": 99999999, + "price": 11.64 + }, + { + "min": 100000000, + "max": null, + "price": 11.64 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11996/20-7399-corvel-hd-flat-black-pn230qf-dt20201028225442389-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PN230QF/20-7399-corvel-hd-flat-black", + "scraped_at": "2026-04-30T23:55:33.231Z" + }, + { + "sku": "PN233QF", + "color_name": "20-7513 CORVEL TUSCAN BLACK", + "description": "PN233QF 20-7513 TUSCAN U1579-1/7402/25KG Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 10.58 + }, + { + "min": 1, + "max": 99999999, + "price": 10.58 + }, + { + "min": 100000000, + "max": null, + "price": 10.58 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11998/20-7513-corvel-tuscan-black-pn233qf-dt20201029152447248-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PN233QF/20-7513-corvel-tuscan-black", + "scraped_at": "2026-04-30T23:55:43.673Z" + }, + { + "sku": "PN236Q", + "color_name": "PN236Q INTERPON BLACK", + "description": "PN236Q INTERPON A2000 BLACK/7402/25KG Interpon A2000 - Performance engineered powder coating designed for the highest automotive OEM standards for exterior coatings. Ideal for applications where a high level of aesthetic finish is required and designed to meet the performance requirements for automotive applications. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 10.9 + }, + { + "min": 1, + "max": 99999999, + "price": 10.9 + }, + { + "min": 100000000, + "max": null, + "price": 10.9 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11999/pn236q-interpon-black-pn236q-dt20201029160224337-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PN236Q/pn236q-interpon-black", + "scraped_at": "2026-04-30T23:55:57.029Z" + }, + { + "sku": "PPB-0639", + "color_name": "SUPER DUST COAL", + "description": "Super Dust Coal is a clear coat with a heavy fine charcoal/silver metallic. This color is a polyester transparent clear metallic top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.08 + }, + { + "min": 50, + "max": 199, + "price": 14.33 + }, + { + "min": 200, + "max": null, + "price": 13.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2488/ppb-0639-super-dust-2-tds-dt20230808173118312612.pdf?1691515880", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2211/super-dust-coal-ppb-0639-dt20260326162329683581-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-0639/super-dust-coal", + "scraped_at": "2026-04-30T23:56:08.616Z" + }, + { + "sku": "PPB-0761", + "color_name": "GOLDEN SANDS", + "description": "Golden Sands is a sandy gold top coat. This color is a polyester top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.13 + }, + { + "min": 50, + "max": 199, + "price": 15.32 + }, + { + "min": 200, + "max": null, + "price": 14.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2489/ppb-0761-golden-sands-tds-dt20230808175059224362.pdf?1691517061", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2212/golden-sands-ppb-0761-dt20180816161925218-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-0761/golden-sands", + "scraped_at": "2026-04-30T23:56:17.702Z" + }, + { + "sku": "PPB-0779", + "color_name": "Mirror Blue", + "description": "Mirror Blue is a vivid blue polyester transparent and has a gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.11 + }, + { + "min": 50, + "max": 199, + "price": 19.1 + }, + { + "min": 200, + "max": null, + "price": 18.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7997/ppb-0779-mirror-blue-dt2026011420421893306.pdf?1768423340", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9193/mirror-blue-ppb-0779-dt20260114194617538328-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-0779/mirror-blue", + "scraped_at": "2026-04-30T23:56:31.575Z" + }, + { + "sku": "PPB-0945", + "color_name": "Sapphire Blue", + "description": "Sapphire Blue is a silky sapphire blue color with faint metallics. This color is a polyester top coat powder coat with a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.2 + }, + { + "min": 50, + "max": 199, + "price": 16.34 + }, + { + "min": 200, + "max": null, + "price": 15.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5838/ppb-0945-sapphire-blue-tds-dt20240320163552714312.pdf?1710952555", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9195/sapphire-blue-ppb-0945-dt20260401181619955189-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-0945/sapphire-blue", + "scraped_at": "2026-04-30T23:56:48.918Z" + }, + { + "sku": "PPB-0949", + "color_name": "Apple Spice", + "description": "Apple Spice is a transparent red with a heavy gold metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.55 + }, + { + "min": 50, + "max": 199, + "price": 15.72 + }, + { + "min": 200, + "max": null, + "price": 14.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3467/ppb-0949-apple-spice-tds-dt20230915185643785699.pdf?1694804205", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2214/apple-spice-ppb-0949-dt20250310161740674919-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-0949/apple-spice", + "scraped_at": "2026-04-30T23:57:03.345Z" + }, + { + "sku": "PPB-0971", + "color_name": "Electric Red", + "description": "Electric Red is an electric red top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Miami PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.29 + }, + { + "min": 50, + "max": 199, + "price": 16.43 + }, + { + "min": 200, + "max": null, + "price": 15.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2215/electric-red-ppb-0971-dt20250306194145685981-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-0971/electric-red", + "scraped_at": "2026-04-30T23:57:17.984Z" + }, + { + "sku": "PPB-10006", + "color_name": "Barbies Dream", + "description": "Barbies Dream is a transparent raspberry color with a hint of blue metallic. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: It's hard to see this properly without gallery photos. Does it have blue glitter? - Karen Tibbitts-williams 04/14/19 07:27 pm Answer: It does have a hint of blue to it like a fine blue pearl, but it isn't a large flake size. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.43 + }, + { + "min": 50, + "max": 199, + "price": 20.36 + }, + { + "min": 200, + "max": null, + "price": 19.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5825/ppb-10006-barbies-dream-tds-dt2024031920245655864.pdf?1710879898", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2216/barbies-dream-ppb-10006-dt20180629210137693-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10006/barbies-dream", + "scraped_at": "2026-04-30T23:57:28.844Z" + }, + { + "sku": "PPB-10022", + "color_name": "Avery Metallic Blue Step 2", + "description": "Avery Metallic Blue Step 2 over Avery Metallic Blue Step 1 creates a soft, dark royal blue. This color is a polyester top coat powder coat with a matte finish. Two Coat Information: To achieve this color as shown, Avery Metallic Blue Step 1 PMB-10021 must be applied as a base coat. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.68 + }, + { + "min": 50, + "max": 199, + "price": 20.6 + }, + { + "min": 200, + "max": null, + "price": 19.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3877/ppb-10022-avery-met-dt2023092616345235596.pdf?1695746095", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7872/avery-metallic-blue-step-2-ppb-10022-dt20220520172451817633-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10022/avery-metallic-blue-step-2", + "scraped_at": "2026-04-30T23:57:42.173Z" + }, + { + "sku": "PPB-10033", + "color_name": "Blue Crystals", + "description": "Blue Crystals is a medium transparent blue that has a silver metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH BLUE CRYSTALS View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.54 + }, + { + "min": 50, + "max": 199, + "price": 18.56 + }, + { + "min": 200, + "max": null, + "price": 17.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5945/ppb-10033-blue-crystals-tds-dt20240328153817992978.pdf?1711640300", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2219/blue-crystals-ppb-10035-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10033/blue-crystals", + "scraped_at": "2026-04-30T23:57:57.592Z" + }, + { + "sku": "PPB-1004", + "color_name": "Performance Blue", + "description": "Performance Blue is a rich blue top coat. This color is a polyester top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.68 + }, + { + "min": 50, + "max": 199, + "price": 16.8 + }, + { + "min": 200, + "max": null, + "price": 15.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7988/ppb-1004-performance-blue-dt20260109174655602505.pdf?1767980817", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2220/performance-blue-ppb-1004-dt20181221170243792-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1004/performance-blue", + "scraped_at": "2026-04-30T23:58:14.116Z" + }, + { + "sku": "PPB-10042", + "color_name": "Stingray Blue Step 2", + "description": "Stringray Blue Step 2 over Stingray Blue Step 1 creates a sparkling cobalt blue with silver metallic. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Stingray Blue Step 1 PMB-10041 must be applied as a base coat. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.69 + }, + { + "min": 50, + "max": 199, + "price": 20.61 + }, + { + "min": 200, + "max": null, + "price": 19.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5833/ppb-10042-stingray-blue-step-2-tds-dt20240320162444228465.pdf?1710951886", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7874/stingray-blue-step-2-ppb-10042-dt20220418212859759108-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10042/stingray-blue-step-2", + "scraped_at": "2026-04-30T23:58:26.714Z" + }, + { + "sku": "PPB-10063", + "color_name": "Blue Yota", + "description": "Blue Yota is a transparent blue with a silver pearl. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning CREATIONS MADE WITH BLUE YOTA View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.48 + }, + { + "min": 50, + "max": 199, + "price": 20.41 + }, + { + "min": 200, + "max": null, + "price": 19.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6033/ppb-10063-blue-yota-tds-dt20240403153746143206.pdf?1712158669", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7876/blue-yota-ppb-10063-dt2019031515242838-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10063/blue-yota", + "scraped_at": "2026-04-30T23:58:37.831Z" + }, + { + "sku": "PPB-10064", + "color_name": "GLITTER BOMB", + "description": "Glitter Bomb is a clear coat with heavy gold and silver sparkling metallics. This color is a polyester top coat powder coat and has a glossy finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH GLITTER BOMB View Details View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20 + }, + { + "min": 50, + "max": 199, + "price": 19 + }, + { + "min": 200, + "max": null, + "price": 18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4740/ppb-10064-glitter-bomb-tds-dt20231120210310425669.pdf?1700514192", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7878/glitter-bomb-ppb-10064-dt20200305230239916-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10064/glitter-bomb", + "scraped_at": "2026-04-30T23:58:54.700Z" + }, + { + "sku": "PPB-10069", + "color_name": "KEEN SPARKLE", + "description": "Keen Sparkle is a sparkling gold clear metallic with a hint of maroon metallic throughout. This color is a polyester two coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH KEEN SPARKLE View Details View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.38 + }, + { + "min": 50, + "max": 199, + "price": 20.31 + }, + { + "min": 200, + "max": null, + "price": 19.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4741/ppb-10069-keen-sparkle-tds-dt20231120210503478832.pdf?1700514306", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7880/keen-sparkle-ppb-10069-dt20200604173851855-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10069/keen-sparkle", + "scraped_at": "2026-04-30T23:59:12.423Z" + }, + { + "sku": "PPB-10114", + "color_name": "Matte Penny Dust", + "description": "Matte Penny Dust is a deep copper polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.82 + }, + { + "min": 50, + "max": 199, + "price": 25.48 + }, + { + "min": 200, + "max": null, + "price": 24.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8093/ppb-10114-matte-penny-dust-dt20260123164639539367.pdf?1769186801", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9203/matte-penny-dust-ppb-10114-dt20260420151107554874-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10114/matte-penny-dust", + "scraped_at": "2026-04-30T23:59:23.689Z" + }, + { + "sku": "PPB-10115", + "color_name": "Blackened Copper", + "description": "Blackened Copper is a silvery gingerbread brown. This color is a polyester top coat powder coat with a satin finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Matte: 7-20 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.68 + }, + { + "min": 50, + "max": 199, + "price": 20.6 + }, + { + "min": 200, + "max": null, + "price": 19.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8958/blackened-copper-ppb-10115-dt20250708194952702609-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10115/blackened-copper", + "scraped_at": "2026-04-30T23:59:36.955Z" + }, + { + "sku": "PPB-10122", + "color_name": "Dragonfly Blue Step 2", + "description": "Dragon Fly Blue Step 2 over Dragon Fly Blue Step 1 creates a rich metallic aqua blue. This color is a polyester two coat powder coat with a gloss finish. Two Coat Information: To achieve this color as shown, Dragon Fly Blue Step 2 PPB-10122 must be applied as a top coat overDragon Fly Blue Step 1 PMB-10121. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.26 + }, + { + "min": 50, + "max": 199, + "price": 12.6 + }, + { + "min": 200, + "max": null, + "price": 11.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4046/ppb-10122-dragonfly-blue-step-2-tds-dt20230929155001237126.pdf?1696002603", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9204/dragonfly-blue-step-2-ppb-10122-dt20250714150923549214-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10122/dragonfly-blue-step-2", + "scraped_at": "2026-04-30T23:59:51.685Z" + }, + { + "sku": "PPB-10139", + "color_name": "Crimson Fire Step 2", + "description": "Crimson Fire Step 2 over Step 1 creates a deep, burnt red-orange with red and silver metallics. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Crimson Fire Step 1 PMB-10138 must be applied as a base coat. Gloss: 71-85 Gloss Units Proposition 65 Warning CREATIONS MADE WITH CRIMSON FIRE STEP 2 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.81 + }, + { + "min": 50, + "max": 199, + "price": 19.77 + }, + { + "min": 200, + "max": null, + "price": 18.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8903/crimson-fire-step-2-ppb-10139-dt20190621183811835-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10139/crimson-fire-step-2", + "scraped_at": "2026-05-01T00:00:06.802Z" + }, + { + "sku": "PPB-10141", + "color_name": "Flat Corkey Red", + "description": "Flat Corkey Red is a transparent, fluorescent pinkish red. This color is a polyester top coat powder coat with a satin finish. It is also available in a glossy finish as Corkey Red PPS-3095. This product has limited flexibility and impact resistance. This color may have limited UV stability. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): AnodizedMiami CREATIONS MADE WITH FLAT CORKEY RED View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.68 + }, + { + "min": 50, + "max": 199, + "price": 20.6 + }, + { + "min": 200, + "max": null, + "price": 19.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8912/flat-corkey-red-ppb-10141-dt20190321211845576-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10141/flat-corkey-red", + "scraped_at": "2026-05-01T00:00:18.155Z" + }, + { + "sku": "PPB-10167", + "color_name": "Extreme Adams Gold", + "description": "Extreme Adams Gold is a clear coat with heavy gold metallic flakes. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH EXTREME ADAMS GOLD View Details View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.45 + }, + { + "min": 50, + "max": 199, + "price": 14.68 + }, + { + "min": 200, + "max": null, + "price": 13.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4974/ppb-10167-extreme-adams-gold-tds-dt20231127203154687122.pdf?1701117116", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9959/extreme-adams-gold-ppb-10167-dt20200729152606771-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10167/extreme-adams-gold", + "scraped_at": "2026-05-01T00:00:26.966Z" + }, + { + "sku": "PPB-10192", + "color_name": "Leveled Gold", + "description": "Leveled Gold is a rich bronze gold polyester transparent clear metallic and has a flat finish. Flat: 0-6 Gloss Units Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.76 + }, + { + "min": 50, + "max": 199, + "price": 22.57 + }, + { + "min": 200, + "max": null, + "price": 21.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10585/leveled-gold-ppb-10192-dt20260128231033707894-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10192/leveled-gold", + "scraped_at": "2026-05-01T00:00:41.292Z" + }, + { + "sku": "PPB-1020", + "color_name": "O-ZONE DUST", + "description": "O-Zone Dust is a sparkling green and silver top coat. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.44 + }, + { + "min": 50, + "max": 199, + "price": 13.72 + }, + { + "min": 200, + "max": null, + "price": 13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4975/ppb-1020-o-zone-dust-tds-dt20231127203331865244.pdf?1701117214", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2222/o-zone-dust-ppb-1020-dt20211007204848552-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1020/o-zone-dust", + "scraped_at": "2026-05-01T00:00:53.756Z" + }, + { + "sku": "PPB-10242", + "color_name": "Tower Gold", + "description": "Tower Gold is a transparent buttery gold. This color is a polyester top coat powder coat with a satin finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.84 + }, + { + "min": 50, + "max": 199, + "price": 17.9 + }, + { + "min": 200, + "max": null, + "price": 16.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10837/tower-gold-ppb-10242-dt20250602220837339644-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10242/tower-gold", + "scraped_at": "2026-05-01T00:01:08.692Z" + }, + { + "sku": "PPB-10245", + "color_name": "DEVILS PUNCHBOWL", + "description": "Devils Punchbowl is a sparkling multi-colored metallic with prominent hues of aqua blue-green and gold. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH DEVILS PUNCHBOWL View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.22 + }, + { + "min": 50, + "max": 199, + "price": 18.26 + }, + { + "min": 200, + "max": null, + "price": 17.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4976/ppb-10245-devils-punchbowl-tds-dt20231127203612291207.pdf?1701117374", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10941/devils-punchbowl-ppb-10245-dt20210406165853319-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10245/devils-punchbowl", + "scraped_at": "2026-05-01T00:01:21.651Z" + }, + { + "sku": "PPB-10251", + "color_name": "MAYAN CLEAR", + "description": "Mayan Clear is a light silvery gold flaked with soft metallics. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH MAYAN CLEAR View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.13 + }, + { + "min": 50, + "max": 199, + "price": 13.42 + }, + { + "min": 200, + "max": null, + "price": 12.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4742/ppb-10251-mayan-clear-tds-dt20231120211009812189.pdf?1700514611", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11148/mayan-clear-ppb-10251-dt20201012211400056-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10251/mayan-clear", + "scraped_at": "2026-05-01T00:01:36.403Z" + }, + { + "sku": "PPB-10254", + "color_name": "Blue Candy Dust", + "description": "Blue Candy Dust is a transparent sapphire blue with a faint silver pearl. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning CREATIONS MADE WITH BLUE CANDY DUST View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.68 + }, + { + "min": 50, + "max": 199, + "price": 20.6 + }, + { + "min": 200, + "max": null, + "price": 19.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5847/ppb-10254-blue-candy-dust-tds-dt20240320165447832532.pdf?1710953690", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11184/blue-candy-dust-ppb-10254-dt20200731182016521-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10254/blue-candy-dust", + "scraped_at": "2026-05-01T00:01:51.562Z" + }, + { + "sku": "PPB-10255", + "color_name": "Transparent Brown II", + "description": "Transparent Brown II is a rich cocoa brown. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.02 + }, + { + "min": 50, + "max": 199, + "price": 18.07 + }, + { + "min": 200, + "max": null, + "price": 17.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11186/transparent-brown-ii-ppb-10255-dt2020110700002965-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10255/transparent-brown-ii", + "scraped_at": "2026-05-01T00:02:02.819Z" + }, + { + "sku": "PPB-10258", + "color_name": "PURPLE SPECTROLITE", + "description": "Purple Spectrolite is a rich sapphire blue to violet color shifting fine metallic. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH PURPLE SPECTROLITE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.4 + }, + { + "min": 50, + "max": 199, + "price": 18.43 + }, + { + "min": 200, + "max": null, + "price": 17.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2691/ppb-10258-purple-spectrolite-tds-dt20230815215442807182.pdf?1692136485", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11198/purple-spectrolite-ppb-10258-dt2021042915543971-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10258/purple-spectrolite", + "scraped_at": "2026-05-01T00:02:22.538Z" + }, + { + "sku": "PPB-10259", + "color_name": "HYDRA SPARKLE", + "description": "Hydra Sparkle is a fine aqua blue and green color shifting metallic. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.4 + }, + { + "min": 50, + "max": 199, + "price": 18.43 + }, + { + "min": 200, + "max": null, + "price": 17.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2690/ppb-10259-hydra-sparkle-tds-dt20230815215216418827.pdf?1692136338", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11200/hydra-sparkle-ppb-10259-dt20210826184831737-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10259/hydra-sparkle", + "scraped_at": "2026-05-01T00:02:37.010Z" + }, + { + "sku": "PPB-10260", + "color_name": "PROTON SPARKLE", + "description": "Proton Sparkle is a fine red to red/gold color shifting metallic. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH PROTON SPARKLE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.4 + }, + { + "min": 50, + "max": 199, + "price": 18.43 + }, + { + "min": 200, + "max": null, + "price": 17.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4311/ppb-10260-proton-sparkle-tds-dt20231011214052298101.pdf?1697060454", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11202/proton-sparkle-ppb-10260-dt20210325162557224-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10260/proton-sparkle", + "scraped_at": "2026-05-01T00:02:52.709Z" + }, + { + "sku": "PPB-10261", + "color_name": "Golden Scarab", + "description": "Golden Scarab is a fine green and gold color shifting metallic. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH GOLDEN SCARAB View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.4 + }, + { + "min": 50, + "max": 199, + "price": 18.43 + }, + { + "min": 200, + "max": null, + "price": 17.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2692/ppb-10261-golden-scarab-tds-dt20230815215703922324.pdf?1692136625", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11204/golden-scarab-ppb-10261-dt20210325161524716-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10261/golden-scarab", + "scraped_at": "2026-05-01T00:03:05.345Z" + }, + { + "sku": "PPB-10264", + "color_name": "Gojira", + "description": "Gojira is a powerful, sparkling green to gold color-shifting metallic. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.75 + }, + { + "min": 50, + "max": 199, + "price": 18.76 + }, + { + "min": 200, + "max": null, + "price": 17.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5233/ppb-10264-gojira-tds-dt2023113019582738355.pdf?1701374309", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11206/gojira-ppb-10264-dt20210413165935846-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10264/gojira", + "scraped_at": "2026-05-01T00:03:16.384Z" + }, + { + "sku": "PPB-10265", + "color_name": "PEACOCK SAPPHIRE", + "description": "Peacock Sapphire is a brilliant aqua green to blue to violet color-shifting sparkling metallic. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH PEACOCK SAPPHIRE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.83 + }, + { + "min": 50, + "max": 199, + "price": 18.84 + }, + { + "min": 200, + "max": null, + "price": 17.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5234/ppb-10265-peacock-sapphire-tds-dt20231130195947189138.pdf?1701374389", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11208/peacock-sapphire-ppb-10265-dt20210412171404219-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10265/peacock-sapphire", + "scraped_at": "2026-05-01T00:03:28.716Z" + }, + { + "sku": "PPB-10303", + "color_name": "MAX BRONZE", + "description": "Max Bronze is a light orange bronze. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.48 + }, + { + "min": 50, + "max": 199, + "price": 17.56 + }, + { + "min": 200, + "max": null, + "price": 16.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5235/ppb-10303-max-bronze-tds-dt2023113020012484642.pdf?1701374486", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11333/max-bronze-ppb-10303-dt20201110154030781-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10303/max-bronze", + "scraped_at": "2026-05-01T00:03:42.506Z" + }, + { + "sku": "PPB-10304", + "color_name": "SUPERNATURAL VIOLET", + "description": "Supernatural Violet is a rich violet pink that glows when exposed to black light. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve this color as shown, Cloud White PSS-0408 must be applied as a base coat. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units * This color has limited UV resistance. Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.36 + }, + { + "min": 50, + "max": 199, + "price": 17.44 + }, + { + "min": 200, + "max": null, + "price": 16.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6930/ppb-10304-supernatural-violet-dt20241023191414923532.pdf?1729710857", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11338/supernatural-violet-ppb-10304-dt20220209192638286742-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10304/supernatural-violet", + "scraped_at": "2026-05-01T00:03:54.406Z" + }, + { + "sku": "PPB-10305", + "color_name": "Supernatural Pink", + "description": "Supernatural Pink is a neon coral pink that glows when exposed to black light. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve this color as shown, Cloud White PSS-0408 must be applied as a base coat. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units * This color has limited UV resistance. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.36 + }, + { + "min": 50, + "max": 199, + "price": 17.44 + }, + { + "min": 200, + "max": null, + "price": 16.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6929/ppb-10305-supernatural-pink-dt20241023191317387658.pdf?1729710799", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11340/supernatural-pink-ppb-10305-dt20220209192617323978-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10305/supernatural-pink", + "scraped_at": "2026-05-01T00:04:11.761Z" + }, + { + "sku": "PPB-10306", + "color_name": "SUPERNATURAL YELLOW", + "description": "Supernatural Yellow is a bright neon yellow that glows when exposed to black light. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve this color as shown, Cloud White PSS-0408 must be applied as a base coat. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units * This color has limited UV resistance. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.36 + }, + { + "min": 50, + "max": 199, + "price": 17.44 + }, + { + "min": 200, + "max": null, + "price": 16.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6928/ppb-10306-supernatural-yellow-dt20241023191247770133.pdf?1729710770", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11342/supernatural-yellow-ppb-10306-dt2022022222245489491-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10306/supernatural-yellow", + "scraped_at": "2026-05-01T00:04:26.114Z" + }, + { + "sku": "PPB-10307", + "color_name": "Supernatural Green", + "description": "Supernatural Green is a rich electric green that glows when exposed to black light. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve this color as shown, Cloud White PSS-0408 must be applied as a base coat. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units * This color has limited UV resistance. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.36 + }, + { + "min": 50, + "max": 199, + "price": 17.44 + }, + { + "min": 200, + "max": null, + "price": 16.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6927/ppb-10307-supernatural-green-dt20241023191221755935.pdf?1729710744", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11344/supernatural-green-ppb-10307-dt20220209192536634381-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10307/supernatural-green", + "scraped_at": "2026-05-01T00:04:40.727Z" + }, + { + "sku": "PPB-10308", + "color_name": "Supernatural Blue", + "description": "Supernatural Blue is a rich sky blue that glows when exposed to black light. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve this color as shown, Cloud White PSS-0408 must be applied as a base coat. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units * This color has limited UV resistance. Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.36 + }, + { + "min": 50, + "max": 199, + "price": 17.44 + }, + { + "min": 200, + "max": null, + "price": 16.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6926/ppb-10308-supernatural-blue-dt20241023191153407544.pdf?1729710715", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11346/supernatural-blue-ppb-10308-dt20220209192511648586-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10308/supernatural-blue", + "scraped_at": "2026-05-01T00:04:54.187Z" + }, + { + "sku": "PPB-10323", + "color_name": "SUPER CRAZY SPARKLE", + "description": "Super Crazy Sparkle is a glittering silver-blue clear metallic. This color is a polyester top coat powder coat with a semi-gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH SUPER CRAZY SPARKLE View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 37.18 + }, + { + "min": 50, + "max": 199, + "price": 35.32 + }, + { + "min": 200, + "max": null, + "price": 33.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4995/ppb-10323-super-crazy-sparkle-tds-dt20231127224021635074.pdf?1701124823", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11379/super-crazy-sparkle-ppb-10323-dt20250819204631432161-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10323/super-crazy-sparkle", + "scraped_at": "2026-05-01T00:05:09.741Z" + }, + { + "sku": "PPB-10333", + "color_name": "Blue Quartz", + "description": "Blue Quartz is a fine sapphire blue metallic. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.43 + }, + { + "min": 50, + "max": 199, + "price": 15.61 + }, + { + "min": 200, + "max": null, + "price": 14.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3604/ppb-10333-blue-quartz-tds-dt20230919175227963035.pdf?1695145949", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11490/blue-quartz-ppb-10333-dt20210412170855322-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10333/blue-quartz", + "scraped_at": "2026-05-01T00:05:22.092Z" + }, + { + "sku": "PPB-10340", + "color_name": "FROSTED SHAMROCK", + "description": "Frosted Shamrock is a shimmering green to gold color shifting metallic. This color is a polyester clear metallic powder coat with a flat finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Flat: 0-7 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 35.11 + }, + { + "min": 50, + "max": 199, + "price": 33.35 + }, + { + "min": 200, + "max": null, + "price": 31.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11543/frosted-shamrock-ppb-10340-dt20210405151205781-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10340/frosted-shamrock", + "scraped_at": "2026-05-01T00:05:38.482Z" + }, + { + "sku": "PPB-10341", + "color_name": "FROSTED PHOENIX", + "description": "Frosted Phoenix is a shimmering, fine red metallic. This color is a polyester clear metallic powder coat with a flat finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Flat: 0-7 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 35.02 + }, + { + "min": 50, + "max": 199, + "price": 33.27 + }, + { + "min": 200, + "max": null, + "price": 31.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3420/ppb-10341-frosted-phoenix-tds-dt20230914161524425624.pdf?1694708126", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11545/frosted-phoenix-ppb-10341-dt20210405150627761-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10341/frosted-phoenix", + "scraped_at": "2026-05-01T00:05:53.613Z" + }, + { + "sku": "PPB-10342", + "color_name": "FROSTED TANZANITE", + "description": "Frosted Tanzanite is a fine, shimmering blue to violet color shifting metallic. This color is a polyester clear metallic powder coat with a flat finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Flat: 0-7 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 35.5 + }, + { + "min": 50, + "max": 199, + "price": 33.73 + }, + { + "min": 200, + "max": null, + "price": 31.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11547/frosted-tanzanite-ppb-10342-dt20210405151444144-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10342/frosted-tanzanite", + "scraped_at": "2026-05-01T00:06:09.815Z" + }, + { + "sku": "PPB-10343", + "color_name": "FROSTED CASPIAN", + "description": "Frosted Caspian is a fine, shimmering aqua blue and green metallic. This color is a polyester clear metallic powder coat with a flat finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Flat: 0-7 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 35.5 + }, + { + "min": 50, + "max": 199, + "price": 33.73 + }, + { + "min": 200, + "max": null, + "price": 31.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11549/frosted-caspian-ppb-10343-dt20210405145832878-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10343/frosted-caspian", + "scraped_at": "2026-05-01T00:06:22.252Z" + }, + { + "sku": "PPB-10357", + "color_name": "Shimmering Pyrite", + "description": "Shimmering Pyrite is a rich silver transparent clear metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.45 + }, + { + "min": 50, + "max": 199, + "price": 17.53 + }, + { + "min": 200, + "max": null, + "price": 16.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8032/ppb-10357-shimmering-pyrite-dt20260116190102729764.pdf?1768590064", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11559/shimmering-pyrite-ppb-10357-dt20260116214422231152-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10357/shimmering-pyrite", + "scraped_at": "2026-05-01T00:06:33.300Z" + }, + { + "sku": "PPB-10369", + "color_name": "SAND DOLLAR SPARKLE", + "description": "Sand Dollar Sparkle is an intense misty silver metallic. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH SAND DOLLAR SPARKLE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.99 + }, + { + "min": 50, + "max": 199, + "price": 12.34 + }, + { + "min": 200, + "max": null, + "price": 11.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5236/ppb-10369-sand-dollar-sparkle-tds-dt20231130200307814719.pdf?1701374590", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12168/sand-dollar-sparkle-ppb-10369-dt20210406173637433-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10369/sand-dollar-sparkle", + "scraped_at": "2026-05-01T00:06:43.831Z" + }, + { + "sku": "PPB-10370", + "color_name": "Lost Atlantis", + "description": "Lost Atlantis is a shimmering green-gold metallic with twinkling blue metallics. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH LOST ATLANTIS View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.17 + }, + { + "min": 50, + "max": 199, + "price": 14.41 + }, + { + "min": 200, + "max": null, + "price": 13.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5248/ppb-10370-lost-atlantis-tds-dt20231130203047178411.pdf?1701376248", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12207/lost-atlantis-ppb-10370-dt2021040617234542-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10370/lost-atlantis", + "scraped_at": "2026-05-01T00:06:59.817Z" + }, + { + "sku": "PPB-10371", + "color_name": "Martian Sunset", + "description": "Martian Sunset is a shimmering blue to violet color shifting metallic sprinkled with twinkling pink metallics. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.01 + }, + { + "min": 50, + "max": 199, + "price": 14.26 + }, + { + "min": 200, + "max": null, + "price": 13.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4999/ppb-10371-martian-sunset-tds-dt20231127224745978889.pdf?1701125268", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12209/martian-sunset-ppb-10371-dt20250611204649349505-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10371/martian-sunset", + "scraped_at": "2026-05-01T00:07:09.916Z" + }, + { + "sku": "PPB-10372", + "color_name": "GYPSY TEARS", + "description": "Gypsy Tears is a glittering indigo-pink color shifting metallic. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Is this a tinted top coat or a clear top coat? What would the outcome be of this color applied over a brushed shiny surface. Thanks so much! - Tyler Reiswig 07/06/21 01:45 am Answer: Our Gypsy Tears (PPB-10372) is considered to be a clear metallic top coat! However, it should give off a tinting affect of the pink-indigo like the description states…it would most likely not be very prominent though if sprayed over a raw brushed/shiny surface. As I’m sure you noticed we showcase pretty much all of our clear metallic over Ink Black usually as it tends to give the top coat its best representation! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.34 + }, + { + "min": 50, + "max": 199, + "price": 13.62 + }, + { + "min": 200, + "max": null, + "price": 12.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5238/ppb-10372-gypsy-tears-tds-dt20231130200628549214.pdf?1701374790", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12211/gypsy-tears-ppb-10372-dt20210406171817909-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10372/gypsy-tears", + "scraped_at": "2026-05-01T00:07:28.220Z" + }, + { + "sku": "PPB-10506", + "color_name": "Copper Russet Step 2", + "description": "Copper Russet Step 2 over Step 1 creates a shimmering orange copper. This color is a polyester top coat powder coat with a glossy finish. High Gloss: 85+ Gloss Units Two Coat Information: To achieve this color as shown, Copper Russet Step 1 PMB-10505 must be applied as a base coat. Proposition 65 Warning CREATIONS MADE WITH COPPER RUSSET STEP 2 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.43 + }, + { + "min": 50, + "max": 199, + "price": 13.71 + }, + { + "min": 200, + "max": null, + "price": 12.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4744/ppb-10506-copper-russet-step-2-tds-dt2023112021140661187.pdf?1700514848", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12452/copper-russet-step-2-ppb-10506-dt20211008201357431-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10506/copper-russet-step-2", + "scraped_at": "2026-05-01T00:07:42.386Z" + }, + { + "sku": "PPB-10531", + "color_name": "Golden Buddha", + "description": "Golden Buddha is a gold polyester transparent and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.35 + }, + { + "min": 50, + "max": 199, + "price": 15.53 + }, + { + "min": 200, + "max": null, + "price": 14.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12511/golden-buddha-ppb-10531-dt20240510202217924663-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10531/golden-buddha", + "scraped_at": "2026-05-01T00:07:54.453Z" + }, + { + "sku": "PPB-10532", + "color_name": "Satin Sable", + "description": "Satin Sable is a grey silver polyester transparent and has a matte finish. Matte: 7-20 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.18 + }, + { + "min": 50, + "max": 199, + "price": 17.27 + }, + { + "min": 200, + "max": null, + "price": 16.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13115/satin-sable-ppb-10532-dt20240510202635886772-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10532/satin-sable", + "scraped_at": "2026-05-01T00:08:09.289Z" + }, + { + "sku": "PPB-10538", + "color_name": "Third Place", + "description": "Third Place is a transparent bronze polyester and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.28 + }, + { + "min": 50, + "max": 199, + "price": 25.92 + }, + { + "min": 200, + "max": null, + "price": 24.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6070/ppb-10538-third-place-tds-dt20240405192817855037.pdf?1712345300", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13117/third-place-ppb-10538-dt20231122222548114793-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10538/third-place", + "scraped_at": "2026-05-01T00:08:19.166Z" + }, + { + "sku": "PPB-10539", + "color_name": "Bronze Star", + "description": "Bronze Star is a transparent bronze polyester and has a gloss finish. Gloss: 71-85 Gloss Units Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.22 + }, + { + "min": 50, + "max": 199, + "price": 25.86 + }, + { + "min": 200, + "max": null, + "price": 24.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6069/ppb-10539-bronze-star-tds-dt20240405191923832315.pdf?1712344766", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13119/bronze-star-ppb-10539-dt20231122222021066667-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10539/bronze-star", + "scraped_at": "2026-05-01T00:08:33.576Z" + }, + { + "sku": "PPB-10553", + "color_name": "NYX SPARKLE", + "description": "Nyx Sparkle is dazzling, deep purple metallic with other pink and blue sparkles. This color is a polyester top coat powder coat with a glossy finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH NYX SPARKLE View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.04 + }, + { + "min": 50, + "max": 199, + "price": 18.09 + }, + { + "min": 200, + "max": null, + "price": 17.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6407/ppb-10553-nyx-sparkle-tds-dt20240501182906348974.pdf?1714588149", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12553/nyx-sparkle-ppb-10553-dt20220131221433557886-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10553/nyx-sparkle", + "scraped_at": "2026-05-01T00:08:43.563Z" + }, + { + "sku": "PPB-10571", + "color_name": "Calypso's Fantasy Step 2", + "description": "Calypso's Fantasy Step 2 over Step 1 creates a shimmering sage green. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Calypso's Fantasy Step 1 PMB-10570 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH CALYPSO'S FANTASY STEP 2 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.54 + }, + { + "min": 50, + "max": 199, + "price": 12.86 + }, + { + "min": 200, + "max": null, + "price": 12.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6332/ppb-10571-calypsos-fantasy-step-2-tds-dt20240424160016616626.pdf?1713974419", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12598/calypsos-fantasy-step-2-ppb-10571-dt20211012203348507-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10571/calypsos-fantasy-step-2", + "scraped_at": "2026-05-01T00:08:54.507Z" + }, + { + "sku": "PPB-10587", + "color_name": "Golden Eye", + "description": "Golden Eye is a dark transparent gold. This color is a polyester top coat powder coat with a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.96 + }, + { + "min": 50, + "max": 199, + "price": 13.26 + }, + { + "min": 200, + "max": null, + "price": 12.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5563/ppb-10587-golden-eye-tds-dt2024011723230439024.pdf?1705533786", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12627/golden-eye-ppb-10587-dt20211012203503238-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10587/golden-eye", + "scraped_at": "2026-05-01T00:09:05.994Z" + }, + { + "sku": "PPB-10596", + "color_name": "SOUTH BEACH STEP 2", + "description": "South Beach Step 2 over Step 1 creates a sparkling teal with silver metallics. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, South Beach Step 1 PMB-10595 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH SOUTH BEACH STEP 2 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.43 + }, + { + "min": 50, + "max": 199, + "price": 11.81 + }, + { + "min": 200, + "max": null, + "price": 11.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4746/ppb-10596-south-beach-step-2-tds-dt20231120211737354332.pdf?1700515059", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12629/south-beach-step-2-ppb-10596-dt20211008172650191-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10596/south-beach-step-2", + "scraped_at": "2026-05-01T00:09:20.145Z" + }, + { + "sku": "PPB-10601", + "color_name": "Opus Orange Step 2", + "description": "Opus Orange Step 2 over Opus Orange Step 1 creates a deep marmalade orange with a silver pearl shimmer. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Opus Orange Step 1 PMB-10600 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.29 + }, + { + "min": 50, + "max": 199, + "price": 12.63 + }, + { + "min": 200, + "max": null, + "price": 11.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3885/ppb-10601-opus-orange-step-2-tds-dt20230926174414511049.pdf?1695750256", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12661/opus-orange-step-2-ppb-10601-dt20220728202725812988-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10601/opus-orange-step-2", + "scraped_at": "2026-05-01T00:09:30.588Z" + }, + { + "sku": "PPB-10605", + "color_name": "Ivory Sabotage Step 2", + "description": "Ivory Sabotage Step 2 over Step 1 creates a shimmering pearl white metallic. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Ivory Sabotage Step 1 PMB-10604 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH IVORY SABOTAGE STEP 2 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.37 + }, + { + "min": 50, + "max": 199, + "price": 12.7 + }, + { + "min": 200, + "max": null, + "price": 12.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3226/ppb-10605-ivory-sabotage-step-2-tds-dt20230906172922375612.pdf?1694021364", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12665/ivory-sabotage-step-2-ppb-10605-dt20211008181650152-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10605/ivory-sabotage-step-2", + "scraped_at": "2026-05-01T00:09:46.247Z" + }, + { + "sku": "PPB-10607", + "color_name": "OYSTER CULT STEP 2", + "description": "Oyster Cult Step 2 over Step 1 creates a shimmering pearl white with a slightly yellow hue. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Oyster Cult Step 1 PMB-10606 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.77 + }, + { + "min": 50, + "max": 199, + "price": 12.13 + }, + { + "min": 200, + "max": null, + "price": 11.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4747/ppb-10607-oyster-cult-step-2-tds-dt20231120211911340955.pdf?1700515153", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12667/oyster-cult-step-2-ppb-10607-dt20211008173347821-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10607/oyster-cult-step-2", + "scraped_at": "2026-05-01T00:10:01.434Z" + }, + { + "sku": "PPB-10610", + "color_name": "Caramellow Step 2", + "description": "Caramellow Step 2 over Caramellow Step 1 creates a rich metallic bronze. This color is a polyester two coat powder coat with a semi-gloss finish. Two Coat Information: To achieve this color as shown, Caramellow Step 1 PMB-10609 must be applied as a base coat. Semi-Gloss: 37-70 Gloss Units Step 1 must be applied as the basecoat to achieve proper two-step color results. If Step 2 is used independently, a basecoat is recommended. Inconsistent mil thickness in either the basecoat or topcoat can result in uneven color. Apply both the basecoat and topcoat in accordance with the recommended mil thickness specifications. Allow the part to cool completely before applying the topcoat. Once the topcoat has been applied, fully cure it according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before starting your project, especially if you are using a topcoat or additional basecoats, primers, etc. This helps ensure the final color meets your specifications and allows you to anticipate any potential changes in color or finish. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.41 + }, + { + "min": 50, + "max": 199, + "price": 15.59 + }, + { + "min": 200, + "max": null, + "price": 14.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4053/ppb-10610-caramellow-step-2-tds-dt20231002165418810366.pdf?1696265661", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12669/caramellow-step-2-ppb-10610-dt20260406181726257138-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10610/caramellow-step-2", + "scraped_at": "2026-05-01T00:10:15.676Z" + }, + { + "sku": "PPB-10612", + "color_name": "Scutter Botch Step 2", + "description": "Scutter Botch Step 2 over Scutter Botch Step 1 creates a bronze metallic. This color is a polyester two coat powder coat with a satin finish. Two Coat Information: To achieve this color as shown, Scutter Botch Step 1 PMB-10611 must be applied as a base coat. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.94 + }, + { + "min": 50, + "max": 199, + "price": 15.14 + }, + { + "min": 200, + "max": null, + "price": 14.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8089/ppb-10612-dt2026011921411751671.pdf?1768858878", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12670/scutter-botch-step-2-ppb-10612-dt20260406195450586761-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10612/scutter-botch-step-2", + "scraped_at": "2026-05-01T00:10:27.223Z" + }, + { + "sku": "PPB-10613", + "color_name": "Matte Monaco Copper", + "description": "Matte Monaco Copper is a transparent golden bronze. This color is a polyester top coat powder coat with a satin finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Top Coat (High Gloss): Monaco Copper PPB-4520 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.2 + }, + { + "min": 50, + "max": 199, + "price": 16.34 + }, + { + "min": 200, + "max": null, + "price": 15.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3580/ppb-10613-matte-monaco-copper-tds-dt20230918223707285037.pdf?1695076629", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12682/matte-monaco-copper-ppb-10613-dt202202042302281518-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10613/matte-monaco-copper", + "scraped_at": "2026-05-01T00:10:40.396Z" + }, + { + "sku": "PPB-10618", + "color_name": "FLAT EXTRUDED BRASS", + "description": "Flat Extruded Brass is a smooth, transparent gold. This color is a polyester top coat powder coat with a flat finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.22 + }, + { + "min": 50, + "max": 199, + "price": 17.31 + }, + { + "min": 200, + "max": null, + "price": 16.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3596/ppb-10618-flat-extruded-brass-tds-dt20230919162437393725.pdf?1695140679", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12700/flat-extruded-brass-ppb-10618-dt20220204225847257363-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10618/flat-extruded-brass", + "scraped_at": "2026-05-01T00:10:52.456Z" + }, + { + "sku": "PPB-10619", + "color_name": "BRUSHED NICKEL", + "description": "Brushed Nickel is a charcoal grey with a brownish hue. This color is a polyester top coat powder coat with a satin finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.15 + }, + { + "min": 50, + "max": 199, + "price": 16.29 + }, + { + "min": 200, + "max": null, + "price": 15.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3587/ppb-10619-brushed-nickel-tds-dt20230918225036536068.pdf?1695077438", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12703/brushed-nickel-ppb-10619-dt20250602211641246009-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10619/brushed-nickel", + "scraped_at": "2026-05-01T00:11:01.503Z" + }, + { + "sku": "PPB-10627", + "color_name": "Royal Ruby Step 2", + "description": "Royal Ruby Step 2 over Royal Ruby Step 1 creates a rich red metallic. This color is a polyester two coat powder coat with a high gloss finish. Two Coat Information: To achieve this color as shown, Royal Ruby Step 1 PMB-10626 must be applied as a base coat. High Gloss: 85+ Gloss Units To achieve proper two-step color results, Step 2 must be applied as the topcoat. Inconsistent mil thickness in either the basecoat or topcoat can result in uneven color. Apply both the basecoat and topcoat in accordance with the recommended mil thickness specifications. Flash, or partially cure, basecoat for 2 minutes after the powder has flowed to a gloss state, with both oven and part metal temperatures at 400°F. An applicator must visually confirm that the powder has reached the gloss state. Using an infrared thermometer, verify that the substrate has reached the target temperature. Flash time should begin only after the part metal reaches the target temperature, as starting too early can negatively affect powder flow, crosslinking, gloss, color, and adhesion. Actual times may vary depending on conditions. Allow the part to cool completely before applying the topcoat. Once the topcoat has been applied, fully cure it according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before starting your project, especially if you are using a topcoat or additional basecoats, primers, etc. This helps ensure the final color meets your specifications and allows you to anticipate any potential changes in color or finish. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.25 + }, + { + "min": 50, + "max": 199, + "price": 12.59 + }, + { + "min": 200, + "max": null, + "price": 11.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8060/ppb-10627-royal-ruby-step-2-dt2026011920253396704.pdf?1768854335", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12742/royal-ruby-step-2-ppb-10627-dt20260406184805852146-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10627/royal-ruby-step-2", + "scraped_at": "2026-05-01T00:11:12.421Z" + }, + { + "sku": "PPB-10674", + "color_name": "Brass Monkey", + "description": "Brass Monkey is a sparkling, rich golden bronze. This color is a polyester top coat powder coat with a matte finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Matte: 7-10 Gloss Units A clear topcoat is recommended for exterior use. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Anodized", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.08 + }, + { + "min": 50, + "max": 199, + "price": 22.88 + }, + { + "min": 200, + "max": null, + "price": 21.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2908/ppb-10674-brass-monkey-tds-dt20230822171342962431.pdf?1692724425", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12871/brass-monkey-ppb-10674-dt20250527183757571284-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10674/brass-monkey", + "scraped_at": "2026-05-01T00:11:23.137Z" + }, + { + "sku": "PPB-10696", + "color_name": "Goldie Luxe", + "description": "Goldie Luxe is a shimmering gold with a hint of bronze and a smooth finish. This color is a polyester top coat powder coat with a matte finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Matte: 7-20 Gloss Units Proposition 65 Warning CREATIONS MADE WITH GOLDIE LUXE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.98 + }, + { + "min": 50, + "max": 199, + "price": 20.88 + }, + { + "min": 200, + "max": null, + "price": 19.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7722/ppb-10696-goldie-luxe-dt20251229182203388857.pdf?1767032525", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12963/goldie-luxe-ppb-10696-dt20220131221245759151-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10696/goldie-luxe", + "scraped_at": "2026-05-01T00:11:35.190Z" + }, + { + "sku": "PPB-10697", + "color_name": "Bel Aire", + "description": "Bel Aire is a shimmering, transparent light gold. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.22 + }, + { + "min": 50, + "max": 199, + "price": 13.51 + }, + { + "min": 200, + "max": null, + "price": 12.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7712/ppb-10697-bel-aire-dt20251216185128735567.pdf?1765911090", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12965/bel-aire-ppb-10697-dt20220202154958906284-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10697/bel-aire", + "scraped_at": "2026-05-01T00:11:50.509Z" + }, + { + "sku": "PPB-10698", + "color_name": "Ringer Gold", + "description": "Ringer Gold is a transparent gold with a hint of bronze. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.35 + }, + { + "min": 50, + "max": 199, + "price": 13.63 + }, + { + "min": 200, + "max": null, + "price": 12.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3598/ppb-10698-ringer-gold-tds-dt20230919173852265002.pdf?1695145134", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12967/ringer-gold-ppb-10698-dt20220131221547028791-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10698/ringer-gold", + "scraped_at": "2026-05-01T00:12:03.863Z" + }, + { + "sku": "PPB-10699", + "color_name": "Crystal Gold", + "description": "Crystal Gold is a very light, silvery bronze/gold. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning CREATIONS MADE WITH CRYSTAL GOLD View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.29 + }, + { + "min": 50, + "max": 199, + "price": 18.33 + }, + { + "min": 200, + "max": null, + "price": 17.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12969/crystal-gold-ppb-10699-dt2022013122110364002-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10699/crystal-gold", + "scraped_at": "2026-05-01T00:12:16.533Z" + }, + { + "sku": "PPB-10700", + "color_name": "BRUT", + "description": "Brut is a transparent light yellow/gold. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results as seen on the S panel image, the top coat must be applied over a bright silver substrate. Polished Aluminum HSS-2345 or other silver can be used as a base coat to simulate the appearance of a bright silver substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.48 + }, + { + "min": 50, + "max": 199, + "price": 14.71 + }, + { + "min": 200, + "max": null, + "price": 13.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3602/ppb-10700-brut-tds-dt202309191746300016.pdf?1695145591", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12971/brut-ppb-10700-dt20230220212004590337-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10700/brut", + "scraped_at": "2026-05-01T00:12:29.694Z" + }, + { + "sku": "PPB-10701", + "color_name": "FUNKY MONKEY", + "description": "Funky Monkey is a transparent brown/bronze. This color is a polyester top coat powder coat with a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.75 + }, + { + "min": 50, + "max": 199, + "price": 21.61 + }, + { + "min": 200, + "max": null, + "price": 20.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3603/ppb-10701-funky-monkey-tds-dt20230919174843036541.pdf?1695145725", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12973/funky-monkey-ppb-10701-dt20220204225915348727-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10701/funky-monkey", + "scraped_at": "2026-05-01T00:12:43.550Z" + }, + { + "sku": "PPB-10713", + "color_name": "SPACE DUST", + "description": "Space Dust is a sparkling metallic with a rainbow color shifting effect. This color is a polyester top coat powder coat with a glossy finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): HolographicColor Shifting RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH SPACE DUST View Details View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.8 + }, + { + "min": 50, + "max": 199, + "price": 23.56 + }, + { + "min": 200, + "max": null, + "price": 22.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7854/ppb-10713-space-dust-dt20260102193633424067.pdf?1767382595", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12989/space-dust-ppb-10713-dt20250623151220909262-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10713/space-dust", + "scraped_at": "2026-05-01T00:12:58.201Z" + }, + { + "sku": "PPB-10731", + "color_name": "Tuvalu Blue", + "description": "Tuvalu Blue is a deep teal transparent polyester and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.2 + }, + { + "min": 50, + "max": 199, + "price": 18.24 + }, + { + "min": 200, + "max": null, + "price": 17.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13121/tuvalu-blue-ppb-10731-dt20260114195752648854-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10731/tuvalu-blue", + "scraped_at": "2026-05-01T00:13:12.092Z" + }, + { + "sku": "PPB-10732", + "color_name": "Mariana Blue", + "description": "Mariana Blue is a deep teal polyester transparent and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.55 + }, + { + "min": 50, + "max": 199, + "price": 18.57 + }, + { + "min": 200, + "max": null, + "price": 17.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5961/ppb-10732-mariana-blue-tds-dt20240328211202962319.pdf?1711660325", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13123/mariana-blue-ppb-10732-dt2024041922501386456-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10732/mariana-blue", + "scraped_at": "2026-05-01T00:13:23.837Z" + }, + { + "sku": "PPB-10734", + "color_name": "Rustic Rose Step 2", + "description": "Rustic Rose Step 2 over Rustic Rose Step 1 creates a tan with rose metallics. This color is a polyester two coat powder coat with a high gloss finish. Two Coat Information: To achieve this color as shown, Rustic Rose Step 1 PMB-10733 must be applied as a base coat. High Gloss: 85+ Gloss Units Step 2 must be applied as the topcoat to achieve proper two-step color results. If Step 1 is used independently, a clear topcoat is recommended for exterior use. Inconsistent mil thickness in either the basecoat or topcoat can result in uneven color. Apply both the basecoat and topcoat in accordance with the recommended mil thickness specifications. Allow the part to cool completely before applying the topcoat. Once the topcoat has been applied, fully cure it according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before starting your project, especially if you are using a topcoat or additional basecoats, primers, etc. This helps ensure the final color meets your specifications and allows you to anticipate any potential changes in color or finish. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.02 + }, + { + "min": 50, + "max": 199, + "price": 12.37 + }, + { + "min": 200, + "max": null, + "price": 11.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3736/ppb-10734-rustic-rose-step-2-tds-dt20230922174316925266.pdf?1695404599", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13260/rustic-rose-step-2-ppb-10734-dt20260406195106321658-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10734/rustic-rose-step-2", + "scraped_at": "2026-05-01T00:13:37.344Z" + }, + { + "sku": "PPB-10740", + "color_name": "Golden Glitter Step 2", + "description": "Golden Glitter Step 2 over Step 1 creates a rich, shimmering yellow-gold. This color is a polyester top coat powder coat with a high gloss finish. Two Coat Information: To achieve this color as shown, Golden Glitter Step 1 PMS-10739 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH GOLDEN GLITTER STEP 2 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.61 + }, + { + "min": 50, + "max": 199, + "price": 14.83 + }, + { + "min": 200, + "max": null, + "price": 14.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3021/ppb-10740-golden-glitter-step-2-tds-dt20230830151120269178.pdf?1693408281", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13274/golden-glitter-step-2-ppb-10740-dt20211027193104567-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10740/golden-glitter-step-2", + "scraped_at": "2026-05-01T00:13:50.375Z" + }, + { + "sku": "PPB-10742", + "color_name": "Gobi Gold Step 2", + "description": "Gobi Gold Step 2 over Step 1 creates a shimmering, light sandy gold contrast with glistening silver metallics. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Gobi Gold Step 1 PVB-10741 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH GOBI GOLD STEP 2 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.41 + }, + { + "min": 50, + "max": 199, + "price": 13.69 + }, + { + "min": 200, + "max": null, + "price": 12.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3022/ppb-10742-gobi-gold-step-2-tds-dt20230830151407838179.pdf?1693408449", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13287/gobi-gold-step-2-ppb-10742-dt20211027193201423-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10742/gobi-gold-step-2", + "scraped_at": "2026-05-01T00:14:00.042Z" + }, + { + "sku": "PPB-10745", + "color_name": "CUPRUM STEP 2", + "description": "Cuprum Step 2 over Cuprum Step 1 creates a shimmering copper red metallic with an orange hue. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Cuprum Step 1 PMB-10744 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH CUPRUM STEP 2 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.83 + }, + { + "min": 50, + "max": 199, + "price": 12.19 + }, + { + "min": 200, + "max": null, + "price": 11.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2273/ppb-10745-cuprum-step-2-tds-dt20230503212111008427.pdf?1683148872", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13276/cuprum-step-2-ppb-10745-dt20211122185158595-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10745/cuprum-step-2", + "scraped_at": "2026-05-01T00:14:15.555Z" + }, + { + "sku": "PPB-10748", + "color_name": "MAJESTIC GEM STEP 2", + "description": "Majestic Gem Step 2 over Majestic Gem Step 1 creates a very rich violet with glistening light purple and pink metallic. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Majestic Gem Step 1 PMB-10747 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH MAJESTIC GEM STEP 2 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.79 + }, + { + "min": 50, + "max": 199, + "price": 17.85 + }, + { + "min": 200, + "max": null, + "price": 16.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3619/ppb-10748-majestic-gem-step-2-tds-dt20230919192008994604.pdf?1695151211", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13319/majestic-gem-step-2-ppb-10748-dt20220202155413346804-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10748/majestic-gem-step-2", + "scraped_at": "2026-05-01T00:14:26.591Z" + }, + { + "sku": "PPB-10749", + "color_name": "SPARKLING CHAMPAGNE", + "description": "Sparkling Champagne is a rosy silver with sparkling metallic. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.51 + }, + { + "min": 50, + "max": 199, + "price": 22.33 + }, + { + "min": 200, + "max": null, + "price": 21.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3609/ppb-10749-sparkling-champagne-tds-dt20230919180942346845.pdf?1695146984", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13341/sparkling-champagne-ppb-10749-dt20220112163326472-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10749/sparkling-champagne", + "scraped_at": "2026-05-01T00:14:38.547Z" + }, + { + "sku": "PPB-10750", + "color_name": "SMOKY QUARTZ", + "description": "Smoky Quartz is a light bronze color with a hint of gold and a faint shimmer of metallic. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.49 + }, + { + "min": 50, + "max": 199, + "price": 23.27 + }, + { + "min": 200, + "max": null, + "price": 22.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3608/ppb-10750-smoky-quartz-tds-dt20230919180755243265.pdf?1695146877", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13343/smoky-quartz-ppb-10750-dt20220112163303394-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10750/smoky-quartz", + "scraped_at": "2026-05-01T00:14:48.879Z" + }, + { + "sku": "PPB-10753", + "color_name": "Yellow Iris Step 2", + "description": "Yellow Iris Step 2 over Yellow Iris Step 1 creates a shimmering sunny yellow. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Yellow Iris Step 1 PMB-10752 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH YELLOW IRIS STEP 2 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.01 + }, + { + "min": 50, + "max": 199, + "price": 12.36 + }, + { + "min": 200, + "max": null, + "price": 11.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3559/ppb-10753-yellow-iris-step-2-tds-dt20230918202836407332.pdf?1695068918", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13345/yellow-iris-step-2-ppb-10753-dt20220103230915102-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10753/yellow-iris-step-2", + "scraped_at": "2026-05-01T00:15:03.175Z" + }, + { + "sku": "PPB-10765", + "color_name": "CEDAR SHIMMER STEP 2", + "description": "Cedar Shimmer Step 2 over Cedar Shimmer Step 1 creates a deep, burnt red/orange with shimmering orange/gold metallic. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Cedar Shimmer Step 1 PSS-10764 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH CEDAR SHIMMER STEP 2 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.76 + }, + { + "min": 50, + "max": 199, + "price": 26.37 + }, + { + "min": 200, + "max": null, + "price": 24.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3212/ppb-10765-cedar-shimmer-step-2-tds-dt20230906160742122551.pdf?1694016464", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13369/cedar-shimmer-step-2-ppb-10765-dt20220113181829319-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10765/cedar-shimmer-step-2", + "scraped_at": "2026-05-01T00:15:15.517Z" + }, + { + "sku": "PPB-10767", + "color_name": "Firethorn Red Step 2", + "description": "Firethorn Red Step 2 over Firethorn Red Step 1 creates a rich scarlet red with shimmering gold metallic. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Firethorn Red Step 1 PSS-10766 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH FIRETHORN RED STEP 2 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.11 + }, + { + "min": 50, + "max": 199, + "price": 11.5 + }, + { + "min": 200, + "max": null, + "price": 10.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3569/ppb-10767-firethorn-red-step-2-tds-dt20230918221129902124.pdf?1695075091", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13371/firethorn-red-step-2-ppb-10767-dt20220324210810316678-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10767/firethorn-red-step-2", + "scraped_at": "2026-05-01T00:15:26.575Z" + }, + { + "sku": "PPB-10769", + "color_name": "Kodiak Brown Step 2", + "description": "Kodiak Brown Step 2 over Kodiak Brown Step 1 creates a rich red/orange with glistening metallic. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Kodiak Brown Step 1 PSS-10768 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH KODIAK BROWN STEP 2 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.26 + }, + { + "min": 50, + "max": 199, + "price": 20.2 + }, + { + "min": 200, + "max": null, + "price": 19.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3567/ppb-10769-kodiak-brown-step-2-tds-dt20230918220707918711.pdf?1695074830", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13373/kodiak-brown-step-2-ppb-10769-dt20220113182003571-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10769/kodiak-brown-step-2", + "scraped_at": "2026-05-01T00:15:41.741Z" + }, + { + "sku": "PPB-10777", + "color_name": "Vintage Glitter", + "description": "Vintage Glitter is a sparkling, heavy silver metallic. This color is a polyester clear metallic powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH VINTAGE GLITTER View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 35.61 + }, + { + "min": 50, + "max": 199, + "price": 33.83 + }, + { + "min": 200, + "max": null, + "price": 32.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3566/ppb-10777-vintage-glitter-tds-dt20230918220510540756.pdf?1695074712", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13385/vintage-glitter-ppb-10777-dt20220125170431245-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10777/vintage-glitter", + "scraped_at": "2026-05-01T00:15:57.575Z" + }, + { + "sku": "PPB-10819", + "color_name": "SPARKLING AMETHYST", + "description": "Sparkling Amethyst is a deep, dark purple with glittering pink and purple metallic. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results as seen on the S panel image, the top coat must be applied over a bright silver substrate. Polished Aluminum HSS-2345 or other silver can be used as a base coat to simulate the appearance of a bright silver substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.56 + }, + { + "min": 50, + "max": 199, + "price": 19.53 + }, + { + "min": 200, + "max": null, + "price": 18.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3640/ppb-10819-sparkling-amethyst-tds-dt20230919201542587656.pdf?1695154544", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13489/sparkling-amethyst-ppb-10819-dt20220330140902000453-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10819/sparkling-amethyst", + "scraped_at": "2026-05-01T00:16:06.875Z" + }, + { + "sku": "PPB-10820", + "color_name": "Robotic Blue", + "description": "Robotic Blue is a rich cobalt blue with sparkling lighter blue metallic. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.8 + }, + { + "min": 50, + "max": 199, + "price": 22.61 + }, + { + "min": 200, + "max": null, + "price": 21.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3641/ppb-10820-robotic-blue-tds-dt20230919201802235965.pdf?1695154685", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13491/robotic-blue-ppb-10820-dt20220421221224467928-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10820/robotic-blue", + "scraped_at": "2026-05-01T00:16:21.795Z" + }, + { + "sku": "PPB-10822", + "color_name": "SCOOBY SNACK", + "description": "Scooby Snack is a transparent orange brown with sparkling pink and silver/blue metallic. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 31.41 + }, + { + "min": 50, + "max": 199, + "price": 29.84 + }, + { + "min": 200, + "max": null, + "price": 28.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3682/ppb-10822-scooby-snack-tds-dt20230920161526411626.pdf?1695226528", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13527/scooby-snack-ppb-10822-dt20220307155547634576-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10822/scooby-snack", + "scraped_at": "2026-05-01T00:16:34.934Z" + }, + { + "sku": "PPB-10823", + "color_name": "Gold Fish", + "description": "Gold Fish is a rich melon orange with sparkling pink metallic. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH GOLD FISH View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 35.33 + }, + { + "min": 50, + "max": 199, + "price": 33.56 + }, + { + "min": 200, + "max": null, + "price": 31.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3681/ppb-10823-gold-fish-tds-dt20230920161342815556.pdf?1695226424", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13529/gold-fish-ppb-10823-dt20220301164250859931-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10823/gold-fish", + "scraped_at": "2026-05-01T00:16:49.415Z" + }, + { + "sku": "PPB-10824", + "color_name": "Diablo Candy", + "description": "Diablo Candy is a shimmering apple red. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.64 + }, + { + "min": 50, + "max": 199, + "price": 21.51 + }, + { + "min": 200, + "max": null, + "price": 20.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3184/ppb-10824-diablo-candy-tds-dt20230905195244787324.pdf?1693943567", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13531/diablo-candy-ppb-10824-dt2022022222175566061-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10824/diablo-candy", + "scraped_at": "2026-05-01T00:17:01.483Z" + }, + { + "sku": "PPB-10825", + "color_name": "DIRTY MAGIC", + "description": "Dirty Magic is a deep violet/blue with aqua blue metallic. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.4 + }, + { + "min": 50, + "max": 199, + "price": 23.18 + }, + { + "min": 200, + "max": null, + "price": 21.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6635/ppb-10825-dirty-magic-tds-dt20240521194036212071.pdf?1716320438", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13533/dirty-magic-ppb-10825-dt20250602212020631806-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10825/dirty-magic", + "scraped_at": "2026-05-01T00:17:13.412Z" + }, + { + "sku": "PPB-10827", + "color_name": "SMURF STEW", + "description": "Smurf Stew is a rich, glittering blue. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.14 + }, + { + "min": 50, + "max": 199, + "price": 26.73 + }, + { + "min": 200, + "max": null, + "price": 25.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6406/ppb-10827-smurf-stew-tds-dt20240501182734089746.pdf?1714588056", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13535/smurf-stew-ppb-10827-dt20250714154119228389-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10827/smurf-stew", + "scraped_at": "2026-05-01T00:17:24.378Z" + }, + { + "sku": "PPB-10828", + "color_name": "Merlin's Potions", + "description": "Merlin's Potions is a deep violet with sparkling metallic. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.58 + }, + { + "min": 50, + "max": 199, + "price": 20.5 + }, + { + "min": 200, + "max": null, + "price": 19.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3678/ppb-10828-merlins-potions-tds-dt20230920160726621177.pdf?1695226048", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13537/merlins-potions-ppb-10828-dt20250624213330513213-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10828/merlins-potions", + "scraped_at": "2026-05-01T00:17:38.308Z" + }, + { + "sku": "PPB-10829", + "color_name": "GIN BLOSSOM", + "description": "Gin Blossom is a transparent strawberry red that glistens with silver/blue metallic. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 36.89 + }, + { + "min": 50, + "max": 199, + "price": 35.05 + }, + { + "min": 200, + "max": null, + "price": 33.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3677/ppb-10829-gin-blossom-tds-dt20230920160531085899.pdf?1695225933", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13539/gin-blossom-ppb-10829-dt20220307155129073065-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10829/gin-blossom", + "scraped_at": "2026-05-01T00:17:50.457Z" + }, + { + "sku": "PPB-10830", + "color_name": "Mystic Red", + "description": "Mystic Red is a bright candy red sprinkled with blue/violet metallic. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.55 + }, + { + "min": 50, + "max": 199, + "price": 20.47 + }, + { + "min": 200, + "max": null, + "price": 19.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3676/ppb-10830-mystic-red-tds-dt20230920160236156239.pdf?1695225758", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13541/mystic-red-ppb-10830-dt20220222222049475365-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10830/mystic-red", + "scraped_at": "2026-05-01T00:18:05.645Z" + }, + { + "sku": "PPB-10835", + "color_name": "Seattle Gold", + "description": "Seattle Gold is a shimmering yellow gold. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.39 + }, + { + "min": 50, + "max": 199, + "price": 14.62 + }, + { + "min": 200, + "max": null, + "price": 13.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3672/ppb-10835-seattle-gold-tds-dt20230920155403070366.pdf?1695225245", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13523/seattle-gold-ppb-10835-dt20250623220721273138-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10835/seattle-gold", + "scraped_at": "2026-05-01T00:18:20.153Z" + }, + { + "sku": "PPB-10838", + "color_name": "Sheer Gold", + "description": "Sheer Gold is a shimmering transparent gold. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.13 + }, + { + "min": 50, + "max": 199, + "price": 16.27 + }, + { + "min": 200, + "max": null, + "price": 15.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3713/ppb-10838-sheer-gold-tds-dt20230921215206317375.pdf?1695333128", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13552/sheer-gold-ppb-10838-dt20220325212919450546-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10838/sheer-gold", + "scraped_at": "2026-05-01T00:18:33.978Z" + }, + { + "sku": "PPB-10839", + "color_name": "SHEER COPPER", + "description": "Sheer Copper is a warm, transparent copper with shimmering metallic. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.33 + }, + { + "min": 50, + "max": 199, + "price": 16.46 + }, + { + "min": 200, + "max": null, + "price": 15.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4475/ppb-10839-sheer-copper-tds-dt20231030204151767734.pdf?1698698514", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13554/sheer-copper-ppb-10839-dt20220325212854575142-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10839/sheer-copper", + "scraped_at": "2026-05-01T00:18:44.606Z" + }, + { + "sku": "PPB-10840", + "color_name": "Sheer Platinum", + "description": "Sheer Platinum is a light and shimmery silver/gold. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.26 + }, + { + "min": 50, + "max": 199, + "price": 17.35 + }, + { + "min": 200, + "max": null, + "price": 16.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3714/ppb-10840-sheer-platinum-tds-dt20230921215637343992.pdf?1695333399", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13556/sheer-platinum-ppb-10840-dt20220325212957687225-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10840/sheer-platinum", + "scraped_at": "2026-05-01T00:18:54.313Z" + }, + { + "sku": "PPB-10841", + "color_name": "SHEER BRONZE", + "description": "Sheer Bronze is a rich golden bronze with shimmering metallic. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.2 + }, + { + "min": 50, + "max": 199, + "price": 21.09 + }, + { + "min": 200, + "max": null, + "price": 19.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3715/ppb-10841-sheer-bronze-tds-dt2023092122020687013.pdf?1695333729", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13558/sheer-bronze-ppb-10841-dt20220325212829615593-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10841/sheer-bronze", + "scraped_at": "2026-05-01T00:19:09.974Z" + }, + { + "sku": "PPB-10880", + "color_name": "Griswold's Christmas", + "description": "Griswold's Christmas is a twinkling candy red with silvery gold metallic. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.3 + }, + { + "min": 50, + "max": 199, + "price": 14.54 + }, + { + "min": 200, + "max": null, + "price": 13.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3897/ppb-10880-griswolds-christmas-tds-dt20230926204819661183.pdf?1695761301", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13646/griswolds-christmas-ppb-10880-dt20230223154647669834-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10880/griswolds-christmas", + "scraped_at": "2026-05-01T00:19:19.314Z" + }, + { + "sku": "PPB-10901", + "color_name": "Lambo Green", + "description": "Lambo Green is a rich, emerald green dusted with gold metallic. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH LAMBO GREEN View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.75 + }, + { + "min": 50, + "max": 199, + "price": 21.61 + }, + { + "min": 200, + "max": null, + "price": 20.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5854/ppb-10901-lambo-green-tds-dt20240320184956522198.pdf?1710960598", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13708/lambo-green-ppb-10901-dt20221011180750839751-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10901/lambo-green", + "scraped_at": "2026-05-01T00:19:33.765Z" + }, + { + "sku": "PPB-10903", + "color_name": "Juniper Berry", + "description": "Juniper Berry is a unique blue with berry undertones polyester transparent and has a high gloss finish. High Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.56 + }, + { + "min": 50, + "max": 199, + "price": 23.33 + }, + { + "min": 200, + "max": null, + "price": 22.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7996/ppb-10903-juniper-berry-dt20260114203750583126.pdf?1768423072", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13718/juniper-berry-ppb-10903-dt20260114192416603628-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10903/juniper-berry", + "scraped_at": "2026-05-01T00:19:43.765Z" + }, + { + "sku": "PPB-10904", + "color_name": "Halla-Halla Gold", + "description": "Halla-Halla Gold is a shiny, transparent gold with lots of sparkle. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 31.51 + }, + { + "min": 50, + "max": 199, + "price": 29.93 + }, + { + "min": 200, + "max": null, + "price": 28.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3981/ppb-10904-halla-halla-gold-tds-dt20230928160050445371.pdf?1695916852", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13720/halla-halla-gold-ppb-10904-dt20250702223709632239-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10904/halla-halla-gold", + "scraped_at": "2026-05-01T00:19:54.736Z" + }, + { + "sku": "PPB-10905", + "color_name": "SUNGLOW", + "description": "Sunglow is a rich, glittering transparent gold with a bronze hue. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 32.12 + }, + { + "min": 50, + "max": 199, + "price": 30.51 + }, + { + "min": 200, + "max": null, + "price": 28.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3982/ppb-10905-sunglow-tds-dt20230928160243449773.pdf?1695916965", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13722/sunglow-ppb-10905-dt2022071915021314503-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10905/sunglow", + "scraped_at": "2026-05-01T00:20:09.472Z" + }, + { + "sku": "PPB-10906", + "color_name": "Dune", + "description": "Dune is a sandy tan transparent with metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 34.19 + }, + { + "min": 50, + "max": 199, + "price": 32.48 + }, + { + "min": 200, + "max": null, + "price": 30.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8054/ppb-10906-dune-dt20260119194737104847.pdf?1768852058", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13724/dune-ppb-10906-dt2026021916294839228-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10906/dune", + "scraped_at": "2026-05-01T00:20:23.013Z" + }, + { + "sku": "PPB-10907", + "color_name": "Earhart's Vega", + "description": "Earhart's Vega is a transparent, bright cherry red with fine gold metallic. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.28 + }, + { + "min": 50, + "max": 199, + "price": 20.22 + }, + { + "min": 200, + "max": null, + "price": 19.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3985/ppb-10907-earharts-vega-tds-dt20230928174306281881.pdf?1695922988", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13726/earharts-vega-ppb-10907-dt20220627204418847581-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10907/earharts-vega", + "scraped_at": "2026-05-01T00:20:36.198Z" + }, + { + "sku": "PPB-10910", + "color_name": "Blue Morpho", + "description": "Blue Morpho is a transparent sapphire blue dusted with maroon/gold metallic. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.93 + }, + { + "min": 50, + "max": 199, + "price": 24.63 + }, + { + "min": 200, + "max": null, + "price": 23.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4005/ppb-10910-blue-morpho-tds-dt20230928193939098549.pdf?1695929981", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13728/blue-morpho-ppb-10910-dt20221011180330081132-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10910/blue-morpho", + "scraped_at": "2026-05-01T00:20:49.643Z" + }, + { + "sku": "PPB-10911", + "color_name": "Alexandrite", + "description": "Alexandrite is a beautiful, sparkling transparent blue with gold and violet metallic. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH ALEXANDRITE View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.32 + }, + { + "min": 50, + "max": 199, + "price": 26.9 + }, + { + "min": 200, + "max": null, + "price": 25.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4068/ppb-10911-alexandrite-tds-dt20231002183503977042.pdf?1696271706", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13730/alexandrite-ppb-10911-dt20221011180301158434-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10911/alexandrite", + "scraped_at": "2026-05-01T00:21:03.175Z" + }, + { + "sku": "PPB-10912", + "color_name": "Mystic's Crystal", + "description": "Mystic's Crystal is a deep, transparent purple with shimmering copper/gold metallic. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.31 + }, + { + "min": 50, + "max": 199, + "price": 19.29 + }, + { + "min": 200, + "max": null, + "price": 18.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4069/ppb-10912-mystics-crystal-tds-dt20231002183728404315.pdf?1696271850", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13732/mystics-crystal-ppb-10912-dt20220913154907043448-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10912/mystics-crystal", + "scraped_at": "2026-05-01T00:21:18.642Z" + }, + { + "sku": "PPB-10914", + "color_name": "GUMMI BERRY JUICE", + "description": "Gummi Berry Juice is a deep, burgundy violet, dusted with gold metallic. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.9 + }, + { + "min": 50, + "max": 199, + "price": 21.76 + }, + { + "min": 200, + "max": null, + "price": 20.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4071/ppb-10914-gummi-berry-juice-tds-dt20231002184205997793.pdf?1696272128", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13734/gummi-berry-juice-ppb-10914-dt20220629161155587366-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10914/gummi-berry-juice", + "scraped_at": "2026-05-01T00:21:33.106Z" + }, + { + "sku": "PPB-10915", + "color_name": "Aqua Fire", + "description": "Aqua Fire is a transparent turquoise with shimmering copper/gold metallic. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.19 + }, + { + "min": 50, + "max": 199, + "price": 27.73 + }, + { + "min": 200, + "max": null, + "price": 26.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4072/ppb-10915-aqua-fire-tds-dt20231002185217441314.pdf?1696272739", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13736/aqua-fire-ppb-10915-dt20220913154837605442-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10915/aqua-fire", + "scraped_at": "2026-05-01T00:21:43.712Z" + }, + { + "sku": "PPB-10916", + "color_name": "Wired Copper", + "description": "Wired Copper is a rich copper/bronze with shimmering metallic. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.07 + }, + { + "min": 50, + "max": 199, + "price": 25.72 + }, + { + "min": 200, + "max": null, + "price": 24.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4073/ppb-10916-wired-copper-tds-dt20231002185426009183.pdf?1696272868", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13738/wired-copper-ppb-10916-dt20221011181115719133-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10916/wired-copper", + "scraped_at": "2026-05-01T00:21:59.554Z" + }, + { + "sku": "PPB-10923", + "color_name": "TUSCAN SUN", + "description": "Tuscan Sun is a light golden bronze with a lot of shimmer. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.24 + }, + { + "min": 50, + "max": 199, + "price": 19.23 + }, + { + "min": 200, + "max": null, + "price": 18.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3994/ppb-10923-tuscan-sun-tds-dt20230928180250564671.pdf?1695924173", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13742/tuscan-sun-ppb-10923-dt20220603212602593154-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10923/tuscan-sun", + "scraped_at": "2026-05-01T00:22:16.114Z" + }, + { + "sku": "PPB-11158", + "color_name": "Prosecco Gold", + "description": "Prosecco Gold is a light champagne gold. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.76 + }, + { + "min": 50, + "max": 199, + "price": 16.87 + }, + { + "min": 200, + "max": null, + "price": 15.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14346/prosecco-gold-ppb-11158-dt20221028175504785699-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11158/prosecco-gold", + "scraped_at": "2026-05-01T00:22:31.706Z" + }, + { + "sku": "PPB-11192", + "color_name": "Golden Mistake", + "description": "Golden Mistake is a shimmering metallic gold polyester top coat, with a smooth high gloss finish. High Gloss: 85+ Gloss Units Description. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.08 + }, + { + "min": 50, + "max": 199, + "price": 21.93 + }, + { + "min": 200, + "max": null, + "price": 20.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2141/ppn-11192-golden-mistake-tds-dt20230424224318616435.pdf?1682376200", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14501/golden-mistake-ppb-11192-dt20250220191610675662-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11192/golden-mistake", + "scraped_at": "2026-05-01T00:22:45.898Z" + }, + { + "sku": "PPB-11212", + "color_name": "Supernova Island", + "description": "Supernova Island is a vibrant transparent medium sky blue polyester with large silver metallic flakes and has a high gloss finish. High Gloss: 85+ Gloss Units Due to the size and density of the metallic flake a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 45.42 + }, + { + "min": 50, + "max": 199, + "price": 43.15 + }, + { + "min": 200, + "max": null, + "price": 40.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3323/ppb-11212-supernova-island-tds-dt20230912200651469467.pdf?1694549213", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14892/supernova-island-ppb-11212-dt202307272100284862-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11212/supernova-island", + "scraped_at": "2026-05-01T00:23:00.828Z" + }, + { + "sku": "PPB-11213", + "color_name": "Supernova Blue", + "description": "Supernova Blue is a vibrant blue transparent polyester with large silver metallic flakes and has a high gloss finish. High Gloss: 85+ Gloss Units Due to the size and density of the metallic flake a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 44.83 + }, + { + "min": 50, + "max": 199, + "price": 42.59 + }, + { + "min": 200, + "max": null, + "price": 40.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5948/ppb-11213-supernova-blue-tds-dt20240328155210037988.pdf?1711641132", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14894/supernova-blue-ppb-11213-dt20230814213147091566-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11213/supernova-blue", + "scraped_at": "2026-05-01T00:23:14.887Z" + }, + { + "sku": "PPB-11214", + "color_name": "Supernova Violet", + "description": "Supernova Violet is a vibrant purple transparent polyester with large silver metallic flakes and a high gloss finish. High Gloss: 85+ Gloss Units Due to the size and density of the metallic flake a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 42.22 + }, + { + "min": 50, + "max": 199, + "price": 40.11 + }, + { + "min": 200, + "max": null, + "price": 38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7889/ppb-11214-supernova-violet-dt20260102205302602067.pdf?1767387184", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14896/supernova-violet-ppb-11214-dt20230814213759676669-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11214/supernova-violet", + "scraped_at": "2026-05-01T00:23:30.970Z" + }, + { + "sku": "PPB-11215", + "color_name": "Supernova Purple", + "description": "Supernova Purple is a vibrant purple transparent polyester with large silver metallic flakes and has a high gloss finish. High Gloss: 85+ Gloss Units Due to the size and density of the metallic flake a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 48.15 + }, + { + "min": 50, + "max": 199, + "price": 45.74 + }, + { + "min": 200, + "max": null, + "price": 43.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3240/ppb-11215-supernova-purple-tds-dt20230907181725388993.pdf?1694110647", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14898/supernova-purple-ppb-11215-dt20230908195617002856-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11215/supernova-purple", + "scraped_at": "2026-05-01T00:23:42.122Z" + }, + { + "sku": "PPB-11216", + "color_name": "Supernova Raspberry", + "description": "Supernova Raspberry is a vibrant dark pink transparent polyester with large silver metallic flakes and has a high gloss finish. High Gloss: 85+ Gloss Units Due to the size and density of the metallic flake a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 39.99 + }, + { + "min": 50, + "max": 199, + "price": 37.99 + }, + { + "min": 200, + "max": null, + "price": 35.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3322/ppb-11216-supernova-raspberry-dt20230912184005891905.pdf?1694544007", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14900/supernova-raspberry-ppb-11216-dt20230908194712493324-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11216/supernova-raspberry", + "scraped_at": "2026-05-01T00:23:56.631Z" + }, + { + "sku": "PPB-11217", + "color_name": "Supernova Red", + "description": "Supernova Red is a vibrant red transparent polyester with large silver metallic flakes and has a high gloss finish. High Gloss: 85+ Gloss Units Due to the size and density of the metallic flake a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 48.58 + }, + { + "min": 50, + "max": 199, + "price": 46.15 + }, + { + "min": 200, + "max": null, + "price": 43.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3242/ppb-11217-supernova-red-tds-dt20230907192512625081.pdf?1694114714", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14902/supernova-red-ppb-11217-dt20230727210826881875-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11217/supernova-red", + "scraped_at": "2026-05-01T00:24:07.830Z" + }, + { + "sku": "PPB-11218", + "color_name": "Supernova Orange", + "description": "Supernova Orange is a vibrant citrus orange transparent polyester with large silver metallic flakes and has a high gloss finish. High Gloss: 85+ Gloss Units Due to the size and density of the metallic flake a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 45.89 + }, + { + "min": 50, + "max": 199, + "price": 43.6 + }, + { + "min": 200, + "max": null, + "price": 41.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3321/ppb-11218-supernova-orange-tds-dt20230912174019482549.pdf?1694540421", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14904/supernova-orange-ppb-11218-dt20230727211305655887-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11218/supernova-orange", + "scraped_at": "2026-05-01T00:24:19.282Z" + }, + { + "sku": "PPB-11219", + "color_name": "Supernova Yellow", + "description": "Supernova Yellow is a vibrant yellow transparent polyester with chunky silver glitter and a high gloss finish. High Gloss: 85+ Gloss Units Due to the size and density of the metallic flake a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 35.25 + }, + { + "min": 50, + "max": 199, + "price": 33.49 + }, + { + "min": 200, + "max": null, + "price": 31.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3784/ppb-11219-supernova-yellow-tds-dt20230925154541707247.pdf?1695656743", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14906/supernova-yellow-ppb-11219-dt20231030153859706095-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11219/supernova-yellow", + "scraped_at": "2026-05-01T00:24:31.770Z" + }, + { + "sku": "PPB-11260", + "color_name": "Teal Shimmer", + "description": "Teal Shimmer is a vibrant transparent teal polyester and has a high gloss finish. High Gloss: 85+ Gloss Units Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Proposition 65 Warning CREATIONS MADE WITH TEAL SHIMMER View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21 + }, + { + "min": 50, + "max": 199, + "price": 19.95 + }, + { + "min": 200, + "max": null, + "price": 18.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4644/ppb-11260-teal-shimmer-tds-dt20231103150952801839.pdf?1699024194", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15081/teal-shimmer-ppb-11260-dt20231106225803936044-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11260/teal-shimmer", + "scraped_at": "2026-05-01T00:24:42.542Z" + }, + { + "sku": "PPB-11277", + "color_name": "Ruby Pearl", + "description": "Ruby Pearl is a vivid red polyester transparent with red and light purple metallic flakes and has a high gloss finish. High Gloss: 85+ Gloss Units Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.31 + }, + { + "min": 50, + "max": 199, + "price": 23.09 + }, + { + "min": 200, + "max": null, + "price": 21.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6395/ppb-11277-ruby-pearl-tds-dt20240429170135636425.pdf?1714410097", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16870/ruby-pearl-ppb-11277-dt20240517203152149284-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11277/ruby-pearl", + "scraped_at": "2026-05-01T00:24:55.486Z" + }, + { + "sku": "PPB-1128", + "color_name": "MICRO DUST", + "description": "Micro Dust is a very light mist of an ultra-fine white pearl. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.62 + }, + { + "min": 50, + "max": 199, + "price": 12.94 + }, + { + "min": 200, + "max": null, + "price": 12.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4476/ppb-1128-micro-dust-tds-dt20231031175212346991.pdf?1698774734", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2224/micro-dust-ppb-1130-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1128/micro-dust", + "scraped_at": "2026-05-01T00:25:09.865Z" + }, + { + "sku": "PPB-11284", + "color_name": "Confetti Sparkle", + "description": "Confetti Sparkle is a fine flake purple and blue dominant pastel rainbow transparent clear metallic polyester and has a high gloss finish. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.26 + }, + { + "min": 50, + "max": 199, + "price": 14.5 + }, + { + "min": 200, + "max": null, + "price": 13.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16872/confetti-sparkle-ppb-11284-dt20240503172836650771-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11284/confetti-sparkle", + "scraped_at": "2026-05-01T00:25:21.727Z" + }, + { + "sku": "PPB-11285", + "color_name": "Deep Sea Kelp", + "description": "Deep Sea Kelp is a mossy kelp flaked transparent clear metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.39 + }, + { + "min": 50, + "max": 199, + "price": 12.72 + }, + { + "min": 200, + "max": null, + "price": 12.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16411/deep-sea-kelp-ppb-11285-dt20240228154735630829-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11285/deep-sea-kelp", + "scraped_at": "2026-05-01T00:25:36.224Z" + }, + { + "sku": "PPB-11286", + "color_name": "Strawberry Rose", + "description": "Strawberry Rose is red polyester transparent with pink and light purple metallic flakes and has a high gloss finish. High Gloss: 85+ Gloss Units Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning CREATIONS MADE WITH STRAWBERRY ROSE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.74 + }, + { + "min": 50, + "max": 199, + "price": 25.4 + }, + { + "min": 200, + "max": null, + "price": 24.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7359/ppb-11286-strawberry-rose-dt20250519202523808165.pdf?1747686326", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16874/strawberry-rose-ppb-11286-dt2024052216424758025-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11286/strawberry-rose", + "scraped_at": "2026-05-01T00:25:49.304Z" + }, + { + "sku": "PPB-11287", + "color_name": "Cherry Twist", + "description": "Cherry Twist is a bronze burgundy polyester transparent clear metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Two Coat information: To achieve this color as shown, Black Jack USS-1522 must be applied as a base coat. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.71 + }, + { + "min": 50, + "max": 199, + "price": 14.92 + }, + { + "min": 200, + "max": null, + "price": 14.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6397/ppb-11287-cherry-twist-tds-dt20240429170639223319.pdf?1714410401", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16875/cherry-twist-ppb-11287-dt20240826212004494546-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11287/cherry-twist", + "scraped_at": "2026-05-01T00:26:04.435Z" + }, + { + "sku": "PPB-11288", + "color_name": "Saturn Sparkle", + "description": "Saturn Sparkle is a brown polyester transparent clear metallic with teal and light green flakes and has a high gloss finish. High Gloss: 85+ Gloss Units Two Coat Information: To achieve this color as shown, Ink Black PSS-0106 must be applied as a base coat. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.03 + }, + { + "min": 50, + "max": 199, + "price": 17.13 + }, + { + "min": 200, + "max": null, + "price": 16.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16877/saturn-sparkle-ppb-11288-dt20240530183108828788-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11288/saturn-sparkle", + "scraped_at": "2026-05-01T00:26:19.290Z" + }, + { + "sku": "PPB-11295", + "color_name": "Deep Sea Sparkle", + "description": "Deep Sea Sparkle is a deep teal polyester transparent clear metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.83 + }, + { + "min": 50, + "max": 199, + "price": 13.14 + }, + { + "min": 200, + "max": null, + "price": 12.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16413/deep-sea-sparkle-ppb-11295-dt20240221155827114752-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11295/deep-sea-sparkle", + "scraped_at": "2026-05-01T00:26:29.968Z" + }, + { + "sku": "PPB-11298", + "color_name": "Rootbeer Candy", + "description": "Rootbeer Candy is a root beer brown polyester transparent and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.82 + }, + { + "min": 50, + "max": 199, + "price": 17.88 + }, + { + "min": 200, + "max": null, + "price": 16.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6566/ppb-11298-rootbeer-candy-tds-dt20240514151327475132.pdf?1715699610", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16806/rootbeer-candy-ppb-11298-dt20250214214122957258-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11298/rootbeer-candy", + "scraped_at": "2026-05-01T00:26:41.795Z" + }, + { + "sku": "PPB-11312", + "color_name": "Mellow Gold", + "description": "Mellow Gold is a gold transparent polyester and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.88 + }, + { + "min": 50, + "max": 199, + "price": 21.74 + }, + { + "min": 200, + "max": null, + "price": 20.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7058/ppb-11312-mellow-gold-dt20250217183840187769.pdf?1739817522", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16946/mellow-gold-ppb-11312-dt20240514203337610474-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11312/mellow-gold", + "scraped_at": "2026-05-01T00:26:52.233Z" + }, + { + "sku": "PPB-11327", + "color_name": "Magenta Madness", + "description": "Magenta Madness is a purple-toned cranberry polyester transparent and has a high gloss finish. High Gloss: 85+ Gloss Units Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.92 + }, + { + "min": 50, + "max": 199, + "price": 17.97 + }, + { + "min": 200, + "max": null, + "price": 17.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6445/ppb-11327-magenta-madness-tds-dt20240507180349373446.pdf?1715105031", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16960/magenta-madness-ppb-11327-dt20240826211206532168-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11327/magenta-madness", + "scraped_at": "2026-05-01T00:27:02.653Z" + }, + { + "sku": "PPB-1133", + "color_name": "Blackberry Sparkle", + "description": "Blackberry Sparkle is a dark blue/purple top coat with a fine sparkle. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH BLACKBERRY SPARKLE View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.44 + }, + { + "min": 50, + "max": 199, + "price": 13.72 + }, + { + "min": 200, + "max": null, + "price": 13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4477/ppb-1133-blackberry-sparkle-tds-dt20231031175417572844.pdf?1698774860", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2226/blackberry-sparkle-ppb-1133-dt20250409191633986162-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1133/blackberry-sparkle", + "scraped_at": "2026-05-01T00:27:17.595Z" + }, + { + "sku": "PPB-11510", + "color_name": "Purple Crush", + "description": "Purple Crush is a purple to cobalt polyester metallic transparent with teal and purple flakes and has a high gloss finish. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.77 + }, + { + "min": 50, + "max": 199, + "price": 23.53 + }, + { + "min": 200, + "max": null, + "price": 22.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7003/ppb-11510-purple-crush-dt20250108200517714705.pdf?1736366721", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17293/purple-crush-ppb-11510-dt2024080520312513339-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11510/purple-crush", + "scraped_at": "2026-05-01T00:27:27.657Z" + }, + { + "sku": "PPB-11650", + "color_name": "Pink Champagne", + "description": "Pink Champagne is a light copper polyester transparent and has a high gloss finish. Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.1 + }, + { + "min": 50, + "max": 199, + "price": 19.1 + }, + { + "min": 200, + "max": null, + "price": 18.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7035/ppb-11650-pink-champagne-dt20250121230325605849.pdf?1737500607", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18145/pink-champagne-ppb-11650-dt20250204230340472057-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11650/pink-champagne", + "scraped_at": "2026-05-01T00:27:39.415Z" + }, + { + "sku": "PPB-11651", + "color_name": "Rose Gold", + "description": "Rose Gold is a rose gold polyester transparent and has a high gloss finish. High Gloss: 85+ Gloss Units Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.74 + }, + { + "min": 50, + "max": 199, + "price": 13.05 + }, + { + "min": 200, + "max": null, + "price": 12.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7036/ppb-11651-rose-gold-dt20250121230348961774.pdf?1737500631", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18147/rose-gold-ppb-11651-dt20250214225941023511-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11651/rose-gold", + "scraped_at": "2026-05-01T00:27:56.251Z" + }, + { + "sku": "PPB-11769", + "color_name": "Deep Space Sparkle", + "description": "Deep Space Sparkle is a medium aqua blue polyester transparent clear metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.23 + }, + { + "min": 50, + "max": 199, + "price": 12.57 + }, + { + "min": 200, + "max": null, + "price": 11.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19293/deep-space-sparkle-ppb-11769-dt20260312184711068508-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11769/deep-space-sparkle", + "scraped_at": "2026-05-01T00:28:09.815Z" + }, + { + "sku": "PPB-11775", + "color_name": "Velvet Nebula", + "description": "Velvet Nebula is a burgundy red with rich aqua metallics and is a transparent clear metallic with a high gloss finish. High Gloss: 85+ Gloss Units Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.68 + }, + { + "min": 50, + "max": 199, + "price": 13 + }, + { + "min": 200, + "max": null, + "price": 12.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19343/velvet-nebula-ppb-11775-dt20260312201511154381-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11775/velvet-nebula", + "scraped_at": "2026-05-01T00:28:24.188Z" + }, + { + "sku": "PPB-1224", + "color_name": "Bright Aquamarine", + "description": "Bright Aquamarine is a bright blue top coat with a metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.23 + }, + { + "min": 50, + "max": 199, + "price": 14.47 + }, + { + "min": 200, + "max": null, + "price": 13.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2228/bright-aquamarine-ppb-1224-dt20181213183532191-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1224/bright-aquamarine", + "scraped_at": "2026-05-01T00:28:34.011Z" + }, + { + "sku": "PPB-1342", + "color_name": "Archery Blue", + "description": "Archery Blue is a rich blue with a slight sparkle. This color is a polyester top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.44 + }, + { + "min": 50, + "max": 199, + "price": 13.72 + }, + { + "min": 200, + "max": null, + "price": 13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5844/ppb-1342-archery-blue-tds-dt20240320164940731977.pdf?1710953382", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2230/archery-blue-ppb-1342-dt20181220224024458-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1342/archery-blue", + "scraped_at": "2026-05-01T00:28:45.666Z" + }, + { + "sku": "PPB-1500", + "color_name": "Anodized Brass", + "description": "Anodized Brass is a transparent yellow brass. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Anodized PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.44 + }, + { + "min": 50, + "max": 199, + "price": 15.62 + }, + { + "min": 200, + "max": null, + "price": 14.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6744/ppb-1500-anodized-brass-dt20240715155209152697.pdf?1721058731", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2234/anodized-brass-ppb-1500-dt20210408211140114-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1500/anodized-brass", + "scraped_at": "2026-05-01T00:29:00.749Z" + }, + { + "sku": "PPB-1530", + "color_name": "OFFICE BRASS", + "description": "Office Brass is a brass polyester transparent and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.21 + }, + { + "min": 50, + "max": 199, + "price": 13.5 + }, + { + "min": 200, + "max": null, + "price": 12.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8071/ppb-1530-office-brass-dt20260119205807827196.pdf?1768856289", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7887/wm-office-brass-ppb-1530-dt2026021015520488394-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1530/office-brass", + "scraped_at": "2026-05-01T00:29:15.717Z" + }, + { + "sku": "PPB-1532", + "color_name": "GLAZED PURPLE", + "description": "Glazed Purple is a deep transparent purple with a soft purple metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.55 + }, + { + "min": 50, + "max": 199, + "price": 14.77 + }, + { + "min": 200, + "max": null, + "price": 14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2238/glazed-purple-ppb-1534-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1532/glazed-purple", + "scraped_at": "2026-05-01T00:29:27.844Z" + }, + { + "sku": "PPB-1591", + "color_name": "GOLDEN BRASS", + "description": "Golden Brass is a transparent medium golden brass. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: I am planning on coating a customer’s wheel set in Golden Brass PPB-1591. I recall having difficulty getting transparent powders like this to cover evenly and not have the edges of the coatings burn. - Matthew Maltais 04/16/20 09:42 am Answer: Transparent Top coats are made up of Clear Coat and color. Many applicators feel that applying these by “Hot-Flocking” is the best method. While this method may seem to be the easiest method it’s a short-cut that has ramifications. In our opinion this is not the best method for application and can be avoided if the right steps for prep and settings are taken into consideration. Having a good ground, correct voltage, well ventilated and large enough oven and being patient with the process will provide a fantastic finish. This is proven by the hundreds of on-line gallery images of transparent top coats shown on our website gallery. Transparent powder finish consistencies are largely affected by application thickness so being patient, having the right tools (mil gauge) and utilizing the flow-out or gel-out process can improve your Transparent coating application. Applying too heavy and exposing to too hot of temps can cause what looks like a melting powder, runs and a brittle finished product. Oven curing and where your burners are located can also have a lot to do with how a transparent looks when cured. Too close to a burner that is exposed directly to a part being cured can quickly burn/yellow that transparent coating. Making sure electric burners are diffused somehow. Remember that the oven may be at 375 or 400 degrees F where the thermostat is but those burners are much much hotter. Here are links to an article and a video discussing applying a transparent top coat. These address why we don’t advise hot flocking and how to get an even coating when applying cold (room temperature). https://www.prismaticpowders.com/learn/45/why-is-the-powder-coating-color-or-finish-inconsistent https://www.youtube.com/watch?v=4BpmUaPEeWc&list=PLOVgfM51vRcPIYVRxWkKwbBu_XpyCxxY-&index=13 Because Transparent top coats are generally a second coating an applicator will need to adjust their KV and air pressures, ensure their ground is still good and proceed slowly. Not rushing to get full coverage on your first pass can help with accomplishing a nice consistent finish, especially if you have a part with many faraday areas. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17 + }, + { + "min": 50, + "max": 199, + "price": 16.15 + }, + { + "min": 200, + "max": null, + "price": 15.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5036/ppb-1591-golden-brass-tds-dt20231128221611684205.pdf?1701209773", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2244/golden-brass-ppb-1591-dt20201229162911722-thumbnail.jpg?1609259354&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1591/golden-brass", + "scraped_at": "2026-05-01T00:29:41.392Z" + }, + { + "sku": "PPB-1686", + "color_name": "Aqua Dust", + "description": "Aqua Dust is a polyester transparent clear metallic with aqua flakes and has a high gloss finish. High Gloss: 85+ Gloss Units Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.41 + }, + { + "min": 50, + "max": 199, + "price": 12.74 + }, + { + "min": 200, + "max": null, + "price": 12.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8117/ppb-1686-aqua-dust-dt20260206202604797266.pdf?1770409566", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7889/aqua-dust-ppb-1686-dt20260420144425916509-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1686/aqua-dust", + "scraped_at": "2026-05-01T00:29:56.121Z" + }, + { + "sku": "PPB-1745", + "color_name": "CRAN-RASPBERRY", + "description": "Cran-Raspberry is a rich transparent pink. This color is a polyester top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.69 + }, + { + "min": 50, + "max": 199, + "price": 17.76 + }, + { + "min": 200, + "max": null, + "price": 16.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7701/ppb-1745-cran-raspberry-dt20251215185941715806.pdf?1765825183", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2246/cran-raspberry-ppb-1745-dt20200331161236948-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1745/cran-raspberry", + "scraped_at": "2026-05-01T00:30:12.467Z" + }, + { + "sku": "PPB-1782", + "color_name": "Cool Purple 1998", + "description": "Cool Purple 1998 is a purple polyester transparent clear metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.65 + }, + { + "min": 50, + "max": 199, + "price": 18.67 + }, + { + "min": 200, + "max": null, + "price": 17.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6208/ppb-1782-cool-purple-98-tds-dt20240419160621495426.pdf?1713542784", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7891/cool-purple-1998-ppb-1782-dt20240419220009440039-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1782/cool-purple-1998", + "scraped_at": "2026-05-01T00:30:28.450Z" + }, + { + "sku": "PPB-1828", + "color_name": "SOFTER BRASS", + "description": "Softer Brass is a brass polyester transparent and has a high gloss finish. High Gloss: 85+ Gloss Units Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.96 + }, + { + "min": 50, + "max": 199, + "price": 11.36 + }, + { + "min": 200, + "max": null, + "price": 10.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6377/ppb-1828-softer-brass-tds-dt20240425163104354752.pdf?1714062666", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7893/softer-brass-ppb-1828-dt20240510201256732933-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1828/softer-brass", + "scraped_at": "2026-05-01T00:30:42.404Z" + }, + { + "sku": "PPB-1829", + "color_name": "LITE BRASS", + "description": "Lite Brass is a faint brass polyester transparent and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.65 + }, + { + "min": 50, + "max": 199, + "price": 12.97 + }, + { + "min": 200, + "max": null, + "price": 12.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7895/lite-brass-ppb-1829-dt20260402164942293033-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1829/lite-brass", + "scraped_at": "2026-05-01T00:30:53.240Z" + }, + { + "sku": "PPB-1844", + "color_name": "TRUE GOLD", + "description": "True Gold is a clear top coat with a gold pearl. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH TRUE GOLD View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.63 + }, + { + "min": 50, + "max": 199, + "price": 13.9 + }, + { + "min": 200, + "max": null, + "price": 13.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4748/ppb-1844-true-gold-tds-dt20231120212035382213.pdf?1700515237", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2248/true-gold-ppb-1844-dt2022030917270142419-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1844/true-gold", + "scraped_at": "2026-05-01T00:31:05.634Z" + }, + { + "sku": "PPB-1849", + "color_name": "Antiqued Brass", + "description": "Antiqued Brass is a brassy green top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.44 + }, + { + "min": 50, + "max": 199, + "price": 13.72 + }, + { + "min": 200, + "max": null, + "price": 13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7237/ppb-1849-antiqued-brass-dt20250425193321955568.pdf?1745609604", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2250/antiqued-brass-ppb-1849-dt20181213161552281-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1849/antiqued-brass", + "scraped_at": "2026-05-01T00:31:22.302Z" + }, + { + "sku": "PPB-1873", + "color_name": "ULTRA MIDNIGHT", + "description": "Ultra Midnight is an extremely dark blue top coat. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.44 + }, + { + "min": 50, + "max": 199, + "price": 13.72 + }, + { + "min": 200, + "max": null, + "price": 13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5040/ppb-1873-ultra-midnight-tds-dt20231128223616571976.pdf?1701210979", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2252/ultra-midnight-ppb-1875-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1873/ultra-midnight", + "scraped_at": "2026-05-01T00:31:37.311Z" + }, + { + "sku": "PPB-1875", + "color_name": "Brilliant Gold Matte", + "description": "Brilliant Gold Matte is a gold polyester transparent clear metallic and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.65 + }, + { + "min": 50, + "max": 199, + "price": 14.87 + }, + { + "min": 200, + "max": null, + "price": 14.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7897/brilliant-gold-matte-ppb-1875-dt20240419212627352374-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1875/brilliant-gold-matte", + "scraped_at": "2026-05-01T00:31:48.463Z" + }, + { + "sku": "PPB-1895", + "color_name": "EXECULAMP BRASS", + "description": "Execulamp is a brassy transparent polyester and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.88 + }, + { + "min": 50, + "max": 199, + "price": 16.99 + }, + { + "min": 200, + "max": null, + "price": 16.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7899/execulamp-brass-ppb-1895-dt20260105214959504781-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1895/execulamp-brass", + "scraped_at": "2026-05-01T00:32:02.486Z" + }, + { + "sku": "PPB-1917", + "color_name": "ELECTRO PURPLE", + "description": "Electro Purple is a dark transparent purple with a fine blue metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.45 + }, + { + "min": 50, + "max": 199, + "price": 16.58 + }, + { + "min": 200, + "max": null, + "price": 15.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5463/ppb-1917-electro-purple-tds-dt20240103160838466016.pdf?1704298120", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2254/electro-purple-ppb-1917-dt2025073122235108237-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1917/electro-purple", + "scraped_at": "2026-05-01T00:32:18.473Z" + }, + { + "sku": "PPB-1954", + "color_name": "SILKY CLEAR", + "description": "Silky Clear is a transparent clear top coat polyester and has a high gloss finish. High Gloss: 85+ Gloss Units Two Coat Information: To achieve this color as shown, Black Jack USS-1522 must be applied as a base coat. Silky Clear has been applied to the left side for comparison. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.56 + }, + { + "min": 50, + "max": 199, + "price": 13.83 + }, + { + "min": 200, + "max": null, + "price": 13.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3839/ppb-1954-silky-clear-tds-dt20230925211049172765.pdf?1695676251", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7450/silky-clear-ppb-1954-dt20251013213049674645-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1954/silky-clear", + "scraped_at": "2026-05-01T00:32:30.750Z" + }, + { + "sku": "PPB-2035", + "color_name": "Super Dust Sable", + "description": "Super Dust Sable is a sparkling satin dusting of silver and white. This color is a polyester transparent clear metallic top coat powder coat and has a satin finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Satin: 21-36 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.21 + }, + { + "min": 50, + "max": 199, + "price": 13.5 + }, + { + "min": 200, + "max": null, + "price": 12.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2258/super-dust-sable-ppb-2035-dt20260326164252048079-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2035/super-dust-sable", + "scraped_at": "2026-05-01T00:32:42.848Z" + }, + { + "sku": "PPB-2088", + "color_name": "BURK SOFT POLY STAINLESS", + "description": "Burk Soft Poly Stainless is a warm grey transparent polyester and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.82 + }, + { + "min": 50, + "max": 199, + "price": 16.93 + }, + { + "min": 200, + "max": null, + "price": 16.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7903/burk-soft-poly-stainless-ppb-2088-dt20251124213443681649-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2088/burk-soft-poly-stainless", + "scraped_at": "2026-05-01T00:32:54.557Z" + }, + { + "sku": "PPB-2114", + "color_name": "TRANQUIL COPPER", + "description": "Tranquil Copper is a chocolate brown with a gold metallic flake. This color is a polyester top coat powder coat and has a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.06 + }, + { + "min": 50, + "max": 199, + "price": 18.11 + }, + { + "min": 200, + "max": null, + "price": 17.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2260/tranquil-copper-ppb-2114-dt20200519155107573-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2114/tranquil-copper", + "scraped_at": "2026-05-01T00:33:06.770Z" + }, + { + "sku": "PPB-2116", + "color_name": "Soft Musk", + "description": "Soft Musk is a bronze grey polyester transparent and has a satin finish. Satin: 21-35 Gloss Units Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.13 + }, + { + "min": 50, + "max": 199, + "price": 17.22 + }, + { + "min": 200, + "max": null, + "price": 16.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7905/soft-musk-ppb-2116-dt20240530182913695189-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2116/soft-musk", + "scraped_at": "2026-05-01T00:33:17.244Z" + }, + { + "sku": "PPB-2144", + "color_name": "MAJESTIC PURPLE", + "description": "Majestic Purple is a deep, rich purple top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH MAJESTIC PURPLE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.68 + }, + { + "min": 50, + "max": 199, + "price": 16.8 + }, + { + "min": 200, + "max": null, + "price": 15.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5461/ppb-2144-majestic-purple-tds-dt20240103160159569087.pdf?1704297722", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2262/majestic-purple-ppb-2144-dt20190528180452129-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2144/majestic-purple", + "scraped_at": "2026-05-01T00:33:31.344Z" + }, + { + "sku": "PPB-2149", + "color_name": "Jockey Blue", + "description": "Jockey Blue is a transparent cobalt blue with a hint of metallic. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.28 + }, + { + "min": 50, + "max": 199, + "price": 16.42 + }, + { + "min": 200, + "max": null, + "price": 15.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5840/ppb-2149-jockey-blue-tds-dt20240320163916555237.pdf?1710952758", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2264/jockey-blue-ppb-2149-dt20181214224542832-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2149/jockey-blue", + "scraped_at": "2026-05-01T00:33:42.549Z" + }, + { + "sku": "PPB-2203", + "color_name": "Chic Purple", + "description": "Chic Purple is a stylish rich purple. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.44 + }, + { + "min": 50, + "max": 199, + "price": 13.72 + }, + { + "min": 200, + "max": null, + "price": 13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7115/ppb-2203-chic-purple-dt20250312201105904343.pdf?1741810268", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2266/chic-purple-ppb-2203-dt20250623221034780162-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2203/chic-purple", + "scraped_at": "2026-05-01T00:33:58.083Z" + }, + { + "sku": "PPB-2238", + "color_name": "EMERALD FROST", + "description": "Emerald Frost is a green top coat with a fine green metallic. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH EMERALD FROST View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.44 + }, + { + "min": 50, + "max": 199, + "price": 13.72 + }, + { + "min": 200, + "max": null, + "price": 13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4749/ppb-2238-emerald-frost-tds-dt20231120212224706051.pdf?1700515346", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2268/emerald-frost-ppb-2238-dt2020042718350425-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2238/emerald-frost", + "scraped_at": "2026-05-01T00:34:12.423Z" + }, + { + "sku": "PPB-2260", + "color_name": "ELECTRO FROST", + "description": "Electro Frost is a bright frosty purple top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.67 + }, + { + "min": 50, + "max": 199, + "price": 17.74 + }, + { + "min": 200, + "max": null, + "price": 16.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5464/ppb-2260-electro-frost-tds-dt20240103161028758977.pdf?1704298230", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2270/electro-frost-ppb-2262-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2260/electro-frost", + "scraped_at": "2026-05-01T00:34:24.135Z" + }, + { + "sku": "PPB-2262", + "color_name": "Anodized Gold", + "description": "Anodized Gold is a transparent medium gold. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): AnodizedDesignerAurum RichesExquisite SpacesRefined Metals CREATIONS MADE WITH ANODIZED GOLD View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: What gold colours can be applied over Super Chrome? - Harpslinger 02/17/19 05:11 pm VIEW 1 MORE ANSWER Answer: Pretty much any of them, but usually people stick to transparent colors. If you would like to see all the transparent gold color options, click on the \"gold' color square just below the search bar and then from the filter options, click on \"transparent\". - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.63 + }, + { + "min": 50, + "max": 199, + "price": 15.8 + }, + { + "min": 200, + "max": null, + "price": 14.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5873/ppb-2262-anodized-gold-tds-dt20240320213524515135.pdf?1710970526", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2272/anodized-gold-ppb-2262-dt20250520194325683055-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2262/anodized-gold", + "scraped_at": "2026-05-01T00:34:36.827Z" + }, + { + "sku": "PPB-2308", + "color_name": "PURPLE WINE", + "description": "Purple Wine is a bright transparent purple/blue with a soft metallic. This color is a polyester top coat powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.49 + }, + { + "min": 50, + "max": 199, + "price": 14.72 + }, + { + "min": 200, + "max": null, + "price": 13.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2274/purple-wine-ppb-2308-dt20250425155746661579-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2308/purple-wine", + "scraped_at": "2026-05-01T00:34:49.500Z" + }, + { + "sku": "PPB-2324", + "color_name": "Orange Tangelo", + "description": "Orange Tangelo is a transparent medium orange. This color is a polyester top coat powder coat and has a gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Anodized PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.51 + }, + { + "min": 50, + "max": 199, + "price": 19.48 + }, + { + "min": 200, + "max": null, + "price": 18.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2276/orange-tangelo-ppb-2324-dt2025062322161503522-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2324/orange-tangelo", + "scraped_at": "2026-05-01T00:35:02.148Z" + }, + { + "sku": "PPB-2331", + "color_name": "CANDY GOLD", + "description": "Candy Gold is a sparkling gold top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerAurum RichesRefined Metals CREATIONS MADE WITH CANDY GOLD View Details View Details View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Do I need to clear over it if I use Super Chrome then this gold? Or after the gold is it fine? - Bradly Merritt 03/04/19 09:18 am Answer: It will be fine with just the gold top coat, it is considered a top coat coat as well. - Prismatic Support Question: Do I need to apply a base coat to powder coat an aluminum case? Or can I just apply this Candy Gold straight up? If I need a base coat which one should that be? Thanks. - Gianclaudio Lambo 02/19/19 12:03 am Answer: You may be able to just apply directly over the aluminum, but it depends on how bright the aluminum is. Keep in mind the base coat color will affect the overall color outcome and any imperfections in the substrate will be visible. You can always spray a sample over bare aluminum and see how you like it, but if you need a base coat, you can use SUPER CHROME PLUS or a metallic silver such as ALLOY SILVER. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.8 + }, + { + "min": 50, + "max": 199, + "price": 14.06 + }, + { + "min": 200, + "max": null, + "price": 13.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7049/ppb-2331-candy-gold-dt20250130205144676762.pdf?1738270310", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2278/candy-gold-ppb-2331-dt20250610195134994414-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2331/candy-gold", + "scraped_at": "2026-05-01T00:35:15.621Z" + }, + { + "sku": "PPB-2366", + "color_name": "PSYCHO LEMON", + "description": "Psycho Lemon is a bright, transparent lemon yellow with a light yellow metallic flake. This color is a polyester top coat powder coat and has a gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning CREATIONS MADE WITH PSYCHO LEMON View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.64 + }, + { + "min": 50, + "max": 199, + "price": 14.86 + }, + { + "min": 200, + "max": null, + "price": 14.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2280/psycho-lemon-ppb-2366-dt20250813180458468542-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2366/psycho-lemon", + "scraped_at": "2026-05-01T00:35:28.164Z" + }, + { + "sku": "PPB-2388", + "color_name": "Anodized Purple", + "description": "Anodized Purple is a bold purple with an opaque-like transparent appearance. This color is a polyester top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Anodized PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: I was curious if you stocked color code YS706 or if you had anything close? - Wichita Area Technical College 05/14/19 01:21 am Answer: For color match questions, please contact our color match department at colormatch@prismaticpowders.com - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.65 + }, + { + "min": 50, + "max": 199, + "price": 20.57 + }, + { + "min": 200, + "max": null, + "price": 19.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2282/anodized-purple-ppb-2388-dt20190422180158281-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2388/anodized-purple", + "scraped_at": "2026-05-01T00:35:39.465Z" + }, + { + "sku": "PPB-2398", + "color_name": "Anodized Blueberry", + "description": "Anodized Blueberry is a true blue with an opaque-like transparent appearance. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Anodized PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.91 + }, + { + "min": 50, + "max": 199, + "price": 17.01 + }, + { + "min": 200, + "max": null, + "price": 16.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4287/ppb-2398-anodized-blueberry-tds-dt20231009150434587181.pdf?1696863876", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7177/anodized-blueberry-ppb-2398-dt20231010180843672509-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2398/anodized-blueberry", + "scraped_at": "2026-05-01T00:35:54.974Z" + }, + { + "sku": "PPB-2448", + "color_name": "PSYCHO LIME", + "description": "Psycho Lime is a transparent lime green. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH PSYCHO LIME View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.11 + }, + { + "min": 50, + "max": 199, + "price": 16.25 + }, + { + "min": 200, + "max": null, + "price": 15.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2284/psycho-lime-ppb-2448-dt20200414181440861-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2448/psycho-lime", + "scraped_at": "2026-05-01T00:36:10.228Z" + }, + { + "sku": "PPB-2450", + "color_name": "SWEET TANGELO", + "description": "Sweet Tangelo is a sparkling orange top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.12 + }, + { + "min": 50, + "max": 199, + "price": 19.11 + }, + { + "min": 200, + "max": null, + "price": 18.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2286/sweet-tangelo-ppb-2450-dt20190416171026475-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2450/sweet-tangelo", + "scraped_at": "2026-05-01T00:36:23.971Z" + }, + { + "sku": "PPB-2470", + "color_name": "MOUNTAIN GREEN", + "description": "Mountain Green is a transparent true green with a faint metallic appearance. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results as seen on the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 or other silver can be used as a base coat to simulate the appearance of a bright silver substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.58 + }, + { + "min": 50, + "max": 199, + "price": 14.8 + }, + { + "min": 200, + "max": null, + "price": 14.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8139/ppb-2470-mountain-green-dt20260216224705227783.pdf?1771282027", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2290/mountain-green-ppb-2470-dt201904222118208-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2470/mountain-green", + "scraped_at": "2026-05-01T00:36:38.705Z" + }, + { + "sku": "PPB-2488", + "color_name": "LEMON SUNSHINE", + "description": "Lemon Sunshine is a transparent lemon yellow with a soft shimmer. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.93 + }, + { + "min": 50, + "max": 199, + "price": 18.93 + }, + { + "min": 200, + "max": null, + "price": 17.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3532/ppb-2488-lemon-sunshine-tds-dt20230918161650445132.pdf?1695053812", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2292/lemon-sunshine-ppb-2488-dt20200428143517699-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2488/lemon-sunshine", + "scraped_at": "2026-05-01T00:36:51.660Z" + }, + { + "sku": "PPB-2493", + "color_name": "GOLDEN TANGELO", + "description": "Golden Tangelo is a shimmering orange top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.75 + }, + { + "min": 50, + "max": 199, + "price": 18.76 + }, + { + "min": 200, + "max": null, + "price": 17.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2294/golden-tangelo-ppb-2493-dt20181213221403674-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2493/golden-tangelo", + "scraped_at": "2026-05-01T00:37:01.730Z" + }, + { + "sku": "PPB-2498", + "color_name": "TANGY TANGELO", + "description": "Tangy Tangelo is a transparent bright orange with a satin gold metallic. This color is a polyester top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning CREATIONS MADE WITH TANGY TANGELO View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.24 + }, + { + "min": 50, + "max": 199, + "price": 20.18 + }, + { + "min": 200, + "max": null, + "price": 19.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2296/tangy-tangelo-ppb-2498-dt20200731160345974-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2498/tangy-tangelo", + "scraped_at": "2026-05-01T00:37:10.598Z" + }, + { + "sku": "PPB-2511", + "color_name": "Anodized Indigo", + "description": "Anodized Indigo is a transparent anodized, cobalt blue. This color is a polyester top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Anodized PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.74 + }, + { + "min": 50, + "max": 199, + "price": 16.85 + }, + { + "min": 200, + "max": null, + "price": 15.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5542/ppb-2511-anodized-indigo-tds-dt2024011516573561048.pdf?1705337858", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2298/anodized-indigo-ppb-2511-dt20210111231553337-thumbnail.jpg?1610406955&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2511/anodized-indigo", + "scraped_at": "2026-05-01T00:37:24.377Z" + }, + { + "sku": "PPB-2545", + "color_name": "Fantasy Blue", + "description": "Fantasy Blue is a blue/grey/silver top coat. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve the colors as shown, one of the following must be used as a base coat: PSS 0106 Ink Black PSS 6929 Atomic Tomato PSS 2779 International Orange PSS 4035 Lemon Peel PSS 5666 Kiwi Green PSS 1715 Playboy Blue PSS 1676 Sinbad Purple Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.34 + }, + { + "min": 50, + "max": 199, + "price": 12.67 + }, + { + "min": 200, + "max": null, + "price": 12.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4750/ppb-2545-fantasy-blue-tds-dt20231120212352829327.pdf?1700515434", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2300/fantasy-blue-ppb-2545-dt20190108165133134-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2545/fantasy-blue", + "scraped_at": "2026-05-01T00:37:36.472Z" + }, + { + "sku": "PPB-2586", + "color_name": "STARRY INDIGO", + "description": "Starry Indigo is a semi-transparent purple-blue with a fine white metallic. This color is a polyester top coat powder coat and has a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.59 + }, + { + "min": 50, + "max": 199, + "price": 17.66 + }, + { + "min": 200, + "max": null, + "price": 16.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5851/ppb-2586-starry-indigo-tds-dt20240320183947071176.pdf?1710959989", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2302/starry-indigo-ppb-2586-dt20190109231850418-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2586/starry-indigo", + "scraped_at": "2026-05-01T00:37:51.211Z" + }, + { + "sku": "PPB-2610", + "color_name": "BRAKE DUST", + "description": "Brake Dust is a translucent charcoal color with a silver metallic. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.97 + }, + { + "min": 50, + "max": 199, + "price": 19.92 + }, + { + "min": 200, + "max": null, + "price": 18.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5046/ppb-2610-brake-dust-tds-dt20231128230346332276.pdf?1701212630", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2304/brake-dust-ppb-2612-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2610/brake-dust", + "scraped_at": "2026-05-01T00:38:06.850Z" + }, + { + "sku": "PPB-2757", + "color_name": "Booty Blue", + "description": "Booty Blue is a bright transparent blue with a silver metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH BOOTY BLUE View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.66 + }, + { + "min": 50, + "max": 199, + "price": 14.88 + }, + { + "min": 200, + "max": null, + "price": 14.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6704/ppb-2757-booty-blue-tds-dt202406132121031369.pdf?1718313665", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2312/booty-blue-ppb-2757-dt20200408182547298-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2757/booty-blue", + "scraped_at": "2026-05-01T00:38:18.742Z" + }, + { + "sku": "PPB-2794", + "color_name": "POPSICLE PURPLE", + "description": "Popsicle Purple is a glittering purple top coat. This color is a polyester top coat powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.7 + }, + { + "min": 50, + "max": 199, + "price": 14.92 + }, + { + "min": 200, + "max": null, + "price": 14.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5647/ppb-2794-popsicle-purple-tds-dt2024020622153083368.pdf?1707257734", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8937/popsicle-purple-ppb-2794-dt20260401183430787106-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2794/popsicle-purple", + "scraped_at": "2026-05-01T00:38:28.545Z" + }, + { + "sku": "PPB-2796", + "color_name": "CANDY GRAPE II", + "description": "Candy Grape II is a transparent grape purple with a fine purple metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH CANDY GRAPE II View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Do you speak french ? And price is us or can ? - Dave Perreault 12/09/18 09:33 pm Answer: We do not speak French. Prices are in USD $. Canadian customers pay an additional 5% which would cover VAT and other charges. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.32 + }, + { + "min": 50, + "max": 199, + "price": 14.55 + }, + { + "min": 200, + "max": null, + "price": 13.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7905/ppb-2796-candy-grape-ii-dt20260102210833609098.pdf?1767388115", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2316/candy-grape-ii-ppb-2796-dt20201209234035246-thumbnail.jpg?1607557236&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2796/candy-grape-ii", + "scraped_at": "2026-05-01T00:38:44.083Z" + }, + { + "sku": "PPB-2797", + "color_name": "Hardly Red", + "description": "Hardly Red is a rich pinkish red. This color is a polyester top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.47 + }, + { + "min": 50, + "max": 199, + "price": 18.5 + }, + { + "min": 200, + "max": null, + "price": 17.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2318/hardly-red-ppb-2797-dt20181213222637906-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2797/hardly-red", + "scraped_at": "2026-05-01T00:38:56.672Z" + }, + { + "sku": "PPB-2813", + "color_name": "Blue Mood", + "description": "Blue Mood is a retro blue top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH BLUE MOOD View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.49 + }, + { + "min": 50, + "max": 199, + "price": 14.72 + }, + { + "min": 200, + "max": null, + "price": 13.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5852/ppb-2813-blue-mood-tds-dt20240320184625933433.pdf?1710960387", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2320/blue-mood-ppb-2813-dt20181213175042596-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2813/blue-mood", + "scraped_at": "2026-05-01T00:46:21.335Z" + }, + { + "sku": "PPB-2823", + "color_name": "COPPERSUN", + "description": "Coppersun is an opaque golden bronze with a heavy metallic. This color is a polyester top coat powder coat and has a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerRusset EleganceRefined Metals PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.05 + }, + { + "min": 50, + "max": 199, + "price": 14.3 + }, + { + "min": 200, + "max": null, + "price": 13.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3129/ppb-2823-coppersun-tds-dt20230831211758243496.pdf?1693516679", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2322/coppersun-ppb-2823-dt2020060422310621-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2823/coppersun", + "scraped_at": "2026-05-01T00:46:38.800Z" + }, + { + "sku": "PPB-2824", + "color_name": "COPPERTONE", + "description": "Coppertone is an opaque metallic copper. This color is a polyester top coat powder coat and has a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerRusset EleganceRefined Metals PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.73 + }, + { + "min": 50, + "max": 199, + "price": 18.74 + }, + { + "min": 200, + "max": null, + "price": 17.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6674/ppb-2824-coppertone-tds-dt20240529181153515685.pdf?1717006316", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2324/coppertone-ppb-2824-dt20200702203929813-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2824/coppertone", + "scraped_at": "2026-05-01T00:46:49.631Z" + }, + { + "sku": "PPB-2846", + "color_name": "PURPLE GLAZE", + "description": "Purple Glaze is a transparent medium purple. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.78 + }, + { + "min": 50, + "max": 199, + "price": 14.99 + }, + { + "min": 200, + "max": null, + "price": 14.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7904/ppb-2846-purple-glaze-dt20260102210757807338.pdf?1767388079", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2326/purple-glaze-ppb-2846-dt20200417182035571-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2846/purple-glaze", + "scraped_at": "2026-05-01T00:47:01.472Z" + }, + { + "sku": "PPB-2889", + "color_name": "SPOT LIGHT", + "description": "Spot Light is a clear coat with a faint silver/rainbow metallic. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH SPOT LIGHT View Details View Details View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. Question: Will Clear Coats other than Clear Vision PPS-2974 and Transparent Top Coats work with the Illusion Series powders? - Diamond-surface 09/07/19 03:51 am Answer: Yes, other Clear Coats and Transparent Top Coats like Spot Light PPB-2889 will work with Illusion series powders. Remember that the Illusion base coats are only partially cured (flow-out plus 2 minutes) but always follow the cure instructions for whatever clear or transparent top coat you plan to use. Application guides for each of our powders are located on our website. THE CURE TIMER DOES NOT START until the PART reaches the required cure temperature. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.92 + }, + { + "min": 50, + "max": 199, + "price": 15.12 + }, + { + "min": 200, + "max": null, + "price": 14.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4751/ppb-2889-spot-light-tds-dt20231120212544526789.pdf?1700515546", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2328/spot-light-ppb-2889-dt20220324211118513228-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2889/spot-light", + "scraped_at": "2026-05-01T00:47:14.150Z" + }, + { + "sku": "PPB-2981", + "color_name": "TWINKLE TOES", + "description": "Twinkle Toes is a fine, light silver sparkle. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.21 + }, + { + "min": 50, + "max": 199, + "price": 13.5 + }, + { + "min": 200, + "max": null, + "price": 12.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4752/ppb-2981-twinkle-toes-tds-dt20231120212740656283.pdf?1700515662", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2332/twinkle-toes-ppb-2983-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2981/twinkle-toes", + "scraped_at": "2026-05-01T00:47:27.869Z" + }, + { + "sku": "PPB-2991", + "color_name": "Sneaky Blue", + "description": "Sneaky Blue is a polyester transparent clear metallic with a light blue sheen and has a high gloss finish. High Gloss: 85+ Gloss Units Top Coat Information: Top coats are transparent. The color and brightness of the substrate under a top coat will affect the finished appearance. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.01 + }, + { + "min": 50, + "max": 199, + "price": 14.26 + }, + { + "min": 200, + "max": null, + "price": 13.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7919/sneaky-blue-ppb-2991-dt20250623152202422036-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2991/sneaky-blue", + "scraped_at": "2026-05-01T00:47:41.786Z" + }, + { + "sku": "PPB-2994", + "color_name": "COUNTERFEIT BRASS", + "description": "Counterfeit Brass is a transparent brass with a fine silver and brown metallic. This color is a polyester top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.64 + }, + { + "min": 50, + "max": 199, + "price": 18.66 + }, + { + "min": 200, + "max": null, + "price": 17.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2334/counterfeit-brass-ppb-2994-dt20201204164042618-thumbnail.jpg?1607100045&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2994/counterfeit-brass", + "scraped_at": "2026-05-01T00:47:55.154Z" + }, + { + "sku": "PPB-3007", + "color_name": "Broom Sticks", + "description": "Broom Sticks is a warm grey transparent and has a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.55 + }, + { + "min": 50, + "max": 199, + "price": 16.67 + }, + { + "min": 200, + "max": null, + "price": 15.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6367/ppb-3007-broom-sticks-tds-dt202404251551564824.pdf?1714060318", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7924/broom-sticks-ppb-3007-dt2024101420554502259-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-3007/broom-sticks", + "scraped_at": "2026-05-01T00:48:06.288Z" + }, + { + "sku": "PPB-3012", + "color_name": "Crystal Praxis", + "description": "Crystal Praxis is a medium blue top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.59 + }, + { + "min": 50, + "max": 199, + "price": 15.76 + }, + { + "min": 200, + "max": null, + "price": 14.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5859/ppb-3012-crystal-praxis-tds-dt20240320185836803116.pdf?1710961120", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2336/crystal-praxis-ppb-3012-dt20181213210954501-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-3012/crystal-praxis", + "scraped_at": "2026-05-01T00:48:20.100Z" + }, + { + "sku": "PPB-3032", + "color_name": "GOLDEN DUSK", + "description": "Golden Dusk is a clear coat with fine flecks of gold, orange, green, and red. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.24 + }, + { + "min": 50, + "max": 199, + "price": 14.48 + }, + { + "min": 200, + "max": null, + "price": 13.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4753/ppb-3032-golden-dusk-tds-dt20231120214233692831.pdf?1700516555", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2338/golden-dusk-ppb-3032-dt20210217153426037-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-3032/golden-dusk", + "scraped_at": "2026-05-01T00:48:31.989Z" + }, + { + "sku": "PPB-3046", + "color_name": "SANDSTORM", + "description": "Sandstorm is a multi-flake size gold. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.69 + }, + { + "min": 50, + "max": 199, + "price": 16.81 + }, + { + "min": 200, + "max": null, + "price": 15.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4754/ppb-3046-sandstorm-tds-dt20231120214436237562.pdf?1700516678", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2340/sandstorm-ppb-3046-dt20250714152430111247-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-3046/sandstorm", + "scraped_at": "2026-05-01T00:48:46.676Z" + }, + { + "sku": "PPB-3057", + "color_name": "Bad Blue", + "description": "Bad Blue is a sparkling blue top coat. This color is a polyester top coat powder coat and has a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.82 + }, + { + "min": 50, + "max": 199, + "price": 15.98 + }, + { + "min": 200, + "max": null, + "price": 15.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5856/ppb-3057-bad-blue-tds-dt20240320185307458923.pdf?1710960790", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2342/bad-blue-ppb-3057-dt20200604214952301-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-3057/bad-blue", + "scraped_at": "2026-05-01T00:49:01.222Z" + }, + { + "sku": "PPB-3067", + "color_name": "LIQUID SUNSHINE", + "description": "Liquid Sunshine is a sparkling yellow top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning CREATIONS MADE WITH LIQUID SUNSHINE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.4 + }, + { + "min": 50, + "max": 199, + "price": 14.63 + }, + { + "min": 200, + "max": null, + "price": 13.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3533/ppb-3067-liquid-sunshine-tds-dt20230918161833751486.pdf?1695053915", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2346/liquid-sunshine-ppb-3067-dt20250813182055968217-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-3067/liquid-sunshine", + "scraped_at": "2026-05-01T00:49:13.649Z" + }, + { + "sku": "PPB-3080", + "color_name": "SEA SICK", + "description": "Sea Sick is a sparkling yellow with subtle blue metallics. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.06 + }, + { + "min": 50, + "max": 199, + "price": 15.26 + }, + { + "min": 200, + "max": null, + "price": 14.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2350/sea-sick-ppb-3080-dt20210811172934053-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-3080/sea-sick", + "scraped_at": "2026-05-01T00:49:26.601Z" + }, + { + "sku": "PPB-3084", + "color_name": "GOLDEN FRAGMENT", + "description": "Golden Fragment is a clear metallic that has a gold flake. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH GOLDEN FRAGMENT View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.43 + }, + { + "min": 50, + "max": 199, + "price": 14.66 + }, + { + "min": 200, + "max": null, + "price": 13.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5052/ppb-3084-golden-fragment-tds-dt20231128232109110306.pdf?1701213671", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2352/golden-fragment-ppb-3084-dt20180709210859248-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-3084/golden-fragment", + "scraped_at": "2026-05-01T00:49:38.041Z" + }, + { + "sku": "PPB-4010", + "color_name": "SPARKLING AQUEOUS", + "description": "Sparkling Aqueous is a medium transparent blue with a bold metallic. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.25 + }, + { + "min": 50, + "max": 199, + "price": 14.49 + }, + { + "min": 200, + "max": null, + "price": 13.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2356/sparkling-aqueous-ppb-4010-dt20200901171125592-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4010/sparkling-aqueous", + "scraped_at": "2026-05-01T00:49:51.424Z" + }, + { + "sku": "PPB-4020", + "color_name": "TANGELO GLAZE", + "description": "Tangelo Glaze is a transparent tangelo orange with a heavy orange metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Do I need to use a clear coat for better UV protection on your transparent top coat lines for wheels and such? - Shawn Gillison 09/09/20 10:06 am Answer: Clear Coats will not provide additional UV protection for whatever is underneath. Clear Vision PPS-2974 has such excellent UV protection because the UV rays go right through. Anything below will still be exposed to those UV rays. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.62 + }, + { + "min": 50, + "max": 199, + "price": 19.59 + }, + { + "min": 200, + "max": null, + "price": 18.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2358/tangelo-glaze-ppb-4020-dt20250902201640856651-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4020/tangelo-glaze", + "scraped_at": "2026-05-01T00:50:02.863Z" + }, + { + "sku": "PPB-4021", + "color_name": "BRASS SPARKLE", + "description": "Brass Sparkle is a brass with specs of gold metallic. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.09 + }, + { + "min": 50, + "max": 199, + "price": 17.19 + }, + { + "min": 200, + "max": null, + "price": 16.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2360/brass-sparkle-ppb-4023-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4021/brass-sparkle", + "scraped_at": "2026-05-01T00:50:17.239Z" + }, + { + "sku": "PPB-4031", + "color_name": "OZMOTIAR", + "description": "Ozmotiar is a transparent metallic lemon yellow. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: I'm going to use Ozmotiar PPB-4031 on some aluminum cast parts that are rough and dark, not bright. What base coat should i use? Super Chrome is recommended in the description but no longer available. What base coat do you recommend in Super Chrome's place? - Magnuson Superchargers 05/21/20 03:55 pm Answer: Making sure you did a complete outgas on the cast parts any bright base coat will work well as a base coat for Ozmotiar PPB-4031. Brushed Aluminum will work well as will heavy and bright silver metallic coatings. Alien Silver PMS-2569 comes to mind. If you would like to see what these bases look like under the Ozmotiar PPB-4031 top coat we do offer a two coat custom spray-out service. Highly recommended to make sure you will achieve the finish you are looking for before committing to powder orders. Here are those details: If you would like a custom spray-out of any combination, we can provide that for a fee of $9.95 each plus shipping. This would be a custom panel with two coats of your choice. For a custom panel with three coats (base, mid and top coat), the fee is $14.95. The custom panels measure 3” x 5” and can take approximately 2 - 4 days to complete. Any order for such panels would need to be called in as they are not available online at this time. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.74 + }, + { + "min": 50, + "max": 199, + "price": 16.85 + }, + { + "min": 200, + "max": null, + "price": 15.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2362/ozmotiar-ppb-4033-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4031/ozmotiar", + "scraped_at": "2026-05-01T00:50:35.175Z" + }, + { + "sku": "PPB-4091", + "color_name": "Tinted Brass", + "description": "Tinted Brass is a brassy tinted top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerAurum RichesExquisite SpacesRefined Metals PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.77 + }, + { + "min": 50, + "max": 199, + "price": 14.03 + }, + { + "min": 200, + "max": null, + "price": 13.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2814/ppb-4091-tinted-brass-tds-dt2023082114290220892.pdf?1692628144", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2364/tinted-brass-ppb-4091-dt20250710205933447924-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4091/tinted-brass", + "scraped_at": "2026-05-01T00:50:46.699Z" + }, + { + "sku": "PPB-4314", + "color_name": "FANCY COPPER", + "description": "Fancy Copper is a muted copper polyester transparent/clear metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.77 + }, + { + "min": 50, + "max": 199, + "price": 15.93 + }, + { + "min": 200, + "max": null, + "price": 15.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6194/ppb-4314-fancy-copper-tds-dt20240419153322199605.pdf?1713540804", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7940/fancy-copper-ppb-4314-dt20240424202531860634-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4314/fancy-copper", + "scraped_at": "2026-05-01T00:50:59.028Z" + }, + { + "sku": "PPB-4323", + "color_name": "COSMIC LIGHT", + "description": "Cosmic Light is a clear coat with a fine multi-colored metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH COSMIC LIGHT View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.83 + }, + { + "min": 50, + "max": 199, + "price": 15.99 + }, + { + "min": 200, + "max": null, + "price": 15.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5056/ppb-4323-cosmic-light-tds-dt20231128233015685609.pdf?1701214217", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2366/cosmic-light-ppb-4323-dt20191118153315251-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4323/cosmic-light", + "scraped_at": "2026-05-01T00:51:11.576Z" + }, + { + "sku": "PPB-4329", + "color_name": "Dazzling Blue", + "description": "Dazzling Blue is a transparent, bright cobalt blue with a silver metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.58 + }, + { + "min": 50, + "max": 199, + "price": 14.8 + }, + { + "min": 200, + "max": null, + "price": 14.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2368/dazzling-blue-ppb-4329-dt20210416150544065-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4329/dazzling-blue", + "scraped_at": "2026-05-01T00:51:24.278Z" + }, + { + "sku": "PPB-4345", + "color_name": "Carl's Copper", + "description": "Carl's Copper is a coppery bronze top coat. This color is a polyester top coat powder coat and has a semi- gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Anodized PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.44 + }, + { + "min": 50, + "max": 199, + "price": 13.72 + }, + { + "min": 200, + "max": null, + "price": 13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2372/carls-copper-ppb-4345-dt20200821171230268-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4345/carls-copper", + "scraped_at": "2026-05-01T00:51:36.015Z" + }, + { + "sku": "PPB-4359", + "color_name": "Blue Madness", + "description": "Blue Madness is a bright transparent blue with a heavy silver metallic. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH BLUE MADNESS View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Is it possible to have more flake of a different color added ?? - Max Flemming 12/25/18 11:06 pm Answer: We do make custom formulations but there are additional charges that would be added. You might want to contact our color match department to see if there is something we already have that meets your requirements. They can be contacted at colormatch@prismaticpowders.com. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.96 + }, + { + "min": 50, + "max": 199, + "price": 28.46 + }, + { + "min": 200, + "max": null, + "price": 26.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2376/blue-madness-ppb-4359-dt20190610222424896-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4359/blue-madness", + "scraped_at": "2026-05-01T00:51:49.383Z" + }, + { + "sku": "PPB-4373", + "color_name": "Black Chrome I", + "description": "Black Chrome I is a stainless steel look. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH BLACK CHROME I View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: What is the cure time and temperature of Black Chrome I ? - Anthony Blanding 07/19/20 05:58 am Answer: Every powder offered has an application guide located on our website. When browsing through colors you will see the application guide link located just above the S-panel image. Find your color, select that color and look for the link above. This is a printable and/or downloadable PDF file. Check the downloadable guide every time you order in case the guide has changed. We are constantly working at improving our products and their support materials. Black Chrome I, PPB-4373 has a cure time of 10 minutes at 400 degrees F. The thickest portion of your part metal MUST reach cure (400 deg. F) temperature before you start your cure timer of 10 minutes. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.44 + }, + { + "min": 50, + "max": 199, + "price": 13.72 + }, + { + "min": 200, + "max": null, + "price": 13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5058/ppb-4373-black-chrome-i-tds-dt20231128233555987172.pdf?1701214558", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2378/black-chrome-i-ppb-4373-dt20210111193930079-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4373/black-chrome-i", + "scraped_at": "2026-05-01T00:52:03.768Z" + }, + { + "sku": "PPB-4437", + "color_name": "ROSE CHERRY", + "description": "Rose Cherry is a transparent dark burgundy. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.27 + }, + { + "min": 50, + "max": 199, + "price": 16.41 + }, + { + "min": 200, + "max": null, + "price": 15.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3737/ppb-4437-rose-cherry-tds-dt20230922174510202733.pdf?1695404712", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2380/rose-cherry-ppb-4439-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4437/rose-cherry", + "scraped_at": "2026-05-01T00:52:16.020Z" + }, + { + "sku": "PPB-4443", + "color_name": "Pearl Blue", + "description": "Pearl Blue is a pearl clear that has light blues and silvers in it. This color is a polyester top coat powder coat and has a glossy finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.24 + }, + { + "min": 50, + "max": 199, + "price": 13.53 + }, + { + "min": 200, + "max": null, + "price": 12.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6031/ppb-4443-pearl-blue-tds-dt20240403153442893008.pdf?1712158485", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2382/pearl-blue-ppb-4443-dt20190219211853065-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4443/pearl-blue", + "scraped_at": "2026-05-01T00:52:29.192Z" + }, + { + "sku": "PPB-4446", + "color_name": "Hawaiian Blue", + "description": "Hawaiian Blue is a deep blue/violet. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning CREATIONS MADE WITH HAWAIIAN BLUE View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.01 + }, + { + "min": 50, + "max": 199, + "price": 14.26 + }, + { + "min": 200, + "max": null, + "price": 13.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2377/ppb-4446-hawaiian-blue-tds-dt20230707192307845488.pdf?1688757789", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7942/hawaiian-blue-ppb-4446-dt20230710175506299828-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4446/hawaiian-blue", + "scraped_at": "2026-05-01T00:52:43.225Z" + }, + { + "sku": "PPB-4450", + "color_name": "Transparent White", + "description": "Transparent White is a silvery white top coat. This color is a polyester top coat powder coat and has a matte finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Matte: 7-10 Gloss Units Proposition 65 Warning CREATIONS MADE WITH TRANSPARENT WHITE View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.27 + }, + { + "min": 50, + "max": 199, + "price": 16.41 + }, + { + "min": 200, + "max": null, + "price": 15.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7361/ppb-4450-transparent-white-dt20250520232157471065.pdf?1747783319", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2384/transparent-white-ppb-4452-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4450/transparent-white", + "scraped_at": "2026-05-01T00:53:00.824Z" + }, + { + "sku": "PPB-4457", + "color_name": "GOLDEN SPARKLE", + "description": "Golden Sparkle is a sparkling yellow gold top coat. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve the colors as shown, one of the following must be used as a base coat: PSS 0106 Ink Black PSS 6929 Atomic Tomato PSS 2779 International Orange PSS 4035 Lemon Peel PSS 5666 Kiwi Green PSS 1715 Playboy Blue PSS 1676 Sinbad Purple High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.61 + }, + { + "min": 50, + "max": 199, + "price": 15.78 + }, + { + "min": 200, + "max": null, + "price": 14.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5059/ppb-4457-golden-sparkle-tds-dt20231128233822211919.pdf?1701214704", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2386/golden-sparkle-ppb-4457-dt20181026193813866-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4457/golden-sparkle", + "scraped_at": "2026-05-01T00:53:18.303Z" + }, + { + "sku": "PPB-4462", + "color_name": "Red Ox", + "description": "Red Ox is a transparent dull red and dark orange color. This color is a polyester top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.36 + }, + { + "min": 50, + "max": 199, + "price": 15.54 + }, + { + "min": 200, + "max": null, + "price": 14.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4174/ppb-4462-red-ox-tds-dt2023100322065089523.pdf?1696370813", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2388/red-ox-ppb-4462-dt20250310162158646596-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4462/red-ox", + "scraped_at": "2026-05-01T00:53:28.431Z" + }, + { + "sku": "PPB-4474", + "color_name": "Intense Blue", + "description": "Intense Blue is a transparent rich blue with a hint of purple. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH INTENSE BLUE View Details View Details View Details View Details PRODUCT SUPPORT Q&As 3 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: How would I best get a finish similar to the blue used on the American flag in the sample pic? I'm looking for more of a matte or satin finish. - James Chaisson 03/02/22 10:38 pm Answer: It looks like the applicator who uploaded the photo used Casper Clear (PPS-4005) as their final Clear Coat to give that anodized finish look! - Nic Industries Inc. Question: Would this process of powder coating work on the faring or the outer plastic coverings on a BMW K1200RS bike? My rims are alloy, I have sanded them will I need to put the silver base coat as suggested; Is a clear coat make the color deeper and or is it needed ? - Homesteadfx 03/25/19 08:29 am Answer: This powder coating process would not be recommended for plastic, unfortunately. As for the Intense Blue on your rims, a Clear Vision top coat will not change the color but will add some depth in the finish and a higher gloss but is not a requirement. - Prismatic Support Question: Will a base coat of the Super Chrome also enhance the durability of the total powder coat job? Or is a clear coat also recommended? making 3 coats total on one piece. I would like a bright durable color. - Blasterz 02/02/19 12:20 pm Answer: Overall, multiple coats do make for a more durable finish. Super Chrome may be necessary to achieve the correct color. A clear top coat is not mandatory but also does make a more durable finish. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.32 + }, + { + "min": 50, + "max": 199, + "price": 14.55 + }, + { + "min": 200, + "max": null, + "price": 13.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2772/ppb-4474-intense-blue-tds-dt20230817160326374304.pdf?1692288208", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2392/intense-blue-ppb-4474-dt20250714150037344227-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4474/intense-blue", + "scraped_at": "2026-05-01T00:53:43.037Z" + }, + { + "sku": "PPB-4487", + "color_name": "Tappin Blue", + "description": "Tappin Blue is a classic blue polyester transparent and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.05 + }, + { + "min": 50, + "max": 199, + "price": 16.2 + }, + { + "min": 200, + "max": null, + "price": 15.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8081/ppb-4487-tappin-blue-dt20260119212641199349.pdf?1768858002", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7950/tappin-blue-ppb-4487-dt20260227220735794967-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4487/tappin-blue", + "scraped_at": "2026-05-01T00:53:56.793Z" + }, + { + "sku": "PPB-4499", + "color_name": "GOLD SPARKLE", + "description": "Gold Sparkle is a transparent dark gold with specs of gold metallic. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH GOLD SPARKLE View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: How much would I need for a set of 30 inch rims powder coated gold? - Prismatic Support 12/05/18 01:27 pm Answer: A good 4 or 5 lbs. should do it. It really depends on how dark you want the color and the application equipment/technique. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.74 + }, + { + "min": 50, + "max": 199, + "price": 16.85 + }, + { + "min": 200, + "max": null, + "price": 15.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6176/ppb-4499-gold-sparkle-tds-dt20240418203230350848.pdf?1713472352", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2394/gold-sparkle-ppb-4499-dt20210208173016049-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4499/gold-sparkle", + "scraped_at": "2026-05-01T00:54:09.225Z" + }, + { + "sku": "PPB-4502", + "color_name": "GEM VIOLET", + "description": "Gem Violet is rich purple transparent polyester and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.16 + }, + { + "min": 50, + "max": 199, + "price": 16.3 + }, + { + "min": 200, + "max": null, + "price": 15.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8078/ppb-4502-gem-violet-dt20260119211544651431.pdf?1768857346", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7952/wm-gem-violet-ppb-4502-dt20260210153254169474-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4502/gem-violet", + "scraped_at": "2026-05-01T00:54:21.690Z" + }, + { + "sku": "PPB-4507", + "color_name": "GOLDEN BRASS II", + "description": "Golden Brass II is a transparent gold. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: We got dark marks when baking this powder. What is causing this? - Ashton Harrison 04/25/19 03:36 pm Answer: It sounds like the film thickness was possibly inconsistent. The dark areas are probably were the powder was thicker. - Prismatic Support Question: We can't get to application guide for the product. - Ashton Harrison 04/25/19 03:35 pm Answer: The product guide is located just to the left of the product on the product image page. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.74 + }, + { + "min": 50, + "max": 199, + "price": 16.85 + }, + { + "min": 200, + "max": null, + "price": 15.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7107/ppb-4507-golden-brass-ii-dt20250311161131347693.pdf?1741709493", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2396/golden-brass-ii-ppb-4507-dt20250624212818586031-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4507/golden-brass-ii", + "scraped_at": "2026-05-01T00:54:43.151Z" + }, + { + "sku": "PPB-4509", + "color_name": "Matte Clear", + "description": "Matte Clear is a 7% flat/matte clear. This color is a polyester top coat powder coat with a flat/matte finish. Matte: 7-10 Gloss Units To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Matte Clear has been applied to the left side for comparison. Proposition 65 Warning CREATIONS MADE WITH MATTE CLEAR View Details View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.78 + }, + { + "min": 50, + "max": 199, + "price": 14.99 + }, + { + "min": 200, + "max": null, + "price": 14.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6501/ppb-4509-matte-clear-tds-dt20240508204338943359.pdf?1715201021", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2398/matte-clear-ppb-4509-dt20251013211426503894-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4509/matte-clear", + "scraped_at": "2026-05-01T00:54:56.893Z" + }, + { + "sku": "PPB-4520", + "color_name": "MONACO COPPER", + "description": "Monaco Copper is a transparent tarnished brass. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerBurnished TreasuresRefined Metals CREATIONS MADE WITH MONACO COPPER View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I apply Monaco Copper PPB-4520 or other transparent powder coating over Chrome Plated parts ? - K & K Motorsport 04/08/20 02:41 pm Answer: You can apply powder directly over chrome plated parts. This shiny surface works well to give a nice base effect under transparent top coats like Monaco Copper PPB-4520. A few things to consider. The quality of the chrome could effect long-term powder durability. Poor Chrome plating could chip or begin to corrode underneath which would compromise the powder coat applied on top as well. A thorough degrease and out-gas of the chrome piece is recommended. Best to apply transparent powders in stages. Apply your first coat, bring to flow-out, pull and allow to cool for inspection. At this point you can touch-up, add more or leave alone and re-flow or cure if satisfied with the initial application. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.2 + }, + { + "min": 50, + "max": 199, + "price": 16.34 + }, + { + "min": 200, + "max": null, + "price": 15.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7363/ppb-4520-monaco-copper-dt20250520232326405714.pdf?1747783408", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2400/monaco-copper-ppb-4520-dt20250602213911130433-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4520/monaco-copper", + "scraped_at": "2026-05-01T00:55:14.234Z" + }, + { + "sku": "PPB-4522", + "color_name": "STAR GAZE", + "description": "Star Gaze is a clear coat with red, silver, and blue metallics. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH STAR GAZE View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.61 + }, + { + "min": 50, + "max": 199, + "price": 15.78 + }, + { + "min": 200, + "max": null, + "price": 14.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4755/ppb-4522-star-gaze-tds-dt20231120214642614112.pdf?1700516804", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2402/star-gaze-ppb-4522-dt2022030715570093069-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4522/star-gaze", + "scraped_at": "2026-05-01T00:55:28.422Z" + }, + { + "sku": "PPB-4536", + "color_name": "Oxblood Hues", + "description": "Oxblood Hues is a transparent dark maroon-red. This color is a polyester top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.1 + }, + { + "min": 50, + "max": 199, + "price": 18.15 + }, + { + "min": 200, + "max": null, + "price": 17.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6582/ppb-4536-oxblood-hues-tds-dt20240514230419321916.pdf?1715727862", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2404/oxblood-hues-ppb-4536-dt20210115230103664-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4536/oxblood-hues", + "scraped_at": "2026-05-01T00:55:39.929Z" + }, + { + "sku": "PPB-4537", + "color_name": "Oxblood Ransom", + "description": "Oxblood Ransom is a transparent dark maroon-red. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Would silver artery pvs-3014 work fine as a base coat? - Roberto Moreno 06/28/21 11:55 am Answer: Yes, it works great! When used in combination with our transparent top coats you can achieve quite the unique finish! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.45 + }, + { + "min": 50, + "max": 199, + "price": 17.53 + }, + { + "min": 200, + "max": null, + "price": 16.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2406/oxblood-ransom-ppb-4537-dt20250311195047065625-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4537/oxblood-ransom", + "scraped_at": "2026-05-01T00:55:52.367Z" + }, + { + "sku": "PPB-4572", + "color_name": "STAR MIST", + "description": "Star Mist is a clear coat with a fine silver metallic. This color is a polyester top coat powder coat with a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH STAR MIST View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.44 + }, + { + "min": 50, + "max": 199, + "price": 13.72 + }, + { + "min": 200, + "max": null, + "price": 13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5061/ppb-4572-star-mist-tds-dt20231129170908858479.pdf?1701277750", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2412/star-mist-ppb-4572-dt20210419174755263-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4572/star-mist", + "scraped_at": "2026-05-01T00:56:05.671Z" + }, + { + "sku": "PPB-4576", + "color_name": "SUPER DUST TUNGSTEN", + "description": "Super Dust Tungsten is a silver sparkling top coat. This color is a polyester transparent clear metallic top coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.47 + }, + { + "min": 50, + "max": 199, + "price": 13.75 + }, + { + "min": 200, + "max": null, + "price": 13.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5062/ppb-4576-super-dust-20-tds-dt2023112917111654884.pdf?1701277878", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2414/super-dust-tungsten-ppb-4576-dt20260326163615398071-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4576/super-dust-tungsten", + "scraped_at": "2026-05-01T00:56:17.264Z" + }, + { + "sku": "PPB-4585", + "color_name": "Empire Blue", + "description": "Empire Blue is a very deep blue top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.79 + }, + { + "min": 50, + "max": 199, + "price": 14.05 + }, + { + "min": 200, + "max": null, + "price": 13.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2416/empire-blue-ppb-4585-dt20211012223103819-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4585/empire-blue", + "scraped_at": "2026-05-01T00:56:32.612Z" + }, + { + "sku": "PPB-4617", + "color_name": "GLOWBEE CLEAR", + "description": "Glowbee Clear is a gloss clear powder coat that glows in the dark when charged with a light source. This color is a polyester top coat and has a gloss finish. Two Coat Information: To achieve this color as shown, Polar White PSS-5053 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Glow In The DarkGlow PRODUCT SUPPORT Q&As 14 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. Question: I understand polar white is the best base for glowbee clear but would white Silver II show the glowbee as well? - Jeff Hopkins 06/23/21 08:54 pm Answer: You can technically still apply the Glowbee Clear (PPB-4617) over that White/Silver II and have good results! However, like you stated already it just might not be as good as if it was over a solid-tone white or some sort of fluorescent neon type color. The Glowbee Clear just like any other clear could will most likely diminish the Veining effect White/Silver offers by itself so just keep that in mind! - Nic Industries Inc. Question: For this to work over CHARTREUSE SHERBERT do i still need to add a primer/basecoat under the CHARTREUSE SHERBERT - Connor Nicholson 05/02/20 08:15 am Answer: Glowbee Clear should add some glowing effect to Chartreuse Sherbert. Also please note that Chartreuse Sherbert does not require a primer or base coat. - Prismatic Support Question: What color will the Fluoresce be from Glowbee Clear PPB-4617 when applied over various colors. Also, will sunlight be enough to charge Glowbee Clear? - Rh Coating Enterprise 04/21/20 01:04 pm Answer: Glowbee Clear offers a yellow glow when applied over various colors. This is mostly prominent when applied over white and fluorescent colored base coats. Correct, sunlight offers substantial charging for Glowbee Clear if left exposed long enough! However, the amount of time the 'glowing' effect lasts is limited in reality and should only be considered for novelty applications. - Nic Industries Inc. Question: What would be required to get glowbee to glow over ink black? If anything. - Tevis Bennett 07/01/19 03:41 pm Answer: It will not glow over Ink Black, the finish is too dark to allow the Glowbee to charge up. - Prismatic Support Question: Is it UV light reactive? Does it have to be charged by light to glow, or can it glow when flooded with UV light? - Vessel Drum Co 06/19/19 10:26 pm Answer: Glowbee Clear should be charged by a light source to enable it to glow, UV or non-UV light will work. - Prismatic Support Question: can I coat coin rings with it to protect the coin from wear and save the patina - Ccr 06/14/19 06:55 pm Answer: It would not change the look of the Patina but it the Patina is oxidation and could effect how well the powder is bonded to the substrate. - Prismatic Support Question: Can Glowbee Clear be used as the top coat with the illusion series powder coats? - Mateo Dancil 06/11/19 02:19 am Answer: Yes, Glowbee Clear can be used with the Illusion series colors. The glow from the top coat will be more prevalent with light Illusion colors. - Prismatic Support Question: Is the only way this stuff will glow is over white? Can it be used with any other color? - Greenwell Cerakoting 06/03/19 05:16 pm Answer: Glowbee Clear glows best when applied over lighter colors with white giving the best results. Lighter colors allow for more efficient charging and glowing intensity. For the best results over darker colors, multiple coats of Glowbee Clear can be applied to maximize the amount of glowing pigment. - Prismatic Support Question: Do you guys make a blue glow version of the glowbee - John Ekins 05/08/19 12:11 pm Answer: For color match questions, please contact our color match department at colormatch@prismaticpowders.com - Prismatic Support Question: Can I apply it on a normal white? - Rolamuito - Repaação De Jantes 03/25/19 08:15 am Answer: Yes, it can be applied over a basic solid tone white. - Prismatic Support Question: How well would the Glowbee Clear work over Goldtastic? - Tlc Restorations 01/28/19 11:41 am Answer: We have not tired it so we could not say for sure. It should glow some but would probably glow a little better if you applied two coats of Glowbee. - Prismatic Support Question: Is it possible to order a custom sample to see what end result will be? - Prismatic Support 01/24/19 09:26 am Answer: You can, but you need to call in with your request or email colormatch@prismaticpowders.com - Prismatic Support Question: Can I spay a color on top of Glowbee Clear so whatever I mask off is the only thing that is glowing? - Jason Mimbs 01/17/19 03:05 pm Answer: Yes, that can be done. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.9 + }, + { + "min": 50, + "max": 199, + "price": 24.61 + }, + { + "min": 200, + "max": null, + "price": 23.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7161/ppb-4617-glowbee-clear-dt20250411203337022931.pdf?1744403618", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2418/glowbee-clear-ppb-4617-dt20251022193114282562-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4617/glowbee-clear", + "scraped_at": "2026-05-01T00:56:44.582Z" + }, + { + "sku": "PPB-4623", + "color_name": "Black Chrome II", + "description": "Black Chrome II is a transparent charcoal black. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH BLACK CHROME II View Details View Details View Details View Details PRODUCT SUPPORT Q&As 4 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Does the Black Chrome II (PPB-4623) need a clear coat for UV protection? - Oriental Aster Limited 08/16/21 11:15 pm Answer: Our Black Chrome II (PPB-4623) is considered a tinted clear coat in itself so the addition of another clear over the top of it would be considered redundant. There is simply no need. - Nic Industries Inc. Question: Is Black Chrome II PPB-4623 used as a top coat or base coat? - Andy Louissaint 03/18/20 07:07 pm Answer: Black Chome II PPB-4623 is meant to be used as a top coat. This is a tinted transparent so the substrate or base coat will have an effect on a cured Black Chrome II. - Prismatic Support Question: How will Black Chrome II look if applied over a white base coat? - Prismatic Support 03/13/20 07:47 pm Answer: Black Chrome II PPB-4623 is more or less a tinted clear. While we don't rate in opacity percentages I can tell you that we apply over shiny aluminum substrate for our samples. I feel that this applied over white would merely get you a grey color result. If you would like to have this applied over a white you can order up a custom spray-out. Here are the details on this process... If you would like a custom spray-out of any combination, we can provide that for a fee of $9.95 each plus shipping. This would be a custom panel with two coats of your choice. For a custom panel with three coats (base, mid and top coat), the fee is $14.95. The custom panels measure 3” x 5” and can take approximately 2 - 4 days to complete. Any order for such panels would need to be called in as they are not available online at this time. - Prismatic Support Question: When I try to top coat the top coat powder tends to fish eye how can I prevent that or is there some other process I need to do before putting on 2nd coat? - Rp Coatings 11/29/18 11:36 pm Answer: The fish eyes that you are seeing are probably starbursts which are the result of the charge (KV) being set too high when the second coat is applied. To prevent this from happening make sure to lower the voltage before applying the top coat. A voltage reduction of 10-15 KV usually does the trick. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.77 + }, + { + "min": 50, + "max": 199, + "price": 16.88 + }, + { + "min": 200, + "max": null, + "price": 15.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5064/ppb-4623-black-chrome-ii-tds-dt20231129171841290075.pdf?1701278323", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2420/black-chrome-ii-ppb-4623-dt20200512143237177-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4623/black-chrome-ii", + "scraped_at": "2026-05-01T00:56:58.066Z" + }, + { + "sku": "PPB-4651", + "color_name": "Galaxy Blue", + "description": "Galaxy Blue is a rich deep blue top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.71 + }, + { + "min": 50, + "max": 199, + "price": 13.97 + }, + { + "min": 200, + "max": null, + "price": 13.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2422/galaxy-blue-ppb-4651-dt20250602212426491021-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4651/galaxy-blue", + "scraped_at": "2026-05-01T00:57:10.329Z" + }, + { + "sku": "PPB-4658", + "color_name": "PSYCHO GREEN", + "description": "Psycho Green is a transparent neon lime green. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH PSYCHO GREEN View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.43 + }, + { + "min": 50, + "max": 199, + "price": 14.66 + }, + { + "min": 200, + "max": null, + "price": 13.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7062/ppb-4658-psycho-green-dt20250217184508404952.pdf?1739817910", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2424/psycho-green-ppb-4658-dt20250417164905603977-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4658/psycho-green", + "scraped_at": "2026-05-01T00:57:26.443Z" + }, + { + "sku": "PPB-4676", + "color_name": "Stardust Blue", + "description": "Stardust Blue is a deep sparkling blue top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH STARDUST BLUE View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.21 + }, + { + "min": 50, + "max": 199, + "price": 13.5 + }, + { + "min": 200, + "max": null, + "price": 12.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7448/ppb-4676-stardust-blue-dt20250725173649268157.pdf?1753465011", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2426/stardust-blue-ppb-4676-dt20190115172943444-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4676/stardust-blue", + "scraped_at": "2026-05-01T00:57:41.095Z" + }, + { + "sku": "PPB-4686", + "color_name": "Amazing Clear", + "description": "Amazing Clear is a rich silver transparent clear metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.21 + }, + { + "min": 50, + "max": 199, + "price": 13.5 + }, + { + "min": 200, + "max": null, + "price": 12.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8079/ppb-4686-amazing-clear-dt20260119211701244905.pdf?1768857422", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9207/amazing-clear-ppb-4686-dt20260128221203997166-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4686/amazing-clear", + "scraped_at": "2026-05-01T00:57:55.562Z" + }, + { + "sku": "PPB-4694", + "color_name": "Super Red Sparkle", + "description": "Super Red Sparkle is a clear coat with a heavy red metallic. This color is a polyester top coat powder coat and has a gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH SUPER RED SPARKLE View Details View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. Question: Is there a paint code to match your Super Red Sparkle PPB-4694 ? - Joe Pickering 02/19/21 08:46 am Answer: The representation you see on-line of Super Red Sparkle PPB-4694 is shown applied over a base coat of Ink Black PSS-0106. Super Red Sparkle is actually a clear coat with red metallic flake as it states in the description. Applied over a color other than black will give a completely different look. Prismatic Powder colors are all custom creations and we have over 6500 colors available. While many of our colors match codes from other industries we don't create colors based on these codes. Powder color matching is a completely different process than matching liquid paint. We can get very close to a color code match of a liquid application but this process can take some time and depending on the applicator's experience the color may not look exactly as expected from application to application. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.68 + }, + { + "min": 50, + "max": 199, + "price": 14.9 + }, + { + "min": 200, + "max": null, + "price": 14.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4756/ppb-4694-super-red-sparkle-tds-dt20231120215015670821.pdf?1700517017", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2428/super-red-sparkle-ppb-4694-dt20250519212121966838-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4694/super-red-sparkle", + "scraped_at": "2026-05-01T00:58:06.955Z" + }, + { + "sku": "PPB-4698", + "color_name": "FLAMING GOLD", + "description": "Flaming Gold is a transparent bright yellow-gold with specs of gold metallic. This color is a polyester top coat powder coat with a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH FLAMING GOLD View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Flaming Gold PPB-4698 does not seem to be an easy color to apply over Alien silver PMS-2569. My part has a lot of faraday areas and I'm getting a lot of grey spots that make even coverage very hard to achieve. - Kevin Cain 05/08/20 06:50 am Answer: Flaming Gold PPB-4698 is a top coat that can be applied in stages over difficult substrates with lots of faraday areas. Applying over a silver base is good practice and depending on which silver is used certain flow-out times can help yield a better base for your Flaming Gold application. Allowing the silver base like Alien Silver PMS-2569 to cure for approx 5 minutes beyond flow-out stage will help secure a reflective silver base for when it comes time to cure the Flaming Gold. Top coats can be a little tricky. Here is a link to an article that helps achieve a consistent top coat application. Remember that the flow-out stage of a powder is a good opportunity to inspect and add more powder if necessary. https://www.prismaticpowders.com/learn/45/why-is-the-powder-coating-color-or-finish-inconsistent - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.71 + }, + { + "min": 50, + "max": 199, + "price": 19.67 + }, + { + "min": 200, + "max": null, + "price": 18.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3441/ppb-4698-flaming-gold-tds-dt20230914215916582986.pdf?1694728758", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2430/flaming-gold-ppb-4698-dt20260325175648729516-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4698/flaming-gold", + "scraped_at": "2026-05-01T00:58:17.092Z" + }, + { + "sku": "PPB-4706", + "color_name": "Altered Clear", + "description": "Altered Clear is a clear coat with a very heavy silver metallic. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH ALTERED CLEAR View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.63 + }, + { + "min": 50, + "max": 199, + "price": 13.9 + }, + { + "min": 200, + "max": null, + "price": 13.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5072/ppb-4706-altered-clear-tds-dt2023112917501481254.pdf?1701280216", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2434/altered-clear-ppb-4706-dt202505192147260982-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4706/altered-clear", + "scraped_at": "2026-05-01T00:58:32.676Z" + }, + { + "sku": "PPB-4707", + "color_name": "DUSTED PURPLE", + "description": "Dusted Purple is a bright purple with a silver metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.28 + }, + { + "min": 50, + "max": 199, + "price": 16.42 + }, + { + "min": 200, + "max": null, + "price": 15.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5465/ppb-4707-dusted-purple-tds-dt20240103161155993669.pdf?1704298317", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2436/dusted-purple-ppb-4707-dt20191015175019837-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4707/dusted-purple", + "scraped_at": "2026-05-01T00:58:48.991Z" + }, + { + "sku": "PPB-4711", + "color_name": "Bentley Blue", + "description": "Bentley Blue is an intense transparent blue with a slight purple effect. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH BENTLEY BLUE View Details View Details PRODUCT SUPPORT Q&As 3 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: What is required to achieve the color Bentley Blue PPB-4711 as shown on your website? - Dan Slouka 08/26/19 06:53 pm Answer: The swatch samples and S-panel images on our website show Bentley Blue PPB-4711 applied over a fairly bright aluminum substrate. Bentley Blue PPB-4711 is a transparent top coat that can be applied over a highly reflective base coat Super Chrome USS-4482 or other Bright Silver base coat OR directly onto a shiny metal substrate like a chrome or polished aluminum wheel and will likely result in the same color outcome. You of course can apply an additional clear over top of this top coat but it is not required. Keep in mind that clear top coats like Clear Vision PPS-2974 may change the look of the applied Bentley Blue PPB-4711. - Prismatic Support Question: I live in Australia and want to order 5 kg of Bentley Blue. How do I order? - Prismatic Support 05/01/19 09:42 pm Answer: Powder can be ordered through the Prismatic Powder website or by calling customer service at 866-774-7628. - Prismatic Support Question: Can you powder coat over/on top of a chromed surface? - Brian Griffen 01/09/19 10:35 pm Answer: Yes you can but it is important to keep in mind that a chromed or polished substrate has a very smooth surface profile which is not the best for overall powder to part adhesion. This means that you need to expect a decrease in coating durability. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.04 + }, + { + "min": 50, + "max": 199, + "price": 16.19 + }, + { + "min": 200, + "max": null, + "price": 15.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7516/ppb-4711-bentley-blue-dt20250818170326414915.pdf?1755536608", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2438/bentley-blue-ppb-4711-dt20210406165754535-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4711/bentley-blue", + "scraped_at": "2026-05-01T00:59:04.093Z" + }, + { + "sku": "PPB-4727", + "color_name": "SILVER SPARKLE", + "description": "Silver Sparkle is a clear coat with a silver metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH SILVER SPARKLE View Details View Details View Details View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. Question: Can I use Silver Sparkle PPB-4727 Clear over Illusion colors instead of clear vision PPS-2974 as described on the website ? - Mario Rivero 01/22/21 02:45 pm Answer: That is a fantastic idea! Yes, you can use any other clear or transparent top coat we offer in combination with an Illusion base coat to create some amazing finishes. If you go to our \"Creations\" Tab on the website you can find examples of Silver Sparkle PPB-4727 used over an illusion base as well as other creative combinations. When curing Silver Sparkle, we recommend a 375 Degree F. curing temperature for 18 minutes. Waiting for the substrate to reach temperature before starting the curing timer. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.11 + }, + { + "min": 50, + "max": 199, + "price": 16.25 + }, + { + "min": 200, + "max": null, + "price": 15.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5073/ppb-4727-silver-sparkle-tds-dt20231129175147978276.pdf?1701280309", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2440/silver-sparkle-ppb-4727-dt20250520203932873084-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4727/silver-sparkle", + "scraped_at": "2026-05-01T00:59:18.292Z" + }, + { + "sku": "PPB-4755", + "color_name": "SUPER DUST MIDNIGHT", + "description": "Super Dust Midnight is a dark sparkling top coat. This color is a polyester transparent clear metallic top coat powder coat and has a gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.92 + }, + { + "min": 50, + "max": 199, + "price": 14.17 + }, + { + "min": 200, + "max": null, + "price": 13.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4757/ppb-4755-super-dust-2a-tds-dt20231120215451242019.pdf?1700517293", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2446/super-dust-midnight-ppb-4755-dt20260326162616910294-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4755/super-dust-midnight", + "scraped_at": "2026-05-01T00:59:30.199Z" + }, + { + "sku": "PPB-4757", + "color_name": "Clearwater Teal", + "description": "Clearwater Teal is a dark teal top coat. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.44 + }, + { + "min": 50, + "max": 199, + "price": 13.72 + }, + { + "min": 200, + "max": null, + "price": 13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5075/ppb-4757-clearwater-teal-tds-dt20231129175501348761.pdf?1701280503", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2448/clearwater-teal-ppb-4759-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4757/clearwater-teal", + "scraped_at": "2026-05-01T00:59:45.972Z" + }, + { + "sku": "PPB-4759", + "color_name": "Glowing Yellow", + "description": "Glowing Yellow is a transparent neon lemon-lime color. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units This color can be charged by exposure to UV light, although its glow may weaken over time with frequent exposure to intense light sources or UV radiation. It emits a glow that is most prominent when applied over a white base coat with a high light reflectance value (LRV), which is crucial for achieving a good charge. While sunlight provides substantial charging if left exposed long enough, the duration of its glowing effect is limited and should be primarily be considered for novelty applications. Please be aware that the pigment used to formulate this color may have small black or red specks due to the process and chemistry adherent to fluorescent colors. These specks are a natural result of the fluorescent pigment formulation and do not indicate a defect in the product. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Miami CREATIONS MADE WITH GLOWING YELLOW View Details View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Is this color UV stable? - Casey Donahue 01/12/19 11:07 am Answer: It has limited UV stability, meaning that it will fade some but it should not turn chalky. It's best to limit the UV exposure to prevent the fading. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.45 + }, + { + "min": 50, + "max": 199, + "price": 22.28 + }, + { + "min": 200, + "max": null, + "price": 21.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4172/ppb-4759-glowing-yellow-tds-dt20231003220145116208.pdf?1696370507", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2450/glowing-yellow-ppb-4759-dt2025062420520292879-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4759/glowing-yellow", + "scraped_at": "2026-05-01T00:59:58.897Z" + }, + { + "sku": "PPB-4761", + "color_name": "FOG CLEAR", + "description": "Fog Clear is a 30% satin clear finish. This color is a polyester top coat powder coat and has a satin finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Fog Clear has been applied to the left side for comparison. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Anodized CREATIONS MADE WITH FOG CLEAR View Details View Details View Details View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. Question: What is the coating process when applying Poly Gold PMB-4211 base followed by a Fog Clear PPB-4761 top coat? - Paul Catapellucci 07/21/20 05:23 pm Answer: After proper substrate preparation which is the most important process, apply the Poly Gold to a well grounded part. you are hoping to achieve about a 2-3 mil thickness. This can be checked at the flow-out stage. Place into the oven that has been pre-heated to 400 degrees F. Allow the powder to flow-out or gel-out. This usually happens in about 3-5 minutes depending on the oven. After flow-out pull from the oven to allow the part to cool. Inspect and add more if necessary at this point then re-flow. Pull again and allow to cool before applying your clear coat. The Poly Gold is not cured at this point. Assuring your ground is still good, lower your KV if you can and apply your Fog Clear. Again, you are shooting for a 2-3 mil thickness. Bring to flow-out or gel-out in the oven and pull, allow to cool and inspect for light areas. The clear will be glossy clear at this point. If the application thickness looks and measures correct then place back into the oven and finish curing based on the top coat's application guide. Fog Clear application guide states 400 Degrees F for 10 minutes. Remember that the 10 minute timer should not start until the thickest part of the substrate or part-metal reaches cure temp (400). Properly prepped and cured this combination should provide years and years of a beautiful yet durable finish. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.57 + }, + { + "min": 50, + "max": 199, + "price": 11.94 + }, + { + "min": 200, + "max": null, + "price": 11.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6960/ppb-4761-fog-clear-dt20241107191143517974.pdf?1731006705", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2452/fog-clear-ppb-4761-dt20251013212716145728-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4761/fog-clear", + "scraped_at": "2026-05-01T01:00:11.143Z" + }, + { + "sku": "PPB-4769", + "color_name": "Apple Spice - 20", + "description": "Apple Spice - 20 is a transparent, dark orange/red with a fine gold metallic. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.68 + }, + { + "min": 50, + "max": 199, + "price": 16.8 + }, + { + "min": 200, + "max": null, + "price": 15.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3468/ppb-4769-apple-spice-20-tds-dt20230915185947678674.pdf?1694804389", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2454/apple-spice-20-ppb-4771-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4769/apple-spice-20", + "scraped_at": "2026-05-01T01:00:27.211Z" + }, + { + "sku": "PPB-4788", + "color_name": "Gold Dust - 4", + "description": "Gold Dust - 4 is a deep brown polyester transparent clear metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.41 + }, + { + "min": 50, + "max": 199, + "price": 12.74 + }, + { + "min": 200, + "max": null, + "price": 12.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9209/gold-dust-4-ppb-4788-dt20260317185107102659-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4788/gold-dust-4", + "scraped_at": "2026-05-01T01:00:41.535Z" + }, + { + "sku": "PPB-4828", + "color_name": "Ultra Red Pearl", + "description": "Ultra Red Pearl is a heavy red, cranberry color with a pearl effect. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.8 + }, + { + "min": 50, + "max": 199, + "price": 14.06 + }, + { + "min": 200, + "max": null, + "price": 13.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4758/ppb-4828-ultra-red-pearl-tds-dt20231120215704404573.pdf?1700517426", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2460/ultra-red-pearl-ppb-4830-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4828/ultra-red-pearl", + "scraped_at": "2026-05-01T01:00:52.418Z" + }, + { + "sku": "PPB-4853", + "color_name": "ULTRA GOLD SPARKLE", + "description": "Ultra Gold Sparkle is a gold flaked polyester transparent clear metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.77 + }, + { + "min": 50, + "max": 199, + "price": 18.78 + }, + { + "min": 200, + "max": null, + "price": 17.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6172/ppb-4853-ultra-gold-sparkle-tds-dt20240417200623319203.pdf?1713384386", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7961/ultra-gold-sparkle-ppb-4853-dt20250623151420703532-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4853/ultra-gold-sparkle", + "scraped_at": "2026-05-01T01:01:03.154Z" + }, + { + "sku": "PPB-4858", + "color_name": "Flattop Black", + "description": "Flattop Black is a silvery black top coat. This color is a polyester top coat powder coat and has a flat finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.18 + }, + { + "min": 50, + "max": 199, + "price": 18.22 + }, + { + "min": 200, + "max": null, + "price": 17.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3712/ppb-4858-flattop-black-tds-dt20230921215016262367.pdf?1695333018", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2462/flattop-black-ppb-4858-dt20200604172645124-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4858/flattop-black", + "scraped_at": "2026-05-01T01:01:16.019Z" + }, + { + "sku": "PPB-4859", + "color_name": "Tropic Orange", + "description": "Tropic Orange is a transparent red/orange. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH TROPIC ORANGE View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.62 + }, + { + "min": 50, + "max": 199, + "price": 17.69 + }, + { + "min": 200, + "max": null, + "price": 16.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2464/tropic-orange-ppb-4859-dt2025090220183640488-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4859/tropic-orange", + "scraped_at": "2026-05-01T01:01:34.004Z" + }, + { + "sku": "PPB-4864", + "color_name": "Clear Lights", + "description": "Clear Lights is a clear coat with a heavy multi-color flake. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH CLEAR LIGHTS View Details View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.99 + }, + { + "min": 50, + "max": 199, + "price": 19.94 + }, + { + "min": 200, + "max": null, + "price": 18.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5045/ppb-4864-clear-lights-tds-dt20231128230210079186.pdf?1701212532", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2466/clear-lights-ppb-4864-dt20200604165351182-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4864/clear-lights", + "scraped_at": "2026-05-01T01:01:48.643Z" + }, + { + "sku": "PPB-4872", + "color_name": "MISTY BRASS", + "description": "Misty Brass is a light brass top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.78 + }, + { + "min": 50, + "max": 199, + "price": 15.94 + }, + { + "min": 200, + "max": null, + "price": 15.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2813/ppb-4872-misty-brass-tds-dt20230821142602848063.pdf?1692627964", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2468/misty-brass-ppb-4872-dt20250625221132410218-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4872/misty-brass", + "scraped_at": "2026-05-01T01:02:04.061Z" + }, + { + "sku": "PPB-4878", + "color_name": "Bentley Blue Plus", + "description": "Bentley Blue Plus is a OEM matched blue polyester transparent and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.21 + }, + { + "min": 50, + "max": 199, + "price": 19.2 + }, + { + "min": 200, + "max": null, + "price": 18.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5836/ppb-4878-bentley-blue-plus-tds-dt20240320163252121822.pdf?1710952374", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7965/bentley-blue-plus-ppb-4878-dt20260114191457543287-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4878/bentley-blue-plus", + "scraped_at": "2026-05-01T01:02:16.107Z" + }, + { + "sku": "PPB-4892", + "color_name": "SATIN BRASS", + "description": "Satin Brass is a low gloss transparent light gold with a fine gold metallic flake. This color is a polyester top coat powder coat with a matte finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.68 + }, + { + "min": 50, + "max": 199, + "price": 20.6 + }, + { + "min": 200, + "max": null, + "price": 19.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7300/satin-brass-ppb-4892-dt2020121022413951-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4892/satin-brass", + "scraped_at": "2026-05-01T01:02:27.240Z" + }, + { + "sku": "PPB-4903", + "color_name": "Hot Roll Black", + "description": "Hot Roll Black is a graphite black with a metallic flake. This color is a polyester top coat powder coat and has a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerMajestic ShadowsExquisite Spaces", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.13 + }, + { + "min": 50, + "max": 199, + "price": 16.27 + }, + { + "min": 200, + "max": null, + "price": 15.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2470/hot-roll-black-ppb-4903-dt20250610201037665949-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4903/hot-roll-black", + "scraped_at": "2026-05-01T01:02:42.943Z" + }, + { + "sku": "PPB-4948", + "color_name": "PSYCHO BRASS", + "description": "Psycho Brass is a dark lime green base with a heavy & distinguished brass metallic flake. This color is a polyester top coat powder coat with a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH PSYCHO BRASS View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.68 + }, + { + "min": 50, + "max": 199, + "price": 13.95 + }, + { + "min": 200, + "max": null, + "price": 13.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2472/psycho-brass-ppb-4948-dt20250813180647008806-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4948/psycho-brass", + "scraped_at": "2026-05-01T01:03:01.256Z" + }, + { + "sku": "PPB-4952", + "color_name": "SUPER DUST PURPLE", + "description": "Super Dust Purple is a deep purple two coat that has a dusted appearance. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.44 + }, + { + "min": 50, + "max": 199, + "price": 13.72 + }, + { + "min": 200, + "max": null, + "price": 13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4759/ppb-4952-super-dust-purple-tds-dt20231120215845385652.pdf?1700517527", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2474/super-dust-purple-ppb-4954-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4952/super-dust-purple", + "scraped_at": "2026-05-01T01:03:15.528Z" + }, + { + "sku": "PPB-4982", + "color_name": "Crown Blue", + "description": "Crown Blue is a transparent dark blue with a fine pink metallic. This color is a polyester top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.18 + }, + { + "min": 50, + "max": 199, + "price": 19.17 + }, + { + "min": 200, + "max": null, + "price": 18.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2476/crown-blue-ppb-4982-dt20181217211829563-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4982/crown-blue", + "scraped_at": "2026-05-01T01:03:30.052Z" + }, + { + "sku": "PPB-5004", + "color_name": "Ultra Blue Sparkle", + "description": "Ultra Blue Sparkle is a sparkling blue top coat. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH ULTRA BLUE SPARKLE View Details View Details View Details View Details PRODUCT SUPPORT Q&As 3 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray ultra blue sparkle over a white base to get a blue sparkle over the white? - Gregory Duncan 03/08/22 10:47 pm Answer: Yes, you can! We simply showcase the Clear Metallic powders we offer over a high-gloss black because it helps showcase the metallic flakes they have in them. You’re more than welcome to apply it over a White base coat. Although, it will be harder to see as it’s over white (naturally). - Nic Industries Inc. Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. Question: Will applying Ultra Blue Sparkle PPB-5004 over RAL 9005 Jet Black have a similar outcome to applying over Ink Black PSS-0106 as your website sample and swatch sample suggests. - Prismatic Support 03/11/20 11:09 am Answer: Yes, you should see a very similar outcome. Ink Black is our best selling Gloss Black which is why we chose this color as our representative base. Basically, a dark background, black being the darkest will provide the best outcome for metallic top coats like Ultra Blue Sparkle PPB-5004. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.72 + }, + { + "min": 50, + "max": 199, + "price": 16.83 + }, + { + "min": 200, + "max": null, + "price": 15.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6105/ppb-5004-ultra-blue-sparkle-tds-dt20240408211855642078.pdf?1712611137", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2478/ultra-blue-sparkle-ppb-5004-dt20251107211000966793-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5004/ultra-blue-sparkle", + "scraped_at": "2026-05-01T01:03:41.377Z" + }, + { + "sku": "PPB-5009", + "color_name": "Charm Blue", + "description": "Charm Blue is a blue transparent clear metallic and has a high gloss finish. High Gloss: 85+ Gloss Units A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4206/ppb-5009-charm-blue-tds-dt20231005161433256725.pdf?1696522475", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7967/charm-blue-ppb-5009-dt20260114183411354406-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5009/charm-blue", + "scraped_at": "2026-05-01T01:03:54.399Z" + }, + { + "sku": "PPB-5013", + "color_name": "Super Dust Orange", + "description": "Super Dust Orange is a burnt orange copper tone color with a fine metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.48 + }, + { + "min": 50, + "max": 199, + "price": 13.76 + }, + { + "min": 200, + "max": null, + "price": 13.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4760/ppb-5013-super-dust-orange-tds-dt20231120220009777161.pdf?1700517612", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2480/super-dust-orange-ppb-5015-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5013/super-dust-orange", + "scraped_at": "2026-05-01T01:04:09.225Z" + }, + { + "sku": "PPB-5021", + "color_name": "Formosa Blue", + "description": "Formosa Blue is a transparent bright cobalt with a soft silver-blue metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.94 + }, + { + "min": 50, + "max": 199, + "price": 15.14 + }, + { + "min": 200, + "max": null, + "price": 14.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2482/formosa-blue-ppb-5021-dt20210811172453087-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5021/formosa-blue", + "scraped_at": "2026-05-01T01:04:24.716Z" + }, + { + "sku": "PPB-5030", + "color_name": "SIERRA GOLD", + "description": "Sierra Gold is a transparent clear metallic polyester with bronze, gold, and teal glitter and has a high gloss finish. High Gloss: 85+ Gloss Units Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH SIERRA GOLD View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.67 + }, + { + "min": 50, + "max": 199, + "price": 13.94 + }, + { + "min": 200, + "max": null, + "price": 13.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2607/ppb-5030-sierra-gold-tds-dt20230811224107332711.pdf?1691793669", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7970/sierra-gold-ppb-5030-dt20230814220806917248-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5030/sierra-gold", + "scraped_at": "2026-05-01T01:04:38.765Z" + }, + { + "sku": "PPB-5036", + "color_name": "FROSTED DUST II", + "description": "Frosted Dust II is a fine silver sparkling metallic. This color is a polyester top coat powder coat and has a flat finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Flat: 0-6 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH FROSTED DUST II View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.68 + }, + { + "min": 50, + "max": 199, + "price": 20.6 + }, + { + "min": 200, + "max": null, + "price": 19.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2484/frosted-dust-ii-ppb-5036-dt20250519212540640351-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5036/frosted-dust-ii", + "scraped_at": "2026-05-01T01:04:53.587Z" + }, + { + "sku": "PPB-5038", + "color_name": "STAR DUST -16", + "description": "Star Dust-16 is a dusted charcoal and silver colored two coat. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH STAR DUST -16 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.43 + }, + { + "min": 50, + "max": 199, + "price": 12.76 + }, + { + "min": 200, + "max": null, + "price": 12.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4994/ppb-5038-star-dust-16-tds-dt20231127223810490541.pdf?1701124692", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2486/star-dust-16-ppb-5040-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5038/star-dust-16", + "scraped_at": "2026-05-01T01:05:09.274Z" + }, + { + "sku": "PPB-5044", + "color_name": "Chance Red", + "description": "Chance Red is a penny copper polyester transparent clear metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.21 + }, + { + "min": 50, + "max": 199, + "price": 13.5 + }, + { + "min": 200, + "max": null, + "price": 12.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6198/ppb-5044-chance-red-tds-dt20240419154054763405.pdf?1713541257", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7976/chance-red-ppb-5044-dt2024042420204056053-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5044/chance-red", + "scraped_at": "2026-05-01T01:05:22.320Z" + }, + { + "sku": "PPB-5049", + "color_name": "Twinkle Blue", + "description": "Twinkle Blue is a multi-reflecting blue metallic. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH TWINKLE BLUE View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.32 + }, + { + "min": 50, + "max": 199, + "price": 13.6 + }, + { + "min": 200, + "max": null, + "price": 12.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6184/ppb-5049-twinkle-blue-tds-dt20240418205258829958.pdf?1713473581", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2488/twinkle-blue-ppb-5049-dt20191204164244137-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5049/twinkle-blue", + "scraped_at": "2026-05-01T01:05:37.644Z" + }, + { + "sku": "PPB-5051", + "color_name": "PEARL FLAIR", + "description": "Pearl Flair is a green-grey with a silverish white metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.48 + }, + { + "min": 50, + "max": 199, + "price": 13.76 + }, + { + "min": 200, + "max": null, + "price": 13.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4762/ppb-5051-pearl-flair-tds-dt20231120220322857439.pdf?1700517805", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2490/pearl-flair-ppb-5051-dt20190821143824389-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5051/pearl-flair", + "scraped_at": "2026-05-01T01:05:53.869Z" + }, + { + "sku": "PPB-5060", + "color_name": "SATIN TANGELO", + "description": "Satin Tangelo is a dark orange polyester transparent and has a satin finish. Satin: 21-36 Gloss Units Attention: This product has limited UV stability Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.68 + }, + { + "min": 50, + "max": 199, + "price": 16.8 + }, + { + "min": 200, + "max": null, + "price": 15.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9210/satin-tangelo-ppb-5060-dt20260109205005258767-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5060/satin-tangelo", + "scraped_at": "2026-05-01T01:06:04.431Z" + }, + { + "sku": "PPB-5066", + "color_name": "HOC Blue", + "description": "HOC Blue is a heavy dark blue metallic. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.67 + }, + { + "min": 50, + "max": 199, + "price": 13.94 + }, + { + "min": 200, + "max": null, + "price": 13.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4764/ppb-5066-hoc-blue-tds-dt20231120220602088199.pdf?1700517964", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2492/hoc-blue-ppb-5066-dt20200729154941886-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5066/hoc-blue", + "scraped_at": "2026-05-01T01:06:18.122Z" + }, + { + "sku": "PPB-5067", + "color_name": "COPPER ROSE", + "description": "Copper Rose is a orangish red transparent polyurethane and has a high gloss finish. High Gloss: 85+ Gloss Units Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Anodized PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.87 + }, + { + "min": 50, + "max": 199, + "price": 17.93 + }, + { + "min": 200, + "max": null, + "price": 16.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2553/ppb-5067-copper-rose-tds-dt20230810212800730288.pdf?1691702882", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2494/copper-rose-ppb-5067-dt20260128221558812937-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5067/copper-rose", + "scraped_at": "2026-05-01T01:06:32.273Z" + }, + { + "sku": "PPB-5078", + "color_name": "Magnum Blue Sparkle", + "description": "Magnum Blue Sparkle is a clear coat with a blue metallic flake. This color is a polyester transparent clear metallic top coat powder coat and has a high gloss finish Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH MAGNUM BLUE SPARKLE View Details View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.06 + }, + { + "min": 50, + "max": 199, + "price": 18.11 + }, + { + "min": 200, + "max": null, + "price": 17.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4765/ppb-5078-magnum-blue-sparkle-tds-dt20231120220745034255.pdf?1700518066", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2496/magnum-blue-sparkle-ppb-5078-dt20260327224823980771-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5078/magnum-blue-sparkle", + "scraped_at": "2026-05-01T01:06:50.616Z" + }, + { + "sku": "PPB-5092", + "color_name": "OLIVE BRONZE", + "description": "Olive Bronze is a pewter with a hint of brown. This color is a polyester top coat powder coat and has a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerBurnished TreasuresRefined Metals CREATIONS MADE WITH OLIVE BRONZE View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.27 + }, + { + "min": 50, + "max": 199, + "price": 17.36 + }, + { + "min": 200, + "max": null, + "price": 16.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2498/olive-bronze-ppb-5092-dt20250623221858408489-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5092/olive-bronze", + "scraped_at": "2026-05-01T01:07:04.003Z" + }, + { + "sku": "PPB-5093", + "color_name": "Vette Red", + "description": "Vette Red is a rich bright red top coat. This color is a polyester top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning CREATIONS MADE WITH VETTE RED View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.51 + }, + { + "min": 50, + "max": 199, + "price": 24.23 + }, + { + "min": 200, + "max": null, + "price": 22.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4181/ppb-5093-vette-red-tds-dt20231003222101043135.pdf?1696371663", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2500/vette-red-ppb-5095-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5093/vette-red", + "scraped_at": "2026-05-01T01:07:17.520Z" + }, + { + "sku": "PPB-5094", + "color_name": "Phazer Red", + "description": "Phazer Red is a rich metallic red and copper two coat. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.44 + }, + { + "min": 50, + "max": 199, + "price": 13.72 + }, + { + "min": 200, + "max": null, + "price": 13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4766/ppb-5094-phazer-red-tds-dt20231120220958491275.pdf?1700518200", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2502/phazer-red-ppb-5096-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5094/phazer-red", + "scraped_at": "2026-05-01T01:07:29.655Z" + }, + { + "sku": "PPB-5100", + "color_name": "SUPER DUST RUSSIAN BLUE", + "description": "Super Dust Russian Blue is a fine white silver metallic clear coat. This color is a polyester transparent clear metallic top coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH SUPER DUST RUSSIAN BLUE View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.74 + }, + { + "min": 50, + "max": 199, + "price": 14 + }, + { + "min": 200, + "max": null, + "price": 13.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5010/ppb-5100-super-dust-10u-tds-dt20231127232434669396.pdf?1701127476", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2504/super-dust-russian-blue-ppb-5100-dt20260326162818478194-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5100/super-dust-russian-blue", + "scraped_at": "2026-05-01T01:07:45.181Z" + }, + { + "sku": "PPB-5101", + "color_name": "SUPER DUST STORM", + "description": "Super Dust Storm is a sparkling rich black color with a silver metallic. This color is a polyester transparent clear metallic top coat powder coat and has a gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2506/super-dust-storm-ppb-5101-dt20260326164747444707-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5101/super-dust-storm", + "scraped_at": "2026-05-01T01:08:01.467Z" + }, + { + "sku": "PPB-5103", + "color_name": "BRILLIANT GOLD", + "description": "Brilliant Gold is a clear coat with a very fine gold metallic over a black base. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH BRILLIANT GOLD View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.44 + }, + { + "min": 50, + "max": 199, + "price": 15.62 + }, + { + "min": 200, + "max": null, + "price": 14.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4971/ppb-5103-brilliant-gold-tds-dt20231127202215893537.pdf?1701116538", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2508/brilliant-gold-ppb-5103-dt20210202210358078-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5103/brilliant-gold", + "scraped_at": "2026-05-01T01:08:18.508Z" + }, + { + "sku": "PPB-5104", + "color_name": "STAR DUST", + "description": "Star Dust is a very light mist of fine pearl-like metallic. This color is a polyester top coat powder coat with a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH STAR DUST View Details View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5001/ppb-5104-star-dust-tds-dt20231127225536123334.pdf?1701125738", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2510/star-dust-ppb-5104-dt20210218223309378-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5104/star-dust", + "scraped_at": "2026-05-01T01:08:36.343Z" + }, + { + "sku": "PPB-5105", + "color_name": "MOON DUST", + "description": "Moon Dust is a light silver sparkling top coat. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4768/ppb-5105-moon-dust-tds-dt20231120221232852798.pdf?1700518354", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2512/moon-dust-ppb-5105-dt20220321165355399687-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5105/moon-dust", + "scraped_at": "2026-05-01T01:08:53.950Z" + }, + { + "sku": "PPB-5106", + "color_name": "Whiffle Dust", + "description": "Whiffle Dust is a clear coat with a fine silver metallic. This color is a polyester top coat powder coat with a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4769/ppb-5106-whiffle-dust-tds-dt20231120221442499162.pdf?1700518484", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2514/whiffle-dust-ppb-5106-dt20220321170033285556-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5106/whiffle-dust", + "scraped_at": "2026-05-01T01:09:06.415Z" + }, + { + "sku": "PPB-5107", + "color_name": "KRANBERRY KRACKLE", + "description": "Kranberry Krackle is a clear coat with a fine dark purple/maroon sparkle. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.51 + }, + { + "min": 50, + "max": 199, + "price": 14.73 + }, + { + "min": 200, + "max": null, + "price": 13.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5032/ppb-5107-kranberry-krackle-tds-dt20231128181913215727.pdf?1701195555", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2516/kranberry-krackle-ppb-5107-dt20200702160824749-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5107/kranberry-krackle", + "scraped_at": "2026-05-01T01:09:19.585Z" + }, + { + "sku": "PPB-5108", + "color_name": "PENNY DUST", + "description": "Penny Dust is a penny copper top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerRusset EleganceRefined Metals", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.43 + }, + { + "min": 50, + "max": 199, + "price": 14.66 + }, + { + "min": 200, + "max": null, + "price": 13.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4967/ppb-5108-penny-dust-tds-dt20231127201526051841.pdf?1701116128", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2518/penny-dust-ppb-5108-dt20200603165944063-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5108/penny-dust", + "scraped_at": "2026-05-01T01:09:36.912Z" + }, + { + "sku": "PPB-5109", + "color_name": "Cherry Crunch", + "description": "Cherry Crunch is a reddish maroon clear metallic. This color is a polyester top coat powder coat and has a glossy finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4986/ppb-5109-cherry-crunch-tds-dt20231127222103654703.pdf?1701123665", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2520/cherry-crunch-ppb-5109-dt20220307154843187872-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5109/cherry-crunch", + "scraped_at": "2026-05-01T01:09:52.850Z" + }, + { + "sku": "PPB-5110", + "color_name": "DAZZLING BURGUNDY", + "description": "Dazzling Burgundy is a very deep burgundy top coat. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5044/ppb-5110-dazzling-burgundy-tds-dt20231128224529077133.pdf?1701211531", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2522/dazzling-burgundy-ppb-5110-dt2022030723113787061-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5110/dazzling-burgundy", + "scraped_at": "2026-05-01T01:10:07.166Z" + }, + { + "sku": "PPB-5111", + "color_name": "Orange Marmalade", + "description": "Orange Marmalade is a dark orange clear metallic. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH ORANGE MARMALADE View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4770/ppb-5111-orange-marmalade-tds-dt20231120221640157445.pdf?1700518602", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2524/orange-marmalade-ppb-5111-dt20220309172210211403-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5111/orange-marmalade", + "scraped_at": "2026-05-01T01:10:25.176Z" + }, + { + "sku": "PPB-5113", + "color_name": "BURPLE", + "description": "Burple is a clear coat with a fine purple/blue metallic. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5000/ppb-5113-burple-tds-dt20231127225305525451.pdf?1701125587", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2528/burple-ppb-5113-dt20220324210550119273-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5113/burple", + "scraped_at": "2026-05-01T01:10:37.027Z" + }, + { + "sku": "PPB-5114", + "color_name": "PURPLESCENT", + "description": "Purplescent is a clear coat with a fine purple metallic flake. This color is a polyester top coat powder coat with a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH PURPLESCENT View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4771/ppb-5114-purplescent-tds-dt20231120221903633033.pdf?1700518745", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2530/purplescent-ppb-5114-dt20250707162420344-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5114/purplescent", + "scraped_at": "2026-05-01T01:10:50.565Z" + }, + { + "sku": "PPB-5115", + "color_name": "PURPLESCENT DBL", + "description": "Purplescent DBL is a clear coat with a very fine heavy purple metallic. This color is a polyester top coat powder coat and has a glossy finish. Clear Metallic Two Coat Information: To achieve the colors as shown, one of the following must be used as a base coat: PSS 0106 Ink Black PSS 6929 Atomic Tomato PSS 2779 International Orange PSS 4035 Lemon Peel PSS 5666 Kiwi Green PSS 1715 Playboy Blue PSS 1676 Sinbad Purple Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH PURPLESCENT DBL View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4772/ppb-5115-purplescent-dbl-tds-dt20231120222108217089.pdf?1700518869", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2532/purplescent-dbl-ppb-5115-dt20181002222950995-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5115/purplescent-dbl", + "scraped_at": "2026-05-01T01:11:08.801Z" + }, + { + "sku": "PPB-5116", + "color_name": "Blue Twilight", + "description": "Blue Twilight is a clear coat with a heavy but fine blue metallic. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH BLUE TWILIGHT View Details View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. Question: What would this product look like over Artic White? I’m doing a Blue Metallic and a white also. I would like to have blue flake in the clear on the white. - Jacob Dillon 01/29/19 02:01 pm Answer: Because the flake size is small and white does not provide the same level of contrast as say...black, it would probably look like a lighter blue color. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4964/ppb-5116-blue-twilight-tds-dt20231127200919475844.pdf?1701115761", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2534/blue-twilight-ppb-5116-dt20220321164643677176-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5116/blue-twilight", + "scraped_at": "2026-05-01T01:11:22.337Z" + }, + { + "sku": "PPB-5117", + "color_name": "RASPBERRY SPARKLE", + "description": "Raspberry Sparkle is a dark purple two coat. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve the colors as shown, one of the following must be used as a base coat: PSS 0106 Ink Black PSS 6929 Atomic Tomato PSS 2779 International Orange PSS 4035 Lemon Peel PSS 5666 Kiwi Green PSS 1715 Playboy Blue PSS 1676 Sinbad Purple High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.21 + }, + { + "min": 50, + "max": 199, + "price": 13.5 + }, + { + "min": 200, + "max": null, + "price": 12.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4996/ppb-5117-raspberry-sparkle-tds-dt20231127224208993639.pdf?1701124931", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2536/raspberry-sparkle-ppb-5117-dt20181105232216363-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5117/raspberry-sparkle", + "scraped_at": "2026-05-01T01:11:37.472Z" + }, + { + "sku": "PPB-5119", + "color_name": "FOOLS GOLD", + "description": "Fools Gold is a very light mist of fine gold and pearl metallics. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4773/ppb-5119-fools-gold-tds-dt20231120222348660161.pdf?1700519030", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2540/fools-gold-ppb-5119-dt20210106190308687-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5119/fools-gold", + "scraped_at": "2026-05-01T01:11:51.033Z" + }, + { + "sku": "PPB-5120", + "color_name": "FOOLS PENNY", + "description": "Fools Penny is a transparent bright copper. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerRusset EleganceRefined Metals", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.56 + }, + { + "min": 50, + "max": 199, + "price": 14.78 + }, + { + "min": 200, + "max": null, + "price": 14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4977/ppb-5120-fools-penny-tds-dt20231127203811003258.pdf?1701117492", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2542/fools-penny-ppb-5120-dt20250624205826314803-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5120/fools-penny", + "scraped_at": "2026-05-01T01:12:04.175Z" + }, + { + "sku": "PPB-5121", + "color_name": "GOLD RUSH", + "description": "Gold Rush is a fine greenish gold. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4774/ppb-5121-gold-rush-tds-dt20231120222531582864.pdf?1700519134", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2544/gold-rush-ppb-5121-dt20220307155219816705-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5121/gold-rush", + "scraped_at": "2026-05-01T01:12:18.480Z" + }, + { + "sku": "PPB-5122", + "color_name": "SUPER DUST GRAPHITE", + "description": "Super Dust Graphite is a very light mist of white pearl. This color is a polyester transparent clear metallic top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH SUPER DUST GRAPHITE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5034/ppb-5122-super-dust-4p-tds-dt20231128221024307644.pdf?1701209428", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2546/super-dust-graphite-ppb-5122-dt20260326164551046377-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5122/super-dust-graphite", + "scraped_at": "2026-05-01T01:12:30.910Z" + }, + { + "sku": "PPB-5123", + "color_name": "GOLDEN WHIFFLE", + "description": "Golden Whiffle is a clear coat with a very light golden pearl. This color is a polyester top coat powder coat with a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4775/ppb-5123-golden-whiffle-tds-dt20231120222748695941.pdf?1700519270", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2548/golden-whiffle-ppb-5123-dt20211012224046492-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5123/golden-whiffle", + "scraped_at": "2026-05-01T01:12:47.250Z" + }, + { + "sku": "PPB-5125", + "color_name": "SUPER MIDNIGHT", + "description": "Super Midnight is a mist of fine blue pearl. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH SUPER MIDNIGHT View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4777/ppb-5125-super-midnight-tds-dt20231120223203329595.pdf?1700519525", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2552/super-midnight-ppb-5125-dt20220309172429175437-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5125/super-midnight", + "scraped_at": "2026-05-01T01:13:03.164Z" + }, + { + "sku": "PPB-5126", + "color_name": "SUPER CHERRY", + "description": "Super Cherry is a maroon red metallic. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.7 + }, + { + "min": 50, + "max": 199, + "price": 13.02 + }, + { + "min": 200, + "max": null, + "price": 12.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4778/ppb-5126-super-cherry-tds-dt20231120223513681273.pdf?1700519715", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2554/super-cherry-ppb-5126-dt20220126171709687-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5126/super-cherry", + "scraped_at": "2026-05-01T01:13:14.143Z" + }, + { + "sku": "PPB-5127", + "color_name": "SUPER PLUM", + "description": "Super Plum is a plum purple two coat. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5042/ppb-5127-super-plum-tds-dt20231128224153849763.pdf?1701211315", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2556/super-plum-ppb-5129-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5127/super-plum", + "scraped_at": "2026-05-01T01:13:26.516Z" + }, + { + "sku": "PPB-5128", + "color_name": "Blue Diamond", + "description": "Blue Diamond is a clear coat with a heavy and fine navy blue metallic. This color is a polyester top coat powder coat and has a glossy finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4998/ppb-5128-blue-diamond-tds-dt20231127224556832851.pdf?1701125159", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2558/blue-diamond-ppb-5130-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5128/blue-diamond", + "scraped_at": "2026-05-01T01:13:39.050Z" + }, + { + "sku": "PPB-5129", + "color_name": "PENNY GOLD", + "description": "Penny Gold is a clear copper metallic. This color is a polyester top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerRusset EleganceRefined Metals CREATIONS MADE WITH PENNY GOLD View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.39 + }, + { + "min": 50, + "max": 199, + "price": 16.52 + }, + { + "min": 200, + "max": null, + "price": 15.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4973/ppb-5129-penny-gold-tds-dt20231127202931753456.pdf?1701116973", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2560/penny-gold-ppb-5131-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5129/penny-gold", + "scraped_at": "2026-05-01T01:13:54.694Z" + }, + { + "sku": "PPB-5130", + "color_name": "Crater Lake Blue", + "description": "Crater Lake Blue is a transparent dark blue metallic. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5041/ppb-5130-crater-lake-blue-tds-dt20231128223903746987.pdf?1701211145", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2562/crater-lake-blue-ppb-5130-dt2022030116394138498-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5130/crater-lake-blue", + "scraped_at": "2026-05-01T01:14:10.907Z" + }, + { + "sku": "PPB-5131", + "color_name": "ROYAL BURPLE", + "description": "Royal Burple is dark blue/purple two coat. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4779/ppb-5131-royal-burple-tds-dt20231120223840452272.pdf?1700519922", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2564/royal-burple-ppb-5133-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5131/royal-burple", + "scraped_at": "2026-05-01T01:14:24.428Z" + }, + { + "sku": "PPB-5132", + "color_name": "KRANBERRY GLAZE", + "description": "Kranberry Glaze is a dark red/violet color. This color is a polyester top coat powder coat with a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4997/ppb-5132-kranberry-glaze-tds-dt20231127224355293452.pdf?1701125037", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2566/kranberry-glaze-ppb-5134-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5132/kranberry-glaze", + "scraped_at": "2026-05-01T01:14:37.874Z" + }, + { + "sku": "PPB-5134", + "color_name": "NUGGET GOLD", + "description": "Nugget Gold is a dark, brassy gold metallic. This color is a polyester two coat powder coat with a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH NUGGET GOLD View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5048/ppb-5134-nugget-gold-tds-dt20231128231159841883.pdf?1701213122", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2570/nugget-gold-ppb-5134-dt20200330182555222-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5134/nugget-gold", + "scraped_at": "2026-05-01T01:14:54.825Z" + }, + { + "sku": "PPB-5135", + "color_name": "GLITTER DUST", + "description": "Glitter Dust is a clear coat with a fine grey/silver metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.77 + }, + { + "min": 50, + "max": 199, + "price": 14.03 + }, + { + "min": 200, + "max": null, + "price": 13.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4780/ppb-5135-glitter-dust-tds-dt20231120224201304827.pdf?1700520123", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2572/glitter-dust-ppb-5137-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5135/glitter-dust", + "scraped_at": "2026-05-01T01:15:08.312Z" + }, + { + "sku": "PPB-5142", + "color_name": "Blue Star", + "description": "Blue Star is a transparent, medium aqua blue with a heavy silver metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2574/blue-star-ppb-5142-dt20190109154035515-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5142/blue-star", + "scraped_at": "2026-05-01T01:15:22.617Z" + }, + { + "sku": "PPB-5143", + "color_name": "TWILIGHT DUST", + "description": "Twilight Dust is a slate blue metallic. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5009/ppb-5143-twilight-dust-tds-dt20231127232241212558.pdf?1701127363", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2576/twilight-dust-ppb-5143-dt20220309172835488145-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5143/twilight-dust", + "scraped_at": "2026-05-01T01:15:38.744Z" + }, + { + "sku": "PPB-5145", + "color_name": "ULTRA AQUA", + "description": "Ultra Aqua is a deep aqua polyester transparent clear metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.96 + }, + { + "min": 50, + "max": 199, + "price": 15.16 + }, + { + "min": 200, + "max": null, + "price": 14.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4783/ppb-5145-ultra-aqua-tds-dt20231120224647086138.pdf?1700520409", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9212/ultra-aqua-ppb-5145-dt20260109210059777738-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5145/ultra-aqua", + "scraped_at": "2026-05-01T01:15:52.316Z" + }, + { + "sku": "PPB-5146", + "color_name": "PURPLESCENT DUST", + "description": "Purplescent Dust is a slate grey/purple metallic. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH PURPLESCENT DUST View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4784/ppb-5146-purplescent-dust-tds-dt20231120224842554304.pdf?1700520524", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2580/purplescent-dust-ppb-5146-dt20220321165534027-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5146/purplescent-dust", + "scraped_at": "2026-05-01T01:16:07.431Z" + }, + { + "sku": "PPB-5147", + "color_name": "GLAZED PLUM", + "description": "Glazed Plum is a dark purple metallic. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH GLAZED PLUM View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.21 + }, + { + "min": 50, + "max": 199, + "price": 13.5 + }, + { + "min": 200, + "max": null, + "price": 12.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4785/ppb-5147-glazed-plum-tds-dt20231120225029178215.pdf?1700520630", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2582/glazed-plum-ppb-5149-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5147/glazed-plum", + "scraped_at": "2026-05-01T01:16:18.136Z" + }, + { + "sku": "PPB-5150", + "color_name": "Ultra Blue Twilight", + "description": "Ultra Blue Twilight is a blue pearl. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve the colors as shown, one of the following must be used as a base coat: PSS 0106 Ink Black PSS 6929 Atomic Tomato PSS 2779 International Orange PSS 4035 Lemon Peel PSS 5666 Kiwi Green PSS 1715 Playboy Blue PSS 1676 Sinbad Purple Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH ULTRA BLUE TWILIGHT View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.17 + }, + { + "min": 50, + "max": 199, + "price": 13.46 + }, + { + "min": 200, + "max": null, + "price": 12.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5003/ppb-5150-ultra-blue-twilight-tsd-dt20231127230600727309.pdf?1701126363", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2584/ultra-blue-twilight-ppb-5150-dt2019030417395825-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5150/ultra-blue-twilight", + "scraped_at": "2026-05-01T01:16:33.885Z" + }, + { + "sku": "PPB-5151", + "color_name": "ULTRA BURGUNDY", + "description": "Ultra Burgundy is a dark metallic burgundy two coat. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH ULTRA BURGUNDY View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.21 + }, + { + "min": 50, + "max": 199, + "price": 13.5 + }, + { + "min": 200, + "max": null, + "price": 12.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4962/ppb-5151-ultra-burgundy-tds-dt20231127200214837141.pdf?1701115336", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2586/ultra-burgundy-ppb-5151-dt20220222222543661158-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5151/ultra-burgundy", + "scraped_at": "2026-05-01T01:16:47.409Z" + }, + { + "sku": "PPB-5152", + "color_name": "Cherry Crunch Double", + "description": "Cherry Crunch Double is a medium cherry red two coat. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.7 + }, + { + "min": 50, + "max": 199, + "price": 13.02 + }, + { + "min": 200, + "max": null, + "price": 12.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4985/ppb-5152-cherry-crunch-dbl-dt20231127221909245316.pdf?1701123551", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2588/cherry-crunch-double-ppb-5154-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5152/cherry-crunch-double", + "scraped_at": "2026-05-01T01:16:58.096Z" + }, + { + "sku": "PPB-5153", + "color_name": "ULTRA CHERRY", + "description": "Ultra Cherry is a purple, cherry red two coat. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.41 + }, + { + "min": 50, + "max": 199, + "price": 12.74 + }, + { + "min": 200, + "max": null, + "price": 12.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4786/ppb-5153-ultra-cherry-tds-dt20231120225204733175.pdf?1700520726", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2590/ultra-cherry-ppb-5155-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5153/ultra-cherry", + "scraped_at": "2026-05-01T01:17:13.247Z" + }, + { + "sku": "PPB-5154", + "color_name": "Harley Red", + "description": "Harley Red is a flashy red top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: hello, Is your harley red (PPB-5154) considered a single stage color? - Joseph Maldonado 06/16/21 01:48 pm Answer: This powder is considered a Candy Transparent top coat and ideally would be applied in two steps over some sort of shiny silver/chrome base coat! If applied as a single coat over sandblasted substrate the results would be less than desirable if you’re looking for a bright and shiny candy affect. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.44 + }, + { + "min": 50, + "max": 199, + "price": 16.57 + }, + { + "min": 200, + "max": null, + "price": 15.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2592/harley-red-ppb-5154-dt20181221161804609-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5154/harley-red", + "scraped_at": "2026-05-01T01:17:25.632Z" + }, + { + "sku": "PPB-5155", + "color_name": "PEARLIZED CLEAR", + "description": "Pearlized Clear is a blue silver transparent clear metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.87 + }, + { + "min": 50, + "max": 199, + "price": 14.13 + }, + { + "min": 200, + "max": null, + "price": 13.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4787/ppb-5155-pearlized-clear-tds-dt20231120225415428182.pdf?1700520857", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9213/pearlized-clear-ppb-5155-dt20260128230820649395-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5155/pearlized-clear", + "scraped_at": "2026-05-01T01:17:40.664Z" + }, + { + "sku": "PPB-5156", + "color_name": "GLAZED GOLD", + "description": "Glazed Gold is a transparent yellow/gold top coat. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH GLAZED GOLD View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4981/ppb-5156-glazed-gold-tds-dt20231127204334865827.pdf?1701117817", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2594/glazed-gold-ppb-5156-dt20220324210856206341-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5156/glazed-gold", + "scraped_at": "2026-05-01T01:17:55.066Z" + }, + { + "sku": "PPB-5158", + "color_name": "Teal Clear", + "description": "Teal Clear is a blueish green pearl. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5047/ppb-5158-teal-clear-tds-dt20231128230940817037.pdf?1701212983", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2596/teal-clear-ppb-5160-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5158/teal-clear", + "scraped_at": "2026-05-01T01:18:08.579Z" + }, + { + "sku": "PPB-5160", + "color_name": "Mariner Blue", + "description": "Mariner Blue is a sparkling marine blue top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2598/mariner-blue-ppb-5160-dt20181219180432334-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5160/mariner-blue", + "scraped_at": "2026-05-01T01:18:22.326Z" + }, + { + "sku": "PPB-5163", + "color_name": "ULTRA ROOTBEER", + "description": "Ultra Rootbeer is a rich rootbeer transparent clear metallic and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5002/ppb-5163-ultra-rootbeer-tds-dt20231127225732255486.pdf?1701125853", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2600/ultra-rootbeer-ppb-5163-dt20260402173230593997-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5163/ultra-rootbeer", + "scraped_at": "2026-05-01T01:18:36.232Z" + }, + { + "sku": "PPB-5166", + "color_name": "ANTIQUE GOLD DUST", + "description": "Antique Gold Dust is a clear coat with a fine but heavy dark gold metallic. This color is a polyester top coat powder coat and has a glossy finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4970/ppb-5166-antique-gold-dust-tds-dt20231127202037719421.pdf?1701116439", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2602/antique-gold-dust-ppb-5166-dt20200406182223252-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5166/antique-gold-dust", + "scraped_at": "2026-05-01T01:18:51.465Z" + }, + { + "sku": "PPB-5210", + "color_name": "Maui Blue", + "description": "Maui Blue is a transparent aqua blue with a silver metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH MAUI BLUE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.25 + }, + { + "min": 50, + "max": 199, + "price": 17.34 + }, + { + "min": 200, + "max": null, + "price": 16.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2604/maui-blue-ppb-5210-dt20250623224309722601-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5210/maui-blue", + "scraped_at": "2026-05-01T01:19:08.488Z" + }, + { + "sku": "PPB-5228", + "color_name": "Gold Mist", + "description": "Gold Mist is a deep rich brown and gold transparent clear metallic and has a high gloss finish. High Gloss: 85+ Gloss Units A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.41 + }, + { + "min": 50, + "max": 199, + "price": 12.74 + }, + { + "min": 200, + "max": null, + "price": 12.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9215/gold-mist-ppb-5228-dt20260109193252956177-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5228/gold-mist", + "scraped_at": "2026-05-01T01:19:23.143Z" + }, + { + "sku": "PPB-5232", + "color_name": "BURK P-S STAINLESS", + "description": "Burk PS Stainless is a silver-grey polyester transparent and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.38 + }, + { + "min": 50, + "max": 199, + "price": 17.46 + }, + { + "min": 200, + "max": null, + "price": 16.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9216/burk-p-s-stainless-ppb-5232-dt2024051020172683957-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5232/burk-p-s-stainless", + "scraped_at": "2026-05-01T01:19:33.745Z" + }, + { + "sku": "PPB-5239", + "color_name": "Westco Lavender Sparkle", + "description": "Westco Lavender Sparkle is a sparkling light purple/pink color. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH WESTCO LAVENDER SPARKLE View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21 + }, + { + "min": 50, + "max": 199, + "price": 19.95 + }, + { + "min": 200, + "max": null, + "price": 18.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5008/ppb-5239-westco-lavender-sparkle-tds-dt20231127232038100036.pdf?1701127240", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2606/westco-lavender-sparkle-ppb-5239-dt20200918224148849-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5239/westco-lavender-sparkle", + "scraped_at": "2026-05-01T01:19:45.435Z" + }, + { + "sku": "PPB-5245", + "color_name": "Bassboat Silver", + "description": "Bassboat Silver is a fine, silver glitter-like metallic. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve the colors as shown, one of the following must be used as a base coat: PSS 0106 Ink Black PSS 6929 Atomic Tomato PSS 2779 International Orange PSS 4035 Lemon Peel PSS 5666 Kiwi Green PSS 1715 Playboy Blue PSS 1676 Sinbad Purple Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH BASSBOAT SILVER View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.49 + }, + { + "min": 50, + "max": 199, + "price": 17.57 + }, + { + "min": 200, + "max": null, + "price": 16.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4969/ppb-5245-bassboat-silver-tds-dt20231127201857612615.pdf?1701116339", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2608/bassboat-silver-ppb-5245-dt20190618180849148-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5245/bassboat-silver", + "scraped_at": "2026-05-01T01:19:58.916Z" + }, + { + "sku": "PPB-5248", + "color_name": "FROSTED BRASS", + "description": "Frosted Brass is a light brassy top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.75 + }, + { + "min": 50, + "max": 199, + "price": 14.01 + }, + { + "min": 200, + "max": null, + "price": 13.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2610/frosted-brass-ppb-5248-dt20190314160827132-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5248/frosted-brass", + "scraped_at": "2026-05-01T01:20:12.010Z" + }, + { + "sku": "PPB-5267", + "color_name": "COPPER TINT", + "description": "Copper Tint is a copper polyester transparent and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.68 + }, + { + "min": 50, + "max": 199, + "price": 21.55 + }, + { + "min": 200, + "max": null, + "price": 20.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8051/ppb-5267-copper-tint-dt20260119175733765115.pdf?1768845455", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7988/copper-tint-ppb-5267-dt20260316203512541767-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5267/copper-tint", + "scraped_at": "2026-05-01T01:20:23.725Z" + }, + { + "sku": "PPB-5298", + "color_name": "Phase Blue", + "description": "Phase Blue is a deep, rich blue metallic. This color is a polyester top coat powder coat and has a gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Gloss: 71-85 Gloss Units *This color has limited UV resistance. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.36 + }, + { + "min": 50, + "max": 199, + "price": 13.64 + }, + { + "min": 200, + "max": null, + "price": 12.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8183/ppb-5298-phase-blue-dt20260306220010519052.pdf?1772834412", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2612/phase-blue-ppb-5298-dt20250715164840836399-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5298/phase-blue", + "scraped_at": "2026-05-01T01:20:36.630Z" + }, + { + "sku": "PPB-5299", + "color_name": "Deepwater Blue", + "description": "Deepwater Blue is a deep elegant blue. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.95 + }, + { + "min": 50, + "max": 199, + "price": 17.05 + }, + { + "min": 200, + "max": null, + "price": 16.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5520/ppb-5299-deepwater-blue-tds-dt20240110172703254689.pdf?1704907626", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2614/deepwater-blue-ppb-5299-dt20220204225807583295-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5299/deepwater-blue", + "scraped_at": "2026-05-01T01:20:50.575Z" + }, + { + "sku": "PPB-5341", + "color_name": "GOLD DUST - 2", + "description": "Gold Dust 2 is a transparent clear metallic with bronze and gold glitter throughout and has a high gloss finish. High Gloss: 85+ Gloss Units Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.35 + }, + { + "min": 50, + "max": 199, + "price": 14.58 + }, + { + "min": 200, + "max": null, + "price": 13.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2609/ppb-5341-gold-dust-2-tds-dt20230811225054533269.pdf?1691794256", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7994/gold-dust-2-ppb-5341-dt20230815151917442095-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5341/gold-dust-2", + "scraped_at": "2026-05-01T01:21:05.135Z" + }, + { + "sku": "PPB-5349", + "color_name": "BRASS FLAIR", + "description": "Brass Flair is a transparent light gold/bronze with a fine metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.55 + }, + { + "min": 50, + "max": 199, + "price": 14.77 + }, + { + "min": 200, + "max": null, + "price": 14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2616/brass-flair-ppb-5349-dt20181213182944966-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5349/brass-flair", + "scraped_at": "2026-05-01T01:21:19.935Z" + }, + { + "sku": "PPB-5363", + "color_name": "Comet Red", + "description": "Comet Red is a orange red transparent clear metallic and has a high gloss finish. High Gloss: 85+ Gloss Units A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.41 + }, + { + "min": 50, + "max": 199, + "price": 12.74 + }, + { + "min": 200, + "max": null, + "price": 12.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4984/ppb-5363-comet-red-tds-dt20231127215438411497.pdf?1701122080", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7996/comet-red-ppb-5363-dt20260114184135189195-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5363/comet-red", + "scraped_at": "2026-05-01T01:21:32.570Z" + }, + { + "sku": "PPB-5369", + "color_name": "Titan Blue", + "description": "Titan Blue is a light blue top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units *This color has limited UV resistance. Proposition 65 Warning CREATIONS MADE WITH TITAN BLUE View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.07 + }, + { + "min": 50, + "max": 199, + "price": 14.32 + }, + { + "min": 200, + "max": null, + "price": 13.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4207/ppb-5369-titan-blue-tds-dt20231005161708956413.pdf?1696522631", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2618/titan-blue-ppb-5369-dt20210401224326832-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5369/titan-blue", + "scraped_at": "2026-05-01T01:21:48.133Z" + }, + { + "sku": "PPB-5371", + "color_name": "Sailor Blue", + "description": "Sailor Blue is a rich deep blue two coat. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve the colors as shown, one of the following must be used as a base coat: PSS 0106 Ink Black PSS 6929 Atomic Tomato PSS 2779 International Orange PSS 4035 Lemon Peel PSS 5666 Kiwi Green PSS 1715 Playboy Blue PSS 1676 Sinbad Purple High Gloss: 85+ Gloss Units *This color has limited UV resistance. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.41 + }, + { + "min": 50, + "max": 199, + "price": 12.74 + }, + { + "min": 200, + "max": null, + "price": 12.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3218/ppb-5371-sailor-blue-tds-dt20230906162618567416.pdf?1694017581", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2620/sailor-blue-ppb-5371-dt20190618202902172-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5371/sailor-blue", + "scraped_at": "2026-05-01T01:22:01.970Z" + }, + { + "sku": "PPB-5378", + "color_name": "Russet Clear", + "description": "Russet Clear is a copper transparent clear metallic polyester and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.7 + }, + { + "min": 50, + "max": 199, + "price": 14.92 + }, + { + "min": 200, + "max": null, + "price": 14.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4631/ppb-5378-russet-clear-tds-dt20231103142754330056.pdf?1699021676", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9218/russet-clear-ppb-5378-dt20231102162905728149-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5378/russet-clear", + "scraped_at": "2026-05-01T01:22:16.932Z" + }, + { + "sku": "PPB-5383", + "color_name": "Dazzling Pink", + "description": "Dazzling Pink is a dazzling pink top coat with a fine metallic sparkle. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units This product has limited flexibility and impact resistance. This color may have limited UV stability. Proposition 65 Warning CREATIONS MADE WITH DAZZLING PINK View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.62 + }, + { + "min": 50, + "max": 199, + "price": 29.09 + }, + { + "min": 200, + "max": null, + "price": 27.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7952/ppb-5383-dazzling-pink-dt20260105170031061442.pdf?1767632432", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2622/dazzling-pink-ppb-5383-dt20250520201403886109-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5383/dazzling-pink", + "scraped_at": "2026-05-01T01:22:34.760Z" + }, + { + "sku": "PPB-5388", + "color_name": "Saxon Blue", + "description": "Saxon Blue is a sparkling deep blue. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.18 + }, + { + "min": 50, + "max": 199, + "price": 18.22 + }, + { + "min": 200, + "max": null, + "price": 17.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5807/ppb-5388-saxon-blue-tds-dt20240314191115503248.pdf?1710443477", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2624/saxon-blue-ppb-5388-dt20181227164739176-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5388/saxon-blue", + "scraped_at": "2026-05-01T01:22:47.648Z" + }, + { + "sku": "PPB-5396", + "color_name": "GOLDEN MIST", + "description": "Golden Mist is a dark goldish/bronze. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.44 + }, + { + "min": 50, + "max": 199, + "price": 13.72 + }, + { + "min": 200, + "max": null, + "price": 13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4299/ppb-5396-golden-mist-tds-dt20231009212628010492.pdf?1696886790", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2628/golden-mist-ppb-5396-dt20231010172119579581-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5396/golden-mist", + "scraped_at": "2026-05-01T01:23:01.429Z" + }, + { + "sku": "PPB-5409", + "color_name": "GREEN DUST", + "description": "Green Dust is a pearlescent polyester transparent clear metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.43 + }, + { + "min": 50, + "max": 199, + "price": 12.76 + }, + { + "min": 200, + "max": null, + "price": 12.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4220/ppb-5409-green-dust-tds-dt2023100519331372713.pdf?1696534395", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7998/green-dust-ppb-5409-dt20260227214416997892-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5409/green-dust", + "scraped_at": "2026-05-01T01:23:16.800Z" + }, + { + "sku": "PPB-5411", + "color_name": "FIRE LIGHTS", + "description": "Fire Lights is a clear coat with a small red and multi-colored metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH FIRE LIGHTS View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15 + }, + { + "min": 50, + "max": 199, + "price": 14.25 + }, + { + "min": 200, + "max": null, + "price": 13.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4788/ppb-5411-fire-lights-tds-dt20231120225551536576.pdf?1700520953", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2632/fire-lights-ppb-5411-dt20210111194219448-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5411/fire-lights", + "scraped_at": "2026-05-01T01:23:30.771Z" + }, + { + "sku": "PPB-5417", + "color_name": "Express Blue", + "description": "Express Blue is a rich blue top coat with a light sparkle. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.63 + }, + { + "min": 50, + "max": 199, + "price": 15.8 + }, + { + "min": 200, + "max": null, + "price": 14.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2634/express-blue-ppb-5419-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5417/express-blue", + "scraped_at": "2026-05-01T01:23:43.257Z" + }, + { + "sku": "PPB-5419", + "color_name": "Aztec Yellow", + "description": "Aztec Yellow is a warm sunshine yellow with an orange hue and fine silver/yellow metallics. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.07 + }, + { + "min": 50, + "max": 199, + "price": 14.32 + }, + { + "min": 200, + "max": null, + "price": 13.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4171/ppb-5419-aztec-yellow-tds-dt20231003215915841129.pdf?1696370357", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9220/aztec-yellow-ppb-5419-dt20220202154923817089-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5419/aztec-yellow", + "scraped_at": "2026-05-01T01:23:58.767Z" + }, + { + "sku": "PPB-5484", + "color_name": "DELUXE GOLD", + "description": "Deluxe Gold is an opaque, orange-gold with a soft metallic. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.28 + }, + { + "min": 50, + "max": 199, + "price": 18.32 + }, + { + "min": 200, + "max": null, + "price": 17.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7672/ppb-5484-deluxe-gold-dt20251201203632302096.pdf?1764621393", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2638/deluxe-gold-ppb-5484-dt2025120815553561496-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5484/deluxe-gold", + "scraped_at": "2026-05-01T01:24:11.080Z" + }, + { + "sku": "PPB-5497", + "color_name": "OYSTER PEARL", + "description": "Oyster Pearl is a polyester pearl transparent clear metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.77 + }, + { + "min": 50, + "max": 199, + "price": 14.03 + }, + { + "min": 200, + "max": null, + "price": 13.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9223/oyster-pearl-ppb-5497-dt20240419215644360837-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5497/oyster-pearl", + "scraped_at": "2026-05-01T01:24:25.240Z" + }, + { + "sku": "PPB-5539", + "color_name": "RUST GLAZE", + "description": "Rust Glaze is a transparent copper with a fine copper metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH RUST GLAZE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.55 + }, + { + "min": 50, + "max": 199, + "price": 15.72 + }, + { + "min": 200, + "max": null, + "price": 14.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5074/ppb-5539-rust-glaze-tds-dt20231129175308758873.pdf?1701280390", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2640/rust-glaze-ppb-5539-dt20181227160241952-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5539/rust-glaze", + "scraped_at": "2026-05-01T01:24:45.825Z" + }, + { + "sku": "PPB-5542", + "color_name": "CADY GLAZE", + "description": "Cady Glaze is a fine blue/silver top coat. This color is a polyester top coat powder coat and has a glossy finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.72 + }, + { + "min": 50, + "max": 199, + "price": 14.93 + }, + { + "min": 200, + "max": null, + "price": 14.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5066/ppb-5542-cady-glaze-tds-dt20231129172311163239.pdf?1701278592", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2642/cady-glaze-ppb-5542-dt20191023222553174-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5542/cady-glaze", + "scraped_at": "2026-05-01T01:24:58.488Z" + }, + { + "sku": "PPB-5571", + "color_name": "Flat Black Chrome II", + "description": "Flat Black Chrome II is a darker flat black/grey compared to flat black chrome. This color is a polyester top coat powder coat and has a flat finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerCerakote® Color MatchesExquisite SpacesRefined Metals", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.26 + }, + { + "min": 50, + "max": 199, + "price": 18.3 + }, + { + "min": 200, + "max": null, + "price": 17.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6067/ppb-5571-flat-black-chrome-ii-tds-dt20240405161433322715.pdf?1712333675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2644/flat-black-chrome-ii-ppb-5571-dt20200604172046152-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5571/flat-black-chrome-ii", + "scraped_at": "2026-05-01T01:25:11.884Z" + }, + { + "sku": "PPB-5579", + "color_name": "Wazoo Blue", + "description": "Wazoo Blue is a deep cobalt blue. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.24 + }, + { + "min": 50, + "max": 199, + "price": 13.53 + }, + { + "min": 200, + "max": null, + "price": 12.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2849/ppb-5579-wazoo-blue-tds-dt20230822121458770886.pdf?1692706500", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8002/wazoo-blue-ppb-5579-dt20220131221604736818-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5579/wazoo-blue", + "scraped_at": "2026-05-01T01:25:25.371Z" + }, + { + "sku": "PPB-5583", + "color_name": "Shattered Glass", + "description": "Shattered Glass is a clear coat with heavy charcoal/silver and other multi-colored metallic flakes. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH SHATTERED GLASS View Details View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.6 + }, + { + "min": 50, + "max": 199, + "price": 20.52 + }, + { + "min": 200, + "max": null, + "price": 19.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5065/ppb-5583-shattered-glass-tds-dt20231129172128095831.pdf?1701278490", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2646/shattered-glass-ppb-5583-dt20250519211636931493-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5583/shattered-glass", + "scraped_at": "2026-05-01T01:25:41.984Z" + }, + { + "sku": "PPB-5593", + "color_name": "GLIMMERING GOLD", + "description": "Glimmering Gold is a glittering gold with a hint of bronze. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.48 + }, + { + "min": 50, + "max": 199, + "price": 13.76 + }, + { + "min": 200, + "max": null, + "price": 13.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4789/ppb-5593-glimmering-gold-tds-dt20231120225750747127.pdf?1700521072", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2648/glimmering-gold-ppb-5593-dt20220309172052958752-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5593/glimmering-gold", + "scraped_at": "2026-05-01T01:25:52.211Z" + }, + { + "sku": "PPB-5595", + "color_name": "COPPER NUGGET", + "description": "Copper Nugget is a golden-copper with a soft metallic flake. This color is a polyester top coat powder coat and has a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerRusset EleganceRefined Metals PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.48 + }, + { + "min": 50, + "max": 199, + "price": 23.26 + }, + { + "min": 200, + "max": null, + "price": 22.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2650/copper-nugget-ppb-5595-dt20200406215426916-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5595/copper-nugget", + "scraped_at": "2026-05-01T01:26:09.059Z" + }, + { + "sku": "PPB-5625", + "color_name": "DIAMOND SPARKLE", + "description": "Diamond Sparkle is a silver sparkling two coat. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.6 + }, + { + "min": 50, + "max": 199, + "price": 12.92 + }, + { + "min": 200, + "max": null, + "price": 12.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4989/ppb-5625-diamond-sparkle-tds-dt20231127222858603029.pdf?1701124140", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2654/diamond-sparkle-ppb-5627-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5625/diamond-sparkle", + "scraped_at": "2026-05-01T01:26:23.504Z" + }, + { + "sku": "PPB-5630", + "color_name": "PLUE", + "description": "Plue is a purple/blue top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH PLUE View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.88 + }, + { + "min": 50, + "max": 199, + "price": 17.94 + }, + { + "min": 200, + "max": null, + "price": 16.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6037/ppb-5630-plue-tds-dt20240403172210183803.pdf?1712164932", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2656/plue-ppb-5630-dt20201210224101055-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5630/plue", + "scraped_at": "2026-05-01T01:26:35.438Z" + }, + { + "sku": "PPB-5633", + "color_name": "Tinted Clear", + "description": "Tinted Clear is a slightly tinted clear. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS MATTE TINTED CLEAR PPB-6680 CLICK FOR DETAILS FLAT TINTED CLEAR PPB-5942 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.22 + }, + { + "min": 50, + "max": 199, + "price": 13.51 + }, + { + "min": 200, + "max": null, + "price": 12.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3704/ppb-5633-tinted-clear-tds-dt20230921212837615715.pdf?1695331719", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2658/tinted-clear-ppb-5633-dt20250527200502725789-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5633/tinted-clear", + "scraped_at": "2026-05-01T01:26:51.786Z" + }, + { + "sku": "PPB-5635", + "color_name": "Tommy Burgundy", + "description": "Tommy Burgundy is a rich red transparent red and has a high gloss finish. High Gloss: 85+ Gloss Units Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.65 + }, + { + "min": 50, + "max": 199, + "price": 21.52 + }, + { + "min": 200, + "max": null, + "price": 20.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8070/ppb-5635-tommy-burgundy-dt20260119205633632765.pdf?1768856195", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8008/wm-tommy-burgundy-ppb-5635-dt2026021016032168712-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5635/tommy-burgundy", + "scraped_at": "2026-05-01T01:27:07.308Z" + }, + { + "sku": "PPB-5648", + "color_name": "Cherry Splash", + "description": "Cherry Splash is a transparent red candy. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.68 + }, + { + "min": 50, + "max": 199, + "price": 18.7 + }, + { + "min": 200, + "max": null, + "price": 17.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2660/cherry-splash-ppb-5650-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5648/cherry-splash", + "scraped_at": "2026-05-01T01:27:21.053Z" + }, + { + "sku": "PPB-5667", + "color_name": "PURPLE NUGGET", + "description": "Purple Nugget is a cobalt blue polyester transparent with blue flakes and subtle purple sheen and has a high gloss finish. High Gloss: 85+ Gloss Units Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.93 + }, + { + "min": 50, + "max": 199, + "price": 22.73 + }, + { + "min": 200, + "max": null, + "price": 21.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6404/ppb-5667-purple-nugget-tds-dt2024050118242208353.pdf?1714587864", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8028/purple-nugget-ppb-5667-dt2024052322030837879-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5667/purple-nugget", + "scraped_at": "2026-05-01T01:27:34.062Z" + }, + { + "sku": "PPB-5670", + "color_name": "Broadway Blue", + "description": "Broadway Blue is a sparkling blue top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.77 + }, + { + "min": 50, + "max": 199, + "price": 17.83 + }, + { + "min": 200, + "max": null, + "price": 16.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5808/ppb-5670-broadway-blue-tds-dt20240314191247193272.pdf?1710443569", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2662/broadway-blue-ppb-5670-dt20220728202437565319-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5670/broadway-blue", + "scraped_at": "2026-05-01T01:27:48.673Z" + }, + { + "sku": "PPB-5680", + "color_name": "Tinted Clear II", + "description": "Tinted Clear II is a dark transparent grey. This color is a polyester top coat powder coat with a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.27 + }, + { + "min": 50, + "max": 199, + "price": 13.56 + }, + { + "min": 200, + "max": null, + "price": 12.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7743/ppb-5680-tinted-clear-ii-dt20251229210341886292.pdf?1767042223", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2664/tinted-clear-ii-ppb-5680-dt20251208161218988483-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5680/tinted-clear-ii", + "scraped_at": "2026-05-01T01:28:08.104Z" + }, + { + "sku": "PPB-5704", + "color_name": "Aurora Sparkle", + "description": "Aurora Sparkle is a sparkling blue/violet. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.25 + }, + { + "min": 50, + "max": 199, + "price": 19.24 + }, + { + "min": 200, + "max": null, + "price": 18.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3585/ppb-5704-aurora-sparkle-tds-dt20230918224622436744.pdf?1695077184", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2670/aurora-sparkle-ppb-5704-dt20211012220425041-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5704/aurora-sparkle", + "scraped_at": "2026-05-01T01:28:22.339Z" + }, + { + "sku": "PPB-5706", + "color_name": "GLITTER DUST - .4", + "description": "Glitter Dust - .4 is a brilliant silver metallic. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.32 + }, + { + "min": 50, + "max": 199, + "price": 13.6 + }, + { + "min": 200, + "max": null, + "price": 12.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4781/ppb-5706-glitter-dust-dt20231120224348123763.pdf?1700520230", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2672/glitter-dust-4-ppb-5708-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5706/glitter-dust-4", + "scraped_at": "2026-05-01T01:28:41.350Z" + }, + { + "sku": "PPB-5715", + "color_name": "Midnight Teal", + "description": "Midnight Teal is a clear metallic that picks up different colors of greens and blues and purples in different lights. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, PSS 0106 Ink Black must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.55 + }, + { + "min": 50, + "max": 199, + "price": 14.77 + }, + { + "min": 200, + "max": null, + "price": 14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4972/ppb-5715-midnight-teal-tds-dt20231127202405463112.pdf?1701116647", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2674/midnight-teal-ppb-5717-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5715/midnight-teal", + "scraped_at": "2026-05-01T01:28:54.909Z" + }, + { + "sku": "PPB-5730", + "color_name": "CHAMELEON VIOLET SAPPHIRE", + "description": "Chameleon Violet Sapphire is a clear coat with a heavy purple/blue color and a changing metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, Ink Black PSS-0106 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color ShiftingChameleon RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH CHAMELEON VIOLET SAPPHIRE View Details PRODUCT SUPPORT Q&As 4 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. Question: when applying the Ink Black PSS-0106 does it first need to be cured before applying the chameleon violet sapphire, or is the Ink Black PSS-0106 sprayed as a base and then chameleon violet sapphire over top then cured? - Tom Davidheiser 11/03/20 11:12 am Answer: You would partially cure the Ink Black (PSS-0106) by flowing it out in the oven plus a few minutes, and then pull the part and let it cool completely. At this point you would be ready to apply your Chameleon Violet Sapphire and cure it completely based off the top coat's cure schedule. - Nic Industries Inc. Question: Can powder coat be applied to headers and do they have to be bare metal? - Sunny March 04/10/20 05:33 pm Answer: Powder Coating will not hold up on headers. Standard sustainable temperatures for powders is around 250 degrees F. Headers get much much hotter than this. I recommend our CERAKOTE line for header application. - Prismatic Support Question: I HAVE CHAMELEON VIOLET SAPPHIRE PPB-5730. CAN I ADD A LOGO BEFORE THE CHAMELEON GOES ON? QUESTION 2, DOES THIS POWDER ONLY WORK WITH BLACK, OR INK BLACK? - Fern 03/18/19 11:02 am Answer: You can have a logo underneath the Chameleon top coat but it will depend on how you want to create the logo. Of course a vinyl logo will have to be able to handle the curing temps of the powder. Chameleon top coats can be applied over top of any color. We use black because black provides a higher contrast than other colors which really helps the metallic to stand out. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.2 + }, + { + "min": 50, + "max": 199, + "price": 20.14 + }, + { + "min": 200, + "max": null, + "price": 19.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2680/chameleon-violet-sapphire-ppb-5730-dt20200528162353975-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5730/chameleon-violet-sapphire", + "scraped_at": "2026-05-01T01:29:06.819Z" + }, + { + "sku": "PPB-5731", + "color_name": "CHAMELEON VIOLET", + "description": "Chameleon Violet is a clear coat with a heavy color shifting purple/blue metallic flake. This color is a polyester top coat powder coat with a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color ShiftingChameleon RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH CHAMELEON VIOLET View Details View Details View Details View Details PRODUCT SUPPORT Q&As 3 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. Question: Can Chameleon Violet PPB-5731 be put over Super Chrome II PSS-10300 ? - Westfall Welding & Powder Coat 09/10/20 01:24 pm Answer: Absolutely! Keep in mind the on-line representation of Chameleon Violet PPB-5731 is shown over Ink Black so the finish will obviously look different since Chameleon Violet PPB-5731 is a clear coat with Violet metallic flakes. - Prismatic Support Question: I'd like to apply Chameleon Violet PPB-5731 over Crystal Grey PMB-5913. How would this combination look? - Christian Miller 07/09/20 05:28 am Answer: This combination could be fantastic! Our sample swatch of Chameleon Violet is coated over an ink black base. Unfortunately with literally thousands of potential color combinations we cannot swatch every possibility. We do offer a 2-color and 3-color spray service. This can take 3-4 days to complete and ship. Here are the official details for this: If you would like a custom spray-out of any combination, we can provide that for a fee of $9.95 each plus shipping. This would be a custom panel with two coats of your choice. For a custom panel with three coats (base, mid and top coat), the fee is $14.95. The custom panels measure 3” x 5” and can take approximately 2 - 4 days to complete. Any order for such panels would need to be called in as they are not available online at this time. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.21 + }, + { + "min": 50, + "max": 199, + "price": 24.9 + }, + { + "min": 200, + "max": null, + "price": 23.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4966/ppb-5731-chameleon-violet-tds-dt20231127201411891441.pdf?1701116054", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2682/chameleon-violet-ppb-5731-dt20210204152210695-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5731/chameleon-violet", + "scraped_at": "2026-05-01T01:29:16.537Z" + }, + { + "sku": "PPB-5732", + "color_name": "Chameleon Sapphire Teal", + "description": "Chameleon Sapphire Teal is a clear coat with a blue/teal/violet color changing metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units A clear top coat is not required but is recommended. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color ShiftingChameleon RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH CHAMELEON SAPPHIRE TEAL View Details View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.45 + }, + { + "min": 50, + "max": 199, + "price": 19.43 + }, + { + "min": 200, + "max": null, + "price": 18.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6882/ppb-5732-cham-dt20240924164844186090828.pdf?1727196525", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2684/chameleon-sapphire-teal-ppb-5732-dt20250731223412016388-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5732/chameleon-sapphire-teal", + "scraped_at": "2026-05-01T01:29:26.928Z" + }, + { + "sku": "PPB-5733", + "color_name": "Chameleon Teal", + "description": "Chameleon Teal is a blue/green sparkle with color changing metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color ShiftingChameleon RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH CHAMELEON TEAL View Details View Details View Details View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. Question: Would this work over Illusion Pink? Is it possible to see? - Karen Tibbitts-williams 04/14/19 07:48 pm Answer: Yes! Any top coat can be used over the Illusion colors. We encourage our customers to let their imaginations run and get creative with our powder selection. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.39 + }, + { + "min": 50, + "max": 199, + "price": 19.37 + }, + { + "min": 200, + "max": null, + "price": 18.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4993/ppb-5733-chameleon-teal-tds-dt20231127223545637088.pdf?1701124547", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2686/chameleon-teal-ppb-5733-dt20200702203034549-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5733/chameleon-teal", + "scraped_at": "2026-05-01T01:29:39.686Z" + }, + { + "sku": "PPB-5734", + "color_name": "CHAMELEON CHERRY VIOLET", + "description": "Chameleon Cherry Violet is a clear coat with color changing pink/purple metallic flake. This color is a polyester top coat powder coat with a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color ShiftingChameleon RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH CHAMELEON CHERRY VIOLET View Details View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.21 + }, + { + "min": 50, + "max": 199, + "price": 24.9 + }, + { + "min": 200, + "max": null, + "price": 23.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6883/ppb-5734-cham-dt20240924164951975791338.pdf?1727196593", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2688/chameleon-cherry-violet-ppb-5734-dt20210909192242818-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5734/chameleon-cherry-violet", + "scraped_at": "2026-05-01T01:29:52.217Z" + }, + { + "sku": "PPB-5735", + "color_name": "CHAMELEON CHERRY", + "description": "Chameleon Cherry is a clear coat with a pinkish red color and a changing metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color ShiftingChameleon RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH CHAMELEON CHERRY View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.21 + }, + { + "min": 50, + "max": 199, + "price": 24.9 + }, + { + "min": 200, + "max": null, + "price": 23.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5014/ppb-5735-chameleon-cherry-tds-dt2023112817243740493.pdf?1701192279", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2690/chameleon-cherry-ppb-5735-dt20250624212946543086-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5735/chameleon-cherry", + "scraped_at": "2026-05-01T01:30:02.315Z" + }, + { + "sku": "PPB-5744", + "color_name": "Royal Blue", + "description": "Royal Blue is a classic blue polyester transparent and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.28 + }, + { + "min": 50, + "max": 199, + "price": 19.27 + }, + { + "min": 200, + "max": null, + "price": 18.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5842/ppb-5744-royal-blue-tds-dt2024032016462523277.pdf?1710953187", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8034/royal-blue-ppb-5744-dt20260317195436255276-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5744/royal-blue", + "scraped_at": "2026-05-01T01:30:14.297Z" + }, + { + "sku": "PPB-5759", + "color_name": "TRANSPARENT BRONZE", + "description": "Transparent Bronze is a warm copper-bronze with a subtle metallic flake. This color is a polyester top coat powder coat with a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. Question: Is Ink Black (PSS-0106) the only black that will achieve the Transparent Bronze (PPB-5759) color as seen on your website or swatch sample? - Arc Coatings 08/16/19 04:31 pm Answer: Thank you for your inquiry! To achieve the exact look of our color swatch sample or S-panel as shown on our site you would need to use Ink Black (PSS-0106) but that is not to say that gloss black (USS-2603) Matte Black (PSS-4455) or Silk Satin Black (HSS-1336) wouldn't give you the same or similar look. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.44 + }, + { + "min": 50, + "max": 199, + "price": 13.72 + }, + { + "min": 200, + "max": null, + "price": 13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7624/ppb-5759-transparent-bronze-dt20251015163824017084.pdf?1760546305", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2692/transparent-bronze-ppb-5759-dt20250707164721526193-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5759/transparent-bronze", + "scraped_at": "2026-05-01T01:30:28.695Z" + }, + { + "sku": "PPB-5761", + "color_name": "PALOMINO STARLIGHT", + "description": "Palomino Starlight is a light greenish blue metallic. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH PALOMINO STARLIGHT View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.27 + }, + { + "min": 50, + "max": 199, + "price": 15.46 + }, + { + "min": 200, + "max": null, + "price": 14.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4790/ppb-5761-palomino-starlight-tds-dt20231120230154104971.pdf?1700521316", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2694/palomino-starlight-ppb-5761-dt20200702163953224-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5761/palomino-starlight", + "scraped_at": "2026-05-01T01:30:44.799Z" + }, + { + "sku": "PPB-5767", + "color_name": "Blue Shimmer", + "description": "Blue Shimmer is a clear with a heavy blue metallic. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.46 + }, + { + "min": 50, + "max": 199, + "price": 28.94 + }, + { + "min": 200, + "max": null, + "price": 27.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4211/ppb-5767-blue-shimmer-tds-dt20231005162745082892.pdf?1696523267", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2696/blue-shimmer-ppb-5767-dt20200724183305666-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5767/blue-shimmer", + "scraped_at": "2026-05-01T01:30:57.813Z" + }, + { + "sku": "PPB-5770", + "color_name": "Blue Odyssey", + "description": "Blue Odyssey is a medium blue transparent with a metallic sparkle. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.57 + }, + { + "min": 50, + "max": 199, + "price": 21.44 + }, + { + "min": 200, + "max": null, + "price": 20.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5954/ppb-5770-blue-odyssey-tds-dt20240328163856693602.pdf?1711643939", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2698/blue-odyssey-ppb-5770-dt20181213175746721-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5770/blue-odyssey", + "scraped_at": "2026-05-01T01:31:07.039Z" + }, + { + "sku": "PPB-5774", + "color_name": "Whiffle Blue", + "description": "Whiffle Blue is a deep blue transparent with a metallic sparkle. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH WHIFFLE BLUE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.79 + }, + { + "min": 50, + "max": 199, + "price": 20.7 + }, + { + "min": 200, + "max": null, + "price": 19.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6036/ppb-5774-whiffle-blue-tds-dt20240403171609141618.pdf?1712164571", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2700/whiffle-blue-ppb-5776-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5774/whiffle-blue", + "scraped_at": "2026-05-01T01:31:19.311Z" + }, + { + "sku": "PPB-5782", + "color_name": "CEDAR PURPLE", + "description": "Cedar Purple is a deep rich purple with a fine metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.16 + }, + { + "min": 50, + "max": 199, + "price": 17.25 + }, + { + "min": 200, + "max": null, + "price": 16.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5518/ppb-5782-cedar-purple-tds-dt20240110172342732141.pdf?1704907425", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2702/cedar-purple-ppb-5782-dt20210401223332756-thumbnail.jpg?1617316413&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5782/cedar-purple", + "scraped_at": "2026-05-01T01:31:33.740Z" + }, + { + "sku": "PPB-5786", + "color_name": "Stunner Grape", + "description": "Stunner Grape is a deep maroon purple polyester transparent with metallic flakes and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.28 + }, + { + "min": 50, + "max": 199, + "price": 19.27 + }, + { + "min": 200, + "max": null, + "price": 18.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8065/ppb-5786-stunner-grape-dt20260119203637431022.pdf?1768854999", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9225/wm-stunner-grape-ppb-5786-dt20260210160002732736-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5786/stunner-grape", + "scraped_at": "2026-05-01T01:31:49.236Z" + }, + { + "sku": "PPB-5789", + "color_name": "SHOCKER BRASS", + "description": "Shocker Brass is a yellow brass top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. **This color has limited UV stability. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.69 + }, + { + "min": 50, + "max": 199, + "price": 20.61 + }, + { + "min": 200, + "max": null, + "price": 19.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4170/ppb-5789-shocker-brass-tds-dt20231003215709406486.pdf?1696370231", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2704/shocker-brass-ppb-5789-dt20181227170110145-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5789/shocker-brass", + "scraped_at": "2026-05-01T01:32:00.047Z" + }, + { + "sku": "PPB-5795", + "color_name": "OIL SLICK", + "description": "Oil Slick is a transparent black with a smooth finish and a subtle gold tint. This color is a polyester top coat powder coat and has a matte finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.7 + }, + { + "min": 50, + "max": 199, + "price": 16.82 + }, + { + "min": 200, + "max": null, + "price": 15.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7742/ppb-5795-oil-slick-dt20251229210227890307.pdf?1767042149", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2706/oil-slick-ppb-5795-dt20251208163040548212-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5795/oil-slick", + "scraped_at": "2026-05-01T01:32:10.666Z" + }, + { + "sku": "PPB-5802", + "color_name": "PLATINUM GOLD", + "description": "Platinum Gold is a transparent light gold with a silver sparkle. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.24 + }, + { + "min": 50, + "max": 199, + "price": 16.38 + }, + { + "min": 200, + "max": null, + "price": 15.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7384/ppb-5802-platinum-gold-dt20250611180013587608.pdf?1749664816", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2708/platinum-gold-ppb-5802-dt20210426172655801-thumbnail.jpg?1619458017&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5802/platinum-gold", + "scraped_at": "2026-05-01T01:32:21.017Z" + }, + { + "sku": "PPB-5803", + "color_name": "GYPSY GOLD", + "description": "Gypsy Gold is a gold polyester transparent clear metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.14 + }, + { + "min": 50, + "max": 199, + "price": 16.28 + }, + { + "min": 200, + "max": null, + "price": 15.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6155/ppb-5803-gypsy-gold-tds-dt20240416210859136755.pdf?1713301741", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8037/gypsy-gold-ppb-5803-dt20240419211853888273-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5803/gypsy-gold", + "scraped_at": "2026-05-01T01:32:31.944Z" + }, + { + "sku": "PPB-5823", + "color_name": "TEQUILA SUNRISE", + "description": "Tequila Sunrise is a red/orange top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.49 + }, + { + "min": 50, + "max": 199, + "price": 18.52 + }, + { + "min": 200, + "max": null, + "price": 17.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4175/ppb-5823-tequila-sunrise-tds-dt20231003220912348247.pdf?1696370954", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2710/tequila-sunrise-ppb-5823-dt20210330153014613-thumbnail.jpg?1617118215&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5823/tequila-sunrise", + "scraped_at": "2026-05-01T01:32:45.173Z" + }, + { + "sku": "PPB-5826", + "color_name": "Jazz Blue", + "description": "Jazz Blue is a rich shimmering blue. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.59 + }, + { + "min": 50, + "max": 199, + "price": 19.56 + }, + { + "min": 200, + "max": null, + "price": 18.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3582/ppb-5826-jazz-blue-tds-dt20230918224025191467.pdf?1695076826", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8039/jazz-blue-ppb-5826-dt20211014145126799-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5826/jazz-blue", + "scraped_at": "2026-05-01T01:32:54.999Z" + }, + { + "sku": "PPB-5835", + "color_name": "ROCKSTAR SPARKLE", + "description": "Rockstar Sparkle is a clear coat with large metallic flake that shimmers, reflecting silver and gold. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH ROCKSTAR SPARKLE View Details View Details View Details View Details PRODUCT SUPPORT Q&As 3 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. Question: My Rockstar Sparkle (PPB-5835) doesn’t have many metallic flakes in it. Should I apply a second coat? If second coat is needed should I partial cure or full cure in between? - Lee Nix 01/27/21 09:37 pm Answer: You can try to add an additional coating if your first application is on the flow-out or gel-out stage and then re-flow if you feel you have light coverage. If the application thickness looks correct but your metallic flake is light this could be because you are not charging enough flake as it feed through the gun. Try adjusting your KV level. Attached is a link to an article from our knowledge base discussing this very issue. https://www.prismaticpowders.com/learn/153/what-kv-adjustment-can-do-for-your-metallic-application If using a fluidizer be sure your fluidizing air pressures are not too high. Also, too long of a feed hose can cause the heavier materials to lose their path velocity and settle somewhere in the hose. If you do decide to apply two separate coatings then yes, you would apply your first application, bring to flow-out or gel-out + 3 minutes. Then pull from the oven and allow to cool. Then apply your next coating and fully cure. - Prismatic Support Question: Does Rockstar Sparkle PPB-5835 have texture to it or is it smooth? - Dave Moore 03/11/20 01:25 pm Answer: Rockstar Sparkle PPB-5835 should have a smooth end result but of course this depends on application. Too thin or high KV setting could cause the flakes to be felt within the clear giving the feel a slight texture to it. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.13 + }, + { + "min": 50, + "max": 199, + "price": 19.12 + }, + { + "min": 200, + "max": null, + "price": 18.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5016/ppb-5835-rockstar-sparkle-tds-dt20231128173238209297.pdf?1701192760", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2712/rockstar-sparkle-ppb-5835-dt20200306163647288-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5835/rockstar-sparkle", + "scraped_at": "2026-05-01T01:33:09.629Z" + }, + { + "sku": "PPB-5837", + "color_name": "Barely Gold", + "description": "Barely Gold is a greenish gold clear metallic. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH BARELY GOLD View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.48 + }, + { + "min": 50, + "max": 199, + "price": 13.76 + }, + { + "min": 200, + "max": null, + "price": 13.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4987/ppb-5837-barely-gold-tds-dt20231127222252951231.pdf?1701123775", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2714/barely-gold-ppb-5837-dt20220309171825496893-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5837/barely-gold", + "scraped_at": "2026-05-01T01:33:24.775Z" + }, + { + "sku": "PPB-5839", + "color_name": "TRANQUIL COPPER LITE", + "description": "Tranquil Copper Lite is a light copper polyester transparent and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.51 + }, + { + "min": 50, + "max": 199, + "price": 17.58 + }, + { + "min": 200, + "max": null, + "price": 16.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8086/ppb-5839-tranquil-copper-lite-dt20260119213646373879.pdf?1768858607", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9226/tranquil-copper-lite-ppb-5839-dt20260402173601984565-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5839/tranquil-copper-lite", + "scraped_at": "2026-05-01T01:33:39.340Z" + }, + { + "sku": "PPB-5842", + "color_name": "FROSTED SPARKLE", + "description": "Frosted Sparkle is a bright silver, sparkling metallic. This color is a polyester top coat powder coat and has a semi-gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.65 + }, + { + "min": 50, + "max": 199, + "price": 12.97 + }, + { + "min": 200, + "max": null, + "price": 12.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2716/frosted-sparkle-ppb-5842-dt20190528174829853-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5842/frosted-sparkle", + "scraped_at": "2026-05-01T01:33:53.926Z" + }, + { + "sku": "PPB-5846", + "color_name": "Hayden Red", + "description": "Hayden Red is a transparent red with a pink hue. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Anodized PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.65 + }, + { + "min": 50, + "max": 199, + "price": 17.72 + }, + { + "min": 200, + "max": null, + "price": 16.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3168/ppb-5846-hayden-red-tds-dt2023090517524550937.pdf?1693936367", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2718/hayden-red-ppb-5848-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5846/hayden-red", + "scraped_at": "2026-05-01T01:34:09.454Z" + }, + { + "sku": "PPB-5854", + "color_name": "GOLD GLITTER", + "description": "Gold Glitter is a light gold transparent polyester with light glitter and has a high gloss finish. High Gloss: 85+ Gloss Units Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a black substrate. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. As always, shoot a test piece first to determine if your desired results will be achieved. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.94 + }, + { + "min": 50, + "max": 199, + "price": 13.24 + }, + { + "min": 200, + "max": null, + "price": 12.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2605/ppb-5854-gold-glitter-tds-dt20230811222939503892.pdf?1691792981", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8043/gold-glitter-ppb-5854-dt20250519212901610202-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5854/gold-glitter", + "scraped_at": "2026-05-01T01:34:20.398Z" + }, + { + "sku": "PPB-5863", + "color_name": "Deep Cobalt", + "description": "Deep Cobalt is a dark sapphire blue. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.41 + }, + { + "min": 50, + "max": 199, + "price": 15.59 + }, + { + "min": 200, + "max": null, + "price": 14.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5460/ppb-5863-deep-cobalt-tds-dt20240103160029670305.pdf?1704297632", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8045/deep-cobalt-ppb-5863-dt20220131221128986276-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5863/deep-cobalt", + "scraped_at": "2026-05-01T01:34:30.232Z" + }, + { + "sku": "PPB-5890", + "color_name": "TNT Red", + "description": "TNT Red is a transparent, candy red top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.52 + }, + { + "min": 50, + "max": 199, + "price": 17.59 + }, + { + "min": 200, + "max": null, + "price": 16.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2720/tnt-red-ppb-5890-dt20250310162536679831-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5890/tnt-red", + "scraped_at": "2026-05-01T01:34:41.649Z" + }, + { + "sku": "PPB-5901", + "color_name": "FIRE SPARKLE", + "description": "Fire Sparkle is a clear metallic polyester with red glitter and has a high gloss finish. High Gloss: 85+ Gloss Units Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH FIRE SPARKLE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.32 + }, + { + "min": 50, + "max": 199, + "price": 13.6 + }, + { + "min": 200, + "max": null, + "price": 12.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2601/ppb-5901-fire-sparkle-tds-dt20230811221112164214.pdf?1691791874", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8053/fire-sparkle-ppb-5901-dt20230814222726880409-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5901/fire-sparkle", + "scraped_at": "2026-05-01T01:34:53.959Z" + }, + { + "sku": "PPB-5918", + "color_name": "SAFETY SPARKLE", + "description": "Safety Sparkle is a sparkling silver and soft blue metallic. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, Ink Black PSS-0106 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH SAFETY SPARKLE View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.14 + }, + { + "min": 50, + "max": 199, + "price": 15.33 + }, + { + "min": 200, + "max": null, + "price": 14.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5242/ppb-5918-safety-sparkle-tds-dt20231130201429796235.pdf?1701375271", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2722/safety-sparkle-ppb-5918-dt20201223191043975-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5918/safety-sparkle", + "scraped_at": "2026-05-01T01:35:12.795Z" + }, + { + "sku": "PPB-5921", + "color_name": "SPUN GOLD", + "description": "Spun Gold is a light, low gloss, transparent brassy gold. This color is a polyester top coat powder coat and has a matte finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Matte: 7-10 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.36 + }, + { + "min": 50, + "max": 199, + "price": 17.44 + }, + { + "min": 200, + "max": null, + "price": 16.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6824/ppb-5921-spun-gold-dt20240823192137999018.pdf?1724440900", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2724/spun-gold-ppb-5921-dt20181228163212063-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5921/spun-gold", + "scraped_at": "2026-05-01T01:35:26.566Z" + }, + { + "sku": "PPB-5924", + "color_name": "Oasis Yellow", + "description": "Oasis Yellow is a glistening gold yellow top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.28 + }, + { + "min": 50, + "max": 199, + "price": 16.42 + }, + { + "min": 200, + "max": null, + "price": 15.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2726/oasis-yellow-ppb-5924-dt20250813181143154359-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5924/oasis-yellow", + "scraped_at": "2026-05-01T01:35:39.454Z" + }, + { + "sku": "PPB-5929", + "color_name": "THOMPSON GREEN", + "description": "Thompson Green is a transparent, full gloss lime green. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH THOMPSON GREEN View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.45 + }, + { + "min": 50, + "max": 199, + "price": 15.63 + }, + { + "min": 200, + "max": null, + "price": 14.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7116/ppb-5929-thompson-green-dt20250312201727946488.pdf?1741810649", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2728/thompson-green-ppb-5929-dt20190109174523059-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5929/thompson-green", + "scraped_at": "2026-05-01T01:35:55.003Z" + }, + { + "sku": "PPB-5932", + "color_name": "Clear American Sparkle", + "description": "Clear American Sparkle is a clear coat with a fine blue, red, and silver sparkle. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH CLEAR AMERICAN SPARKLE View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.33 + }, + { + "min": 50, + "max": 199, + "price": 14.56 + }, + { + "min": 200, + "max": null, + "price": 13.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5015/ppb-5932-clear-american-spkl-tds-dt20231128173050439166.pdf?1701192653", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2730/clear-american-sparkle-ppb-5932-dt20220307231030625744-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5932/clear-american-sparkle", + "scraped_at": "2026-05-01T01:36:12.958Z" + }, + { + "sku": "PPB-5934", + "color_name": "GOLD DRIZZLE", + "description": "Gold Drizzle is a clear coat with a very light gold pearl. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.48 + }, + { + "min": 50, + "max": 199, + "price": 13.76 + }, + { + "min": 200, + "max": null, + "price": 13.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5025/ppb-5934-gold-drizzle-tds-dt2023112817533691899.pdf?1701194019", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2732/gold-drizzle-ppb-5936-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5934/gold-drizzle", + "scraped_at": "2026-05-01T01:36:27.177Z" + }, + { + "sku": "PPB-5935", + "color_name": "CANDY RASPBERRY", + "description": "Candy Raspberry is a rich raspberry transparent top coat. This color is a polyester top coat powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: I painted a set of rims with a igp ground first, then your chrome base, and now I'm on my way to apply this color. Do I need to apply a clear coat on it? - Christian Bengan Wigh 04/22/19 01:58 pm Answer: No, the Candy Raspberry does not require a clear coat but by adding the clear coat, it will enhance the durability. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.86 + }, + { + "min": 50, + "max": 199, + "price": 18.87 + }, + { + "min": 200, + "max": null, + "price": 17.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7792/ppb-5935-candy-raspberry-dt20251230171839847994.pdf?1767115121", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2734/candy-raspberry-ppb-5935-dt20260126184512314322-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5935/candy-raspberry", + "scraped_at": "2026-05-01T01:36:42.471Z" + }, + { + "sku": "PPB-5936", + "color_name": "Anodized Red", + "description": "Anodized Red is a flat transparent red. This color is a polyester top coat powder coat and has a satin finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Anodized CREATIONS MADE WITH ANODIZED RED View Details View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Will this or any of the \"anodized\" colors stick to lead without the use of an electrostatic gun, but with tumbling in a #5 HDPE recyclable container? - Joseph Wedel 03/28/19 07:46 pm Answer: That is beyond the scope of our testing, but presumably it should work. - Prismatic Support Question: I would like to have my front suspension parts powder coated. I have purchased all new parts however they all have rubber bushings installed, do they need to be removed before powder coating ? - Jamie Richardson 01/19/19 11:24 pm Answer: Good question, it would be a good idea to have them removed prior to coating them, without knowing their temperature tolerance. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.53 + }, + { + "min": 50, + "max": 199, + "price": 18.55 + }, + { + "min": 200, + "max": null, + "price": 17.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2749/ppb-5936-anodized-red-tds-dt20230817141510295635.pdf?1692281712", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2736/anodized-red-ppb-5936-dt20250306194254590883-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5936/anodized-red", + "scraped_at": "2026-05-01T01:36:53.499Z" + }, + { + "sku": "PPB-5939", + "color_name": "POLAR SPARKLE", + "description": "Polar Sparkle is a cool, sparkling silver metallic with a charcoal grey hue. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH POLAR SPARKLE View Details View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.63 + }, + { + "min": 50, + "max": 199, + "price": 13.9 + }, + { + "min": 200, + "max": null, + "price": 13.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5021/ppb-5939-polar-sparkle-tds-dt20231128174332285638.pdf?1701193414", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2738/polar-sparkle-ppb-5939-dt20250702222617916703-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5939/polar-sparkle", + "scraped_at": "2026-05-01T01:37:02.289Z" + }, + { + "sku": "PPB-5957", + "color_name": "COPPER GLITTER", + "description": "Copper Glitter is a copper transparent polyester with faint glitter flecks and has a high gloss finish. High Gloss: 85+ Gloss Units Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.36 + }, + { + "min": 50, + "max": 199, + "price": 14.59 + }, + { + "min": 200, + "max": null, + "price": 13.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2604/ppb-5957-copper-glitter-tds-dt20230811222453699983.pdf?1691792695", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8055/copper-glitter-ppb-5957-dt20230814215445815785-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5957/copper-glitter", + "scraped_at": "2026-05-01T01:37:14.070Z" + }, + { + "sku": "PPB-5972", + "color_name": "Sable Brown II", + "description": "Sable Brown II is a light to medium brown top coat. This color is a polyester top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.47 + }, + { + "min": 50, + "max": 199, + "price": 16.6 + }, + { + "min": 200, + "max": null, + "price": 15.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2742/sable-brown-ii-ppb-5972-dt20190621172211304-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5972/sable-brown-ii", + "scraped_at": "2026-05-01T01:37:27.813Z" + }, + { + "sku": "PPB-5974", + "color_name": "Wizard Blue", + "description": "Wizard Blue is a bright medium blue. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH WIZARD BLUE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.93 + }, + { + "min": 50, + "max": 199, + "price": 15.13 + }, + { + "min": 200, + "max": null, + "price": 14.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4209/ppb-5974-wizard-blue-tds-dt20231005162141482229.pdf?1696522905", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2744/wizard-blue-ppb-5974-dt20250715170753483612-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5974/wizard-blue", + "scraped_at": "2026-05-01T01:37:41.443Z" + }, + { + "sku": "PPB-5983", + "color_name": "MEMPHIS GOLD", + "description": "Memphis Gold is a bright sparkling gold top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Is it a transparent? - Rice Lake Sport & Custom 02/26/19 06:28 am Answer: Yes. - Prismatic Support Question: is there a Pantone number for Memphis Gold? - Prismatic Support 01/30/19 11:58 am Answer: No, Memphis Gold it s proprietary color formulation - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.09 + }, + { + "min": 50, + "max": 199, + "price": 18.14 + }, + { + "min": 200, + "max": null, + "price": 17.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4791/ppb-5983-memphis-gold-tds-dt2023112023033553979.pdf?1700521417", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2746/memphis-gold-ppb-5983-dt2020060316520252-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5983/memphis-gold", + "scraped_at": "2026-05-01T01:37:54.645Z" + }, + { + "sku": "PPB-5985", + "color_name": "Flat Sable Brown", + "description": "Flat Sable Brown is a medium reddish brown top coat. This color is a polyester top coat powder coat and has a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.55 + }, + { + "min": 50, + "max": 199, + "price": 18.57 + }, + { + "min": 200, + "max": null, + "price": 17.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2748/flat-sable-brown-ppb-5985-dt20200602171717407-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5985/flat-sable-brown", + "scraped_at": "2026-05-01T01:38:08.323Z" + }, + { + "sku": "PPB-5997", + "color_name": "Bassboat Gold", + "description": "Bassboat Gold is a heavy gold flake clear metallic polyester and has a high gloss finish. High Gloss: 85+ Gloss Units Due to the size and density of the metallic flake a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.1 + }, + { + "min": 50, + "max": 199, + "price": 19.1 + }, + { + "min": 200, + "max": null, + "price": 18.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4343/ppb-5997-bassboat-gold-tds-dt20231017224426918145.pdf?1697582669", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9230/bassboat-gold-ppb-5997-dt20231030150857503482-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5997/bassboat-gold", + "scraped_at": "2026-05-01T01:38:22.187Z" + }, + { + "sku": "PPB-6001", + "color_name": "Jamaica Blue", + "description": "Jamaica Blue is a sparkling blue top coat. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH JAMAICA BLUE View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.15 + }, + { + "min": 50, + "max": 199, + "price": 16.29 + }, + { + "min": 200, + "max": null, + "price": 15.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6565/ppb-6001-jamaica-blue-tds-dt20240514151130011439.pdf?1715699492", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2750/jamaica-blue-ppb-6001-dt20191023173415466-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6001/jamaica-blue", + "scraped_at": "2026-05-01T01:38:34.460Z" + }, + { + "sku": "PPB-6003", + "color_name": "Adams Gold", + "description": "Adams Gold is a clear coat with gold metallic flakes. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH ADAMS GOLD View Details View Details View Details View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. Question: Do you have any powder colors that matches the Harley Davidson Amber Whiskey color? - Kountry Kustoms Inc 02/27/19 07:55 pm Answer: Our two closest matches are both a two stage process. One option is to use a HEAVY SILVER PMS 0517 base coat with a TRANSPARENT COPPER PPS 5162 top coat or the other option is to use ROYAL GOLD PMB 5742 as a base coat instead of HEAVY SILVER. Both options will use a Transparent Gold as a top coat. Remember, transparent colors change with the thickness of the coating so definitely do some samples first. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.39 + }, + { + "min": 50, + "max": 199, + "price": 17.47 + }, + { + "min": 200, + "max": null, + "price": 16.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4990/ppb-6003-adams-gold-tds-dt20231127223104718327.pdf?1701124266", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2754/adams-gold-ppb-6003-dt20200326204832836-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6003/adams-gold", + "scraped_at": "2026-05-01T01:38:50.659Z" + }, + { + "sku": "PPB-6005", + "color_name": "Aloha Blue", + "description": "Aloha Blue is a bright blue. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.45 + }, + { + "min": 50, + "max": 199, + "price": 16.58 + }, + { + "min": 200, + "max": null, + "price": 15.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2758/aloha-blue-ppb-6005-dt20190109153342497-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6005/aloha-blue", + "scraped_at": "2026-05-01T01:39:01.192Z" + }, + { + "sku": "PPB-6006", + "color_name": "Aurora Blue", + "description": "Aurora Blue is a transparent dark aqua blue, with scattered blue and silver metallic flakes. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.39 + }, + { + "min": 50, + "max": 199, + "price": 17.47 + }, + { + "min": 200, + "max": null, + "price": 16.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2760/aurora-blue-ppb-6006-dt20181226154208378-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6006/aurora-blue", + "scraped_at": "2026-05-01T01:39:16.289Z" + }, + { + "sku": "PPB-6008", + "color_name": "BROOKS VIOLET", + "description": "Brooks Violet is a clear coat with a subtle purple and blue metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.45 + }, + { + "min": 50, + "max": 199, + "price": 16.58 + }, + { + "min": 200, + "max": null, + "price": 15.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5019/ppb-6008-brooks-violet-tds-dt20231128173927951329.pdf?1701193169", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2762/brooks-violet-ppb-6008-dt20220324210351495383-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6008/brooks-violet", + "scraped_at": "2026-05-01T01:39:28.356Z" + }, + { + "sku": "PPB-6009", + "color_name": "Alsea Gold Silver", + "description": "Alsea Gold Silver is a clear coat with a fine gold/silver metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.45 + }, + { + "min": 50, + "max": 199, + "price": 16.58 + }, + { + "min": 200, + "max": null, + "price": 15.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6229/ppb-6009-alsea-gold-silver-tds-dt20240422173748101544.pdf?1713807470", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2764/alsea-gold-silver-ppb-6009-dt20210129182050189-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6009/alsea-gold-silver", + "scraped_at": "2026-05-01T01:39:44.490Z" + }, + { + "sku": "PPB-6010", + "color_name": "Amity Gold Green", + "description": "Amity Gold Green green and gold transparent clear metallic polyester and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.45 + }, + { + "min": 50, + "max": 199, + "price": 16.58 + }, + { + "min": 200, + "max": null, + "price": 15.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6230/ppb-6010-amity-gold-green-tds-dt20240422173954827289.pdf?1713807596", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2766/amity-gold-green-ppb-6010-dt20251124205011077147-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6010/amity-gold-green", + "scraped_at": "2026-05-01T01:40:01.500Z" + }, + { + "sku": "PPB-6014", + "color_name": "DODSON GOLD VIOLET", + "description": "Dodson Gold Violet is a gold and violet transparent clear metallic. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH DODSON GOLD VIOLET View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.45 + }, + { + "min": 50, + "max": 199, + "price": 16.58 + }, + { + "min": 200, + "max": null, + "price": 15.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6232/ppb-6014-dodson-gold-violet-tds-dt20240422174309510916.pdf?1713807792", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2768/dodson-gold-violet-ppb-6014-dt20251124195432116764-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6014/dodson-gold-violet", + "scraped_at": "2026-05-01T01:40:18.553Z" + }, + { + "sku": "PPB-6015", + "color_name": "Elgin Blue Gold", + "description": "Elgin Blue Gold is a transparent clear metallic polyester with blue and gold glitter throughout and has a high gloss finish. High Gloss: 85+ Gloss Units Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.45 + }, + { + "min": 50, + "max": 199, + "price": 16.58 + }, + { + "min": 200, + "max": null, + "price": 15.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7645/ppb-6015-elgin-blue-gold-dt20251029171830166185.pdf?1761758314", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9232/elgin-blue-gold-ppb-6015-dt20230814221632187584-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6015/elgin-blue-gold", + "scraped_at": "2026-05-01T01:40:36.162Z" + }, + { + "sku": "PPB-6016", + "color_name": "ELMIRA GREEN SILVER", + "description": "Elmira Green Silver is a clear metallic with a fine green and silver metallic flake. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH ELMIRA GREEN SILVER View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.45 + }, + { + "min": 50, + "max": 199, + "price": 16.58 + }, + { + "min": 200, + "max": null, + "price": 15.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4793/ppb-6016-elmira-greensilver-tds-dt20231120230836222961.pdf?1700521718", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2770/elmira-green-silver-ppb-6016-dt2025112419304974069-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6016/elmira-green-silver", + "scraped_at": "2026-05-01T01:40:49.094Z" + }, + { + "sku": "PPB-6017", + "color_name": "Bend Red", + "description": "Bend Red is a sparkling red two coat. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.91 + }, + { + "min": 50, + "max": 199, + "price": 16.06 + }, + { + "min": 200, + "max": null, + "price": 15.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5023/ppb-6017-bend-red-tds-dt202311281747366196.pdf?1701193658", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2772/bend-red-ppb-6017-dt20200604215925618-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6017/bend-red", + "scraped_at": "2026-05-01T01:41:07.488Z" + }, + { + "sku": "PPB-6019", + "color_name": "Banks Green Violet", + "description": "Banks Green Violet is a sparkling green and violet is a transparent clear metallic. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.52 + }, + { + "min": 50, + "max": 199, + "price": 17.59 + }, + { + "min": 200, + "max": null, + "price": 16.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6235/ppb-6019-banks-green-violet-tds-dt20240422174829634056.pdf?1713808111", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2774/banks-green-violet-ppb-6019-dt20251124204433044207-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6019/banks-green-violet", + "scraped_at": "2026-05-01T01:41:22.780Z" + }, + { + "sku": "PPB-6022", + "color_name": "CARLTON VIOLET", + "description": "Carlton Violet is a purple and blue polyester transparent clear metallic and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH CARLTON VIOLET View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.52 + }, + { + "min": 50, + "max": 199, + "price": 17.59 + }, + { + "min": 200, + "max": null, + "price": 16.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6409/ppb-6022-carlton-violet-tds-dt20240501183324628731.pdf?1714588407", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2776/carlton-violet-ppb-6022-dt20260325164738223823-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6022/carlton-violet", + "scraped_at": "2026-05-01T01:41:35.118Z" + }, + { + "sku": "PPB-6025", + "color_name": "Crescent Blue Silver", + "description": "Crescent Blue Silver is a clear coat with a fine blue and silver metallic flake. This color is a polyester top coat powder coat with a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH CRESCENT BLUE SILVER View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.71 + }, + { + "min": 50, + "max": 199, + "price": 18.72 + }, + { + "min": 200, + "max": null, + "price": 17.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5080/ppb-6025-crescent-bluesilver-tds-dt20231129180418081499.pdf?1701281059", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2780/crescent-blue-silver-ppb-6025-dt20210511153115831-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6025/crescent-blue-silver", + "scraped_at": "2026-05-01T01:41:46.504Z" + }, + { + "sku": "PPB-6026", + "color_name": "DEXTER GOLD VIOLET", + "description": "Dexter Gold Violet is a fine dark blue/purple sparkling two coat. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.52 + }, + { + "min": 50, + "max": 199, + "price": 17.59 + }, + { + "min": 200, + "max": null, + "price": 16.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6236/ppb-6026-dexter-gold-violet-tds-dt20240422175252739757.pdf?1713808375", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2782/dexter-gold-violet-ppb-6026-dt20250415143244498241-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6026/dexter-gold-violet", + "scraped_at": "2026-05-01T01:42:02.354Z" + }, + { + "sku": "PPB-6028", + "color_name": "Chicago Lights", + "description": "Chicago Lights has a unique bright sparkle with a mix of purple, blue, and silver sparkles. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.64 + }, + { + "min": 50, + "max": 199, + "price": 18.66 + }, + { + "min": 200, + "max": null, + "price": 17.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6179/ppb-6028-chicago-lights-tds-dt20240418203816115331.pdf?1713472698", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2784/chicago-lights-ppb-6028-dt20200729143510075-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6028/chicago-lights", + "scraped_at": "2026-05-01T01:42:18.656Z" + }, + { + "sku": "PPB-6045", + "color_name": "SEATTLE LIGHTS", + "description": "Seattle Lights is a clear coat with fine blue, purple, and silver metallic flakes. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.06 + }, + { + "min": 50, + "max": 199, + "price": 20.01 + }, + { + "min": 200, + "max": null, + "price": 18.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5083/ppb-6045-seattle-lights-tds-dt20231129180924040717.pdf?1701281366", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2786/seattle-lights-ppb-6047-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6045/seattle-lights", + "scraped_at": "2026-05-01T01:42:33.778Z" + }, + { + "sku": "PPB-6314", + "color_name": "LIGHTLY GOLD", + "description": "Lightly Gold is an extremely light/faint gold top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH LIGHTLY GOLD View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.39 + }, + { + "min": 50, + "max": 199, + "price": 16.52 + }, + { + "min": 200, + "max": null, + "price": 15.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5084/ppb-6314-lightly-gold-tds-dt20231129181119772702.pdf?1701281481", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2788/lightly-gold-ppb-6314-dt20190111230423868-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6314/lightly-gold", + "scraped_at": "2026-05-01T01:42:44.964Z" + }, + { + "sku": "PPB-6317", + "color_name": "Rancher Blue", + "description": "Rancher Blue is a deep blue top coat with a light sparkle. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.05 + }, + { + "min": 50, + "max": 199, + "price": 18.1 + }, + { + "min": 200, + "max": null, + "price": 17.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5809/ppb-6317-rancher-blue-tds-dt20240314191404030348.pdf?1710443646", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2790/jolly-rancher-blue-ppb-6317-dt20181214225054807-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6317/rancher-blue", + "scraped_at": "2026-05-01T01:42:55.371Z" + }, + { + "sku": "PPB-6325", + "color_name": "METALLIC CLEAR", + "description": "Metallic Clear is a bright silver metallic top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH METALLIC CLEAR View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.7 + }, + { + "min": 50, + "max": 199, + "price": 13.97 + }, + { + "min": 200, + "max": null, + "price": 13.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5243/ppb-6325-metallic-clear-tds-dt20231130201652089129.pdf?1701375413", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2792/metallic-clear-ppb-6325-dt20200518175402494-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6325/metallic-clear", + "scraped_at": "2026-05-01T01:43:08.840Z" + }, + { + "sku": "PPB-6331", + "color_name": "Mediterranean Ice", + "description": "Mediterranean Ice is a cool pearlescent silver polyester transparent clear metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.02 + }, + { + "min": 50, + "max": 199, + "price": 12.37 + }, + { + "min": 200, + "max": null, + "price": 11.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9233/mediteranian-ice-ppb-6331-dt20260109210356044096-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6331/mediterranean-ice", + "scraped_at": "2026-05-01T01:43:19.041Z" + }, + { + "sku": "PPB-6341", + "color_name": "MAROON GLITTER", + "description": "Maroon Glitter is a clear coat with a fine fuchsia metallic. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH MAROON GLITTER View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.02 + }, + { + "min": 50, + "max": 199, + "price": 14.27 + }, + { + "min": 200, + "max": null, + "price": 13.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4794/ppb-6341-maroon-glitter-tds-dt20231120231017138831.pdf?1700521819", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2794/maroon-glitter-ppb-6341-dt20220307232055709931-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6341/maroon-glitter", + "scraped_at": "2026-05-01T01:43:33.164Z" + }, + { + "sku": "PPB-6344", + "color_name": "CRAZY SPARKLE", + "description": "Crazy Sparkle is a bright silver, sparkling metallic clear. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.77 + }, + { + "min": 50, + "max": 199, + "price": 26.38 + }, + { + "min": 200, + "max": null, + "price": 24.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5102/ppb-6344-crazy-sparkle-tds-dt20231129191515851434.pdf?1701285319", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2796/crazy-sparkle-ppb-6344-dt20220307155016921577-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6344/crazy-sparkle", + "scraped_at": "2026-05-01T01:43:45.201Z" + }, + { + "sku": "PPB-6361", + "color_name": "STRIKER GOLD", + "description": "Striker Gold is a very bright, vivid orange and gold top coat. This color is a polyester top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. This product has limited flexibility and impact resistance. This color may have limited UV stability. Gloss: 71-85 Gloss Units Proposition 65 Warning CREATIONS MADE WITH STRIKER GOLD View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.45 + }, + { + "min": 50, + "max": 199, + "price": 25.13 + }, + { + "min": 200, + "max": null, + "price": 23.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4176/ppb-6361-striker-gold-tds-dt20231003221121014327.pdf?1696371083", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2798/striker-gold-ppb-6361-dt20201112170019637-thumbnail.jpg?1605200423&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6361/striker-gold", + "scraped_at": "2026-05-01T01:44:00.401Z" + }, + { + "sku": "PPB-6381", + "color_name": "SMOKED CHARCOAL", + "description": "Smoked Charcoal is a silvery charcoal top coat. This color is a polyester top coat powder coat and has a satin finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerSilver SophisticationExquisite SpacesRefined Metals", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.28 + }, + { + "min": 50, + "max": 199, + "price": 15.47 + }, + { + "min": 200, + "max": null, + "price": 14.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5344/ppb-6381-smoked-charcoal-tds-dt20231205232045590263.pdf?1701818448", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2802/smoked-charcoal-ppb-6381-dt20250715170100872783-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6381/smoked-charcoal", + "scraped_at": "2026-05-01T01:44:15.492Z" + }, + { + "sku": "PPB-6382", + "color_name": "SATIN PENNY", + "description": "Satin Penny is a gleaming rosy copper. This color is a polyester top coat powder coat with an eggshell finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerRusset EleganceRefined Metals", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.67 + }, + { + "min": 50, + "max": 199, + "price": 15.84 + }, + { + "min": 200, + "max": null, + "price": 15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6026/ppb-6382-satin-penny-tds-dt20240403152644993922.pdf?1712158007", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9235/satin-penny-ppb-6382-dt20190828184408511-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6382/satin-penny", + "scraped_at": "2026-05-01T01:44:26.263Z" + }, + { + "sku": "PPB-6384", + "color_name": "PEARL LAVENDER", + "description": "Pearl Lavender is a very light, transparent lavender that has a silver sparkle. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.56 + }, + { + "min": 50, + "max": 199, + "price": 17.63 + }, + { + "min": 200, + "max": null, + "price": 16.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4795/ppb-6384-pearl-lavender-tds-dt2023112023122622262.pdf?1700521948", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2804/pearl-lavender-ppb-6384-dt20250421173555470423-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6384/pearl-lavender", + "scraped_at": "2026-05-01T01:44:38.478Z" + }, + { + "sku": "PPB-6386", + "color_name": "Anodized Green", + "description": "Anodized Green is a flat transparent green. This color is a polyester top coat powder coat and has a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Anodized PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.77 + }, + { + "min": 50, + "max": 199, + "price": 16.88 + }, + { + "min": 200, + "max": null, + "price": 15.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3808/ppb-6386-anodized-green-tds-dt20230925180819538083.pdf?1695665302", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2806/anodized-green-ppb-6386-dt2021032916212968-thumbnail.jpg?1617034890&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6386/anodized-green", + "scraped_at": "2026-05-01T01:44:48.320Z" + }, + { + "sku": "PPB-6387", + "color_name": "Clear Shimmer", + "description": "Clear Shimmer is a soft, shimmering silver pearl-like top coat. This color is a polyester top coat powder coat and has a matte finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH CLEAR SHIMMER View Details View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.32 + }, + { + "min": 50, + "max": 199, + "price": 19.3 + }, + { + "min": 200, + "max": null, + "price": 18.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8248/ppb-6387-clear-shimmer-dt20260402220043251029.pdf?1775167245", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2808/clear-shimmer-ppb-6387-dt20220210192229079097-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6387/clear-shimmer", + "scraped_at": "2026-05-01T01:44:59.454Z" + }, + { + "sku": "PPB-6388", + "color_name": "Corrupted Red", + "description": "Corrupted Red is a true red, transparent candy. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.52 + }, + { + "min": 50, + "max": 199, + "price": 16.64 + }, + { + "min": 200, + "max": null, + "price": 15.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2810/corrupted-red-ppb-6390-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6388/corrupted-red", + "scraped_at": "2026-05-01T01:45:12.904Z" + }, + { + "sku": "PPB-6390", + "color_name": "Barcelona Pearl", + "description": "Barcelona Pearl is a shimmering fine white pearl. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH BARCELONA PEARL View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.16 + }, + { + "min": 50, + "max": 199, + "price": 13.45 + }, + { + "min": 200, + "max": null, + "price": 12.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7869/ppb-6390-barcelona-pearl-dt20260102202240563853.pdf?1767385362", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2812/barcelona-pearl-ppb-6390-dt2019052418403962-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6390/barcelona-pearl", + "scraped_at": "2026-05-01T01:45:28.172Z" + }, + { + "sku": "PPB-6392", + "color_name": "LIQUID GOLD", + "description": "Liquid Gold is a light shimmering gold top coat. This color is a polyester top coat powder coat and has a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.78 + }, + { + "min": 50, + "max": 199, + "price": 16.89 + }, + { + "min": 200, + "max": null, + "price": 16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7706/ppb-6392-liquid-gold-dt20251216183859520876.pdf?1765910344", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2814/liquid-gold-ppb-6392-dt20200603164645087-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6392/liquid-gold", + "scraped_at": "2026-05-01T01:45:42.106Z" + }, + { + "sku": "PPB-6398", + "color_name": "MAROON GOLD", + "description": "Maroon Gold is a light maroon red top coat with a sparkle. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.56 + }, + { + "min": 50, + "max": 199, + "price": 17.63 + }, + { + "min": 200, + "max": null, + "price": 16.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2816/maroon-gold-ppb-6398-dt2020121618211645-thumbnail.jpg?1608142878&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6398/maroon-gold", + "scraped_at": "2026-05-01T01:45:52.610Z" + }, + { + "sku": "PPB-6409", + "color_name": "Transparent Brown", + "description": "Transparent Brown is a sleek cocoa brown. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.08 + }, + { + "min": 50, + "max": 199, + "price": 18.13 + }, + { + "min": 200, + "max": null, + "price": 17.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7630/ppb-6409-transparent-brown-dt20251015164806819856.pdf?1760546888", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8057/transparent-brown-ppb-6409-dt20211008170609725-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6409/transparent-brown", + "scraped_at": "2026-05-01T01:46:17.021Z" + }, + { + "sku": "PPB-6415", + "color_name": "Rancher Red", + "description": "Rancher Red is a rich red top coat. This color is a polyester top coat powder coat with a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.78 + }, + { + "min": 50, + "max": 199, + "price": 16.89 + }, + { + "min": 200, + "max": null, + "price": 16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2820/rancher-red-ppb-6415-dt2020060121480629-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6415/rancher-red", + "scraped_at": "2026-05-01T01:46:33.234Z" + }, + { + "sku": "PPB-6420", + "color_name": "Tinted Steel", + "description": "Tinted Steel is a dark silver/grey metallic. This color is a polyester top coat powder coat and has a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results as seen on the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 or other silver can be used as a base coat to simulate the appearance of a bright silver substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Anodized PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.13 + }, + { + "min": 50, + "max": 199, + "price": 14.37 + }, + { + "min": 200, + "max": null, + "price": 13.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7517/ppb-6420-tinted-steel-dt20250820213630613477.pdf?1755725792", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2822/tinted-steel-ppb-6420-dt20210325163038586-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6420/tinted-steel", + "scraped_at": "2026-05-01T01:46:48.819Z" + }, + { + "sku": "PPB-6439", + "color_name": "STRIKER GOLD DELUXE", + "description": "Striker Gold Deluxe is a bright, sparkling orange. This color is a polyester top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. This color may have limited UV stability. Gloss: 71-85 Gloss Units Florescent colors have limited UV stability, flexibility, and impact resistance. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning CREATIONS MADE WITH STRIKER GOLD DELUXE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.86 + }, + { + "min": 50, + "max": 199, + "price": 29.32 + }, + { + "min": 200, + "max": null, + "price": 27.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7405/ppb-6439-striker-gold-deluxe-dt2025070718493243665.pdf?1751914175", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2824/striker-gold-deluxe-ppb-6439-dt20250902195502309795-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6439/striker-gold-deluxe", + "scraped_at": "2026-05-01T01:47:00.810Z" + }, + { + "sku": "PPB-6447", + "color_name": "Red Rock", + "description": "Red Rock is a deep red top coat with a fine silver sparkle. This color is a polyester top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.53 + }, + { + "min": 50, + "max": 199, + "price": 19.5 + }, + { + "min": 200, + "max": null, + "price": 18.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2826/red-rock-ppb-6447-dt20190111234143588-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6447/red-rock", + "scraped_at": "2026-05-01T01:47:14.758Z" + }, + { + "sku": "PPB-6470", + "color_name": "Flat Trans Black", + "description": "Flat Trans Black is a flat black top coat. This color is a polyester top coat powder coat and has a satin finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerExquisite SpacesRefined Metals", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.02 + }, + { + "min": 50, + "max": 199, + "price": 19.97 + }, + { + "min": 200, + "max": null, + "price": 18.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7613/ppb-6470-flat-transparent-black-dt20251015161212888526.pdf?1760544734", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2830/flat-trans-black-ppb-6470-dt20200603162143579-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6470/flat-trans-black", + "scraped_at": "2026-05-01T01:47:27.721Z" + }, + { + "sku": "PPB-6508", + "color_name": "Antique Rootbeer", + "description": "Antique Rootbeer is a rich brown polyester transparent and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.31 + }, + { + "min": 50, + "max": 199, + "price": 19.29 + }, + { + "min": 200, + "max": null, + "price": 18.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8050/ppb-6508-antique-rootbeer-dt20260119175434338643.pdf?1768845275", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8063/antique-rootbeer-ppb-6508-dt20260227213353519432-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6508/antique-rootbeer", + "scraped_at": "2026-05-01T01:47:42.948Z" + }, + { + "sku": "PPB-6513", + "color_name": "Indy Orange", + "description": "Indy Orange is a transparent light orange metallic. This color is a polyester top coat powder coat and has semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning CREATIONS MADE WITH INDY ORANGE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.62 + }, + { + "min": 50, + "max": 199, + "price": 19.59 + }, + { + "min": 200, + "max": null, + "price": 18.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4178/ppb-6513-indy-orange-tds-dt20231003221510365996.pdf?1696371312", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2832/indy-orange-ppb-6513-dt20200803164915878-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6513/indy-orange", + "scraped_at": "2026-05-01T01:47:53.778Z" + }, + { + "sku": "PPB-6523", + "color_name": "Willys Teal", + "description": "Willys Teal is a light teal with a silver sparkle. This color is a polyester top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.96 + }, + { + "min": 50, + "max": 199, + "price": 18.01 + }, + { + "min": 200, + "max": null, + "price": 17.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7922/ppb-6523-willys-teal-dt20260102212706213223.pdf?1767389227", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2834/willys-teal-ppb-6523-dt20250617194634457258-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6523/willys-teal", + "scraped_at": "2026-05-01T01:48:05.624Z" + }, + { + "sku": "PPB-6524", + "color_name": "Flat Shocker Yellow", + "description": "Flat Shocker Yellow is a bright, but more matte, shocker yellow top coat. This color is a polyester top coat powder coat and has a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Anodized CREATIONS MADE WITH FLAT SHOCKER YELLOW View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.38 + }, + { + "min": 50, + "max": 199, + "price": 20.31 + }, + { + "min": 200, + "max": null, + "price": 19.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7157/ppb-6524-flat-shocker-yellow-dt20250407211403276676.pdf?1744060445", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2836/flat-shocker-yellow-ppb-6524-dt2020042322081474-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6524/flat-shocker-yellow", + "scraped_at": "2026-05-01T01:48:18.253Z" + }, + { + "sku": "PPB-6528", + "color_name": "SOMETHING GOLD", + "description": "Something Gold is a gold polyester transparent clear metallic with a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.8 + }, + { + "min": 50, + "max": 199, + "price": 15.01 + }, + { + "min": 200, + "max": null, + "price": 14.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6130/ppb-6528-something-gold-tds-dt20240416165425099929.pdf?1713286467", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8065/something-gold-ppb-6528-dt20240417174611641791-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6528/something-gold", + "scraped_at": "2026-05-01T01:48:27.767Z" + }, + { + "sku": "PPB-6539", + "color_name": "LIGHTER SMOKE", + "description": "Lighter Smoke is a light smoke grey/silver with a 100% gloss level. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.62 + }, + { + "min": 50, + "max": 199, + "price": 16.74 + }, + { + "min": 200, + "max": null, + "price": 15.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5105/ppb-6539-lighter-smoke-tds-dt2023112919184970221.pdf?1701285531", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2838/lighter-smoke-ppb-6539-dt20190111225926771-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6539/lighter-smoke", + "scraped_at": "2026-05-01T01:48:40.972Z" + }, + { + "sku": "PPB-6554", + "color_name": "Liberty Yellow", + "description": "Liberty Yellow is a yellow gold top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.83 + }, + { + "min": 50, + "max": 199, + "price": 16.94 + }, + { + "min": 200, + "max": null, + "price": 16.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4796/ppb-6554-liberty-yellow-tds-dt20231120231359009607.pdf?1700522041", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2840/liberty-yellow-ppb-6554-dt20250813182301825099-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6554/liberty-yellow", + "scraped_at": "2026-05-01T01:48:52.477Z" + }, + { + "sku": "PPB-6559", + "color_name": "CHANDLER PURPLE", + "description": "Chandler Purple is a deep purple top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.86 + }, + { + "min": 50, + "max": 199, + "price": 17.92 + }, + { + "min": 200, + "max": null, + "price": 16.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2842/chandler-purple-ppb-6559-dt20190111170742382-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6559/chandler-purple", + "scraped_at": "2026-05-01T01:49:04.146Z" + }, + { + "sku": "PPB-6586", + "color_name": "FIXTURE BRONZE", + "description": "Fixture Bronze is a black/bronze top coat. This color is a polyester top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.79 + }, + { + "min": 50, + "max": 199, + "price": 18.8 + }, + { + "min": 200, + "max": null, + "price": 17.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7086/fixture-bronze-ppb-6586-dt20250710202125975157-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6586/fixture-bronze", + "scraped_at": "2026-05-01T01:49:16.668Z" + }, + { + "sku": "PPB-6598", + "color_name": "FLAT ROCKSTAR SPARKLE", + "description": "Flat Rockstar Sparkle is a flat clear top coat with a light gold/silver metallic flake. This color is a polyester top coat powder coat and has a matte finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Matte: 7-10 Gloss Unit Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 34.15 + }, + { + "min": 50, + "max": 199, + "price": 32.44 + }, + { + "min": 200, + "max": null, + "price": 30.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7651/ppb-6598-flat-rockstar-sparkle-dt20251105221113071266.pdf?1762380674", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2844/flat-rockstar-sparkle-ppb-6598-dt20220321164930032059-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6598/flat-rockstar-sparkle", + "scraped_at": "2026-05-01T01:49:30.478Z" + }, + { + "sku": "PPB-6601", + "color_name": "BRASSY CLEAR", + "description": "Brassy Clear is a light brass top coat. This color is a polyester top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.3 + }, + { + "min": 50, + "max": 199, + "price": 18.34 + }, + { + "min": 200, + "max": null, + "price": 17.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6302/ppb-6601-brassy-clear-tds-dt20240423185420128792.pdf?1713898462", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2846/brassy-clear-ppb-6601-dt20250624204428651731-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6601/brassy-clear", + "scraped_at": "2026-05-01T01:49:49.418Z" + }, + { + "sku": "PPB-6607", + "color_name": "DIRTY PENNY STEP 2", + "description": "Dirty Penny Step 2 over Dirty Penny Step 1 is a burnt coppery orange with a gold pearl metallic. This color is a polyester top coat powder coat and has a semi-gloss finish. Two Coat Information: To achieve this color as shown, Dirty Penny Step 1 PSB-6606 must be applied as a base coat. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.94 + }, + { + "min": 50, + "max": 199, + "price": 18.94 + }, + { + "min": 200, + "max": null, + "price": 17.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4798/ppb-6607-dirty-penny-step-2-tds-dt20231120231951864599.pdf?1700522393", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2848/dirty-penny-step-2-ppb-6607-dt20180703210528753-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6607/dirty-penny-step-2", + "scraped_at": "2026-05-01T01:50:05.160Z" + }, + { + "sku": "PPB-6613", + "color_name": "BMW Blue", + "description": "BMW Blue is a rich turquoise blue. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Miami CREATIONS MADE WITH BMW BLUE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.59 + }, + { + "min": 50, + "max": 199, + "price": 22.41 + }, + { + "min": 200, + "max": null, + "price": 21.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7921/ppb-6613-bmw-blue-dt2026010221262304641.pdf?1767389184", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2850/bmw-blue-ppb-6613-dt20181213181022256-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6613/bmw-blue", + "scraped_at": "2026-05-01T01:50:20.177Z" + }, + { + "sku": "PPB-6615", + "color_name": "SHIMMER PEARL", + "description": "Shimmer Pearl is a transparent clear metallic polyester with light teal and silver glitter and has a high gloss finish. High Gloss: 85+ Gloss Units Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. As always, shoot a test piece first to determine if your desired results will be achieved. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH SHIMMER PEARL View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.64 + }, + { + "min": 50, + "max": 199, + "price": 13.91 + }, + { + "min": 200, + "max": null, + "price": 13.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2606/ppb-6615-shimmer-pearl-tds-dt20230811223606645796.pdf?1691793368", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8071/shimmer-pearl-ppb-6615-dt20250627175334586067-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6615/shimmer-pearl", + "scraped_at": "2026-05-01T01:50:35.212Z" + }, + { + "sku": "PPB-6617", + "color_name": "LP Blue", + "description": "LP Blue is a glistening medium blue top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH LP BLUE View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: I received my LP Blue PPB-6617 swatch and this is the one I might be going with. What base coat was used on the LP blue swatch? - Claude Pietrorazio 08/05/20 06:01 pm Answer: The majority of our swatches including transparent powder swatches like LP Blue PPB-6617 are coated over a bright shiny aluminum bare substrate. To achieve a close match to the swatch received you would need to apply LP-Blue PPB-6617 over a similar substrate or use a base coat like our Super Chrome II PSS-10300 or Polished Aluminum HSS-2345 prior to applying the LP Blue. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.91 + }, + { + "min": 50, + "max": 199, + "price": 16.06 + }, + { + "min": 200, + "max": null, + "price": 15.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6035/ppb-6617-lp-blue-tds-dt20240403154037201451.pdf?1712158839", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2852/lp-blue-ppb-6617-dt20210107154108303-thumbnail.jpg?1610034069&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6617/lp-blue", + "scraped_at": "2026-05-01T01:50:52.526Z" + }, + { + "sku": "PPB-6624", + "color_name": "JR ROCKSTAR SPARKLE", + "description": "Jr. Rockstar Sparkle is a medium silver sparkle. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH JR ROCKSTAR SPARKLE View Details View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.51 + }, + { + "min": 50, + "max": 199, + "price": 18.53 + }, + { + "min": 200, + "max": null, + "price": 17.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4799/ppb-6624-jr-rockstar-sparkle-tds-dt2023112023314910673.pdf?1700523110", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2854/jr-rockstar-sparkle-ppb-6624-dt20200403145503758-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6624/jr-rockstar-sparkle", + "scraped_at": "2026-05-01T01:51:12.740Z" + }, + { + "sku": "PPB-6627", + "color_name": "Baby Rockstar Sparkle", + "description": "Baby Rockstar Sparkle is a fine silver sparkling metallic clear coat. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH BABY ROCKSTAR SPARKLE View Details View Details View Details View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. Question: Does Baby Rockstar Sparkle (PPB-6627) require a clear coat for an exterior application? - William Lieder 01/04/21 09:40 pm Answer: Baby Rockstar Sparkle is actually one of our many metallic clear coats and would already provide the kind of protection you'd want in an exterior application. All of our metallic clear coats are showcased over Ink Black (PSS-0106) to give an idea of how the metallic clear coat should look when properly applied. The additional application of a clear coat over this powder would be redundant and unneeded. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.72 + }, + { + "min": 50, + "max": 199, + "price": 15.88 + }, + { + "min": 200, + "max": null, + "price": 15.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5108/ppb-6627-baby-rockstar-sparkle-tds-dt20231129192222331739.pdf?1701285744", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2856/baby-rockstar-sparkle-ppb-6627-dt20200228162545373-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6627/baby-rockstar-sparkle", + "scraped_at": "2026-05-01T01:51:25.912Z" + }, + { + "sku": "PPB-6631", + "color_name": "DIAMOND PEARL CLEAR", + "description": "Diamond Pearl Clear is a blue/grey top coat with a very fine sparkle. This color is a polyester transparent clear metallic top coat powder coat with a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH DIAMOND PEARL CLEAR View Details View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.67 + }, + { + "min": 50, + "max": 199, + "price": 13.94 + }, + { + "min": 200, + "max": null, + "price": 13.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5110/ppb-6631-diamond-pearl-clear-tds-dt20231129192414185759.pdf?1701285856", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2858/diamond-pearl-clear-ppb-6631-dt2025071020411930938-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6631/diamond-pearl-clear", + "scraped_at": "2026-05-01T01:51:43.903Z" + }, + { + "sku": "PPB-6640", + "color_name": "MAGNUM GOLD SPARKLE", + "description": "Magnum Gold Sparkle is a transparent clear metallic polyester with medium sized metallic gold flakes. High-Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.57 + }, + { + "min": 50, + "max": 199, + "price": 17.64 + }, + { + "min": 200, + "max": null, + "price": 16.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5111/ppb-6640-magnum-gold-sparkle-tds-dt20231129192551997983.pdf?1701285953", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8075/magnum-gold-sparkle-ppb-6640-dt20231212231019438824-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6640/magnum-gold-sparkle", + "scraped_at": "2026-05-01T01:51:59.297Z" + }, + { + "sku": "PPB-6646", + "color_name": "COPPER FIT", + "description": "Copper Fit is a new penny copper polyester transparent top coat and has a matte finish. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.71 + }, + { + "min": 50, + "max": 199, + "price": 13.97 + }, + { + "min": 200, + "max": null, + "price": 13.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6994/ppb-6646-copper-fit-dt20241213193417540254.pdf?1734118459", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8077/copper-fit-ppb-6646-dt20241011143257913763-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6646/copper-fit", + "scraped_at": "2026-05-01T01:52:14.639Z" + }, + { + "sku": "PPB-6647", + "color_name": "LIGHTER COPPER", + "description": "Lighter Copper is a warm copper bronze. This color is a polyester top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.97 + }, + { + "min": 50, + "max": 199, + "price": 16.12 + }, + { + "min": 200, + "max": null, + "price": 15.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6025/ppb-6647-lighter-copper-tds-dt20240402224030505836.pdf?1712097633", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8079/lighter-copper-ppb-6647-dt20211028203641102-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6647/lighter-copper", + "scraped_at": "2026-05-01T01:52:30.842Z" + }, + { + "sku": "PPB-6652", + "color_name": "Moonlight Teal", + "description": "Moonlight Teal is a dark blue top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.5 + }, + { + "min": 50, + "max": 199, + "price": 18.53 + }, + { + "min": 200, + "max": null, + "price": 17.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4813/ppb-6652-moonlight-teal-tds-dt20231121182129895935.pdf?1700590891", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2860/moonlight-teal-ppb-6652-dt20190423180059025-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6652/moonlight-teal", + "scraped_at": "2026-05-01T01:52:42.702Z" + }, + { + "sku": "PPB-6659", + "color_name": "Light Shattered Glass", + "description": "Light Shattered Glass is a soft silver and blue shimmering color. This color is a polyester top coat powder coat with a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH LIGHT SHATTERED GLASS View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.98 + }, + { + "min": 50, + "max": 199, + "price": 14.23 + }, + { + "min": 200, + "max": null, + "price": 13.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4723/ppb-6659-light-shattered-glass-tds-dt20231120194658995477.pdf?1700509620", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2862/light-shattered-glass-ppb-6659-dt20191023174628333-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6659/light-shattered-glass", + "scraped_at": "2026-05-01T01:52:59.072Z" + }, + { + "sku": "PPB-6662", + "color_name": "Pearlescent Gold", + "description": "Pearlescent Gold is a gold polyester transparent clear metallic and has high gloss finish. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.32 + }, + { + "min": 50, + "max": 199, + "price": 13.6 + }, + { + "min": 200, + "max": null, + "price": 12.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6140/ppb-6662-pearlescent-gold-tds-dt20240416200752638693.pdf?1713298075", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8081/pearlescent-gold-ppb-6662-dt20240419214912953576-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6662/pearlescent-gold", + "scraped_at": "2026-05-01T01:53:09.531Z" + }, + { + "sku": "PPB-6673", + "color_name": "Teal Water Sparkle", + "description": "Teal Water Sparkle is a dark teal sparkle two coat. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH TEAL WATER SPARKLE View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.03 + }, + { + "min": 50, + "max": 199, + "price": 13.33 + }, + { + "min": 200, + "max": null, + "price": 12.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4800/ppb-6673-teal-water-sparkle-tds-dt20231120233333547126.pdf?1700523215", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2864/teal-water-sparkle-ppb-6675-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6673/teal-water-sparkle", + "scraped_at": "2026-05-01T01:53:24.637Z" + }, + { + "sku": "PPB-6677", + "color_name": "Black Chrome III", + "description": "Black Chrome III is a smooth charcoal grey/black top coat. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.3 + }, + { + "min": 50, + "max": 199, + "price": 15.49 + }, + { + "min": 200, + "max": null, + "price": 14.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7164/ppb-6677-black-chrome-iii-dt20250415160534578614.pdf?1744733138", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7038/black-chrome-iii-ppb-6677-dt20250519212348240804-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6677/black-chrome-iii", + "scraped_at": "2026-05-01T01:53:40.475Z" + }, + { + "sku": "PPB-6680", + "color_name": "Matte Tinted Clear", + "description": "Matte Tinted Clear is a slightly tinted matte clear top coat. This color is a polyester top coat powder coat and has a flat finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerSilver SophisticationRefined Metals PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.67 + }, + { + "min": 50, + "max": 199, + "price": 17.74 + }, + { + "min": 200, + "max": null, + "price": 16.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2868/matte-tinted-clear-ppb-6680-dt20210809172330463-thumbnail.jpg?1628529812&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6680/matte-tinted-clear", + "scraped_at": "2026-05-01T01:53:54.188Z" + }, + { + "sku": "PPB-6684", + "color_name": "FROSTED NUGGET", + "description": "Frosted Nugget is a light shimmering gold top coat. This color is a polyester top coat powder coat and has a matte finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Matte: 7-10 Gloss Units Proposition 65 Warning CREATIONS MADE WITH FROSTED NUGGET View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Will Frosted Nugget PPB-6684 work over Stainless Steel and Cast Iron? - Meshal Shaddad 08/02/20 08:47 pm Answer: Absolutely! HOWEVER, keep in mind that Frosted Nugget PPB-6684 is a transparent top-coat. Like all transparent top-coats whatever you apply this coating over will determine the finish outcome. Our swatch samples and the image shown on-line represent Frosted Nugget PPB-6684 applied over a bright and shiny substrate made of brushed reflective aluminum flashing material. To mimic the image on-line or the swatch you would need to apply over a similar color base. Applying Super Chrome II PSS-10300, Polished Aluminum HSS-2345 or a bright silver base coat like Alien Silver PMS-2569 will provide the base coat you need. Stainless Steel and raw Cast Iron will be darker than these above mentioned finishes giving the Frosted Nugget a finish that looks more like a solid tone brown. We do offer a service where you can get a 2 color panel sprayed to see what the final outcome would be. Here are the details for this... If you would like a custom spray-out of any combination, we can provide that for a fee of $9.95 each plus shipping. This would be a custom panel with two coats of your choice. For a custom panel with three coats (base, mid and top coat), the fee is $14.95. The custom panels measure 3” x 5” and can take approximately 2 - 4 days to complete. Any order for such panels would need to be called in as they are not available online at this time. - Prismatic Support Question: How many pounds of this powder would be needed to cover (4) 22x12 Fuel Stroke wheels? - Prismatic Support 01/29/19 10:24 am Answer: On average, only about 3-4 lbs. A lot depends on the application equipment and technique. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.56 + }, + { + "min": 50, + "max": 199, + "price": 18.58 + }, + { + "min": 200, + "max": null, + "price": 17.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2870/frosted-nugget-ppb-6684-dt20201223190721749-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6684/frosted-nugget", + "scraped_at": "2026-05-01T01:54:10.948Z" + }, + { + "sku": "PPB-6721", + "color_name": "STARDUST GALAXY", + "description": "Stardust Galaxy is a multi-colored sparkling metallic with a blue hue. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH STARDUST GALAXY View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. Question: What is the recommended way to apply your Stardust Galaxy (PPB-6721)? - Mark Jorgensen 03/07/21 11:28 am Answer: We recommend applying our Stardust Galaxy (PPB-6721) over your desired base coat much like our other two-coat options. This will include flowing/gelling out your base coat + an additional two minutes after flow/gel out. At this point you’re ready to pull your coated part and wait for it to cool down. Begin applying the Stardust Galaxy at proper mil thickness of 2-3mils; you’re now ready to cure both coats together based off the top coat’s cure schedule. (375*F for 18 minutes). - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.89 + }, + { + "min": 50, + "max": 199, + "price": 14.15 + }, + { + "min": 200, + "max": null, + "price": 13.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4801/ppb-6721-stardust-galaxy-tds-dt20231120233506763228.pdf?1700523308", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2872/stardust-galaxy-ppb-6721-dt20220126171604683-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6721/stardust-galaxy", + "scraped_at": "2026-05-01T01:54:23.956Z" + }, + { + "sku": "PPB-6724", + "color_name": "TRANSPARENT CHARCOAL", + "description": "Transparent Charcoal is a black top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH TRANSPARENT CHARCOAL View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.42 + }, + { + "min": 50, + "max": 199, + "price": 15.6 + }, + { + "min": 200, + "max": null, + "price": 14.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7625/ppb-6724-transparent-charcoal-dt20251015164115556208.pdf?1760546477", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2874/transparent-charcoal-ppb-6724-dt20211124180923929-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6724/transparent-charcoal", + "scraped_at": "2026-05-01T01:54:34.649Z" + }, + { + "sku": "PPB-6759", + "color_name": "FROSTED TANGERINE", + "description": "Frosted Tangerine is a light orange/copper sparkling top coat. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH FROSTED TANGERINE View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.4 + }, + { + "min": 50, + "max": 199, + "price": 18.43 + }, + { + "min": 200, + "max": null, + "price": 17.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5114/ppb-6759-frosted-tangerine-tds-dt20231129193214281274.pdf?1701286336", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2878/frosted-tangerine-ppb-6761-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6759/frosted-tangerine", + "scraped_at": "2026-05-01T01:54:50.825Z" + }, + { + "sku": "PPB-6763", + "color_name": "LIGHT TRANS BRASS", + "description": "Light Trans Brass is a light brass top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.1 + }, + { + "min": 50, + "max": 199, + "price": 20.05 + }, + { + "min": 200, + "max": null, + "price": 18.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5116/ppb-6763-light-trans-brass-tds-dt20231129193358646094.pdf?1701286441", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2880/light-trans-brass-ppb-6763-dt2021020221111957-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6763/light-trans-brass", + "scraped_at": "2026-05-01T01:55:06.162Z" + }, + { + "sku": "PPB-6764", + "color_name": "14 Ct Clear", + "description": "14 CT Clear is a fine, sparkling golden bronze clear metallic. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH 14 CT CLEAR View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.32 + }, + { + "min": 50, + "max": 199, + "price": 13.6 + }, + { + "min": 200, + "max": null, + "price": 12.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5244/ppb-6764-14-ct-clear-tds-dt20231130201820469479.pdf?1701375502", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2882/14-ct-clear-ppb-6766-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6764/14-ct-clear", + "scraped_at": "2026-05-01T01:55:22.775Z" + }, + { + "sku": "PPB-6793", + "color_name": "Tropical Blue Step 2", + "description": "Tropical Blue Step 2 over Tropical Blue Step 1 creates a shimmering sea blue with a light blue metallic. This color is a polyester top coat powder coat and has a glossy finish. Two Coat Information: To achieve this color as shown, Tropical Blue Step 1 PMB-6792 must be applied as a base coat. Gloss: 71-85 Gloss Units Proposition 65 Warning CREATIONS MADE WITH TROPICAL BLUE STEP 2 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.75 + }, + { + "min": 50, + "max": 199, + "price": 14.96 + }, + { + "min": 200, + "max": null, + "price": 14.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5117/ppb-6793-tropical-blue-step-2-tds-dt20231129193608902083.pdf?1701286570", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2884/tropical-blue-step-2-ppb-6793-dt20190809174337451-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6793/tropical-blue-step-2", + "scraped_at": "2026-05-01T01:55:37.364Z" + }, + { + "sku": "PPB-6799", + "color_name": "RAZZLE DAZZLE", + "description": "Razzle Dazzle is a dazzling silver two coat. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, Ink Black PSS-0106 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.91 + }, + { + "min": 50, + "max": 199, + "price": 17.96 + }, + { + "min": 200, + "max": null, + "price": 17.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4803/ppb-6799-razzle-dazzle-tds-dt20231120233814207351.pdf?1700523496", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2886/razzle-dazzle-ppb-6799-dt20210806210404218-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6799/razzle-dazzle", + "scraped_at": "2026-05-01T01:55:53.162Z" + }, + { + "sku": "PPB-6800", + "color_name": "Zerrin Gold", + "description": "Zerrin Gold is a medium to light gold top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerSilver and GoldRefined Metals PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.53 + }, + { + "min": 50, + "max": 199, + "price": 16.65 + }, + { + "min": 200, + "max": null, + "price": 15.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7708/ppb-6800-zerrin-gold-dt20251216184227402584.pdf?1765910549", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2888/zerrin-gold-ppb-6800-dt20250707164157906233-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6800/zerrin-gold", + "scraped_at": "2026-05-01T01:56:06.698Z" + }, + { + "sku": "PPB-6802", + "color_name": "Whipped Pearl Step 2", + "description": "Whipped Pearl Step 2 over Whipped Pearl Step 1 is a pearl two coat with a light shimmer. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, Whipped Pearl Step 1 PMB-6801 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH WHIPPED PEARL STEP 2 View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.55 + }, + { + "min": 50, + "max": 199, + "price": 14.77 + }, + { + "min": 200, + "max": null, + "price": 14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4804/ppb-6802-whipped-pearl-step-2-tds-dt20231120233945259732.pdf?1700523587", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2890/whipped-pearl-step-2-ppb-6804-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6802/whipped-pearl-step-2", + "scraped_at": "2026-05-01T01:56:26.107Z" + }, + { + "sku": "PPB-6815", + "color_name": "Cheater Blue", + "description": "Cheater Blue is a rich blue top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH CHEATER BLUE View Details View Details View Details PRODUCT SUPPORT Q&As 5 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Will Alien Silver and Cheater Blue go good together? - Dulton Pierce 07/11/20 11:09 pm Answer: Don't let the name fool you, Cheater Blue and Alien Silver will make a wonderful pair that will be together for a long time to come, just so long as you like a metallic/candy blue finish. - Prismatic Support Question: How much would I need to paint a motorcycle? - Dulton Pierce 07/11/20 10:45 pm Answer: If you are only coating the frame, usually not much more than 2 lbs. If you are coating more than just the frame you can make a an evaluation based on the formula of 1lb of powder covers roughly 25-30 sq.ft. - Prismatic Support Question: Can I apply Cheater Blue PPB-6815 as a single stage coating over Sand Blasted parts? - Ronny Vena 04/11/20 11:13 pm Answer: Cheater Blue PPB-6815 can be applied directly over any substrate however, keep in mind the finish of the substrate will determine your finished look. A sand-blasted part will cause the Cheater Blue to darken and look almost like a solid tone Blue. Our swatches and on-line examples show Cheater Blue applied to a shiny reflective substrate. To get this reflective look on sand blasted parts I recommend applying Super Chrome USS-4482 or a silver like Alien Silver PMS-2569 as your base coat. - Prismatic Support Question: Do you know if powders can be mixed with auto paint solvents to make a candy coating? - Prismatic Support 03/09/20 06:42 pm Answer: Powder colors are made up of a variety of various powders/agents that likely won't do well with auto solvents. I have heard of people mixing with resin for a table top varnish but not for automotive spray. Powder Coating, when cured is essentially a polymer coating not a liquid paint or product of liquid paint. - Prismatic Support Question: Can you paint a car with this? - Prismatic Support 07/05/19 01:34 am Answer: It is possible to powder coat a car, it has been done, however wet painting is still the standard because it is overall an easier process for a car. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.21 + }, + { + "min": 50, + "max": 199, + "price": 16.35 + }, + { + "min": 200, + "max": null, + "price": 15.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5837/ppb-6815-cheater-blue-tds-dt20240320163409657693.pdf?1710952451", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2892/cheater-blue-ppb-6815-dt20210330152253956-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6815/cheater-blue", + "scraped_at": "2026-05-01T01:56:41.669Z" + }, + { + "sku": "PPB-6820", + "color_name": "SHIMMER GLASS", + "description": "Shimmer Glass is a blue and silver shimmer two coat powder. This color is a polyester top coat powder coat with a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH SHIMMER GLASS View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.33 + }, + { + "min": 50, + "max": 199, + "price": 19.31 + }, + { + "min": 200, + "max": null, + "price": 18.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5491/ppb-6820-shimmer-glass-tds-dt20240108165709968333.pdf?1704733032", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2894/shimmer-glass-ppb-6822-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6820/shimmer-glass", + "scraped_at": "2026-05-01T01:56:52.138Z" + }, + { + "sku": "PPB-6823", + "color_name": "FLAT PSYCHO", + "description": "Flat Psycho is a yellow top coat. This color is a polyester top coat powder coat and has a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: I am looking for a color that is close to yellow/gold cadmium plate. Do you have one or is this the closest you have? - Jan Morgan 05/22/19 04:31 pm Answer: For color match questions, please contact our color match department at colormatch@prismaticpowders.com - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.48 + }, + { + "min": 50, + "max": 199, + "price": 17.56 + }, + { + "min": 200, + "max": null, + "price": 16.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2896/flat-psycho-ppb-6823-dt20190109155822025-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6823/flat-psycho", + "scraped_at": "2026-05-01T01:57:05.391Z" + }, + { + "sku": "PPB-6830", + "color_name": "TRANSPARENT PEWTER II", + "description": "Transparent Pewter II is a medium silver top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.43 + }, + { + "min": 50, + "max": 199, + "price": 14.66 + }, + { + "min": 200, + "max": null, + "price": 13.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7626/ppb-6830-transparent-pewter-ii-dt20251015164256320011.pdf?1760546578", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2898/transparent-pewter-ii-ppb-6832-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6830/transparent-pewter-ii", + "scraped_at": "2026-05-01T01:57:19.169Z" + }, + { + "sku": "PPB-6851", + "color_name": "Ackbar Teal", + "description": "Ackbar Teal is a bright teal. This color is a polyester top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.7 + }, + { + "min": 50, + "max": 199, + "price": 15.87 + }, + { + "min": 200, + "max": null, + "price": 15.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7920/ppb-6851-ackbar-teal-dt20260102212543798658.pdf?1767389145", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2900/ackbar-teal-ppb-6851-dt20250616174839250298-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6851/ackbar-teal", + "scraped_at": "2026-05-01T01:57:29.676Z" + }, + { + "sku": "PPB-6883", + "color_name": "LIQUID SUEDE", + "description": "Liquid Suede is a light transparent brown. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.63 + }, + { + "min": 50, + "max": 199, + "price": 15.8 + }, + { + "min": 200, + "max": null, + "price": 14.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4805/ppb-6883-liquid-suede-tds-dt20231120234237050704.pdf?1700523758", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2902/liquid-suede-ppb-6883-dt20180711213752922-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6883/liquid-suede", + "scraped_at": "2026-05-01T01:57:44.233Z" + }, + { + "sku": "PPB-6888", + "color_name": "PIXIE DUST", + "description": "Pixie Dust is a vibrant sparkling gold/bronze with a heavy metallic. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH PIXIE DUST View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.28 + }, + { + "min": 50, + "max": 199, + "price": 13.57 + }, + { + "min": 200, + "max": null, + "price": 12.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5245/ppb-6888-pixie-dust-tds-dt20231130201958947655.pdf?1701375601", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2904/pixie-dust-ppb-6888-dt20190528182600212-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6888/pixie-dust", + "scraped_at": "2026-05-01T01:57:56.154Z" + }, + { + "sku": "PPB-6890", + "color_name": "FLAT SPARKLE", + "description": "Flat Sparkle is a concentrated silver sparkle top coat. This color is a polyester top coat powder coat and has a flat finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Flat: 0-6 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.65 + }, + { + "min": 50, + "max": 199, + "price": 17.72 + }, + { + "min": 200, + "max": null, + "price": 16.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2906/flat-sparkle-ppb-6890-dt20190528174249787-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6890/flat-sparkle", + "scraped_at": "2026-05-01T01:58:08.694Z" + }, + { + "sku": "PPB-6894", + "color_name": "Golden Teal", + "description": "Golden Teal is a sparkling rich teal top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.56 + }, + { + "min": 50, + "max": 199, + "price": 24.28 + }, + { + "min": 200, + "max": null, + "price": 23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7906/ppb-6894-golden-teal-dt2026010221094676845.pdf?1767388188", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2908/golden-teal-ppb-6894-dt20181213222008194-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6894/golden-teal", + "scraped_at": "2026-05-01T01:58:19.952Z" + }, + { + "sku": "PPB-6904", + "color_name": "Grape Fizz", + "description": "Grape Fizz is a dark and rich amethyst purple. This color is a polyester top coat powder coat with a matte finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.8 + }, + { + "min": 50, + "max": 199, + "price": 16.91 + }, + { + "min": 200, + "max": null, + "price": 16.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5472/ppb-6904-grape-fizz-tds-dt20240104232919724086.pdf?1704410961", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9247/grape-fizz-ppb-6904-dt20220202155226603361-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6904/grape-fizz", + "scraped_at": "2026-05-01T01:58:33.091Z" + }, + { + "sku": "PPB-6927", + "color_name": "Satin Black Chrome I", + "description": "Satin Black Chrome I is a silvery black top coat. This color is a polyester top coat powder coat and has a satin finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Satin: 21-35 Gloss Units Proposition 65 Warning CREATIONS MADE WITH SATIN BLACK CHROME I View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.48 + }, + { + "min": 50, + "max": 199, + "price": 15.66 + }, + { + "min": 200, + "max": null, + "price": 14.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7173/ppb-6927-satin-black-chrome-i-dt20250417181133780272.pdf?1744913496", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2912/satin-black-chrome-i-ppb-6927-dt20190115171126421-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6927/satin-black-chrome-i", + "scraped_at": "2026-05-01T01:58:43.417Z" + }, + { + "sku": "PPB-6930", + "color_name": "FLASH RUST", + "description": "Flash Rust is a light, coppery rust. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.37 + }, + { + "min": 50, + "max": 199, + "price": 12.7 + }, + { + "min": 200, + "max": null, + "price": 12.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5138/ppb-6930-flash-rust-tds-dt20231129211030327819.pdf?1701292232", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2914/flash-rust-ppb-6930-dt20200403141539497-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6930/flash-rust", + "scraped_at": "2026-05-01T01:58:56.024Z" + }, + { + "sku": "PPB-6934", + "color_name": "Transparent Red Sparkle", + "description": "Transparent Red Sparkle is a bright red top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH TRANSPARENT RED SPARKLE View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I powder coat plastic? - Mark Greene 02/24/19 07:15 am Answer: Sometimes plastics can be powder coated but it depends on the plastic. It must be able to handle the heat that is required to cure the powder without melting. Also, because plastic is not very conductive, it would most likely need to be applied while the plastic is hot. There are some thermoplastic powders on the market that are heated/melted by the gun and can be applied on site.However there are very few manufacturers of these kinds of powder and very few colors. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.5 + }, + { + "min": 50, + "max": 199, + "price": 16.63 + }, + { + "min": 200, + "max": null, + "price": 15.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7627/ppb-6934-transparent-red-sparkle-dt2025101516442667402.pdf?1760546668", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2916/transparent-red-sparkle-ppb-6934-dt20181231222619541-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6934/transparent-red-sparkle", + "scraped_at": "2026-05-01T01:59:08.647Z" + }, + { + "sku": "PPB-6935", + "color_name": "RANCHER GREEN", + "description": "Rancher Green is a bright green top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH RANCHER GREEN View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.39 + }, + { + "min": 50, + "max": 199, + "price": 17.47 + }, + { + "min": 200, + "max": null, + "price": 16.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2918/rancher-green-ppb-6935-dt20190528183642298-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6935/rancher-green", + "scraped_at": "2026-05-01T01:59:20.246Z" + }, + { + "sku": "PPB-6946", + "color_name": "FROSTY BRONZE", + "description": "Frosty Bronze is a transparent tarnished brassy bronze. This color is a polyester top coat powder coat with a satin finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.68 + }, + { + "min": 50, + "max": 199, + "price": 20.6 + }, + { + "min": 200, + "max": null, + "price": 19.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7796/ppb-6946-frosty-bronze-dt20251230190043780991.pdf?1767121245", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8834/frosty-bronze-ppb-6946-dt20250708201411142046-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6946/frosty-bronze", + "scraped_at": "2026-05-01T01:59:33.312Z" + }, + { + "sku": "PPB-6951", + "color_name": "PEARL SAGE", + "description": "Pearl Sage is a blue-sage top coat. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.28 + }, + { + "min": 50, + "max": 199, + "price": 11.67 + }, + { + "min": 200, + "max": null, + "price": 11.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4806/ppb-6951-pearl-sage-tds-dt2023112023443106478.pdf?1700523872", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2920/pearl-sage-ppb-6953-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6951/pearl-sage", + "scraped_at": "2026-05-01T01:59:46.731Z" + }, + { + "sku": "PPB-6955", + "color_name": "Lite Anodized Blue", + "description": "Lite Anodized Blue is a light anodized blue. This color is a polyester top coat powder coat and has a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Anodized PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.9 + }, + { + "min": 50, + "max": 199, + "price": 17.01 + }, + { + "min": 200, + "max": null, + "price": 16.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2922/lite-anodized-blue-ppb-6955-dt20210127172734728-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6955/lite-anodized-blue", + "scraped_at": "2026-05-01T02:00:01.512Z" + }, + { + "sku": "PPB-6956", + "color_name": "Pink Glitter", + "description": "Pink Glitter is a faint glittery pink top coat. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, Ink Black PSS-0106 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH PINK GLITTER View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 32.74 + }, + { + "min": 50, + "max": 199, + "price": 31.1 + }, + { + "min": 200, + "max": null, + "price": 29.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4807/ppb-6956-pink-glitter-tds-dt20231121175923946618.pdf?1700589566", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2924/pink-glitter-ppb-6956-dt20210806210259575-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6956/pink-glitter", + "scraped_at": "2026-05-01T02:00:15.991Z" + }, + { + "sku": "PPB-6958", + "color_name": "Aqua Marine", + "description": "Aqua Marine is a light sky blue metallic transparent polyester with a high gloss finish. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. **This product may have limited UV stability** Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.1 + }, + { + "min": 50, + "max": 199, + "price": 16.25 + }, + { + "min": 200, + "max": null, + "price": 15.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2346/ppb-6958-aqua-marine-tds-dt20230602222646873178.pdf?1685744808", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9249/aqua-marine-ppb-6958-dt20230711212750199114-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6958/aqua-marine", + "scraped_at": "2026-05-01T02:00:31.815Z" + }, + { + "sku": "PPB-6988", + "color_name": "FROSTED BRONZE", + "description": "Frosted Bronze is a fine light bronze top coat. This color is a polyester top coat powder coat and has a matte finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.47 + }, + { + "min": 50, + "max": 199, + "price": 20.4 + }, + { + "min": 200, + "max": null, + "price": 19.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6066/ppb-6988-frosted-bronze-tds-dt2024040418290423518.pdf?1712255346", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2926/frosted-bronze-ppb-6988-dt20190109162141164-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6988/frosted-bronze", + "scraped_at": "2026-05-01T02:00:43.167Z" + }, + { + "sku": "PPB-6999", + "color_name": "Hidden Blue Step 2", + "description": "Hidden Blue Step 2 over Hidden Blue Step 1 creates a rich blue metallic. This color is a polyester two coat powder coat with a high gloss finish. Two Coat Information: To achieve this color as shown, Hidden Blue Step 1 PMB-6998 must be applied as a base coat. High Gloss: 85+ Gloss Units Step 1 must be applied as the basecoat to achieve proper two-step color results. If Step 2 is used independently, a basecoat is recommended. Inconsistent mil thickness in either the basecoat or topcoat can result in uneven color. Apply both the basecoat and topcoat in accordance with the recommended mil thickness specifications. Allow the part to cool completely before applying the topcoat. Once the topcoat has been applied, fully cure it according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before starting your project, especially if you are using a topcoat or additional basecoats, primers, etc. This helps ensure the final color meets your specifications and allows you to anticipate any potential changes in color or finish. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.82 + }, + { + "min": 50, + "max": 199, + "price": 16.93 + }, + { + "min": 200, + "max": null, + "price": 16.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5855/ppb-6999-hidden-blue-step-2-tds-dt20240320185127238007.pdf?1710960689", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9251/hidden-blue-step-2-ppb-6999-dt20260406183757258443-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6999/hidden-blue-step-2", + "scraped_at": "2026-05-01T02:00:56.193Z" + }, + { + "sku": "PPB-7003", + "color_name": "Pure Gold", + "description": "Pure Gold is a clear gold transparent metallic polyester and has a high gloss finish. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.32 + }, + { + "min": 50, + "max": 199, + "price": 13.6 + }, + { + "min": 200, + "max": null, + "price": 12.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7605/ppb-7003-pure-gold-dt20251014175837395693.pdf?1760464719", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9252/pure-gold-ppb-7003-dt20250602220206709421-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7003/pure-gold", + "scraped_at": "2026-05-01T02:01:12.285Z" + }, + { + "sku": "PPB-7004", + "color_name": "Flat Black Chrome I", + "description": "Flat Black Chrome I is a light flat black chrome top coat. This color is a polyester top coat powder coat and has a flat finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.79 + }, + { + "min": 50, + "max": 199, + "price": 17.85 + }, + { + "min": 200, + "max": null, + "price": 16.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8274/ppb-7004-flat-black-chrome-i-dt20260424190829811898.pdf?1777057711", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2928/flat-black-chrome-i-ppb-7004-dt20250602213007372103-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7004/flat-black-chrome-i", + "scraped_at": "2026-05-01T02:01:25.513Z" + }, + { + "sku": "PPB-7005", + "color_name": "Flat Trans Brown", + "description": "Flat Trans Brown is a lighter transparent brown. This color is a polyester top coat powder coat and has a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Anodized PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.55 + }, + { + "min": 50, + "max": 199, + "price": 18.57 + }, + { + "min": 200, + "max": null, + "price": 17.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7616/ppb-7005-flat-transparent-brown-dt20251015161809424856.pdf?1760545091", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2930/flat-trans-brown-ppb-7005-dt20180709205143258-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7005/flat-trans-brown", + "scraped_at": "2026-05-01T02:01:38.250Z" + }, + { + "sku": "PPB-7006", + "color_name": "SUPERNOVA SPARKLE", + "description": "Supernova Sparkle is a bright blue and silver metallic top coat with some bigger flakes of gold spread throughout. This color is a polyester top coat powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Due to the size and density of the metallic flake a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH SUPERNOVA SPARKLE View Details View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.34 + }, + { + "min": 50, + "max": 199, + "price": 19.32 + }, + { + "min": 200, + "max": null, + "price": 18.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5710/ppb-7006-supernova-sparkle-tds-dt20240216211459269216.pdf?1708118101", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2932/supernova-sparkle-ppb-7006-dt20200306193944853-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7006/supernova-sparkle", + "scraped_at": "2026-05-01T02:01:51.594Z" + }, + { + "sku": "PPB-7009", + "color_name": "COPPER COIN", + "description": "Copper Coin is a coppery coin top coat. This color is a polyester top coat powder coat and has a satin finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerRusset EleganceRefined Metals CREATIONS MADE WITH COPPER COIN View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Do you give a military discount? - Wayne Albright 04/14/20 06:51 pm Answer: Good afternoon. We do not currently offer a specific military discount. We thank you for your service to our country. We do run specials often on the powders side and currently we are running \"SHIPMYPOWDER\" for any order 1-12 lbs ships for $6.95. This is over a 90% savings on standard shipping rates and is available to everyone. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.44 + }, + { + "min": 50, + "max": 199, + "price": 16.57 + }, + { + "min": 200, + "max": null, + "price": 15.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5617/ppb-7009-copper-coin-tds-dt20240131181745008176.pdf?1706725067", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2934/copper-coin-ppb-7009-dt2025060221182363401-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7009/copper-coin", + "scraped_at": "2026-05-01T02:02:05.737Z" + }, + { + "sku": "PPB-7017", + "color_name": "Elite Red", + "description": "Elite Red is a bright deep red with a fine red/gold sparkle. This color is a polyester top coat powder coat with a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.24 + }, + { + "min": 50, + "max": 199, + "price": 16.38 + }, + { + "min": 200, + "max": null, + "price": 15.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7454/elite-red-ppb-7017-dt20190412230413096-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7017/elite-red", + "scraped_at": "2026-05-01T02:02:21.885Z" + }, + { + "sku": "PPB-7023", + "color_name": "Pink Shimmer", + "description": "Pink Shimmer is a pink and blue transparent clear metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. This color is not recommended for exterior exposure with our applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.48 + }, + { + "min": 50, + "max": 199, + "price": 14.71 + }, + { + "min": 200, + "max": null, + "price": 13.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7748/ppb-7023-pink-shimmer-dt2025122921230132261.pdf?1767043382", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9253/pink-shimmer-ppb-7023-dt20260116220032403643-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7023/pink-shimmer", + "scraped_at": "2026-05-01T02:02:34.710Z" + }, + { + "sku": "PPB-7024", + "color_name": "PEEKA FLAKES", + "description": "Peeka Flakes is a blue polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.18 + }, + { + "min": 50, + "max": 199, + "price": 18.22 + }, + { + "min": 200, + "max": null, + "price": 17.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5841/ppb-7024-peeka-flakes-tds-dt20240320164448994775.pdf?1710953091", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9255/peeka-flakes-ppb-7024-dt20240419214719065985-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7024/peeka-flakes", + "scraped_at": "2026-05-01T02:02:47.905Z" + }, + { + "sku": "PPB-7027", + "color_name": "Flat Gold Sparkle", + "description": "Flat Gold Sparkle is a gold polyester transparent clear metallic and has a matte finish. Matte: 7-20 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.75 + }, + { + "min": 50, + "max": 199, + "price": 19.71 + }, + { + "min": 200, + "max": null, + "price": 18.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9258/flat-gold-sparkle-ppb-7027-dt20240419210949439647-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7027/flat-gold-sparkle", + "scraped_at": "2026-05-01T02:03:01.978Z" + }, + { + "sku": "PPB-7033", + "color_name": "Disco Purple", + "description": "Disco Purple is a sparkling purple clear metallic. This color is a polyester two coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Disco RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH DISCO PURPLE View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.42 + }, + { + "min": 50, + "max": 199, + "price": 12.75 + }, + { + "min": 200, + "max": null, + "price": 12.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7684/ppb-7033-disco-purple-dt20251203200343700169.pdf?1764792225", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2936/disco-purple-ppb-7033-dt20200228164557002-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7033/disco-purple", + "scraped_at": "2026-05-01T02:03:19.033Z" + }, + { + "sku": "PPB-7034", + "color_name": "Disco Lavender", + "description": "Disco Lavender is a sparkling lavender/purple top coat. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Disco RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH DISCO LAVENDER View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.52 + }, + { + "min": 50, + "max": 199, + "price": 12.84 + }, + { + "min": 200, + "max": null, + "price": 12.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5142/ppb-7034-disco-lavender-tds-dt20231129211326808193.pdf?1701292408", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2937/disco-lavender-ppb-7034-dt20250603220609044861-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7034/disco-lavender", + "scraped_at": "2026-05-01T02:03:33.189Z" + }, + { + "sku": "PPB-7035", + "color_name": "Disco Fuchsia", + "description": "Disco Fuchsia is a sparkling pink/purple color with a metallic flake. This color is a polyester top coat powder coat with a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Disco RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH DISCO FUCHSIA View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.52 + }, + { + "min": 50, + "max": 199, + "price": 12.84 + }, + { + "min": 200, + "max": null, + "price": 12.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3454/ppb-7035-disco-fuchsia-tds-dt20230915174437426388.pdf?1694799879", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2938/disco-fuchsia-ppb-7035-dt20200402224721252-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7035/disco-fuchsia", + "scraped_at": "2026-05-01T02:03:50.786Z" + }, + { + "sku": "PPB-7036", + "color_name": "Disco Sky", + "description": "Disco Sky is a sparkling light blue two coat. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Disco RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH DISCO SKY View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.52 + }, + { + "min": 50, + "max": 199, + "price": 12.84 + }, + { + "min": 200, + "max": null, + "price": 12.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5143/ppb-7036-disco-sky-tds-dt20231129211503407175.pdf?1701292505", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2939/disco-sky-ppb-7036-dt20250603220012174533-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7036/disco-sky", + "scraped_at": "2026-05-01T02:04:04.032Z" + }, + { + "sku": "PPB-7037", + "color_name": "Disco Teal", + "description": "Disco Teal is a bright sparkling teal top coat. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Disco RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: can card black be used as a base coat along with disco teal? - Mary Larson 04/17/22 11:58 am Answer: Absolutely! You’re not limited to using our Ink Black or Gloss Black to achieve a similar finish. - Nic Industries Inc. Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.52 + }, + { + "min": 50, + "max": 199, + "price": 12.84 + }, + { + "min": 200, + "max": null, + "price": 12.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5145/ppb-7037-disco-teal-tds-dt20231129211627910571.pdf?1701292589", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2940/disco-teal-ppb-7037-dt20250603215853288291-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7037/disco-teal", + "scraped_at": "2026-05-01T02:04:21.112Z" + }, + { + "sku": "PPB-7038", + "color_name": "Disco Aqua", + "description": "Disco Aqua is a bright, glittery aqua. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Disco RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH DISCO AQUA View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.52 + }, + { + "min": 50, + "max": 199, + "price": 12.84 + }, + { + "min": 200, + "max": null, + "price": 12.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5147/ppb-7038-disco-aqua-tds-dt20231129211954661021.pdf?1701292796", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2941/disco-aqua-ppb-7038-dt20220126171403403-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7038/disco-aqua", + "scraped_at": "2026-05-01T02:04:41.966Z" + }, + { + "sku": "PPB-7039", + "color_name": "Disco Peeka", + "description": "Disco Peeka is a sparkling blue top coat. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Disco RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH DISCO PEEKA View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.52 + }, + { + "min": 50, + "max": 199, + "price": 12.84 + }, + { + "min": 200, + "max": null, + "price": 12.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5149/ppb-7039-disco-peeka-tds-dt20231129212132199786.pdf?1701292893", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2942/disco-peeka-ppb-7039-dt20220307231741376589-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7039/disco-peeka", + "scraped_at": "2026-05-01T02:04:57.432Z" + }, + { + "sku": "PPB-7040", + "color_name": "Disco Royal", + "description": "Disco Royal is a sparkling royal blue. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Disco RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH DISCO ROYAL View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.52 + }, + { + "min": 50, + "max": 199, + "price": 12.84 + }, + { + "min": 200, + "max": null, + "price": 12.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5151/ppb-7040-disco-royal-tds-dt20231129212301414715.pdf?1701292983", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2943/disco-royal-ppb-7040-dt20250603220113298539-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7040/disco-royal", + "scraped_at": "2026-05-01T02:05:10.296Z" + }, + { + "sku": "PPB-7041", + "color_name": "Disco Emerald", + "description": "Disco Emerald is a bright glittery emerald metallic. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Disco RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.52 + }, + { + "min": 50, + "max": 199, + "price": 12.84 + }, + { + "min": 200, + "max": null, + "price": 12.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5152/ppb-7041-disco-emerald-tds-dt20231129212438742506.pdf?1701293080", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2944/disco-emerald-ppb-7041-dt20250624204628998033-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7041/disco-emerald", + "scraped_at": "2026-05-01T02:05:28.149Z" + }, + { + "sku": "PPB-7042", + "color_name": "Disco Moss", + "description": "Disco Moss is a sparkling lime green metallic. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Disco RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH DISCO MOSS View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.52 + }, + { + "min": 50, + "max": 199, + "price": 12.84 + }, + { + "min": 200, + "max": null, + "price": 12.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5154/ppb-7042-disco-moss-tds-dt20231129212626768847.pdf?1701293188", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2946/disco-moss-ppb-7042-dt20250603215741701738-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7042/disco-moss", + "scraped_at": "2026-05-01T02:05:42.059Z" + }, + { + "sku": "PPB-7043", + "color_name": "Disco Lemon Drop", + "description": "Disco Lemon Drop is a sparkling lemon yellow. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Disco RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.52 + }, + { + "min": 50, + "max": 199, + "price": 12.84 + }, + { + "min": 200, + "max": null, + "price": 12.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5155/ppb-7043-disco-lemon-tds-dt20231129212828132391.pdf?1701293309", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2948/disco-lemon-drop-ppb-7043-dt20220126171502848-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7043/disco-lemon-drop", + "scraped_at": "2026-05-01T02:05:53.899Z" + }, + { + "sku": "PPB-7044", + "color_name": "Disco Red", + "description": "Disco Red is a sparkling red clear metallic. This color is a polyester two coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Disco RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH DISCO RED View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.52 + }, + { + "min": 50, + "max": 199, + "price": 12.84 + }, + { + "min": 200, + "max": null, + "price": 12.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5156/ppb-7044-disco-red-tds-dt20231129213055411353.pdf?1701293457", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2949/disco-red-ppb-7044-dt2020022817063613-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7044/disco-red", + "scraped_at": "2026-05-01T02:06:09.455Z" + }, + { + "sku": "PPB-7045", + "color_name": "Disco Rose", + "description": "Disco Rose is a sparkling pale pink. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Disco RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH DISCO ROSE View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.52 + }, + { + "min": 50, + "max": 199, + "price": 12.84 + }, + { + "min": 200, + "max": null, + "price": 12.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8251/ppb-7045-disco-rose-dt20260413151252204279.pdf?1776093173", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2950/disco-rose-ppb-7045-dt20210504214457742-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7045/disco-rose", + "scraped_at": "2026-05-01T02:06:23.296Z" + }, + { + "sku": "PPB-7046", + "color_name": "Disco Tangerine", + "description": "Disco Tangerine is a sparkling orange two coat. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Disco RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH DISCO TANGERINE View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.52 + }, + { + "min": 50, + "max": 199, + "price": 12.84 + }, + { + "min": 200, + "max": null, + "price": 12.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5167/ppb-7046-disco-tangerine-tds-dt20231129223657657616.pdf?1701297419", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2951/disco-tangerine-ppb-7046-dt20250603221040892857-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7046/disco-tangerine", + "scraped_at": "2026-05-01T02:06:37.188Z" + }, + { + "sku": "PPB-7047", + "color_name": "Disco Copper", + "description": "Disco Copper is a sparkling copper. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve the colors as shown, one of the following must be used as a base coat: PSS 0106 Ink Black PSS 6929 Atomic Tomato PSS 2779 International Orange PSS 4035 Lemon Peel PSS 5666 Kiwi Green PSS 1715 Playboy Blue PSS 1676 Sinbad Purple Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Disco RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.52 + }, + { + "min": 50, + "max": 199, + "price": 12.84 + }, + { + "min": 200, + "max": null, + "price": 12.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5168/ppb-7047-disco-copper-tds-dt20231129223837995759.pdf?1701297519", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2952/disco-copper-ppb-7047-dt20181001224920246-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7047/disco-copper", + "scraped_at": "2026-05-01T02:06:49.217Z" + }, + { + "sku": "PPB-7048", + "color_name": "Disco Nugget", + "description": "Disco Nugget is a sparkling gold top coat. This color is a polyester top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Disco RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH DISCO NUGGET View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.52 + }, + { + "min": 50, + "max": 199, + "price": 12.84 + }, + { + "min": 200, + "max": null, + "price": 12.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5169/ppb-7048-disco-nugget-tds-dt20231129225517045131.pdf?1701298519", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2953/disco-nugget-ppb-7048-dt20220307231611680549-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7048/disco-nugget", + "scraped_at": "2026-05-01T02:07:06.835Z" + }, + { + "sku": "PPB-7049", + "color_name": "Disco Dunes", + "description": "Disco Dunes is a sparkling sandy gold. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Disco RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH DISCO DUNES View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. Question: I’m looking for a rainbow/multi-color sparkle clear to spray over Ink Black. Clear Lights seems kind of close. Just looking for a recommendation. - Prismatic Support 05/22/19 01:43 pm Answer: Yes, Clear Lights would be the best top coat for the kind of result you are looking for. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.52 + }, + { + "min": 50, + "max": 199, + "price": 12.84 + }, + { + "min": 200, + "max": null, + "price": 12.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5170/ppb-7049-disco-dunes-tds-dt20231129230827598471.pdf?1701299315", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2954/disco-dunes-ppb-7049-dt20210915161655414-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7049/disco-dunes", + "scraped_at": "2026-05-01T02:07:19.067Z" + }, + { + "sku": "PPB-7050", + "color_name": "Disco Pewter", + "description": "Disco Pewter is a sparkling silver/blue top coat. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Disco RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.52 + }, + { + "min": 50, + "max": 199, + "price": 12.84 + }, + { + "min": 200, + "max": null, + "price": 12.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5171/ppb-7050-disco-pewter-tds-dt20231129231240338246.pdf?1701299563", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2955/disco-pewter-ppb-7050-dt2020032622460435-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7050/disco-pewter", + "scraped_at": "2026-05-01T02:07:31.467Z" + }, + { + "sku": "PPB-7051", + "color_name": "Disco Platinum", + "description": "Disco Platinum is a sparkling platinum silver. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Disco RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH DISCO PLATINUM View Details View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.52 + }, + { + "min": 50, + "max": 199, + "price": 12.84 + }, + { + "min": 200, + "max": null, + "price": 12.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5172/ppb-7051-disco-platinum-tds-dt20231129231507268068.pdf?1701299709", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2956/disco-platinum-ppb-7051-dt20200410212059946-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7051/disco-platinum", + "scraped_at": "2026-05-01T02:07:47.895Z" + }, + { + "sku": "PPB-7055", + "color_name": "Disco Nights", + "description": "Disco Nights is a sparkling teal and purple. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Disco RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH DISCO NIGHTS View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.52 + }, + { + "min": 50, + "max": 199, + "price": 12.84 + }, + { + "min": 200, + "max": null, + "price": 12.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5174/ppb-7055-disco-nights-tds-dt20231129232333421039.pdf?1701300215", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2958/disco-nights-ppb-7055-dt20250707161639445663-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7055/disco-nights", + "scraped_at": "2026-05-01T02:08:05.977Z" + }, + { + "sku": "PPB-7061", + "color_name": "GOLDEN WHISPER", + "description": "Golden Whisper is a faint gold top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH GOLDEN WHISPER View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.07 + }, + { + "min": 50, + "max": 199, + "price": 14.32 + }, + { + "min": 200, + "max": null, + "price": 13.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5176/ppb-7061-golden-whisper-tds-dt20231129233129090292.pdf?1701300691", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2959/golden-whisper-ppb-7061-dt2021021516020145-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7061/golden-whisper", + "scraped_at": "2026-05-01T02:08:18.981Z" + }, + { + "sku": "PPB-7063", + "color_name": "Christmas Spirit", + "description": "Christmas Spirit is a bright transparent red with silver sparkling metallic. This color is a polyester top coat powder coat with a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.68 + }, + { + "min": 50, + "max": 199, + "price": 20.6 + }, + { + "min": 200, + "max": null, + "price": 19.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8087/christmas-spirit-ppb-7063-dt20200529214552432-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7063/christmas-spirit", + "scraped_at": "2026-05-01T02:08:30.421Z" + }, + { + "sku": "PPB-7080", + "color_name": "GLAZED BUTTERSCOTCH STEP 2", + "description": "Glazed Butterscotch Step 2 over Step 1 creates a reddish autumn orange highlighted with shimmering yellow gold metallics. This color is a polyester top coat powder coat with Two Coat Information: To achieve this color as shown, Glazed Butterscotch Step 1 PSB-7079 must be applied as a base coat. Proposition 65 Warning CREATIONS MADE WITH GLAZED BUTTERSCOTCH STEP 2 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.42 + }, + { + "min": 50, + "max": 199, + "price": 18.45 + }, + { + "min": 200, + "max": null, + "price": 17.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9262/glazed-butterscotch-step-2-ppb-7080-dt20210927170410444-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7080/glazed-butterscotch-step-2", + "scraped_at": "2026-05-01T02:08:43.582Z" + }, + { + "sku": "PPB-7086", + "color_name": "Iced Candy Blue", + "description": "Iced Candy Blue is a bright, icy blue color. This color is a polyester top coat powder coat with a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH ICED CANDY BLUE View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Is this a two stage powder coat, or one stage? - Prismatic Support 03/07/19 04:28 pm Answer: It can be either or. Just remember that because it is a transparent color, the substrate color will change the overall color. For example, applying it over steel vs.aluminum will have very different results. Keep in mind our swatches are bare aluminum which the transparent colors are applied to. If you don't the substrate that you are coating is not bright aluminum or something similar then Super Chrome can be used as a base coat. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.95 + }, + { + "min": 50, + "max": 199, + "price": 18 + }, + { + "min": 200, + "max": null, + "price": 17.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5834/ppb-7086-iced-candy-blue-tds-dt20240320162608362018.pdf?1710951970", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2961/iced-candy-blue-ppb-7086-dt20200729155732266-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7086/iced-candy-blue", + "scraped_at": "2026-05-01T02:08:57.317Z" + }, + { + "sku": "PPB-7091", + "color_name": "SATIN TOP BRASS", + "description": "Satin Top Brass is a light brassy top coat. This color is a polyester top coat powder coat and has a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerRefined Metals PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Hey what's the shiniest brassiest brass you have? Need a railing done for a hollywood home and want it to pop. - Brock Real Estate 03/04/19 05:42 pm Answer: As far as what color looks the closest to brass, well that is a matter of opinion but we will give you a few options for you to choose from. These are all transparent colors which require a highly reflective substrate or base coat. If the substrate of the railing is not already polished or chrome or something of similar reflectance, you can use SUPER CHROME USS 4482 as a base coat but make sure you spray samples first and are okay with the results beforehand. MISTY BRASS PPB 4872 BUTTERED BRASS PPS 1547 BRASSY CLEAR PPS 6601 - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.72 + }, + { + "min": 50, + "max": 199, + "price": 16.83 + }, + { + "min": 200, + "max": null, + "price": 15.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4278/ppb-7091-satin-top-brass-tds-dt20231009145028265062.pdf?1696863030", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2963/satin-top-brass-ppb-7091-dt20210115230616076-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7091/satin-top-brass", + "scraped_at": "2026-05-01T02:09:10.939Z" + }, + { + "sku": "PPB-7099", + "color_name": "Chopper Red Step 2", + "description": "Chopper Red Step 2 over Chopper Red Step 1 creates a rich metallic red. This color is a polyester two coat powder coat with a high gloss finish. Two Coat Information: To achieve this color as shown, Chopper Red Step 1 PMB-7098 must be applied as a base coat. High Gloss: 85+ Gloss Units Step 2 must be applied as the topcoat to achieve proper two-step color results. If Step 1 is used independently, a clear topcoat is recommended for exterior use. Inconsistent mil thickness in either the basecoat or topcoat can result in uneven color. Apply both the basecoat and topcoat in accordance with the recommended mil thickness specifications. Allow the part to cool completely before applying the topcoat. Once the topcoat has been applied, fully cure it according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before starting your project, especially if you are using a topcoat or additional basecoats, primers, etc. This helps ensure the final color meets your specifications and allows you to anticipate any potential changes in color or finish. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.48 + }, + { + "min": 50, + "max": 199, + "price": 23.26 + }, + { + "min": 200, + "max": null, + "price": 22.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3830/ppb-7099-chopper-red-step-2-tds-dt20230925204511194999.pdf?1695674713", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9263/chopper-red-step-2-ppb-7099-dt20260406182258019459-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7099/chopper-red-step-2", + "scraped_at": "2026-05-01T02:09:23.578Z" + }, + { + "sku": "PPB-8016", + "color_name": "SHADED RASPBERRY", + "description": "Shaded Raspberry is a vivid pink transparent polyurethane and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.26 + }, + { + "min": 50, + "max": 199, + "price": 12.6 + }, + { + "min": 200, + "max": null, + "price": 11.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7787/ppb-8016-shaded-raspberry-dt20251230171053381955.pdf?1767114655", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8093/shaded-raspberry-ppb-8016-dt20260116223236793848-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8016/shaded-raspberry", + "scraped_at": "2026-05-01T02:09:33.930Z" + }, + { + "sku": "PPB-8018", + "color_name": "DANCING SPARKLES", + "description": "Dancing Sparkles is a gloss clear with silver and light blue sparkles. This color is a polyester top coat powder coat with a high gloss finish. Clear Metallic Two Coat Information: To achieve the colors as shown, one of the following must be used as a base coat: PSS 0106 Ink Black PSS 6929 Atomic Tomato PSS 2779 International Orange PSS 4035 Lemon Peel PSS 5666 Kiwi Green PSS 1715 Playboy Blue PSS 1676 Sinbad Purple Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.79 + }, + { + "min": 50, + "max": 199, + "price": 18.8 + }, + { + "min": 200, + "max": null, + "price": 17.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5178/ppb-8018-dancing-sparkles-tds-dt20231129233518006118.pdf?1701300920", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2967/dancing-sparkles-ppb-8018-dt20181105220528315-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8018/dancing-sparkles", + "scraped_at": "2026-05-01T02:09:44.899Z" + }, + { + "sku": "PPB-8034", + "color_name": "MELTED BRONZE", + "description": "Melted Bronze is a buttery bronze top coat. This color is a polyester top coat powder coat and has a satin finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerBronze MedalAnodizedExquisite SpacesBurnished TreasuresRefined Metals", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.36 + }, + { + "min": 50, + "max": 199, + "price": 17.44 + }, + { + "min": 200, + "max": null, + "price": 16.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7800/ppb-8034-melted-bronze-dt20251230190722577063.pdf?1767121644", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2969/melted-bronze-ppb-8034-dt20250523200751596916-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8034/melted-bronze", + "scraped_at": "2026-05-01T02:10:01.371Z" + }, + { + "sku": "PPB-8036", + "color_name": "SHADED CHERRY", + "description": "Shaded Cherry is a deep cherry top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH SHADED CHERRY View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: What is the method for powder coating over chrome rims? - Prismatic Support 05/06/19 11:41 pm Answer: You can powder coat directly over chrome. Many people choose to do this with transparent colors. For the kind of application you are referring to, you will want to make sure the chrome plating is completely clear from waxes, oils, grease, etc. by using a degreasing solvent such as denatured alcohol, or mineral spirits. If you plan to coat over the chrome plating with a solid tone or solid tone metallic color, abrading the chrome surface to provide a mechanical bond would be recommended. This can be achieved by lightly blasting the plating with a fine media or by hand sanding with a light grit sand paper. Make sure the degreasing process is followed for either scenario. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.96 + }, + { + "min": 50, + "max": 199, + "price": 17.06 + }, + { + "min": 200, + "max": null, + "price": 16.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2971/shaded-cherry-ppb-8036-dt20250306195015156371-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8036/shaded-cherry", + "scraped_at": "2026-05-01T02:10:15.042Z" + }, + { + "sku": "PPB-8040", + "color_name": "CRUSHED STARLIGHT STEP 2", + "description": "Crushed Starlight Step 1 and 2 create a rich sapphire blue with a sparkling silver metallic. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Crushed Starlight Step 1 PMB-8039 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.11 + }, + { + "min": 50, + "max": 199, + "price": 15.3 + }, + { + "min": 200, + "max": null, + "price": 14.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7993/ppb-8040-crushed-starlight-step-2-dt20260112181404523759.pdf?1768241646", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9267/crushed-starlight-step-2-ppb-8040-dt2020073114361186-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8040/crushed-starlight-step-2", + "scraped_at": "2026-05-01T02:10:26.820Z" + }, + { + "sku": "PPB-8042", + "color_name": "Orange Sherbert Sparkle", + "description": "Orange Sherbert Sparkle is a bright sparkling sherbet orange. This color is a polyester transparent top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: What base coat is used on your Orange Sherbert Sparkle S-Panel image and swatch sample? - Leland Knighting 08/31/19 11:46 am Answer: Hello Leland, Our swatch sample and S-panel for Orange Sherbert Sparkle PPB-8042 is applied directly over a shiny aluminum substrate. We recommend that the base be at least this to achieve the look you see on-line or with the swatch sample. Otherwise, you could use Super Chrome USS-4482 or Allow Silver PMS-4983 as a base then apply the Orange Sherbert Sparkle PPB-8042 to achieve this look. - Prismatic Support Question: What would this look like over a black base coat? Would it show at all? - Just For Gearheads 06/10/19 07:28 am Answer: It would look more brown with sparkle in the top coat. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.57 + }, + { + "min": 50, + "max": 199, + "price": 18.59 + }, + { + "min": 200, + "max": null, + "price": 17.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2973/orange-sherbert-sparkle-ppb-8042-dt20250710204601134772-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8042/orange-sherbert-sparkle", + "scraped_at": "2026-05-01T02:10:44.219Z" + }, + { + "sku": "PPB-8044", + "color_name": "Orange Sherbert", + "description": "Orange Sherbert is a bright orange top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.62 + }, + { + "min": 50, + "max": 199, + "price": 17.69 + }, + { + "min": 200, + "max": null, + "price": 16.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4302/ppb-8044-orange-sherbert-tds-dt20231009213138630734.pdf?1696887100", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2975/orange-sherbert-ppb-8044-dt20250627181132028767-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8044/orange-sherbert", + "scraped_at": "2026-05-01T02:10:55.633Z" + }, + { + "sku": "PPB-8050", + "color_name": "MURKY SPARKLE", + "description": "Murky Sparkle is a shimmering murky black top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.86 + }, + { + "min": 50, + "max": 199, + "price": 16.97 + }, + { + "min": 200, + "max": null, + "price": 16.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2977/murky-sparkle-ppb-8050-dt20190109173500093-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8050/murky-sparkle", + "scraped_at": "2026-05-01T02:11:06.630Z" + }, + { + "sku": "PPB-8057", + "color_name": "Dragons Blood Step 2", + "description": "Dragons Blood Step 2 over Dragons Blood Step 1 achieves a deep maroon-red. This color is a polyester top coat powder coat and has a glossy finish. Two Coat Information: To achieve this color as shown, Dragons Blood Step 1 PMB-8056 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH DRAGONS BLOOD STEP 2 View Details View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Do you offer a swatch of the Dragons Blood completed ( 1& 2)? I have a customer interested but he'd like to see a sample. Thanks - Like New Parts 07/18/19 09:25 am Answer: If you order a swatch of Dragons Blood it will be with DB step 2 over DB step 1 (completed). - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.4 + }, + { + "min": 50, + "max": 199, + "price": 15.58 + }, + { + "min": 200, + "max": null, + "price": 14.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6637/ppb-8057-dragons-blood-step-2-tds-dt20240521212524353529.pdf?1716326727", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7704/dragons-blood-step-2-ppb-8057-dt20210419174348105-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8057/dragons-blood-step-2", + "scraped_at": "2026-05-01T02:11:21.954Z" + }, + { + "sku": "PPB-8064", + "color_name": "Trans Black Sparkle", + "description": "Trans Black Sparkle is a transparent black with a silver sparkle. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.08 + }, + { + "min": 50, + "max": 199, + "price": 14.33 + }, + { + "min": 200, + "max": null, + "price": 13.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7617/ppb-8064-transparent-black-sparkle-dt20251015162123005006.pdf?1760545284", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2979/trans-black-sparkle-ppb-8064-dt20191114233715795-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8064/trans-black-sparkle", + "scraped_at": "2026-05-01T02:11:34.079Z" + }, + { + "sku": "PPB-8066", + "color_name": "FROSTED MOCHA STEP 2", + "description": "Frosted Mocha Step 2 over step 1 makes a light brown with a white pearl effect. This color is a polyester top coat powder coat and has a flat finish. Two Coat Information: To achieve this color as shown, Frosted Mocha Step 1 PMB-8065 must be applied as a base coat. Flat: 0-6 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.14 + }, + { + "min": 50, + "max": 199, + "price": 20.08 + }, + { + "min": 200, + "max": null, + "price": 19.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6065/ppb-8066-frosted-mocha-step-2-tds-dt20240404182741009394.pdf?1712255263", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2981/frosted-mocha-step-2-ppb-8068-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8066/frosted-mocha-step-2", + "scraped_at": "2026-05-01T02:11:46.359Z" + }, + { + "sku": "PPB-8068", + "color_name": "ENCHANTED SPARKLE STEP 2", + "description": "Enchanted Sparkle Step 2 over Enchanted Sparkle Step 1 makes a nice creamy white color with a pearl effect. This color is a polyester top coat powder coat and has a semi-gloss finish. Two Coat Information: To achieve this color as shown, Enchanted Sparkle Step 1 PMB-8067 must be applied as a base coat. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH ENCHANTED SPARKLE STEP 2 View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.75 + }, + { + "min": 50, + "max": 199, + "price": 13.06 + }, + { + "min": 200, + "max": null, + "price": 12.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5246/ppb-8068-enchanted-spkl-step-2-tds-dt20231130202750801593.pdf?1701376073", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2983/enchanted-sparkle-step-2-ppb-8068-dt20190429225204752-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8068/enchanted-sparkle-step-2", + "scraped_at": "2026-05-01T02:11:57.354Z" + }, + { + "sku": "PPB-8072", + "color_name": "TRANSPARENT MURK", + "description": "Transparent Murk is a transparent grey with a silver metallic. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH TRANSPARENT MURK View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.39 + }, + { + "min": 50, + "max": 199, + "price": 20.32 + }, + { + "min": 200, + "max": null, + "price": 19.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7628/ppb-8072-transparent-murk-dt20251015164515100332.pdf?1760546716", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2985/transparent-murk-ppb-8074-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8072/transparent-murk", + "scraped_at": "2026-05-01T02:12:12.826Z" + }, + { + "sku": "PPB-8093", + "color_name": "NAVY PEARL STEP 2", + "description": "Navy Pearl Step 2 over Navy Pearl Step 1 is a deep blue two coat with a pearl metallic flake. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Navy Pearl Step 1 PSB-8092 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH NAVY PEARL STEP 2 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.04 + }, + { + "min": 50, + "max": 199, + "price": 19.99 + }, + { + "min": 200, + "max": null, + "price": 18.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5832/ppb-8093-navy-pearl-step-2-tds-dt20240320162204787742.pdf?1710951727", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9269/navy-pearl-step-2-ppb-8093-dt2019041521422094-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8093/navy-pearl-step-2", + "scraped_at": "2026-05-01T02:12:23.959Z" + }, + { + "sku": "PPB-8094", + "color_name": "PURE ELEGANCE", + "description": "Pure Elegance is a light coppery bronze top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerParisian DivinePosh RoséRefined Metals", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.03 + }, + { + "min": 50, + "max": 199, + "price": 13.33 + }, + { + "min": 200, + "max": null, + "price": 12.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5179/ppb-8094-pure-elegance-tds-dt20231129233647552688.pdf?1701301009", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2987/pure-elegance-ppb-8094-dt20190111233631431-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8094/pure-elegance", + "scraped_at": "2026-05-01T02:12:37.383Z" + }, + { + "sku": "PPB-8100", + "color_name": "Golden Frosted Tan Step 2", + "description": "Golden Frosted Tan Step 2 over Golden Frosted Tan Step 1 creates a tan with golden metallics. This color is a polyester two coat powder coat with a matte finish. Two Coat Information: To achieve this color as shown, Golden Frosted Tan Step 1 PMB-8099 must be applied as a base coat. Matte: 7-20 Gloss Units Step 2 must be applied as the topcoat to achieve proper two-step color results. If Step 1 is used independently, a clear topcoat is recommended for exterior use. Inconsistent mil thickness in either the basecoat or topcoat can result in uneven color. Apply both the basecoat and topcoat in accordance with the recommended mil thickness specifications. Allow the part to cool completely before applying the topcoat. Once the topcoat has been applied, fully cure it according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before starting your project, especially if you are using a topcoat or additional basecoats, primers, etc. This helps ensure the final color meets your specifications and allows you to anticipate any potential changes in color or finish. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.97 + }, + { + "min": 50, + "max": 199, + "price": 25.62 + }, + { + "min": 200, + "max": null, + "price": 24.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3834/ppb-8100-golden-frosted-tan-step-2-tds-dt2023092520571285154.pdf?1695675435", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9271/golden-frosted-tan-step-2-ppb-8100-dt20260406182901437055-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8100/golden-frosted-tan-step-2", + "scraped_at": "2026-05-01T02:12:49.881Z" + }, + { + "sku": "PPB-8112", + "color_name": "MERMAID SPARKLE STEP 2", + "description": "Mermaid Sparkle Step 2 over Mermaid Sparkle Step 1 is a medium blue two coat that has a silver metallic flake. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Mermaid Sparkle Step 1 PMB-8111 must be applied as a base coat. Gloss: 71-85 Gloss Units Proposition 65 Warning CREATIONS MADE WITH MERMAID SPARKLE STEP 2 View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.53 + }, + { + "min": 50, + "max": 199, + "price": 17.6 + }, + { + "min": 200, + "max": null, + "price": 16.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9273/mermaid-sparkle-step-2-ppb-8112-dt20190412230541083-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8112/mermaid-sparkle-step-2", + "scraped_at": "2026-05-01T02:13:04.160Z" + }, + { + "sku": "PPB-8117", + "color_name": "PEARLS STEP 2", + "description": "Pearls Step 2 over Pearls Step 1 looks like a pearl. This color is a polyester top coat powder coat and has a glossy finish. Two Coat Information: To achieve this color as shown, Pearls Step 1 PMB-8116 must be applied as a base coat. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.89 + }, + { + "min": 50, + "max": 199, + "price": 17 + }, + { + "min": 200, + "max": null, + "price": 16.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4808/ppb-8117-pearls-step-2-tds-dt20231121180135201613.pdf?1700589697", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2989/pearls-step-2-ppb-8117-dt20210412171510601-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8117/pearls-step-2", + "scraped_at": "2026-05-01T02:13:19.027Z" + }, + { + "sku": "PPB-8131", + "color_name": "Raw Gold", + "description": "Raw Gold is a gold transparent polyester and has a matte finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.35 + }, + { + "min": 50, + "max": 199, + "price": 17.43 + }, + { + "min": 200, + "max": null, + "price": 16.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8103/raw-gold-ppb-8131-dt20240503170047805021-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8131/raw-gold", + "scraped_at": "2026-05-01T02:13:29.974Z" + }, + { + "sku": "PPB-8135", + "color_name": "CRIMSON CANDY STEP 2", + "description": "Crimson Candy Step 2 over Crimson Candy Step 1 is a deep transparent red with gold pearl over a pearl red base coat. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, Crimson Candy Step 1 PMB-8134 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH CRIMSON CANDY STEP 2 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.29 + }, + { + "min": 50, + "max": 199, + "price": 14.53 + }, + { + "min": 200, + "max": null, + "price": 13.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2991/crimson-candy-step-2-ppb-8135-dt20200331163212346-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8135/crimson-candy-step-2", + "scraped_at": "2026-05-01T02:13:45.625Z" + }, + { + "sku": "PPB-8146", + "color_name": "Blazed Charcoal Step 2", + "description": "Blazed Charcoal Step 2 over Blazed Charcoal Step 1 has a dark silver metallic base coat and a silver metallic clear top coat. This color is a polyester top coat powder coat and has a glossy finish. Two Coat Information: To achieve this color as shown, Blazed Charcoal Step 1 PMB-8145 must be applied as a base coat. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH BLAZED CHARCOAL STEP 2 View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.71 + }, + { + "min": 50, + "max": 199, + "price": 13.97 + }, + { + "min": 200, + "max": null, + "price": 13.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5181/ppb-8146-blazed-charcoal-step-2-tds-dt20231129234015925393.pdf?1701301218", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2992/blazed-charcoal-step-2-ppb-8146-dt20180713212335006-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8146/blazed-charcoal-step-2", + "scraped_at": "2026-05-01T02:13:58.467Z" + }, + { + "sku": "PPB-8167", + "color_name": "TRANS GLITTER GOLD", + "description": "Trans Glitter Gold is a transparent gold with a gold metallic. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH TRANS GLITTER GOLD View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.04 + }, + { + "min": 50, + "max": 199, + "price": 12.39 + }, + { + "min": 200, + "max": null, + "price": 11.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7618/ppb-8167-transparent-glitter-gold-dt20251015162303595714.pdf?1760545385", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2993/trans-glitter-gold-ppb-8169-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8167/trans-glitter-gold", + "scraped_at": "2026-05-01T02:14:15.255Z" + }, + { + "sku": "PPS-10282", + "color_name": "Phantom Clear", + "description": "Phantom Clear is a strong clear that delivers a ghostly finish over its base coat. This color is a polyester top coat powder coat and has a flat finish. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Matte: 7-20 Gloss Units Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Phantom Clear has been applied to the left side for comparison. Proposition 65 Warning CREATIONS MADE WITH PHANTOM CLEAR View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.9 + }, + { + "min": 50, + "max": 199, + "price": 22.71 + }, + { + "min": 200, + "max": null, + "price": 21.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6938/pps-10282-phantom-clear-dt20241029181327749692.pdf?1730225610", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11250/phantom-clear-pps-10282-dt2025101521511542279-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-10282/phantom-clear", + "scraped_at": "2026-05-01T02:14:30.346Z" + }, + { + "sku": "PPS-10736", + "color_name": "Draco Step 2", + "description": "Draco Step 2 over Draco Step 1 creates a dazzling cerulean blue with aqua blue/green metallic. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Draco Step 1 PMB-10735 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH DRACO STEP 2 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.02 + }, + { + "min": 50, + "max": 199, + "price": 10.47 + }, + { + "min": 200, + "max": null, + "price": 9.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3621/pps-10736-draco-step-2-tds-dt20230919192527964048.pdf?1695151530", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13278/draco-step-2-pps-10736-dt20220202155022001194-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-10736/draco-step-2", + "scraped_at": "2026-05-01T02:14:40.978Z" + }, + { + "sku": "PPS-10738", + "color_name": "Arctic Fox Step 2", + "description": "Arctic Fox Step 2 over Arctic Fox Step 1 creates a sleek, shiny silver. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Arctic Fox Step 1 PMB-10737 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.89 + }, + { + "min": 50, + "max": 199, + "price": 11.3 + }, + { + "min": 200, + "max": null, + "price": 10.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3624/pps-10738-arctic-fox-step-2-tds-dt20230919193319236422.pdf?1695152001", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13432/arctic-fox-step-2-pps-10738-dt20220214174243583405-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-10738/arctic-fox-step-2", + "scraped_at": "2026-05-01T02:14:56.905Z" + }, + { + "sku": "PPS-10761", + "color_name": "Spiced Clove Step 2", + "description": "Spiced Clove Step 2 over Spiced Clove Step 1 creates a rich and brilliant copper brown metallic. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Spiced Clove Step 1 PMB-10760 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH SPICED CLOVE STEP 2 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.89 + }, + { + "min": 50, + "max": 199, + "price": 11.3 + }, + { + "min": 200, + "max": null, + "price": 10.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3574/pps-10761-spiced-clove-step-2-tds-dt20230918222449068296.pdf?1695075891", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13347/spiced-clove-step-2-pps-10761-dt2022010323085353-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-10761/spiced-clove-step-2", + "scraped_at": "2026-05-01T02:15:12.041Z" + }, + { + "sku": "PPS-10763", + "color_name": "Cinnamon Girl Step 2", + "description": "Cinnamon Girl Step 2 over Cinnamon Girl Step 1 creates a deep burgundy red with dazzling gold/red metallic. This color is a polyester top coat powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Cinnamon Girl Step 1 PMB-10762 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH CINNAMON GIRL STEP 2 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.89 + }, + { + "min": 50, + "max": 199, + "price": 11.3 + }, + { + "min": 200, + "max": null, + "price": 10.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3572/pps-10763-cinnamon-girl-step-2-tds-dt20230918221637166584.pdf?1695075399", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13375/cinnamon-girl-step-2-pps-10763-dt20220113181850376-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-10763/cinnamon-girl-step-2", + "scraped_at": "2026-05-01T02:15:23.921Z" + }, + { + "sku": "PPS-11331", + "color_name": "Gloss Clear", + "description": "Gloss Clear is a transparent clear polyester and has a high gloss finish. High Gloss: 85+ Gloss Units Two Coat Information: To achieve this color as shown, Stone Black PSS-1168 must be applied as a base coat. Gloss Clear has been applied to the left side for comparison. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.12 + }, + { + "min": 50, + "max": 199, + "price": 11.51 + }, + { + "min": 200, + "max": null, + "price": 10.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6111/pps-11331-gloss-clear-tds-dt20240411165315672849.pdf?1712854398", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16794/gloss-clear-pps-11331-dt20251107172619516658-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-11331/gloss-clear", + "scraped_at": "2026-05-01T02:15:37.089Z" + }, + { + "sku": "PPS-11720", + "color_name": "High Performance SC Clear", + "description": "High Performance SC Clear Coat - Ultimate Gloss & Clarity for Show-Quality Finishes Developed in collaboration with Scott Coates of Coatings by Coates, our High Performance SC Clear is a premium automotive clear coat engineered for exceptional clarity and a flawless, glass-like finish. Perfect for custom powder jobs, high-end restorations, and show-quality vehicles, this advanced formula enhances any project with superior gloss and protection. Key Features: Maximum gloss and depth for a wet-look finish that turns heads Exceptional clarity with a smooth, glass-like finish. Superior UV resistance for long-lasting protection and color retention Easy application with professional-grade results Whether you’re finishing a vibrant basecoat or sealing a custom metallic, SC Clear Coat delivers unmatched performance that brings out the best in your work. Gloss: 85+ Gloss Units Two Coat Information: To achieve this color as shown, Stone Black PSS-1168 must be applied as a base coat. High Performance SC Clear has been applied to the left side for comparison. Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.64 + }, + { + "min": 50, + "max": 199, + "price": 17.71 + }, + { + "min": 200, + "max": null, + "price": 16.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7578/pps-11720-high-performance-sc-clear-dt20251007212658397787.pdf?1759872420", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18967/high-performance-sc-clear-pps-11720-dt20251013213420655999-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-11720/high-performance-sc-clear", + "scraped_at": "2026-05-01T02:15:55.081Z" + }, + { + "sku": "PPS-1334", + "color_name": "Soft Clear", + "description": "Soft Clear is a 50% satin clear. This color is a polyester top coat powder coat with a semi-gloss finish. To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Soft Clear has been applied to the left side for comparison. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerRefined Metals CREATIONS MADE WITH SOFT CLEAR View Details View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.08 + }, + { + "min": 50, + "max": 199, + "price": 14.33 + }, + { + "min": 200, + "max": null, + "price": 13.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2809/pps-1334-soft-clear-tds-dt20230821141431578066.pdf?1692627273", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2994/soft-clear-pps-1334-dt2025101321250084648-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-1334/soft-clear", + "scraped_at": "2026-05-01T02:16:08.329Z" + }, + { + "sku": "PPS-1505", + "color_name": "Lollypop Purple", + "description": "Lollypop Purple is a transparent grape purple. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.77 + }, + { + "min": 50, + "max": 199, + "price": 16.88 + }, + { + "min": 200, + "max": null, + "price": 15.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7064/pps-1505-lollypop-purple-dt20250217184849151492.pdf?1739818131", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2996/lollypop-purple-pps-1505-dt20250421173708717228-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-1505/lollypop-purple", + "scraped_at": "2026-05-01T02:16:23.322Z" + }, + { + "sku": "PPS-1547", + "color_name": "Buttered Brass", + "description": "Buttered Brass is a light transparent brass. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.97 + }, + { + "min": 50, + "max": 199, + "price": 16.12 + }, + { + "min": 200, + "max": null, + "price": 15.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/2998/buttered-brass-pps-1547-dt20210129182210586-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-1547/buttered-brass", + "scraped_at": "2026-05-01T02:16:35.944Z" + }, + { + "sku": "PPS-2291", + "color_name": "Lollypop Tangelo", + "description": "Lollypop Tangelo is a rich transparent tangelo orange. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. This color may have limited UV stability. Gloss: 71-85 Gloss Units Proposition 65 Warning CREATIONS MADE WITH LOLLYPOP TANGELO View Details View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.67 + }, + { + "min": 50, + "max": 199, + "price": 16.79 + }, + { + "min": 200, + "max": null, + "price": 15.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6673/pps-2291-lollypop-tangelo-tds-dt20240529181013280013.pdf?1717006215", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3000/lollypop-tangelo-pps-2291-dt20250627183915295316-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-2291/lollypop-tangelo", + "scraped_at": "2026-05-01T02:16:53.259Z" + }, + { + "sku": "PPS-2313", + "color_name": "Psycho Yellow", + "description": "Psycho Yellow is a transparent lemon yellow. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH PSYCHO YELLOW View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.43 + }, + { + "min": 50, + "max": 199, + "price": 14.66 + }, + { + "min": 200, + "max": null, + "price": 13.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3002/psycho-yellow-pps-2313-dt2021042915540254-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-2313/psycho-yellow", + "scraped_at": "2026-05-01T02:17:08.191Z" + }, + { + "sku": "PPS-2618", + "color_name": "Trans Copper II", + "description": "Trans Copper II is a transparent orange-copper. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerRusset EleganceRefined Metals CREATIONS MADE WITH TRANS COPPER II View Details View Details View Details View Details PRODUCT SUPPORT Q&As 4 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Do you have the cure schedule for this in celcius? - Lukas Brorsson 04/03/19 02:42 pm Answer: Unfortunately at this time we don't but it is the equivalent to 10 mins at 200C degrees. Until such time when we can add that in, Google will be your friend, you can find an F to C conversion calculator online. - Prismatic Support Question: And is there any clear coat over the copper on the rim pictures? - Lukas Brorsson 01/21/19 01:13 pm Answer: It does not appear so. - Prismatic Support Question: If i want the result as on the pictures for the split rims how do I do that? - Lukas Brorsson 01/20/19 06:47 pm Answer: It would appear that the Trans Copper II was applied directly to bare machined aluminum on those wheels. - Prismatic Support Question: Hello, do I need a base coat before coating the Trans Copper II on wheels? I mean, do I need to do a chrome coat first? Or can I just blast/grind the rims first? - Lukas Brorsson 01/16/19 01:40 pm Answer: Because Trans Copper II is a transparent color, you will need a chrome like or silver base coat, most people use Super Chrome but you can also use a metallic silver if you like but, keep in mind that will produce a more metallic looking finish. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.53 + }, + { + "min": 50, + "max": 199, + "price": 17.6 + }, + { + "min": 200, + "max": null, + "price": 16.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7619/pps-2618-transparent-copper-ii-dt20251015162417738266.pdf?1760545459", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3006/trans-copper-ii-pps-2620-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-2618/trans-copper-ii", + "scraped_at": "2026-05-01T02:17:24.005Z" + }, + { + "sku": "PPS-2888", + "color_name": "Soft Red Candy", + "description": "Soft Red Candy is a candy red top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH SOFT RED CANDY View Details View Details View Details View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: If I'm shooting raw aluminum, do I need to shoot Super Chrome first? - Austin Rich 05/13/19 10:22 pm Answer: You can shoot over the raw aluminum but the brightness and reflectivity of the raw aluminum will determine how well the Soft Red Candy comes out. - Prismatic Support Question: Is this closest to candy Apple Red? - Mackey Coatings 03/11/19 05:48 pm Answer: Potentially. It really is a matter of opinion so it is advisable to order a few color swatches from us and compare to see which you prefer. Also keep in mind Soft Candy Red is a transparent color and will change in color somewhat depending on what the substrate or base coat color is. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.21 + }, + { + "min": 50, + "max": 199, + "price": 19.2 + }, + { + "min": 200, + "max": null, + "price": 18.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7053/pps-2888-soft-red-candy-dt20250203170303604537.pdf?1738602186", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3008/soft-red-candy-pps-2888-dt20250306200359005721-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-2888/soft-red-candy", + "scraped_at": "2026-05-01T02:17:40.057Z" + }, + { + "sku": "PPS-2974", + "color_name": "Clear Vision", + "description": "Clear Vision is an Automotive Grade, high gloss polyester clear top coat. With the benefit of increased durability over a standard polyester clear powder coating. Key benefits include; better corrosion, chemical and UV resistance. Our clear top coats are designed to enhance the appearance of each base coat. However on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Gloss Units: 85+ Two Coat Information: To achieve this color as shown, Stone Black PSS-1168 must be applied as a base coat. Clear Vision has been applied to the left side for comparison. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerRefined Metals CREATIONS MADE WITH CLEAR VISION View Details View Details View Details View Details PRODUCT SUPPORT Q&As 14 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. Question: What temp should I apply the clear to my painted parts? - Ethan Duncan 07/20/21 02:44 pm Answer: We recommend applying powder to ‘cold’ substrate (room temperature – 120°F). If you’re referring to finding out what temperature we recommend curing our Clear Vision at then that would be 375°F for 18 minutes once the thickest portion of your part reaches temperature. - Nic Industries Inc. Question: Can I apply a Clear Coat powder coat over bare polished aluminum engine pulleys ? - Jesse Samaroo 10/09/20 11:16 pm Answer: You can apply a clear coat powder coating over bare metal, after all Clear Coats are still just a polyester or urethane powder coating (depending on choice) but keep in mind that you will see whatever is underneath. Powders like to be applied to an etched surface (we recommend a sand blasted surface) for adhesion. If you are wanting to preserve a polished look you can still apply the powder but I recommend thoroughly degreasing and outgassing the piece to burn off contaminants (polishing compounds, etc.) that could bubble-up during the clear coats curing cycle and you normally want to outgas at 50 degrees HOTTER than your powder’s cure temp. and for a polished aluminum pully I recommend at least 30 minutes. Many of these come with a clear coat of some sort on them (if it’s a polished aluminum) so be aware this could cause outgas issues. A powder applied to a non-etched surface won’t have the durability when compared to a powder that is applied to a sand blasted substrate. Another suggestion would be a liquid application of our Cerakote Clear…MC-160. This could provide both the look and durability you are looking for. https://www.cerakote.com/shop/cerakote-coating/MC-160/high-gloss-ceramic-clear - Prismatic Support Question: I did not see the application guide included with the shipment of Clear Vision PPS-2974. Can you provide the cure time and temperature please? - Gary Petersen 05/20/20 11:36 am Answer: We offer too many colors to include an application guide in every box we ship so we make these available on our website. If you shop for your powder/color, select the S-panel image for the powder you are wondering about (in this case Clear Vision PPS-2974) a larger S-panel image will appear with a link to \"application guide\" just above. Clear Vision PPS-2974 should be cured no hotter than 375 degrees F for 18 minutes. This 18 minute timer only starts when the substrate reaches temperature. - Prismatic Support Question: If I’m going to be putting a vinyl sticker on the piece I have coated, then would like to use clear vision over it, can I lower the baking temp and bake for a longer duration? If so what kinda temps and times would I be looking at? - Kevin Kubinak 05/14/20 10:41 pm Answer: You can lower the bake temperature of a powder like Clear Vision PPS-2974. We do not test below 350 degrees F. This is as low as I would go. I would double the cure duration for this temp adjustment. Normally Clear Vision PPS-2974 cures for 18 minutes once the substrate reaches 375 degrees F. If curing at 350 degrees F., you may want to cure for 30 minutes, after the thickest part of your substrate reaches temperature. - Prismatic Support Question: Is there a danger of over baking this product? - Cory Rotvik 04/29/20 05:23 pm Answer: Clear powders are more susceptible to over baking problems than their pigmented counterparts. Clear Vision has 50% over bake stability but if there is a need to bake longer than it would be recommended that the oven temp be lowered to 350F rather than 375F. - Prismatic Support Question: Planning on clear powder over polished aluminum. Can Clear Vision PPS-2974 do the job? Your site stated to check on needing a base coat before check out. - Warkcycle 03/02/20 10:22 pm Answer: You can apply Clear Vision PPS 2974 directly over substrate. You are shooting for a 2-3 mil thickness and make sure to follow Clear Vision's cure schedule located on the application guide which can be found on the website as well when shopping for Clear Vision PPS 2974. - Prismatic Support Question: If I’m going to apply a vinyl decal made with high heat vinyl on a powder coated cup can I use a clear top coat over the decal for protection of the decal. - New U Nutrition 10/07/19 03:13 pm Answer: Yes, depending on the temperature rating of the decal you can apply a clear coat like Clear Vision (PPS-2974) or any of our clear top coats over most Hi-temp decals. Cure temperature of our PPS-2974 Clear Vision is 350 Degrees F. for 18 minutes. Other Clear Coats require 400 Degrees F for less time. You can find our application guides and cure temperature requirements for all of our clear coats on our website. - Prismatic Support Question: Is Clear Vision only recommended for durability, or for tarnish purposes as on a metallic? Can this be used as a single stage only color on wheels with good results? - K2 Kustoms 07/12/19 07:57 am Answer: Yes Clear Vision works well as a stand alone finish as well as it does as a top coat. For example if you wanted to clear over machined aluminum and keep the same appearance from the factory. - Prismatic Support Question: Is the clear coat scratch resistant? I noticed I slightly scratched surface with my finger when wearing clean latex gloves leaving fine lines. Thanks - Bulldiesel Garage Limited 05/08/19 11:47 am Answer: Polyester powder coating is not especially hard nor scratch resistant but a clear top coat can help conceal micro scratches that would normally be noticeable on dark finishes. - Prismatic Support Question: I am powder coating a steel bar top that will be outside and exposed to the sun. The steel will first be powdercoated, then treated with chemicals to create a distressed look (I'm sorry I don't know the exact process). Once completed, we'd like to apply a clear powdercoat primarily for UV protection since the bar top will be outside in the sun. Is this the best clear powder coat option for UV protection? The final finish can be gloss or semi-gloss, but not flat. Thanks! - Prismatic Support 04/04/19 12:13 pm Answer: That is a good question and one that we get often. Clear Vision is UV stable in that it will not fade or chalk inside of it's designated lifetime however, if what it is applied over is not already UV stable as well, any additional UV protection from the Clear Vision is very minimal and beyond the scope of what clear top coats are designed for. - Prismatic Support Question: What is the max temperature this can handle when applied ? I have a set of 2 stroke pipes that are raw material and would like to keep them looking raw but not worrying about the maintenance . I’d like to purchase and take them to a powder coater to get done not many do it around here. - Andrew Gonzalez 03/29/19 02:22 am Answer: The max sustained temp that we would recommend is about 250F. Instead we would recommend MC-156 which is a high temp ceramic clear from our sister company CERAKOTE - Prismatic Support Question: Can a top coat of clear be applied over an existing transparent/candy coat. The concern is delamination. For example I am wanting to do Rancher Red a set of alloy wheels followed by lathing the faces of them. After doing this I will need to clear coat them afterwards. Is this possible? - Flat Out Alloys 01/23/19 05:31 pm Answer: Yes it can be done. Ideally you would do a partial cure on the Rancher Red and then do the machining. You would have to make sure the wheel is totally free from oils afterward which could be tricky if cutting oils are used. If the Rancher Red is not totally cured, it would be susceptible to damage from even mild degreasing solvents. However if you fully cured the Rancher Red it would not have the best adhesion between itself and the clear top coat, in which case delamination may be a concern. - Prismatic Support Question: Could this be applied over bare machined aluminum to prevent corrosion without changing the aluminum color/textures significantly? - Alexander Holl 01/12/19 09:15 am Answer: It could be, however it will have a smooth, glossy finish to it. We have other clear top coats as well if you do not prefer the glossy look. You can search our site for all the clear options we have by clicking the clear color square from the color options. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.63 + }, + { + "min": 50, + "max": 199, + "price": 12.95 + }, + { + "min": 200, + "max": null, + "price": 12.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6557/pps-2974-clear-vision-tds-dt20240513214659621679.pdf?1715636822", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3010/clear-vision-pps-2974-dt20251022182651896147-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-2974/clear-vision", + "scraped_at": "2026-05-01T02:17:50.165Z" + }, + { + "sku": "PPS-3081", + "color_name": "Liquid Smoke", + "description": "Liquid Smoke is a transparent dark grey with a hint of brown. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.53 + }, + { + "min": 50, + "max": 199, + "price": 15.7 + }, + { + "min": 200, + "max": null, + "price": 14.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5367/pps-3081-liquid-smoke-tds-dt20231207172142462749.pdf?1701969704", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3012/liquid-smoke-pps-3081-dt20211103202905218-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-3081/liquid-smoke", + "scraped_at": "2026-05-01T02:18:04.179Z" + }, + { + "sku": "PPS-3095", + "color_name": "Corkey Red", + "description": "Corkey Red is a transparent, fluorescent red with a vibrant pink hue. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. This product has limited flexibility and impact resistance. This color may have limited UV stability. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Miami CREATIONS MADE WITH CORKEY RED View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.1 + }, + { + "min": 50, + "max": 199, + "price": 19.1 + }, + { + "min": 200, + "max": null, + "price": 18.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3014/corkey-red-pps-3095-dt20210107153602666-thumbnail.jpg?1610033763&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-3095/corkey-red", + "scraped_at": "2026-05-01T02:18:18.354Z" + }, + { + "sku": "PPS-4005", + "color_name": "Casper Clear", + "description": "Casper Clear is our most popular low gloss clear. This color is a polyester top coat powder coat and has a flat finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Casper Clear has been applied to the left side for comparison. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Flat: 0-6 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.07 + }, + { + "min": 50, + "max": 199, + "price": 19.07 + }, + { + "min": 200, + "max": null, + "price": 18.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5427/pps-4005-casper-clear-tds-dt20231218184859903304.pdf?1702925342", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3016/casper-clear-pps-4005-dt20251013210352492686-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4005/casper-clear", + "scraped_at": "2026-05-01T02:18:34.033Z" + }, + { + "sku": "PPS-4351", + "color_name": "Peeka Blue", + "description": "Peeka Blue is a transparent true blue. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): WheelsVossen Wheels1221 Wheels CREATIONS MADE WITH PEEKA BLUE View Details View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: What is a recommended Base Coat for Peeka Blue PPS-4351 or can I apply directly over my substrate? - Briley Sadler 04/22/20 06:47 pm Answer: To achieve the look of the swatch as shown on our Website or a sample swatch that we ship we recommend applying Peeka Blue PPS-4351 over a bright shiny surface. Our swatch consists of Peeka Blue applied directly over a brushed aluminum surface that has a highly reflective surface. This can be a chrome finish, polished aluminum finish or if these are not available then over our Super Chrome USS-4482 or a heavily flaked silver like Heavy Silver PMS-0517 or Alien Silver PMS-2569. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.15 + }, + { + "min": 50, + "max": 199, + "price": 15.34 + }, + { + "min": 200, + "max": null, + "price": 14.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2750/pps-4351-peeka-blue-tds-dt20230817141655709828.pdf?1692281817", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3018/peeka-blue-pps-4351-dt20211021161433757-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4351/peeka-blue", + "scraped_at": "2026-05-01T02:18:49.294Z" + }, + { + "sku": "PPS-4431", + "color_name": "Top Brass", + "description": "Top Brass is a transparent brass. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerAurum RichesRefined Metals PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: How do I apply Super Chrome USS-4482 and then a Top Brass PPS-4431 top coat ? - Econ Welding 04/22/20 02:47 pm Answer: I'll start from the beginning. After proper substrate prep (de-grease, sand-blast, out-gas, whatever is appropriate), Apply Super Chrome USS-4482 at a 2-3 mil thickness (this can be checked after flow-out and cool down using a mil gauge). Super Chrome requires a FULL CURE before applying anything over the top. Cure Super Chrome at 400-*450 degrees F. for 12 minutes. This means the part metal that is underneath the Super Chrome MUST reach cure temperature before starting your 12 minute cure timer. You can check your part metal temperature with an infrared thermometer with adjusted emmisivity setting for reflective surfaces. After allowing the Super Chromed part to cool, double check your ground connection, lower your KV setting and start applying your Top Brass PPS-4431 top coat. Transparent top coats can be a bit tricky so read the below article on the best way to apply a transparent and how to check your work as you go. Remember that you don't have to cover the entire piece on your first attempt. Placing a part into the oven and allowing it to gel out or flow out will give you the opportunity to inspect and add more if necessary. Transparent application thickness should also be in the 2-3 mil range. The heavier you go the darker the top coat will become. Follow the Top Brass Application guide on reaching full cure. Application guides can be located on our website. Look for the application guide link above the S-panel image when \"shopping\" for a color. https://www.prismaticpowders.com/learn/45/why-is-the-powder-coating-color-or-finish-inconsistent Important points: *450 degrees for Super Chrome Cure will give best results Mil gauge and Infrared Thermometer with emissivity adjustment are very important tools. I recommend a fluidized hopper if your equipment allows Full Cure on both coats Flow out is a good place to inspect and measure We do not recommend applying hot or hot-flocking 2-3 mil thickness per coating (can be checked at flow-out) - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.25 + }, + { + "min": 50, + "max": 199, + "price": 15.44 + }, + { + "min": 200, + "max": null, + "price": 14.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2963/pps-4431-top-brass-tds-dt2023082916121845816.pdf?1693325540", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3020/top-brass-pps-4431-dt20250623224208785066-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4431/top-brass", + "scraped_at": "2026-05-01T02:19:03.043Z" + }, + { + "sku": "PPS-4442", + "color_name": "Candy Purple", + "description": "Candy Purple is a dark transparent purple that has a hint of dark blue. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.96 + }, + { + "min": 50, + "max": 199, + "price": 16.11 + }, + { + "min": 200, + "max": null, + "price": 15.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6564/pps-4442-candy-purple-tds-dt20240514150946237266.pdf?1715699388", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3022/candy-purple-pps-4442-dt20250819203223348968-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4442/candy-purple", + "scraped_at": "2026-05-01T02:19:20.337Z" + }, + { + "sku": "PPS-4483", + "color_name": "Hawaii Blue", + "description": "Hawaii Blue is a transparent bright blue. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Miami", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.76 + }, + { + "min": 50, + "max": 199, + "price": 16.87 + }, + { + "min": 200, + "max": null, + "price": 15.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6408/pps-4483-hawaii-blue-tds-dt20240501183131687252.pdf?1714588295", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3026/hawaii-blue-pps-4483-dt20250519215402740787-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4483/hawaii-blue", + "scraped_at": "2026-05-01T02:19:35.348Z" + }, + { + "sku": "PPS-4491", + "color_name": "Deep Red", + "description": "Deep Red is a true deep red. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH DEEP RED View Details View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Does this require a clear coat for extended uv protection like for car wheels - Snm Custom Coating 04/12/19 08:05 pm Answer: A clear top coat is not required. While it can enhance the appearance of the finish and create a more durable finish overall, it does not increase the UV stability. - Prismatic Support Question: Is a base coat is require before applying deep red? - Jose's Powder Coating 12/26/18 01:25 pm Answer: To achieve the \"as shown\" color, then Deep Red should be applied over a bright silver substrate (i.e machined or polished aluminum) If the substrate you are coating over does not meat this requirement then you will want to use a base coat to replicate that look. Most commonly, Super Chrome USS 4482 is used to replicate the appearance of chrome plating or polished aluminum. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.52 + }, + { + "min": 50, + "max": 199, + "price": 14.74 + }, + { + "min": 200, + "max": null, + "price": 13.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3028/deep-red-pps-4491-dt20250306200253347157-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4491/deep-red", + "scraped_at": "2026-05-01T02:19:50.701Z" + }, + { + "sku": "PPS-4690", + "color_name": "Wizard Red", + "description": "Wizard Red is a medium transparent red. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH WIZARD RED View Details View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Where can I find the Cure Temperature and Cure Time for Wizard Red PPS-4690 ? - Anthony Blanding 03/31/20 10:20 pm Answer: We do not ship our application guides with our powder shipments. We have embraced the paperless office as much as possible and in doing so made these printouts available on our website. By shopping for the color of your choice you will find the \"Application Guide\" link above the S-panel image. Clicking this link will provide you with a downloadable and printable application guide that contains your necessary cure scheduling. That being said, Wizard Red PPS-4690 has a 10 minute 400 degree F. cure schedule. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.27 + }, + { + "min": 50, + "max": 199, + "price": 14.51 + }, + { + "min": 200, + "max": null, + "price": 13.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6879/pps-4690-wizard-red-dt20240924161944116526069.pdf?1727194786", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3030/wizard-red-pps-4690-dt20250306194354174534-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4690/wizard-red", + "scraped_at": "2026-05-01T02:20:03.043Z" + }, + { + "sku": "PPS-4750", + "color_name": "Striker Orange", + "description": "Striker Orange is a transparent neon orange. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. This product has limited flexibility and impact resistance. This color may have limited UV stability. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH STRIKER ORANGE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.17 + }, + { + "min": 50, + "max": 199, + "price": 18.21 + }, + { + "min": 200, + "max": null, + "price": 17.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4179/pps-4750-striker-orange-tds-dt20231003221708218069.pdf?1696371430", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3032/striker-orange-pps-4750-dt20200424144624302-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4750/striker-orange", + "scraped_at": "2026-05-01T02:20:16.399Z" + }, + { + "sku": "PPS-4765", + "color_name": "Shocker Yellow", + "description": "Shocker Yellow is a transparent neon yellow. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. This color may have limited UV stability. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH SHOCKER YELLOW View Details View Details View Details View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Will applying Shocker Yellow PPS-4765 Transparent Top Coat improve a base coat's durability from rock chips, road debris, etc. - Jeff Rilling 04/30/20 12:59 pm Answer: Adding a clear coat to any base coat will improve the base color's durability. Allowing a clear coat to be the sacrificial barrier between the wheel color and the road debris is always a good idea. Keep in mind adding a clear coat will not improve UV stability and this is especially true for a bright color like Shocker Yellow PPS-4765. As a service we offer custom 2 color spray out options so that you can see what two coats of your choosing will look like together. Here are the details on this... If you would like a custom spray-out of any combination, we can provide that for a fee of $9.95 each plus shipping. This would be a custom panel with two coats of your choice. For a custom panel with three coats (base, mid and top coat), the fee is $14.95. The custom panels measure 3” x 5” and can take approximately 2 - 4 days to complete. Any order for such panels would need to be called in as they are not available online at this time. - Prismatic Support Question: What is Shocker Yellow UV Rating? - Colombo Mfg., Llc. 05/30/19 10:18 am Answer: Shocker Yellow has only limited UV resistance. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.01 + }, + { + "min": 50, + "max": 199, + "price": 19.96 + }, + { + "min": 200, + "max": null, + "price": 18.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4166/pps-4765-shocker-yellow-tds-dt20231003214912084712.pdf?1696369753", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3034/shocker-yellow-pps-4765-dt20250519221722395919-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4765/shocker-yellow", + "scraped_at": "2026-05-01T02:20:29.614Z" + }, + { + "sku": "PPS-5090", + "color_name": "FLAT CLEAR", + "description": "Flat Clear is a 3% flat/matte clear. This color is a polyurethane top coat powder coat and has a matte finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Flat Clear has been applied to the left side for comparison. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Matte: 7-20 Gloss Units Proposition 65 Warning CREATIONS MADE WITH FLAT CLEAR View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.47 + }, + { + "min": 50, + "max": 199, + "price": 17.55 + }, + { + "min": 200, + "max": null, + "price": 16.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2989/pps-5090-flat-clear-tds-dt20230829201140503605.pdf?1693339902", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3036/flat-clear-pps-5090-dt20251013211045988372-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5090/flat-clear", + "scraped_at": "2026-05-01T02:20:45.602Z" + }, + { + "sku": "PPS-5137", + "color_name": "POLY CLEAR", + "description": "Poly Clear is a high gloss clear. This color is a polyester transparent top coat powder coat and has a high gloss finish. Our clear top coats are designed to enhance the appearance of each base coat. However on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Two Coat information: To achieve this color as shown, Black Jack USS-1522 must be applied as a base coat. Poly Clear has been applied to the left side for comparison. High Gloss: 85+ Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.77 + }, + { + "min": 50, + "max": 199, + "price": 14.98 + }, + { + "min": 200, + "max": null, + "price": 14.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7414/pps-5137-poly-clear-dt20250711184153073592.pdf?1752259314", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8109/poly-clear-pps-5137-dt20251013211901983385-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5137/poly-clear", + "scraped_at": "2026-05-01T02:20:58.637Z" + }, + { + "sku": "PPS-5139", + "color_name": "Transparent Gold", + "description": "Transparent Gold is a transparent light gold. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerSilver and GoldAurum RichesRefined Metals CREATIONS MADE WITH TRANSPARENT GOLD View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.7 + }, + { + "min": 50, + "max": 199, + "price": 15.87 + }, + { + "min": 200, + "max": null, + "price": 15.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7674/pps-5139-transparent-gold-dt20251201204655063051.pdf?1764622016", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3038/transparent-gold-pps-5139-dt20251124211045210899-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5139/transparent-gold", + "scraped_at": "2026-05-01T02:21:07.889Z" + }, + { + "sku": "PPS-5140", + "color_name": "Transparent Blue", + "description": "Transparent Blue is a true transparent blue. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH TRANSPARENT BLUE View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I get a swatch of the Sparks Blue UMB-1809 or Transparent Blue PPS-5140 with a Glowbee Clear Topcoat PPB-4617? - Prismatic Support 10/16/19 02:19 pm Answer: If you would like a custom spray-out of any combination, we can provide that for a fee of $9.95 each plus shipping. This would be a custom panel with two coats of your choice. For a custom panel with three coats (base, mid and top coat), the fee is $14.95. The custom panels measure 3” x 5” and can take approximately 2 - 4 days to complete. Any order for such panels would need to be called in as they are not available online at this time. Thank you for your inquiry. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.28 + }, + { + "min": 50, + "max": 199, + "price": 19.27 + }, + { + "min": 200, + "max": null, + "price": 18.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7632/pps-5140-transparent-blue-dt20251015165118775061.pdf?1760547080", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3039/transparent-blue-pps-5142-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5140/transparent-blue", + "scraped_at": "2026-05-01T02:21:20.431Z" + }, + { + "sku": "PPS-5159", + "color_name": "TRANSPARENT BRASS", + "description": "Transparent Brass is a bright transparent brassy yellow. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerAurum RichesRefined Metals CREATIONS MADE WITH TRANSPARENT BRASS View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: I am looking to powder coat a steel fireplace screen and I would like to make it look like satin brass to match our door hardware. Here’s a link to an image of the door hardware for reference. https://emtek.com/product-selector-detail-branded.php?s=1&f=16&t=l&r=21 Can you tell me which color/finish would likely be the closest to this? - Brian Ladewig 03/10/19 06:14 am Answer: For color matching, please contact our Color Match Dept. at, colormatch@prismaticpowders.com - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.41 + }, + { + "min": 50, + "max": 199, + "price": 14.64 + }, + { + "min": 200, + "max": null, + "price": 13.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7633/pps-5159-transparent-brass-dt20251015165228148992.pdf?1760547150", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3040/transparent-brass-pps-5159-dt20210426172924902-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5159/transparent-brass", + "scraped_at": "2026-05-01T02:21:36.987Z" + }, + { + "sku": "PPS-5161", + "color_name": "TRANSPARENT GREEN", + "description": "Transparent Green is a transparent dull green. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.19 + }, + { + "min": 50, + "max": 199, + "price": 20.13 + }, + { + "min": 200, + "max": null, + "price": 19.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7634/pps-5161-transparent-green-dt20251015165341905751.pdf?1760547223", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3041/transparent-green-pps-5161-dt20181228233929997-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5161/transparent-green", + "scraped_at": "2026-05-01T02:21:51.644Z" + }, + { + "sku": "PPS-5162", + "color_name": "TRANSPARENT COPPER", + "description": "Transparent Copper is a transparent dark orange-copper. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerRusset EleganceRefined Metals CREATIONS MADE WITH TRANSPARENT COPPER View Details View Details View Details View Details PRODUCT SUPPORT Q&As 4 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can Transparent Copper PPS-5162 be applied to a metal heat wall behind a wood stove? What is the heat rating of your powders? - Christine Slater 07/06/20 11:34 am Answer: Our powders have a general sustained heat rating of 250 Degrees Fahrenheit. Powders can withstand occasional spikes to 300 F without discoloring but unless a high-temp powder is used, most powders including Transparent Copper PPS-5162 will discolor or fade from this level of heat. High-temp powders are only offered in a very few color options, can be difficult to apply and tend to be brittle after cure. While we do not offer a high-temp powder at this time I would like to point to the high-temp options from our other product line CERAKOTE. Here is an article on our website under resources/knowledge-base: https://www.prismaticpowders.com/learn/36/how-much-heat-can-powder-coating-withstand - Prismatic Support Question: WOULD YOU BE ABLE TO ADD METALLIC TO TRANSPARENT COPPER? - Spuds Metal Art 06/25/19 01:41 pm Answer: We can alter formulations including adding metallic but it's not as simple as it may sound. Anything added to an existing formulation or course, changes the formulation and therefor a battery of tests must be performed to know that the powder formula works as it should. There are charges for this re-formulation process. If you would like to review the application, it can be found in the \"resources\" section of our website. RESOURCES > DOCUMENTS > OTHER MEDIA RESOURCES > COLOR MATCH FORM. Another way to achieve a metallic look with this color is to simply apply it over a metallic silver base coat color such as ALIEN SILVER PMS 2569 or ALLOY SILVER PMS 4983 - Prismatic Support Question: Do I have to use a clear coat with this? - Norman Greenfield 05/29/19 01:39 pm Answer: A top coat is not required with Transparent Copper. - Prismatic Support Question: So for the Transparent Copper...what does it look like if I DO NOT use Super Chrome as a base coat? Do you guys have any pictures without the use of Super Chrome. - What It Is What It Was 03/07/19 04:41 am Answer: It all depends on what you are coating over. Being that it is transparent color the substrate color will alter the final color outcome. There are a lot of images in the gallery of Transparent Copper being applied over other base coat colors or bare metal substrates. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.56 + }, + { + "min": 50, + "max": 199, + "price": 20.48 + }, + { + "min": 200, + "max": null, + "price": 19.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7635/pps-5162-transparent-copper-dt20251015165436819004.pdf?1760547278", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3042/transparent-copper-pps-5162-dt20250610203124968987-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5162/transparent-copper", + "scraped_at": "2026-05-01T02:22:05.391Z" + }, + { + "sku": "PPS-5628", + "color_name": "LOLLYPOP LIME", + "description": "Lollypop Lime is a bright green top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.27 + }, + { + "min": 50, + "max": 199, + "price": 14.51 + }, + { + "min": 200, + "max": null, + "price": 13.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7061/pps-5628-lollypop-lime-dt2025021718442791716.pdf?1739817870", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3043/lollypop-lime-pps-5628-dt20250417170700566308-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5628/lollypop-lime", + "scraped_at": "2026-05-01T02:22:18.231Z" + }, + { + "sku": "PPS-5875", + "color_name": "Corkey Pink", + "description": "Corkey Pink a bright pink top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. This product has limited flexibility and impact resistance. This color may have limited UV stability. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Miami CREATIONS MADE WITH CORKEY PINK View Details View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: What base colors can the Corkey Pink be applied over? - Kendra Glenn 06/21/19 12:04 pm Answer: Corkey Pink can be applied over any base color, what base color you choose can completely change the overall color so make sure and spray samples prior to starting any production work. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.79 + }, + { + "min": 50, + "max": 199, + "price": 24.5 + }, + { + "min": 200, + "max": null, + "price": 23.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7951/pps-5875-corkey-pink-dt20260105165900746913.pdf?1767632342", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3045/corkey-pink-pps-5875-dt20250527184210606289-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5875/corkey-pink", + "scraped_at": "2026-05-01T02:22:31.081Z" + }, + { + "sku": "PPS-6530", + "color_name": "BRASSY GOLD", + "description": "Brassy Gold is a gold/brass top coat. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerAurum RichesExquisite SpacesRefined Metals", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.92 + }, + { + "min": 50, + "max": 199, + "price": 17.97 + }, + { + "min": 200, + "max": null, + "price": 17.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2812/pps-6530-brassy-gold-tds-dt20230821142254526641.pdf?1692627776", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3047/brassy-gold-pps-6530-dt20250409191907671707-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-6530/brassy-gold", + "scraped_at": "2026-05-01T02:22:44.777Z" + }, + { + "sku": "PPS-6931", + "color_name": "SUPER FLAT CLEAR", + "description": "Super Flat Clear is a very flat clear coat. This color is a polyester top coat powder coat and has a flat finish. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Flat: 0-6 Gloss Units Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Super Flat Clear has been applied to the left side for comparison. Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.42 + }, + { + "min": 50, + "max": 199, + "price": 19.4 + }, + { + "min": 200, + "max": null, + "price": 18.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5443/pps-6931-super-flat-clear-tds-dt20231222175236047714.pdf?1703267558", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3049/super-flat-clear-pps-6931-dt20251015213549366393-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-6931/super-flat-clear", + "scraped_at": "2026-05-01T02:23:02.748Z" + }, + { + "sku": "PRB-0509", + "color_name": "Creamy River", + "description": "Creamy River is a cream white color. This color is a polyester river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.55 + }, + { + "min": 50, + "max": 199, + "price": 10.97 + }, + { + "min": 200, + "max": null, + "price": 10.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3243/prb-0509-creamy-river-tds-dt20230908180946492647.pdf?1694196588", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3053/creamy-river-prb-0509-dt20200803212348558-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-0509/creamy-river", + "scraped_at": "2026-05-01T02:23:17.159Z" + }, + { + "sku": "PRB-1009", + "color_name": "White Head River", + "description": "White Head River is a white river. This color is a polyester river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.94 + }, + { + "min": 50, + "max": 199, + "price": 17.99 + }, + { + "min": 200, + "max": null, + "price": 17.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3234/prb-1009-white-head-river-tds-dt20230907172013930571.pdf?1694107215", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3055/white-head-river-prb-1009-dt20201231225135074-thumbnail.jpg?1609455096&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1009/white-head-river", + "scraped_at": "2026-05-01T02:23:31.682Z" + }, + { + "sku": "PRB-10112", + "color_name": "Hush Puppy River", + "description": "Hush Puppy River is a brown river polyester with a gloss finish. Gloss: 71-85 Gloss Units Gloss Solid Tone: Hush Puppy PSS-3089 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.2 + }, + { + "min": 50, + "max": 199, + "price": 14.44 + }, + { + "min": 200, + "max": null, + "price": 13.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2615/prb-10112-hush-puppy-river-tds-dt20230811231038304725.pdf?1691795440", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8111/hush-puppy-river-prb-10112-dt20230815154606345794-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10112/hush-puppy-river", + "scraped_at": "2026-05-01T02:23:42.612Z" + }, + { + "sku": "PRB-1015", + "color_name": "Bing Cherry River", + "description": "Bing Cherry River is a rich dark cherry red. This color is a polyester river powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Metallic (Gloss): Woodberry Burgundy PMB-1658 / Burgundy Stardust PMB-4118 Vein (Matte): Cherry/Silver PVB-2479 Vein (Semi-Gloss): Burgundy/Silver PVB-8121 Solid Tone (Gloss): Bing Cherry PSS-0645 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.5 + }, + { + "min": 50, + "max": 199, + "price": 17.58 + }, + { + "min": 200, + "max": null, + "price": 16.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3229/prb-1015-bing-cherry-river-tds-dt20230907160722838164.pdf?1694102844", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3057/bing-cherry-river-prb-1015-dt2020120416392808-thumbnail.jpg?1607099970&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1015/bing-cherry-river", + "scraped_at": "2026-05-01T02:23:56.275Z" + }, + { + "sku": "PRB-1019", + "color_name": "Black Rock", + "description": "Black Rock is a dull matte black with a smooth and mild texture. This color is a polyester river powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.24 + }, + { + "min": 50, + "max": 199, + "price": 13.53 + }, + { + "min": 200, + "max": null, + "price": 12.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7933/prb-1019-black-rock-dt202601022140049451.pdf?1767390006", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3059/black-rock-prb-1019-dt20210210162433937-thumbnail.jpg?1612974275&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1019/black-rock", + "scraped_at": "2026-05-01T02:24:09.316Z" + }, + { + "sku": "PRB-10283", + "color_name": "Sea Foam Green River", + "description": "Sea Foam Green River is a classic light turquoise green. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Metallic (Gloss): Sea Foam Pearl PMB-6797 Solid Tone (High Gloss): Sea Foam Green PSS-4063 Texture (Flat): Sea Foam Pearl Texture PTB-8142 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.37 + }, + { + "min": 50, + "max": 199, + "price": 14.6 + }, + { + "min": 200, + "max": null, + "price": 13.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3236/prb-10283-sea-foam-green-river-tds-dt20230907172703265702.pdf?1694107625", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11252/sea-foam-green-river-prb-10283-dt20201012183811921-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10283/sea-foam-green-river", + "scraped_at": "2026-05-01T02:24:24.209Z" + }, + { + "sku": "PRB-10395", + "color_name": "CAN-AM TAN 21", + "description": "Can-am Tan 21 is our closest match to Can-am's Desert Tan 2021. This color is a polyester river powder coat with a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsCan-Am", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.01 + }, + { + "min": 50, + "max": 199, + "price": 15.21 + }, + { + "min": 200, + "max": null, + "price": 14.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6517/prb-10395-can-am-tan-21-tds-dt20240508212831855542.pdf?1715203714", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12320/can-am-tan-21-prb-10395-dt20260409165924864624-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10395/can-am-tan-21", + "scraped_at": "2026-05-01T02:24:36.012Z" + }, + { + "sku": "PRB-10403", + "color_name": "Feeling Blue River", + "description": "Feeling Blue River is a rich periwinkle blue. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Feeling Blue PSS-10393 Texture (Matte): Feeling Blue Texture PTB-10402 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.43 + }, + { + "min": 50, + "max": 199, + "price": 27.01 + }, + { + "min": 200, + "max": null, + "price": 25.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2731/prb-10403-feeling-blue-river-tds-dt20230816212209819606.pdf?1692220931", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12354/feeling-blue-river-prb-10403-dt20210914152704371-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10403/feeling-blue-river", + "scraped_at": "2026-05-01T02:24:49.606Z" + }, + { + "sku": "PRB-10407", + "color_name": "Rhodamine River", + "description": "Rhodamine River is a sleek hot pink. This color is a polyester river powder coat with a semi-gloss finish. *This color is also available in the following alternative finishes: Gloss: Rhodamine Red PSS-10394 Texture: Rhodamine Texture PTB-10406 Metallic: Rhodamine Sparkle PMB-10409 Matte: Matte Rhodamine PSB-10408 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 47.52 + }, + { + "min": 50, + "max": 199, + "price": 45.14 + }, + { + "min": 200, + "max": null, + "price": 42.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2912/prb-10407-rhodamine-river-tds-dt20230822172442054229.pdf?1692725084", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12356/rhodamine-river-prb-10407-dt20211019151340341-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10407/rhodamine-river", + "scraped_at": "2026-05-01T02:25:03.322Z" + }, + { + "sku": "PRB-10415", + "color_name": "Cotton Candy Blue River", + "description": "Cotton Candy Blue River is a very light powder blue with a hint of green. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: • Solid Tone (Gloss): Cotton Candy Blue PSS-10339 • Texture (Matte): Cotton Candy Blue Texture PTB-10414 • Metallic (Gloss): Cotton Candy Blue Sparkle PMB-10417 • Solid Tone (Matte): Matte Cotton Candy Blue PSB-10416 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.04 + }, + { + "min": 50, + "max": 199, + "price": 21.89 + }, + { + "min": 200, + "max": null, + "price": 20.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2753/prb-10415-cotton-candy-blue-river-tds-dt20230817145824618557.pdf?1692284306", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12358/cotton-candy-blue-river-prb-10415-dt20210914152344266-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10415/cotton-candy-blue-river", + "scraped_at": "2026-05-01T02:25:13.588Z" + }, + { + "sku": "PRB-10428", + "color_name": "Lima Green River", + "description": "Lima Green River is a light biscotti yellow with a green hue. This color is a polyester river powder coat with a satin finish, *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Lime Green PSS-4316 Texture (Satin): Lima Green Texture PTB-10429 Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.86 + }, + { + "min": 50, + "max": 199, + "price": 27.42 + }, + { + "min": 200, + "max": null, + "price": 25.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2415/prb-10428-lima-green-river-tds-dt20230803163310617697.pdf?1691080392", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12378/lima-green-river-prb-10428-dt20211019151206153-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10428/lima-green-river", + "scraped_at": "2026-05-01T02:25:29.100Z" + }, + { + "sku": "PRB-10431", + "color_name": "Creamy Almond River", + "description": "Creamy Almond River is a light caramel yellow. This color is a polyester river powder coat with a semi-gloss finish. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Creamy Almond PSS-2743 Texture (Matte): Creamy Almond Texture PTB-10432 Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.47 + }, + { + "min": 50, + "max": 199, + "price": 12.8 + }, + { + "min": 200, + "max": null, + "price": 12.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12380/creamy-almond-river-prb-10431-dt20211019150913947-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10431/creamy-almond-river", + "scraped_at": "2026-05-01T02:25:39.546Z" + }, + { + "sku": "PRB-10434", + "color_name": "Wheatland River", + "description": "Wheatland River is a light caramel yellow. This color is a polyester river powder coat with a semi-gloss finish. *This color is also available in the following alternative finishes: Solid Tone (Gloss): Wheatland PSS-0991 Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.56 + }, + { + "min": 50, + "max": 199, + "price": 18.58 + }, + { + "min": 200, + "max": null, + "price": 17.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3005/prb-10434-wheatland-river-tds-dt20230829224312613108.pdf?1693348994", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12382/wheatland-river-prb-10434-dt20211019151845836-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10434/wheatland-river", + "scraped_at": "2026-05-01T02:25:51.885Z" + }, + { + "sku": "PRB-10437", + "color_name": "Caterpillar Yellow II River", + "description": "Caterpillar Yellow II River is a dark yellow with an orange hue. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Caterpillar Yellow II PSS-2550 Solid Tone (Matte): Matte Caterpillar Yellow II PSB-10436 Texture (Satin): Caterpillar Yellow II Texture PTB-10438 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.49 + }, + { + "min": 50, + "max": 199, + "price": 22.32 + }, + { + "min": 200, + "max": null, + "price": 21.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3038/prb-10437-caterpillar-yellow-ii-river-tds-dt20230830160737856119.pdf?1693411659", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12384/caterpillar-yellow-ii-river-prb-10437-dt20220204225703687378-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10437/caterpillar-yellow-ii-river", + "scraped_at": "2026-05-01T02:26:00.845Z" + }, + { + "sku": "PRB-10440", + "color_name": "Sunrise Yellow River", + "description": "Sunrise Yellow River is a dark sunflower yellow. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sunrise Yellow PSS-4090 Texture (Satin): Sunrise Yellow Texture PTB-10441 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.03 + }, + { + "min": 50, + "max": 199, + "price": 20.93 + }, + { + "min": 200, + "max": null, + "price": 19.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3051/prb-10440-sunrise-yellow-river-tds-dt20230830164126669997.pdf?1693413688", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12386/sunrise-yellow-river-prb-10440-dt202201102252529-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10440/sunrise-yellow-river", + "scraped_at": "2026-05-01T02:26:13.714Z" + }, + { + "sku": "PRB-10443", + "color_name": "Mustard Green River", + "description": "Mustard Green River is a greenish mustard yellow. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Mustard Green PSS-6568 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.51 + }, + { + "min": 50, + "max": 199, + "price": 26.13 + }, + { + "min": 200, + "max": null, + "price": 24.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5578/prb-10443-mustard-green-river-tds-dt20240122192717214938.pdf?1705951640", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12388/mustard-green-river-prb-10443-dt20211122185643534-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10443/mustard-green-river", + "scraped_at": "2026-05-01T02:26:25.304Z" + }, + { + "sku": "PRB-10446", + "color_name": "Dijon Yellow River", + "description": "Dijon Yellow River is a mustard yellow. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Dijon Yellow PSS-5401 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.03 + }, + { + "min": 50, + "max": 199, + "price": 19.98 + }, + { + "min": 200, + "max": null, + "price": 18.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3432/prb-10446-dijon-yellow-river-tds-dt20230914195806344515.pdf?1694721488", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12390/dijon-yellow-river-prb-10446-dt20220110225128153-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10446/dijon-yellow-river", + "scraped_at": "2026-05-01T02:26:39.220Z" + }, + { + "sku": "PRB-10449", + "color_name": "Sudden Yellow River", + "description": "Sudden Yellow River is a rich fire yellow with an orange hue. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sudden Yellow PSS-2127 Solid Tone (Matte): Matte Sudden Yellow PSB-10448 Texture (Satin): Sudden Yellow Texture PTB-10450 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.92 + }, + { + "min": 50, + "max": 199, + "price": 17.02 + }, + { + "min": 200, + "max": null, + "price": 16.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3438/prb-10449-sudden-yellow-river-tds-dt20230914215224712512.pdf?1694728346", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12454/sudden-yellow-river-prb-10449-dt20220202155715277818-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10449/sudden-yellow-river", + "scraped_at": "2026-05-01T02:26:49.464Z" + }, + { + "sku": "PRB-10452", + "color_name": "Western Beige River", + "description": "Western Beige River is a light caramel yellow. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Western Beige PSS-4633 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.69 + }, + { + "min": 50, + "max": 199, + "price": 16.81 + }, + { + "min": 200, + "max": null, + "price": 15.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5582/prb-10452-western-beige-river-tds-dt20240122193434413017.pdf?1705952077", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12392/western-beige-river-prb-10452-dt20211122185905009-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10452/western-beige-river", + "scraped_at": "2026-05-01T02:27:03.785Z" + }, + { + "sku": "PRB-10455", + "color_name": "Citron River", + "description": "Citron River is a rich pineapple yellow. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Citron PSS-10390 Texture (Satin): Citron Texture PTB-10456 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.89 + }, + { + "min": 50, + "max": 199, + "price": 20.8 + }, + { + "min": 200, + "max": null, + "price": 19.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3033/prb-10455-citron-river-tds-dt20230830155629045889.pdf?1693410990", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12456/citron-river-prb-10455-dt20211122185128624-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10455/citron-river", + "scraped_at": "2026-05-01T02:27:19.032Z" + }, + { + "sku": "PRB-10458", + "color_name": "Porcelain White River", + "description": "Porcelain White River is a linen white. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Porcelain White PSS-2094 Solid Tone (Matte): Matte Porcelain White PSB-10457 Texture (Satin): Porcelain White Texture PTB-10459 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.9 + }, + { + "min": 50, + "max": 199, + "price": 12.26 + }, + { + "min": 200, + "max": null, + "price": 11.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3069/prb-10458-porcelain-white-river-tds-dt20230830174911755875.pdf?1693417753", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12458/porcelain-white-river-prb-10458-dt20220110225150802-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10458/porcelain-white-river", + "scraped_at": "2026-05-01T02:27:33.124Z" + }, + { + "sku": "PRB-10461", + "color_name": "Sad Beige River", + "description": "Sad Beige River is a yellow beige. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sad Beige PSS-3019 Texture (Satin): Sad Beige Texture PTB-10462 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.74 + }, + { + "min": 50, + "max": 199, + "price": 14 + }, + { + "min": 200, + "max": null, + "price": 13.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3074/prb-10461-sad-beige-river-tds-dt20230830180412737675.pdf?1693418654", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12394/sad-beige-river-prb-10461-dt20211122185728333-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10461/sad-beige-river", + "scraped_at": "2026-05-01T02:27:47.485Z" + }, + { + "sku": "PRB-10464", + "color_name": "File Folder River", + "description": "File Folder River is a creamy white/tan with a warm hue. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): File Folder PSS-3061 Texture (Satin): File Folder Texture PTB-10465 Solid Tone (Matte): Matte File Folder PSB-10463 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.02 + }, + { + "min": 50, + "max": 199, + "price": 11.42 + }, + { + "min": 200, + "max": null, + "price": 10.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3084/prb-10464-file-folder-river-tds-dt20230830192101003035.pdf?1693423262", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12396/file-folder-river-prb-10464-dt20220131221155433799-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10464/file-folder-river", + "scraped_at": "2026-05-01T02:28:00.815Z" + }, + { + "sku": "PRB-10467", + "color_name": "Lemon Peel River", + "description": "Lemon Peel River is a bright neon-like yellow. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Lemon Peel PSS-4035 Texture (Satin): Lemon Peel Texture PTB-10468 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.24 + }, + { + "min": 50, + "max": 199, + "price": 23.98 + }, + { + "min": 200, + "max": null, + "price": 22.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3023/prb-10467-lemon-peel-river-tds-dt20230830151621408392.pdf?1693408582", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12398/lemon-peel-river-prb-10467-dt20220131221341621817-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10467/lemon-peel-river", + "scraped_at": "2026-05-01T02:28:10.714Z" + }, + { + "sku": "PRB-10470", + "color_name": "Saffron River", + "description": "Saffron River is a golden yellow with an orange hue. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Saffron PSS-2790 Solid Tone (Matte): Matte Saffron PSB-10469 Texture (Satin): Saffron Texture PTB-10471 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.42 + }, + { + "min": 50, + "max": 199, + "price": 18.45 + }, + { + "min": 200, + "max": null, + "price": 17.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3091/prb-10470-saffron-river-tds-dt20230830214530366136.pdf?1693431932", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12400/saffron-river-prb-10470-dt20220110225211831-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10470/saffron-river", + "scraped_at": "2026-05-01T02:28:22.191Z" + }, + { + "sku": "PRB-10473", + "color_name": "Sunshine Yellow River", + "description": "Sunshine Yellow River is a rich, sunny yellow. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sunshine Yellow PSS-2600 Texture (Satin): Sunshine Yellow Texture PTB-10474 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19 + }, + { + "min": 50, + "max": 199, + "price": 18.05 + }, + { + "min": 200, + "max": null, + "price": 17.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3096/prb-10473-sunshine-yellow-river-tds-dt20230831141204277422.pdf?1693491126", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12402/sunshine-yellow-river-prb-10473-dt20211124180813369-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10473/sunshine-yellow-river", + "scraped_at": "2026-05-01T02:28:37.383Z" + }, + { + "sku": "PRB-10476", + "color_name": "Edgewood Beige River", + "description": "Edgewood Beige River is a sleek, light beige. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Edgewood Beige PSS-1159 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.67 + }, + { + "min": 50, + "max": 199, + "price": 12.04 + }, + { + "min": 200, + "max": null, + "price": 11.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3398/prb-10476-edgewood-beige-river-tds-dt20230914152306255835.pdf?1694704988", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12404/edgewood-beige-river-prb-10476-dt20211124174541472-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10476/edgewood-beige-river", + "scraped_at": "2026-05-01T02:28:50.437Z" + }, + { + "sku": "PRB-10479", + "color_name": "Yellow Olive River", + "description": "Yellow Olive River is a hazel yellow with a greenish hue. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Yellow Olive PSS-5547 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.56 + }, + { + "min": 50, + "max": 199, + "price": 18.58 + }, + { + "min": 200, + "max": null, + "price": 17.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3405/prb-10479-yellow-olive-river-tds-dt20230914153907851134.pdf?1694705949", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12406/yellow-olive-river-prb-10479-dt20211122185928015-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10479/yellow-olive-river", + "scraped_at": "2026-05-01T02:29:01.668Z" + }, + { + "sku": "PRB-10482", + "color_name": "Yes Yellow River", + "description": "Yes Yellow River is a bright, rich yellow. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Yes Yellow PSS-5691 Texture (Satin): Yes Yellow Texture PTB-10483 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.26 + }, + { + "min": 50, + "max": 199, + "price": 22.1 + }, + { + "min": 200, + "max": null, + "price": 20.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3028/prb-10482-yes-yellow-river-tds-dt20230830154023322649.pdf?1693410024", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12408/yes-yellow-river-prb-10482-dt20220202160030839606-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10482/yes-yellow-river", + "scraped_at": "2026-05-01T02:29:13.773Z" + }, + { + "sku": "PRB-10485", + "color_name": "Hot Yellow River", + "description": "Hot Yellow River is a rich pineapple yellow. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Hot Yellow PSS-1623 Texture (Satin): Hot Yellow Texture PTB-10486 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.59 + }, + { + "min": 50, + "max": 199, + "price": 19.56 + }, + { + "min": 200, + "max": null, + "price": 18.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3060/prb-10485-hot-yellow-river-tds-dt20230830170943113943.pdf?1693415384", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12410/hot-yellow-river-prb-10485-dt2022020215525230558-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10485/hot-yellow-river", + "scraped_at": "2026-05-01T02:29:27.299Z" + }, + { + "sku": "PRB-10488", + "color_name": "Vintage Leather River", + "description": "Vintage Leather River is a warm caramel yellow. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Vintage Leather PSS-10285 Texture (Satin): Vintage Leather Texture PTB-10489 Solid Tone (Matte): Matte Vintage Leather PSB-10487 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.07 + }, + { + "min": 50, + "max": 199, + "price": 14.32 + }, + { + "min": 200, + "max": null, + "price": 13.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3055/prb-10488-vintage-leather-river-tds-dt20230830165453836197.pdf?1693414495", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12412/vintage-leather-river-prb-10488-dt20211122185841718-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10488/vintage-leather-river", + "scraped_at": "2026-05-01T02:29:42.159Z" + }, + { + "sku": "PRB-10491", + "color_name": "Sage Yellow River", + "description": "Sage Yellow River is a dark dijon yellow with a hint of green. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sage Yellow PSS-4894 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.89 + }, + { + "min": 50, + "max": 199, + "price": 20.8 + }, + { + "min": 200, + "max": null, + "price": 19.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3536/prb-10491-sage-yellow-river-tds-dt20230918162430101036.pdf?1695054272", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12460/sage-yellow-river-prb-10491-dt20211122185753482-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10491/sage-yellow-river", + "scraped_at": "2026-05-01T02:29:53.381Z" + }, + { + "sku": "PRB-10494", + "color_name": "Olde Yeller River", + "description": "Olde Yeller River is a dark orange/yellow. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Olde Yeller PSS-2980 Solid Tone (Matte): Matte Olde Yeller PSB-10493 Texture (Satin): Olde Yeller Texture PTB-10495 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.53 + }, + { + "min": 50, + "max": 199, + "price": 22.35 + }, + { + "min": 200, + "max": null, + "price": 21.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3065/prb-10494-olde-yeller-river-tds-dt2023083017373425854.pdf?1693417055", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12462/olde-yeller-river-prb-10494-dt20220131221502074993-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10494/olde-yeller-river", + "scraped_at": "2026-05-01T02:30:05.832Z" + }, + { + "sku": "PRB-10497", + "color_name": "Sunflower River", + "description": "Sunflower River is a rich, sunny yellow with a hint of orange. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Sunflower PSS-10284 Solid Tone (Matte): Matte Sunflower PSB-10496 Texture (Satin): Sunflower Texture PTB-10498 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.84 + }, + { + "min": 50, + "max": 199, + "price": 25.5 + }, + { + "min": 200, + "max": null, + "price": 24.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3111/prb-10497-sunflower-river-tds-dt20230831172308804758.pdf?1693502590", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12464/sunflower-river-prb-10497-dt20220110225230696-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10497/sunflower-river", + "scraped_at": "2026-05-01T02:30:18.307Z" + }, + { + "sku": "PRB-10500", + "color_name": "School Bus Yellow River", + "description": "School Bus Yellow River is a rich yellow-orange. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): School Bus Yellow PSS-4334 Texture (Satin): School Bus Yellow Texture PTB-10501 Proposition 65 Warning RELATED PRODUCTS SCHOOL BUS YELLOW TEXTURE PTB-10501 CLICK FOR DETAILS MATTE SCHOOL BUS YELLOW PSB-10499 CLICK FOR DETAILS SCHOOL BUS YELLOW SILVER VEIN PVB-10953 CLICK FOR DETAILS SCHOOL BUS YELLOW PSS-4334 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.39 + }, + { + "min": 50, + "max": 199, + "price": 19.37 + }, + { + "min": 200, + "max": null, + "price": 18.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3079/prb-10500-school-bus-yellow-river-tds-dt20230830190642168643.pdf?1693422404", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12466/school-bus-yellow-river-prb-10500-dt2021112417491262-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10500/school-bus-yellow-river", + "scraped_at": "2026-05-01T02:30:30.441Z" + }, + { + "sku": "PRB-10503", + "color_name": "Cascade Peach River", + "description": "Cascade Peach river is a warm, peachy orange. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Cascade Peach PSS-4577 Texture (Satin): Cascade Peach Texture PTB-10504 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.39 + }, + { + "min": 50, + "max": 199, + "price": 28.87 + }, + { + "min": 200, + "max": null, + "price": 27.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3106/prb-10503-cascade-peach-river-tds-dt20230831170524891474.pdf?1693501526", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12468/cascade-peach-river-prb-10503-dt20211122185103363-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10503/cascade-peach-river", + "scraped_at": "2026-05-01T02:30:42.282Z" + }, + { + "sku": "PRB-10510", + "color_name": "Candle Orange River", + "description": "Candle Orange River is a tiger orange with a slight yellow hue. This color is a polyester river powder coat with a semi-gloss finish. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Candle Orange PSS-4419 Texture (Satin): Candle Orange Texture PTB-10511 Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.59 + }, + { + "min": 50, + "max": 199, + "price": 19.56 + }, + { + "min": 200, + "max": null, + "price": 18.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2998/prb-10510-candle-orange-river-tds-dt20230829204029015858.pdf?1693341630", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12922/candle-orange-river-prb-10510-dt20211019150802928-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10510/candle-orange-river", + "scraped_at": "2026-05-01T02:30:52.765Z" + }, + { + "sku": "PRB-10558", + "color_name": "Taupe River", + "description": "Taupe River is a dark dusty tan. This color is a polyester river powder coat with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.55 + }, + { + "min": 50, + "max": 199, + "price": 14.77 + }, + { + "min": 200, + "max": null, + "price": 14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2993/prb-10558-taupe-river-tds-dt20230829202226622073.pdf?1693340548", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12567/taupe-river-prb-10558-dt20211019151510746-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10558/taupe-river", + "scraped_at": "2026-05-01T02:31:08.255Z" + }, + { + "sku": "PRB-10559", + "color_name": "Mocha Beige River", + "description": "Mocha Beige River is a mocha tan. This color is a polyester river powder coat with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.13 + }, + { + "min": 50, + "max": 199, + "price": 15.32 + }, + { + "min": 200, + "max": null, + "price": 14.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2909/prb-10559-mocha-beige-river-tds-dt20230822171602356831.pdf?1692724564", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12569/mocha-beige-river-prb-10559-dt20210914153202284-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10559/mocha-beige-river", + "scraped_at": "2026-05-01T02:31:21.821Z" + }, + { + "sku": "PRB-10798", + "color_name": "Dark Autumn Orange River", + "description": "Dark Autumn Orange River is a rich apricot orange. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Dark Autumn Orange PRB-10798 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.06 + }, + { + "min": 50, + "max": 199, + "price": 21.91 + }, + { + "min": 200, + "max": null, + "price": 20.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3657/prb-10798-dark-autumn-orange-river-tds-dt20230920144540759566.pdf?1695221142", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13442/dark-autumn-orange-river-prb-10798-dt20220324210651999834-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10798/dark-autumn-orange-river", + "scraped_at": "2026-05-01T02:31:33.670Z" + }, + { + "sku": "PRB-10799", + "color_name": "Melon Orange River", + "description": "Melon Orange River is a rich tangerine orange. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Melon Orange PSS-4972 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.12 + }, + { + "min": 50, + "max": 199, + "price": 21.96 + }, + { + "min": 200, + "max": null, + "price": 20.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3667/prb-10799-melon-orange-river-tds-dt20230920152422622046.pdf?1695223464", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13444/melon-orange-river-prb-10799-dt20220321165306990563-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10799/melon-orange-river", + "scraped_at": "2026-05-01T02:31:44.505Z" + }, + { + "sku": "PRB-1082", + "color_name": "Ivory River", + "description": "Ivory River is a light ivory/cream. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): File Folder PSS-3061 Solid Tone (Semi-Gloss): Flat File Folder PSB-8049 Vein (Satin): Cream Gold PVB-2564 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.19 + }, + { + "min": 50, + "max": 199, + "price": 10.63 + }, + { + "min": 200, + "max": null, + "price": 10.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3225/prb-1082-ivory-river-tds-dt20230906172709497475.pdf?1694021231", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3061/ivory-river-prb-1082-dt20190123174020643-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1082/ivory-river", + "scraped_at": "2026-05-01T02:31:56.953Z" + }, + { + "sku": "PRB-10869", + "color_name": "Flag Orange River", + "description": "Flag Orange River is a deep tiger orange with a red hue. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Flag Orange PSS-5337 Solid Tone (Matte): Matte Flag Orange PSB-10842 Texture (Flat): Flag Orange Texture PTB-10790 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.32 + }, + { + "min": 50, + "max": 199, + "price": 21.2 + }, + { + "min": 200, + "max": null, + "price": 20.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3716/prb-10869-flag-orange-river-tds-dt2023092122042291375.pdf?1695333865", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13584/flag-orange-river-prb-10869-dt20220329150050702364-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10869/flag-orange-river", + "scraped_at": "2026-05-01T02:32:09.062Z" + }, + { + "sku": "PRB-10870", + "color_name": "Stark Orange River", + "description": "Stark Orange River is a rich red orange. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.2 + }, + { + "min": 50, + "max": 199, + "price": 22.04 + }, + { + "min": 200, + "max": null, + "price": 20.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3043/prb-10870-stark-orange-river-tds-dt2023083016202720166.pdf?1693412428", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13586/stark-orange-river-prb-10870-dt20220329150459767032-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10870/stark-orange-river", + "scraped_at": "2026-05-01T02:32:21.618Z" + }, + { + "sku": "PRB-10871", + "color_name": "Just Orange River", + "description": "Just Orange River is a rich, sleek orange. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.93 + }, + { + "min": 50, + "max": 199, + "price": 22.73 + }, + { + "min": 200, + "max": null, + "price": 21.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3013/prb-10871-just-orange-river-tds-dt20230830144829548447.pdf?1693406911", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13588/just-orange-river-prb-10871-dt20220421221053254609-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10871/just-orange-river", + "scraped_at": "2026-05-01T02:32:32.658Z" + }, + { + "sku": "PRB-10872", + "color_name": "Juju Orange River", + "description": "Juju Orange River is a rich carrot orange. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.11 + }, + { + "min": 50, + "max": 199, + "price": 23.85 + }, + { + "min": 200, + "max": null, + "price": 22.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3662/prb-10872-juju-orange-river-tds-dt20230920150338388687.pdf?1695222220", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13590/juju-orange-river-prb-10872-dt2022032915014833774-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10872/juju-orange-river", + "scraped_at": "2026-05-01T02:32:43.911Z" + }, + { + "sku": "PRB-10874", + "color_name": "Really Red River", + "description": "Really Red River is a rich red polyester with a glossy orange peel-like finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.58 + }, + { + "min": 50, + "max": 199, + "price": 18.6 + }, + { + "min": 200, + "max": null, + "price": 17.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2649/prb-10874-really-red-river-tds-dt20230814224931748917.pdf?1692053373", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13594/really-red-river-prb-10874-dt20230306233525511273-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10874/really-red-river", + "scraped_at": "2026-05-01T02:32:59.875Z" + }, + { + "sku": "PRB-10876", + "color_name": "Ritzy Red River", + "description": "Red River Is a deep dark red polyester with an orange peel-like finish. Glossy: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.24 + }, + { + "min": 50, + "max": 199, + "price": 19.23 + }, + { + "min": 200, + "max": null, + "price": 18.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2644/prb-10876-ritzy-red-river-tds-dt20230814221847503597.pdf?1692051529", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13598/ritzy-red-river-prb-10876-dt20230217185811954803-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10876/ritzy-red-river", + "scraped_at": "2026-05-01T02:33:10.367Z" + }, + { + "sku": "PRB-10877", + "color_name": "Vampire Red River", + "description": "Vampire Red River is a deep red polyester river and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS VAMPIRE RED SILVER VEIN PVB-10972 CLICK FOR DETAILS VAMPIRE RED PSS-3013 CLICK FOR DETAILS MATTE VAMPIRE RED PSB-10857 CLICK FOR DETAILS FLAT VAMPIRE RED PSB-10049 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 20.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13631/vampire-red-river-prb-10877-dt20231128221105084939-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10877/vampire-red-river", + "scraped_at": "2026-05-01T02:33:24.241Z" + }, + { + "sku": "PRB-11021", + "color_name": "Guava River", + "description": "Guava River is a light watermelon pink with a warm hue. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Guava PSS-6443 Solid Tone (Matte): Matte Guava PSB-10860 Texture (Satin): Guava Texture PTB-10994 Vein (Semi-Gloss): Guava Silver Vein PVB-10975 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.12 + }, + { + "min": 50, + "max": 199, + "price": 25.76 + }, + { + "min": 200, + "max": null, + "price": 24.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3757/prb-11021-guava-river-tds-dt20230922222056938497.pdf?1695421259", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13999/guava-river-prb-11021-dt20221222181232874448-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11021/guava-river", + "scraped_at": "2026-05-01T02:33:37.262Z" + }, + { + "sku": "PRB-11022", + "color_name": "Washed Red River", + "description": "Washed Red River is a bright red/orange. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Washed Red PSS-11022 Solid Tone (Matte): Matte Washed Red PSB-10862 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.88 + }, + { + "min": 50, + "max": 199, + "price": 19.84 + }, + { + "min": 200, + "max": null, + "price": 18.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3865/prb-11022-washed-red-river-tds-dt20230925224823482731.pdf?1695682105", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14001/washed-red-river-prb-11022-dt20220906170900490588-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11022/washed-red-river", + "scraped_at": "2026-05-01T02:33:48.091Z" + }, + { + "sku": "PRB-11023", + "color_name": "Rose River", + "description": "Rose River is a watermelon pink with a warm hue. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Matte): Matte Rose PSB-10863 Solid Tone (High Gloss): Rose PSS-10391 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.95 + }, + { + "min": 50, + "max": 199, + "price": 26.55 + }, + { + "min": 200, + "max": null, + "price": 25.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3739/prb-11023-rose-river-tds-dt20230922174909556674.pdf?1695404951", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14003/rose-river-prb-11023-dt20220909180606846955-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11023/rose-river", + "scraped_at": "2026-05-01T02:34:03.749Z" + }, + { + "sku": "PRB-11024", + "color_name": "Hawaiian Flower River", + "description": "Hawaiian Flower River is a light strawberry red with a pink hue. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Matte): Matte Hawaiian Flower PSB-10864 Solid Tone (High Gloss): Hawaiian Flower PSS-1546 Due to the specific pigment used in this product, a clear or other top coat may dramatically change the color. Spray a test piece to ensure that the final color meets your requirements. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.16 + }, + { + "min": 50, + "max": 199, + "price": 27.7 + }, + { + "min": 200, + "max": null, + "price": 26.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3329/prb-11024-hawaiian-flower-river-tds-dt20230912205255740008.pdf?1694551977", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14005/hawaiian-flower-river-prb-11024-dt20220906170208934512-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11024/hawaiian-flower-river", + "scraped_at": "2026-05-01T02:34:18.090Z" + }, + { + "sku": "PRB-11025", + "color_name": "Hot Orange River", + "description": "Hot Orange River is a bright red with an orange hue. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Hot Orange PSS-1627 Metallic (Semi-Gloss): Hot Orange Sparkle PMB-6311 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.86 + }, + { + "min": 50, + "max": 199, + "price": 18.87 + }, + { + "min": 200, + "max": null, + "price": 17.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3926/prb-11025-hot-orange-river-tds-dt2023092716571591161.pdf?1695833837", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14007/hot-orange-river-prb-11025-dt20220906170248858605-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11025/hot-orange-river", + "scraped_at": "2026-05-01T02:34:29.730Z" + }, + { + "sku": "PRB-11026", + "color_name": "Orange Guava River", + "description": "Orange Guava River is a coral orange/pink. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Orange Guava PSS-6455 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.45 + }, + { + "min": 50, + "max": 199, + "price": 20.38 + }, + { + "min": 200, + "max": null, + "price": 19.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3758/prb-11026-orange-guava-river-tds-dt20230922222338281835.pdf?1695421420", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14009/orange-guava-river-prb-11026-dt20221212231607142827-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11026/orange-guava-river", + "scraped_at": "2026-05-01T02:34:42.460Z" + }, + { + "sku": "PRB-11027", + "color_name": "China Red River", + "description": "China Red River is a light apple red. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): China Red PSS-4767 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.29 + }, + { + "min": 50, + "max": 199, + "price": 18.33 + }, + { + "min": 200, + "max": null, + "price": 17.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2638/prb-11027-china-red-river-tds-dt20230814213928857988.pdf?1692049170", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14011/china-red-river-prb-11027-dt2022101315363871553-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11027/china-red-river", + "scraped_at": "2026-05-01T02:34:52.829Z" + }, + { + "sku": "PRB-11035", + "color_name": "Dark Mauve River", + "description": "Dark Mauve River is a dark, rosy pink. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Dark Mauve PSS-6560 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.89 + }, + { + "min": 50, + "max": 199, + "price": 20.8 + }, + { + "min": 200, + "max": null, + "price": 19.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3934/prb-11035-dark-mauve-river-tds-dt20230927180728502591.pdf?1695838050", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14022/dark-mauve-river-prb-11035-dt2022072820261362072-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11035/dark-mauve-river", + "scraped_at": "2026-05-01T02:35:07.808Z" + }, + { + "sku": "PRB-11039", + "color_name": "Rosette Pink River", + "description": "Rosette Pink River is a dark bubblegum pink. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Rosette Pink PSS-1670 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.02 + }, + { + "min": 50, + "max": 199, + "price": 19.97 + }, + { + "min": 200, + "max": null, + "price": 18.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7768/prb-11039-rosette-pink-river-dt2025122922191100152.pdf?1767046753", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14043/rosette-pink-river-prb-11039-dt20220804142538333815-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11039/rosette-pink-river", + "scraped_at": "2026-05-01T02:35:21.190Z" + }, + { + "sku": "PRB-11043", + "color_name": "Magenta Red River", + "description": "Magenta Red River is a deep purple/red. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Gloss: Magenta Red PSS-4924 Low Gloss: Matte Magenta Red PSB-11042 Texture: Magenta Red Texture PTB-11044 Vein Finish: Magenta Red Silver Vein PVB-11045 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.45 + }, + { + "min": 50, + "max": 199, + "price": 24.18 + }, + { + "min": 200, + "max": null, + "price": 22.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2673/prb-11043-magenta-red-river-tds-dt20230815205413690413.pdf?1692132855", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14045/magenta-red-river-prb-11043-dt20220909180732027402-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11043/magenta-red-river", + "scraped_at": "2026-05-01T02:35:35.459Z" + }, + { + "sku": "PRB-11047", + "color_name": "Orchid Lavender River", + "description": "Orchid Lavender River is a light, orchid purple. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Orchid Lavender PSS-0961 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.43 + }, + { + "min": 50, + "max": 199, + "price": 18.46 + }, + { + "min": 200, + "max": null, + "price": 17.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14059/orchid-lavender-river-prb-11047-dt20220804142404652792-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11047/orchid-lavender-river", + "scraped_at": "2026-05-01T02:35:51.600Z" + }, + { + "sku": "PRB-11051", + "color_name": "Whimsy Pink River", + "description": "Whimsy Pink River is a bright, magenta pink color. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Whimsy Pink PSS-0874 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 31.2 + }, + { + "min": 50, + "max": 199, + "price": 29.64 + }, + { + "min": 200, + "max": null, + "price": 28.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2662/prb-11051-whimsy-pink-river-tds-dt20230815172628864376.pdf?1692120390", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14061/whimsy-pink-river-prb-11051-dt20220804142651263161-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11051/whimsy-pink-river", + "scraped_at": "2026-05-01T02:36:06.283Z" + }, + { + "sku": "PRB-11055", + "color_name": "Grape Ape River", + "description": "Grape Ape River is a rich plum purple. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Gloss: Grape Ape PSS-0875 Matte: Matte Grape Ape PSB-11054 Texture: Grape Ape Texture PTB-8122 Vein Finish: Grape Ape Silver Vein PVB-11056 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.89 + }, + { + "min": 50, + "max": 199, + "price": 20.8 + }, + { + "min": 200, + "max": null, + "price": 19.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2654/prb-11055-grape-ape-river-tds-dt20230814230357414706.pdf?1692054239", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14063/grape-ape-river-prb-11055-dt20220810142740864502-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11055/grape-ape-river", + "scraped_at": "2026-05-01T02:36:18.380Z" + }, + { + "sku": "PRB-11059", + "color_name": "Sweet Plum River", + "description": "Sweet Plum River is a purple river polyester with a gloss finish. Gloss: 71-85 Gloss Units Gloss Solid Tone: Sweet Plum PSS-1054 Low Gloss: Matte Sweet Plum PSB-11058 River: Sweet Plum River PRB-11059 Texture: Sweet Plum Texture PTB-11060 Vein: Sweet Plum Silver Vein PVB-11061 Proposition 65 Warning RELATED PRODUCTS SWEET PLUM TEXTURE PTB-11060 CLICK FOR DETAILS SWEET PLUM PSS-1054 CLICK FOR DETAILS MATTE SWEET PLUM PSB-11058 CLICK FOR DETAILS SWEET PLUM SILVER VEIN PVB-11061 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.01 + }, + { + "min": 50, + "max": 199, + "price": 18.06 + }, + { + "min": 200, + "max": null, + "price": 17.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2614/prb-11059-sweet-plum-river-tds-dt20230811230554687952.pdf?1691795156", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14084/sweet-plum-river-prb-11059-dt20230815154119239406-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11059/sweet-plum-river", + "scraped_at": "2026-05-01T02:36:32.197Z" + }, + { + "sku": "PRB-11063", + "color_name": "Spring Purple River", + "description": "Spring Purple River is a lilac purple with a pink hue. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Spring Purple PSS-10154 Solid Tone (Matte): Matte Spring Purple PSB-11062 Texture (Satin): Spring Purple Texture PTB-11064 Vein (Semi-Gloss): Spring Purple Silver Vein PVB-11065 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.39 + }, + { + "min": 50, + "max": 199, + "price": 28.87 + }, + { + "min": 200, + "max": null, + "price": 27.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2622/prb-11063-spring-purple-river-tds-dt20230814203622098304.pdf?1692045384", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14086/spring-purple-river-prb-11063-dt20221011181045135196-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11063/spring-purple-river", + "scraped_at": "2026-05-01T02:36:45.907Z" + }, + { + "sku": "PRB-11067", + "color_name": "Passion Pink River", + "description": "Passion Pink River is a dark taffy pink. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Passion Pink PSS-4679 Vein (Semi-Gloss): Passion Pink Silver Vein PVB-11069 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.73 + }, + { + "min": 50, + "max": 199, + "price": 19.69 + }, + { + "min": 200, + "max": null, + "price": 18.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7772/prb-11067-passion-pink-river-dt20251229222336624804.pdf?1767047018", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14088/passion-pink-river-prb-11067-dt20220906170732761949-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11067/passion-pink-river", + "scraped_at": "2026-05-01T02:36:59.416Z" + }, + { + "sku": "PRB-11071", + "color_name": "Sultan Blue River", + "description": "Sultan Blue River is a muted navy polyester river and has a gloss finish. Gloss: 71-85 Gloss Units Solid Tone: Sultan Blue PSS-5000 Low Gloss: Matte Sultan Blue PSB-11070 Texture: Sultan Blue Texture PTB-11072 Vein Finish: Sultan Blue Silver Vein PVB-11073 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.74 + }, + { + "min": 50, + "max": 199, + "price": 14.95 + }, + { + "min": 200, + "max": null, + "price": 14.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2597/prb-11071-sultan-blue-river-tds-dt20230811210853716662.pdf?1691788135", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14090/sultan-blue-river-prb-11071-dt20231114184250148712-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11071/sultan-blue-river", + "scraped_at": "2026-05-01T02:37:14.870Z" + }, + { + "sku": "PRB-11080", + "color_name": "Southwest Blue River", + "description": "Southwest Blue River is a true-blue polyester river and has a gloss finish. High Gloss: 85+ Gloss Units Solid Tone: Southwest Blue PSS-0845 Low Gloss: Matte Southwest Blue PSB-11079 Texture: Southwest Blue Texture PTB-10075 Vein Finish: Southwest Blue Silver Vein PVB-11081 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.1 + }, + { + "min": 50, + "max": 199, + "price": 16.25 + }, + { + "min": 200, + "max": null, + "price": 15.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2586/prb-11080-southwest-blue-river-tds-dt20230811193955409028.pdf?1691782797", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14121/southwest-blue-river-prb-11080-dt20231114183402828279-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11080/southwest-blue-river", + "scraped_at": "2026-05-01T02:37:27.464Z" + }, + { + "sku": "PRB-11085", + "color_name": "Pro Blue River", + "description": "Pro Blue River is a very dark blue bordering on black polyester river and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS PRO BLUE PSS-0589 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 18.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2581/prb-11085-pro-blue-river-tds-dt20230811173059988779.pdf?1691775062", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14123/pro-blue-river-prb-11085-dt20231128221810812737-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11085/pro-blue-river", + "scraped_at": "2026-05-01T02:37:39.884Z" + }, + { + "sku": "PRB-11089", + "color_name": "Pinelake Blue River", + "description": "Pinelake Blue River is a classic blue polyester river and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS PINELAKE BLUE PSS-1464 CLICK FOR DETAILS PINELAKE BLUE SILVER VEIN PVB-11091 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.14 + }, + { + "min": 50, + "max": 199, + "price": 15.33 + }, + { + "min": 200, + "max": null, + "price": 14.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4903/prb-11089-pinelake-blue-river-tds-dt20231127152959728809.pdf?1701099002", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14125/pinelake-blue-river-prb-11089-dt20231128221254380543-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11089/pinelake-blue-river", + "scraped_at": "2026-05-01T02:37:54.653Z" + }, + { + "sku": "PRB-11093", + "color_name": "Bruski Blue River", + "description": "Bruski Blue River is a muted blue polyester river and has a gloss finish. Gloss: 71-85 Gloss Units Gloss: Bruski Blue PSS-4361 Low Gloss: Matte Bruski Blue PSB-11092 Texture: Bruski Blue Texture PTB-11094 Vein Finish: Bruski Blue Silver Vein PVB-11095 Proposition 65 Warning RELATED PRODUCTS MATTE BRUSKI BLUE PSB-11092 CLICK FOR DETAILS BRUSKI BLUE TEXTURE PTB-11094 CLICK FOR DETAILS BRUSKI BLUE PSS-4361 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 16.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4895/prb-11093-bruski-blue-river-tds-dt20231122200438420844.pdf?1700683480", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14127/bruski-blue-river-prb-11093-dt20231121231807348574-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11093/bruski-blue-river", + "scraped_at": "2026-05-01T02:38:08.495Z" + }, + { + "sku": "PRB-11099", + "color_name": "Harbor Blue River", + "description": "Harbor Blue River is a muted medium blue polyester river and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS HARBOR BLUE TEXTURE PTB-11100 CLICK FOR DETAILS HARBOR BLUE PSS-0579 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 17.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4904/prb-11099-harbor-blue-river-tds-dt20231127153144640806.pdf?1701099106", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14129/harbor-blue-river-prb-11099-dt20231128221537143158-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11099/harbor-blue-river", + "scraped_at": "2026-05-01T02:38:23.696Z" + }, + { + "sku": "PRB-11103", + "color_name": "Boron Blue River", + "description": "Boron Blue River is a classic blue polyester river and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 16.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4896/prb-11103-boron-blue-river-tds-dt20231122200734926447.pdf?1700683657", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14131/boron-blue-river-prb-11103-dt20231121235309859823-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11103/boron-blue-river", + "scraped_at": "2026-05-01T02:38:37.726Z" + }, + { + "sku": "PRB-11113", + "color_name": "Island Blue River", + "description": "Island Blue River is a deep navy polyester river and has a gloss finish. Gloss: 71-85 Gloss Units Gloss: Island Blue PSS-4328 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 18.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4893/prb-11113-island-blue-river-tds-dt20231122195850197114.pdf?1700683132", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14133/island-blue-river-prb-11113-dt20231121230600421487-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11113/island-blue-river", + "scraped_at": "2026-05-01T02:38:50.285Z" + }, + { + "sku": "PRB-11117", + "color_name": "China Blue River", + "description": "China Blue River is a light grey blue polyester river and has a gloss finish. Gloss: 71-85 Gloss Units Due to the specific pigment used in this product, a clear or other top coat may dramatically change the color. Spray a test piece to ensure that the final color meets your requirements. Gloss: China Blue PSS-0580 Vein Finish: China Blue Silver Vein PVB-11119 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.15 + }, + { + "min": 50, + "max": 199, + "price": 15.34 + }, + { + "min": 200, + "max": null, + "price": 14.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14135/china-blue-river-prb-11117-dt20231121224701310413-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11117/china-blue-river", + "scraped_at": "2026-05-01T02:39:04.347Z" + }, + { + "sku": "PRB-11121", + "color_name": "Skiers Blue River", + "description": "Skiers Blue River is a vivid sky blue polyester river and has a gloss finish. Gloss: 71-85 Gloss Units Vein Finish: Skiers Blue Silver Vein PVB-11045 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.05 + }, + { + "min": 50, + "max": 199, + "price": 15.25 + }, + { + "min": 200, + "max": null, + "price": 14.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14137/skiers-blue-river-prb-11121-dt20231121232013262639-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11121/skiers-blue-river", + "scraped_at": "2026-05-01T02:39:16.357Z" + }, + { + "sku": "PRB-11293", + "color_name": "Eris Dream", + "description": "Eris Dream is a violet purple polyester river with pink to teal shimmer and metallic flake and has a high gloss finish. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.38 + }, + { + "min": 50, + "max": 199, + "price": 20.31 + }, + { + "min": 200, + "max": null, + "price": 19.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16415/eris-dream-prb-11293-dt20240215171109597426-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11293/eris-dream", + "scraped_at": "2026-05-01T02:39:30.010Z" + }, + { + "sku": "PRB-11448", + "color_name": "Native Turquoise River", + "description": "Native Turquoise River is a turquoise polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS NATIVE TURQUOISE PSS-2791 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.54 + }, + { + "min": 50, + "max": 199, + "price": 16.66 + }, + { + "min": 200, + "max": null, + "price": 15.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17053/indian-turquoise-river-prb-11448-dt20250207204650008404-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11448/native-turquoise-river", + "scraped_at": "2026-05-01T02:39:46.479Z" + }, + { + "sku": "PRB-11449", + "color_name": "Quater Blue River", + "description": "Quarter Blue River is a classic blue polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.73 + }, + { + "min": 50, + "max": 199, + "price": 15.89 + }, + { + "min": 200, + "max": null, + "price": 15.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17055/quater-blue-river-prb-11449-dt20240613185916544551-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11449/quater-blue-river", + "scraped_at": "2026-05-01T02:39:56.783Z" + }, + { + "sku": "PRB-11450", + "color_name": "Dunbar Teal River", + "description": "Dunbar Teal River is a teal polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.87 + }, + { + "min": 50, + "max": 199, + "price": 16.03 + }, + { + "min": 200, + "max": null, + "price": 15.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17057/dunbar-teal-river-prb-11450-dt20240805203545760301-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11450/dunbar-teal-river", + "scraped_at": "2026-05-01T02:40:10.119Z" + }, + { + "sku": "PRB-11451", + "color_name": "Sail Blue River", + "description": "Sail Blue River a dark navy polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS SAIL BLUE PSS-4510 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.3 + }, + { + "min": 50, + "max": 199, + "price": 18.34 + }, + { + "min": 200, + "max": null, + "price": 17.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17059/sail-blue-river-prb-11451-dt20240530165038610171-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11451/sail-blue-river", + "scraped_at": "2026-05-01T02:40:22.711Z" + }, + { + "sku": "PRB-11452", + "color_name": "Danny Boy Blue River", + "description": "Danny Boy Blue River is a muted blue polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.88 + }, + { + "min": 50, + "max": 199, + "price": 16.99 + }, + { + "min": 200, + "max": null, + "price": 16.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17061/danny-boy-blue-river-prb-11452-dt20240603221044453146-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11452/danny-boy-blue-river", + "scraped_at": "2026-05-01T02:40:37.133Z" + }, + { + "sku": "PRB-11453", + "color_name": "Captive Blue River", + "description": "Captive Blue River is a muted light blue polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.89 + }, + { + "min": 50, + "max": 199, + "price": 16.05 + }, + { + "min": 200, + "max": null, + "price": 15.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17063/captive-blue-river-prb-11453-dt20240603221252215126-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11453/captive-blue-river", + "scraped_at": "2026-05-01T02:40:48.711Z" + }, + { + "sku": "PRB-11511", + "color_name": "Shimmer Rose River", + "description": "Shimmer Rose is a rose gold polyester river and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.69 + }, + { + "min": 50, + "max": 199, + "price": 20.61 + }, + { + "min": 200, + "max": null, + "price": 19.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6643/prb-11511-shimmer-rose-river-tds-dt20240522212144370823.pdf?1716412907", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17262/shimmer-rose-river-prb-11511-dt20240906160756009094-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11511/shimmer-rose-river", + "scraped_at": "2026-05-01T02:41:01.269Z" + }, + { + "sku": "PRB-1199", + "color_name": "Camel River", + "description": "Camel River is a light brown. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.07 + }, + { + "min": 50, + "max": 199, + "price": 11.47 + }, + { + "min": 200, + "max": null, + "price": 10.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3286/prb-1199-camel-river-tds-dt20230911204010862092.pdf?1694464812", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3063/camel-river-prb-1199-dt20190122233320798-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1199/camel-river", + "scraped_at": "2026-05-01T02:41:15.318Z" + }, + { + "sku": "PRB-1203", + "color_name": "Villain Black", + "description": "Villain Black is a satin black with an orange peel like texture. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.28 + }, + { + "min": 50, + "max": 199, + "price": 11.67 + }, + { + "min": 200, + "max": null, + "price": 11.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4720/prb-1203-villain-black-tds-dt2023112018110235158.pdf?1700503864", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3065/villain-black-prb-1203-dt20200515210422778-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1203/villain-black", + "scraped_at": "2026-05-01T02:41:28.266Z" + }, + { + "sku": "PRB-1213", + "color_name": "Statuary River", + "description": "Statuary River is a medium brown. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.13 + }, + { + "min": 50, + "max": 199, + "price": 13.42 + }, + { + "min": 200, + "max": null, + "price": 12.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3288/prb-1213-statuary-river-tds-dt20230911204829343147.pdf?1694465311", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3066/statuary-river-prb-1213-dt20190124232836539-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1213/statuary-river", + "scraped_at": "2026-05-01T02:41:39.537Z" + }, + { + "sku": "PRB-1369", + "color_name": "KLAMATH RIDGE", + "description": "Klamath Ridge is a light grey/brown. This color is a polyester river powder coat and has a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.85 + }, + { + "min": 50, + "max": 199, + "price": 11.26 + }, + { + "min": 200, + "max": null, + "price": 10.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3070/klamath-ridge-prb-1369-dt20190128170341714-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1369/klamath-ridge", + "scraped_at": "2026-05-01T02:41:53.033Z" + }, + { + "sku": "PRB-1502", + "color_name": "Shimmer River", + "description": "Shimmer River is a high metallic silver and grey contrast with a smooth texture. This color is a polyester river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.81 + }, + { + "min": 50, + "max": 199, + "price": 16.92 + }, + { + "min": 200, + "max": null, + "price": 16.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3216/prb-1502-shimmer-river-tds-dt20230906162027347844.pdf?1694017229", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3074/shimmer-river-prb-1502-dt20200604180337786-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1502/shimmer-river", + "scraped_at": "2026-05-01T02:42:04.919Z" + }, + { + "sku": "PRB-1508", + "color_name": "Riverton Cream", + "description": "Riverton Cream is a warm white polyester river and has a gloss finish. Gloss: 71-85 Gloss Units This color is not recommended for exterior exposure. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.6 + }, + { + "min": 50, + "max": 199, + "price": 14.82 + }, + { + "min": 200, + "max": null, + "price": 14.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14357/riverton-cream-prb-1508-dt20260319203345914038-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1508/riverton-cream", + "scraped_at": "2026-05-01T02:42:18.703Z" + }, + { + "sku": "PRB-1552", + "color_name": "Faithful White", + "description": "Faithful White is a true white polyester river and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Is this a brighter white than the pearl? Is it exterior or interior? - Electrical Components Internat 02/19/19 08:51 am Answer: It is brighter and is exterior durable but it's a river texture finish. If you don't want a texture we have many other smooth white color options. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.83 + }, + { + "min": 50, + "max": 199, + "price": 12.19 + }, + { + "min": 200, + "max": null, + "price": 11.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3076/faithful-white-prb-1552-dt2026031920195731938-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1552/faithful-white", + "scraped_at": "2026-05-01T02:42:32.192Z" + }, + { + "sku": "PRB-1692", + "color_name": "Sailor River", + "description": "Sailor River is a deep blue. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Sail Blue PSS-4510 Metallic (Gloss): Sail Purple PMB-0578 / Mad Hatter PMB-3028 / Cosmic Purple PMB-2159 / Lonestar Blue PMB-5588 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.14 + }, + { + "min": 50, + "max": 199, + "price": 19.13 + }, + { + "min": 200, + "max": null, + "price": 18.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3219/prb-1692-sailor-river-tds-dt20230906163338893447.pdf?1694018021", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3078/sailor-river-prb-1692-dt20190430152750874-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1692/sailor-river", + "scraped_at": "2026-05-01T02:42:42.330Z" + }, + { + "sku": "PRB-1717", + "color_name": "Captive River", + "description": "Captive River is a light blue color. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Captive Blue PSS-1718 River (Satin): Ashley Blue River PRB-2903 Metallic (Gloss): Mystical Blue PMB-1362 Metallic (High Gloss): Hollywood Blue PMB-1966 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.9 + }, + { + "min": 50, + "max": 199, + "price": 13.21 + }, + { + "min": 200, + "max": null, + "price": 12.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3221/prb-1717-captive-river-tds-dt20230906171651806838.pdf?1694020613", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3082/captive-river-prb-1719-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1717/captive-river", + "scraped_at": "2026-05-01T02:42:55.685Z" + }, + { + "sku": "PRB-1731", + "color_name": "Liberty Blue", + "description": "Liberty Blue is a navy blue with a smooth and mild texture. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.06 + }, + { + "min": 50, + "max": 199, + "price": 11.46 + }, + { + "min": 200, + "max": null, + "price": 10.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3084/liberty-blue-prb-1731-dt20201207192535964-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1731/liberty-blue", + "scraped_at": "2026-05-01T02:43:08.316Z" + }, + { + "sku": "PRB-1733", + "color_name": "Texas River", + "description": "Texas River is a light teal with a smooth and mild texture. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning CREATIONS MADE WITH TEXAS RIVER View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.9 + }, + { + "min": 50, + "max": 199, + "price": 13.21 + }, + { + "min": 200, + "max": null, + "price": 12.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3173/prb-1733-texas-river-tds-dt20230905180435383469.pdf?1693937077", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3086/texas-river-prb-1733-dt20180702181027793-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1733/texas-river", + "scraped_at": "2026-05-01T02:43:20.138Z" + }, + { + "sku": "PRB-1821", + "color_name": "Orbit Orange", + "description": "Orbit Orange is a bright orange. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.32 + }, + { + "min": 50, + "max": 199, + "price": 15.5 + }, + { + "min": 200, + "max": null, + "price": 14.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3092/orbit-orange-prb-1821-dt20190124190835465-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1821/orbit-orange", + "scraped_at": "2026-05-01T02:43:33.794Z" + }, + { + "sku": "PRB-1831", + "color_name": "Riverhill Beige", + "description": "Riverhill Beige is a light beige with a smooth and mild texture. This color is a polyester river powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.91 + }, + { + "min": 50, + "max": 199, + "price": 16.06 + }, + { + "min": 200, + "max": null, + "price": 15.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3094/riverhill-beige-prb-1831-dt20200602180132359-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1831/riverhill-beige", + "scraped_at": "2026-05-01T02:43:45.623Z" + }, + { + "sku": "PRB-1862", + "color_name": "Cobalt Blue River", + "description": "Cobalt Blue River is a rich cobalt. This color is a polyester river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.56 + }, + { + "min": 50, + "max": 199, + "price": 13.83 + }, + { + "min": 200, + "max": null, + "price": 13.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3202/prb-1862-cobalt-river-tds-dt20230906153148631163.pdf?1694014310", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3096/cobalt-river-prb-1862-dt20190122234155287-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1862/cobalt-blue-river", + "scraped_at": "2026-05-01T02:43:57.277Z" + }, + { + "sku": "PRB-1891", + "color_name": "Light Cherry River", + "description": "Light Cherry River is a cherry red. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Metallic (High Gloss): Maroon Spice PMB-4200 Solid Tone (High Gloss): Light Cherry Red PSS-1423 Metallic (Semi-Gloss): Modesto Red PMB-1074 Solid Tone (Eggshell): Satin Light Cherry Red PSB-10170 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.49 + }, + { + "min": 50, + "max": 199, + "price": 15.67 + }, + { + "min": 200, + "max": null, + "price": 14.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3100/light-cherry-river-prb-1891-dt20190124171335902-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1891/light-cherry-river", + "scraped_at": "2026-05-01T02:44:09.489Z" + }, + { + "sku": "PRB-1920", + "color_name": "Mocha Peach River", + "description": "Mocha Peach River is a light peach/pink. This color is a polyester river powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Peach Ice Cream PSS-2732 Metallic (Gloss): Coral Peach PMB-2253 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.19 + }, + { + "min": 50, + "max": 199, + "price": 15.38 + }, + { + "min": 200, + "max": null, + "price": 14.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3186/prb-1920-mocha-peach-river-tds-dt20230905200136584295.pdf?1693944098", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3104/mocha-peach-river-prb-1920-dt2019012418513266-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1920/mocha-peach-river", + "scraped_at": "2026-05-01T02:44:23.086Z" + }, + { + "sku": "PRB-1942", + "color_name": "Dusty Rose River", + "description": "Dusty Rose River is a pinkish rose red. This color is a polyester river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Dark Mauve PSS-6560 Vein (Satin): Raspberry Vein PVB-8120 Metallic (Semi-Gloss): Raspberry Torte PMB-4144 Metallic (High Gloss): Sparkling Rose PMB-4164 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.97 + }, + { + "min": 50, + "max": 199, + "price": 19.92 + }, + { + "min": 200, + "max": null, + "price": 18.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3740/prb-1942-dusty-rose-river-tds-dt20230922175052606545.pdf?1695405054", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3108/dusty-rose-river-prb-1942-dt20190123165800696-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1942/dusty-rose-river", + "scraped_at": "2026-05-01T02:44:36.760Z" + }, + { + "sku": "PRB-1999", + "color_name": "Wichita River", + "description": "Wichita River is a rich deep red. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Ritzy Red PSS-2993 Solid Tone (Satin): Flat Red PSB-4777 Metallic (Semi-Gloss): Mataza Orange PMB-4250 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.36 + }, + { + "min": 50, + "max": 199, + "price": 14.59 + }, + { + "min": 200, + "max": null, + "price": 13.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3183/prb-1999-wichita-river-tds-dt20230905195021667326.pdf?1693943423", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3114/wichita-river-prb-1999-dt20210629143606382-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1999/wichita-river", + "scraped_at": "2026-05-01T02:44:50.359Z" + }, + { + "sku": "PRB-2021", + "color_name": "Diablo River", + "description": "Diablo River is a bright red river. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Red Devil PSS-2712 Metallic (Semi-Gloss): APC Orange PMB-2854 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.21 + }, + { + "min": 50, + "max": 199, + "price": 20.15 + }, + { + "min": 200, + "max": null, + "price": 19.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3185/prb-2021-diablo-river-tds-dt20230905195440657003.pdf?1693943682", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3116/diablo-river-prb-2021-dt20190123165305564-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2021/diablo-river", + "scraped_at": "2026-05-01T02:45:01.339Z" + }, + { + "sku": "PRB-2053", + "color_name": "Suddenly Yellow", + "description": "Suddenly Yellow is a medium yellow. This color is a polyester river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sudden Yellow PSS-2127 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.36 + }, + { + "min": 50, + "max": 199, + "price": 13.64 + }, + { + "min": 200, + "max": null, + "price": 12.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3416/prb-2053-suddenly-yellow-tds-dt20230914160619788823.pdf?1694707581", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3118/suddenly-yellow-prb-2055-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2053/suddenly-yellow", + "scraped_at": "2026-05-01T02:45:15.771Z" + }, + { + "sku": "PRB-2098", + "color_name": "Blizzard Blue", + "description": "Blizzard Blue is a medium blue river. This color is a polyester river powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Metallic (Gloss): Nitro Blue PMB-5530 Solid Tone (Gloss): Boron Blue PSS-3041 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3122/blizzard-blue-prb-2098-dt20210201223028771-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2098/blizzard-blue", + "scraped_at": "2026-05-01T02:45:27.433Z" + }, + { + "sku": "PRB-2101", + "color_name": "Sienna Brown River", + "description": "Sienna River is a very dark brown. This color is a polyester river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.29 + }, + { + "min": 50, + "max": 199, + "price": 17.38 + }, + { + "min": 200, + "max": null, + "price": 16.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3178/prb-2101-sienna-river-tds-dt202309051817235248.pdf?1693937845", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3124/sienna-river-prb-2101-dt20180702165233612-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2101/sienna-brown-river", + "scraped_at": "2026-05-01T02:45:38.061Z" + }, + { + "sku": "PRB-2183", + "color_name": "Aged Teal", + "description": "Aged Teal is a dark teal green. This color is a polyester river powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.14 + }, + { + "min": 50, + "max": 199, + "price": 14.38 + }, + { + "min": 200, + "max": null, + "price": 13.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2532/prb-2183-aged-teal-tds-dt20230810182114433878.pdf?1691691676", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3126/aged-teal-prb-2183-dt20210325225130931-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2183/aged-teal", + "scraped_at": "2026-05-01T02:45:47.832Z" + }, + { + "sku": "PRB-2245", + "color_name": "Aztec River", + "description": "Aztec River is a dark red. This color is a polyester river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Vampire Red PSS-3013 Solid Tone (Flat): Flat Vampire Red PSB-10049 Metallic (High Gloss): Performance Red PMB-5644 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.92 + }, + { + "min": 50, + "max": 199, + "price": 16.07 + }, + { + "min": 200, + "max": null, + "price": 15.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3172/prb-2245-aztec-river-tds-dt20230905180224367628.pdf?1693936946", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3130/aztec-river-prb-2245-dt20200604163604067-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2245/aztec-river", + "scraped_at": "2026-05-01T02:46:02.546Z" + }, + { + "sku": "PRB-2314", + "color_name": "FRONTIER BEIGE", + "description": "Frontier Beige is a light beige river. This color is a polyester river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.9 + }, + { + "min": 50, + "max": 199, + "price": 13.21 + }, + { + "min": 200, + "max": null, + "price": 12.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3136/frontier-beige-prb-2314-dt20191114224614893-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2314/frontier-beige", + "scraped_at": "2026-05-01T02:46:18.249Z" + }, + { + "sku": "PRB-2347", + "color_name": "Hydro Red", + "description": "Hydro Red is a rich red river. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.21 + }, + { + "min": 50, + "max": 199, + "price": 14.45 + }, + { + "min": 200, + "max": null, + "price": 13.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3138/hydro-red-prb-2347-dt20250310161926531035-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2347/hydro-red", + "scraped_at": "2026-05-01T02:46:29.208Z" + }, + { + "sku": "PRB-2348", + "color_name": "Light Grey River", + "description": "Light Grey River is a light grey white river polyester and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Light Grey PSS-4874 Texture: Light Grey Texture PTB-10385 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.29 + }, + { + "min": 50, + "max": 199, + "price": 11.68 + }, + { + "min": 200, + "max": null, + "price": 11.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3139/prb-2348-light-grey-river-tds-dt20230901164647742387.pdf?1693586809", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3140/light-grey-river-prb-2348-dt20231101165523461823-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2348/light-grey-river", + "scraped_at": "2026-05-01T02:46:40.700Z" + }, + { + "sku": "PRB-2534", + "color_name": "Deep Blue River", + "description": "Deep Blue River is a deep dark blue polyester river and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.5 + }, + { + "min": 50, + "max": 199, + "price": 13.78 + }, + { + "min": 200, + "max": null, + "price": 13.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3144/prb-2534-deep-blue-river-tds-dt20230901170451613561.pdf?1693587893", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3146/deep-blue-river-prb-2534-dt20260318203744004695-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2534/deep-blue-river", + "scraped_at": "2026-05-01T02:46:54.670Z" + }, + { + "sku": "PRB-2549", + "color_name": "Ducky River", + "description": "Ducky River is a warm yellow with a mild texture. This color is a polyester river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Caterpillar Yellow II PSS-2550 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.36 + }, + { + "min": 50, + "max": 199, + "price": 19.34 + }, + { + "min": 200, + "max": null, + "price": 18.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3151/prb-2549-ducky-river-tds-dt20230901172133407742.pdf?1693588895", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3150/ducky-river-prb-2549-dt20200331173932104-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2549/ducky-river", + "scraped_at": "2026-05-01T02:47:07.806Z" + }, + { + "sku": "PRB-2647", + "color_name": "Turquoise River", + "description": "Turquoise River is a turquoise blue. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Dunbar Teal PSS-0950 Vein (Satin): Jade/Copper PVB-8109 / Navajo/Copper PVB-8110 Leatherette (Satin): Peacock Leather PLB-1572 Metallic (Gloss): Lazer Aqua Marine PMB-4213 / Lazer Peacock PMB-4214 / Peacock Sparkle PMB-0310 Metallic (Semi-Gloss): Altered Teal PMB-5359 / Aqua Blue PMB-1223 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.43 + }, + { + "min": 50, + "max": 199, + "price": 14.66 + }, + { + "min": 200, + "max": null, + "price": 13.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3152/prb-2647-turquoise-river-tds-dt20230901172331862681.pdf?1693589013", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3152/turquoise-river-prb-2647-dt20200424223337766-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2647/turquoise-river", + "scraped_at": "2026-05-01T02:47:19.458Z" + }, + { + "sku": "PRB-2682", + "color_name": "Hay River", + "description": "Hay River is a light brown. This color is a polyester river powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Creamy Almond PSS-2743 Solid Tone (Satin): Sandy Beige PSB-4893 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.07 + }, + { + "min": 50, + "max": 199, + "price": 11.47 + }, + { + "min": 200, + "max": null, + "price": 10.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3154/hay-river-prb-2684-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2682/hay-river", + "scraped_at": "2026-05-01T02:47:31.835Z" + }, + { + "sku": "PRB-2729", + "color_name": "Cobblestone Beige", + "description": "Cobblestone Beige is a light beige base with scattered black speckles and a smooth texture. This color is a polyester river powder coat and has a glossy finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.74 + }, + { + "min": 50, + "max": 199, + "price": 16.85 + }, + { + "min": 200, + "max": null, + "price": 15.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2999/prb-2729-cobblestone-beige-tds-dt20230829220557146295.pdf?1693346758", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3160/cobblestone-beige-prb-2729-dt20250602213754218891-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2729/cobblestone-beige", + "scraped_at": "2026-05-01T02:47:44.372Z" + }, + { + "sku": "PRB-2777", + "color_name": "Bayberry River", + "description": "Bayberry River is a light purple polyester river and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.94 + }, + { + "min": 50, + "max": 199, + "price": 16.09 + }, + { + "min": 200, + "max": null, + "price": 15.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6375/prb-2777-bayberry-river-tds-dt20240425162744101466.pdf?1714062467", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8146/bayberry-river-prb-2777-dt20241014210743033494-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2777/bayberry-river", + "scraped_at": "2026-05-01T02:47:54.284Z" + }, + { + "sku": "PRB-2788", + "color_name": "Tucker River", + "description": "Tucker River is a very bright orange river. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.19 + }, + { + "min": 50, + "max": 199, + "price": 16.33 + }, + { + "min": 200, + "max": null, + "price": 15.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3133/prb-2788-tucker-river-tds-dt20230831214717834335.pdf?1693518439", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3162/tucker-river-prb-2788-dt20190125154319054-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2788/tucker-river", + "scraped_at": "2026-05-01T02:48:08.916Z" + }, + { + "sku": "PRB-2826", + "color_name": "Coppersun River", + "description": "Coppersun River is a bright copper and gold contrast with a smooth and mild texture. This color is a polyester river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.56 + }, + { + "min": 50, + "max": 199, + "price": 19.53 + }, + { + "min": 200, + "max": null, + "price": 18.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3130/prb-2826-coppersun-river-tds-dt20230831212029739602.pdf?1693516831", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3164/coppersun-river-prb-2826-dt20210111194131215-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2826/coppersun-river", + "scraped_at": "2026-05-01T02:48:19.776Z" + }, + { + "sku": "PRB-2841", + "color_name": "Low Gloss Black Rock", + "description": "Low Gloss Black Rock is a black polyester river and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.66 + }, + { + "min": 50, + "max": 199, + "price": 15.83 + }, + { + "min": 200, + "max": null, + "price": 14.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9275/low-gloss-black-rock-prb-2841-dt20240426180223294298-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2841/low-gloss-black-rock", + "scraped_at": "2026-05-01T02:48:31.095Z" + }, + { + "sku": "PRB-2844", + "color_name": "Low Gloss Conroy River", + "description": "Low Gloss Conroy River is a dark brown polyester river and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.06 + }, + { + "min": 50, + "max": 199, + "price": 17.16 + }, + { + "min": 200, + "max": null, + "price": 16.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6193/prb-2844-low-gloss-conroy-river-tds-dt20240419153135895934.pdf?1713540697", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9276/low-gloss-conroy-river-prb-2844-dt20240424210326542052-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2844/low-gloss-conroy-river", + "scraped_at": "2026-05-01T02:48:44.854Z" + }, + { + "sku": "PRB-2874", + "color_name": "Oh So Blue River", + "description": "Oh So Blue River is a bright sky blue with a smooth orange peel texture. This color is a polyester river powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Oh So Blue PSS-2965 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.62 + }, + { + "min": 50, + "max": 199, + "price": 16.74 + }, + { + "min": 200, + "max": null, + "price": 15.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3297/prb-2874-oh-so-blue-river-tds-dt20230911212400150075.pdf?1694467441", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3167/oh-so-blue-river-prb-2876-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2874/oh-so-blue-river", + "scraped_at": "2026-05-01T02:48:57.465Z" + }, + { + "sku": "PRB-2903", + "color_name": "Ashley Blue River", + "description": "Ashley Blue River is a light blue. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Captive Blue PSS-1718 River (Satin): Captive River PRB-1717 Metallic (Gloss): Mystical Blue PMB-1362 Metallic (High Gloss): Hollywood Blue PMB-1966 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.78 + }, + { + "min": 50, + "max": 199, + "price": 16.89 + }, + { + "min": 200, + "max": null, + "price": 16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3300/prb-2903-ashley-blue-river-tds-dt20230911213335455755.pdf?1694468017", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3169/ashley-blue-river-prb-2903-dt20200602164731001-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2903/ashley-blue-river", + "scraped_at": "2026-05-01T02:49:10.257Z" + }, + { + "sku": "PRB-2967", + "color_name": "Blue Dimples", + "description": "Blue Dimples is a blue with a slight grey hue and has an orange peel texture. This color is a polyester river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Bruski Blue PSS-4361 Metallic (Semi-Gloss): Modoc Blue PMB-0956 / Purple Underside PMB-2957 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.39 + }, + { + "min": 50, + "max": 199, + "price": 13.67 + }, + { + "min": 200, + "max": null, + "price": 12.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3173/blue-dimples-prb-2967-dt20191114213045606-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2967/blue-dimples", + "scraped_at": "2026-05-01T02:49:20.862Z" + }, + { + "sku": "PRB-2972", + "color_name": "Roses R Red", + "description": "Roses R Red is a deep reddish orange with a smooth orange peel-like texture. This color is a polyester river powder coat and has a glossy finish. It is also available in a solid finish as Satin Hot Orange PSB-10169. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3741/prb-2972-roses-r-red-tds-dt20230922175357459615.pdf?1695405239", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3177/roses-r-red-prb-2972-dt20250220191901860233-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2972/roses-r-red", + "scraped_at": "2026-05-01T02:49:32.795Z" + }, + { + "sku": "PRB-2989", + "color_name": "COPPER HEAD", + "description": "Copper Head is a light transparent copper. This color is a polyester river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.88 + }, + { + "min": 50, + "max": 199, + "price": 18.89 + }, + { + "min": 200, + "max": null, + "price": 17.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2725/prb-2989-copper-head-tds-dt20230816160313551685.pdf?1692201796", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/6121/copper-head-prb-2989-dt2021041615044799-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2989/copper-head", + "scraped_at": "2026-05-01T02:49:46.042Z" + }, + { + "sku": "PRB-3073", + "color_name": "Blue Ripples", + "description": "Blue Ripples is a rippling dark blue. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Island Blue PSS-4328 River (Semi-Gloss): Blue Ripples II PRB-5673 Metallic (Gloss): Cosmic Navy Blue PMB-1941 Metallic (Semi-Gloss): Blue Green PMB-5505 / Blue Tropic PMB-6493 / Eclipse Blue PMB-5350 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.72 + }, + { + "min": 50, + "max": 199, + "price": 12.08 + }, + { + "min": 200, + "max": null, + "price": 11.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6993/prb-3073-blue-ripples-dt20241213192356020316.pdf?1734117838", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3181/blue-ripples-prb-3073-dt20200729214734369-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-3073/blue-ripples", + "scraped_at": "2026-05-01T02:49:59.097Z" + }, + { + "sku": "PRB-4022", + "color_name": "Neon Green River", + "description": "Neon Green River is a bright neon green. This color is a polyester river powder coat and has a glossy finish. This color may have limited UV stability. Gloss: 71-85 Gloss Units In blacklight, this color transforms into a powerful green with a neon glow. (This is not a glow-in-the-dark product.) ***NOTE: Please be aware that the pigment used to formulate this color may have small black or red specks. This is due to the process and chemistry that is inherent to this pigment. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.89 + }, + { + "min": 50, + "max": 199, + "price": 18.9 + }, + { + "min": 200, + "max": null, + "price": 17.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4190/prb-4022-neon-green-river-tds-dt20231004141535866972.pdf?1696428938", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7070/neon-green-river-prb-4022-dt20201002151753553-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4022/neon-green-river", + "scraped_at": "2026-05-01T02:50:11.137Z" + }, + { + "sku": "PRB-4067", + "color_name": "Sunrise River", + "description": "Sunrise River is a mustard yellow with a smooth orange peel like texture. This color is a polyester river powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Metallic (Semi-Gloss): Yamaha Yellow PMB-5654 Solid Tone (High Gloss): Sunrise Yellow PSS-4090 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.8 + }, + { + "min": 50, + "max": 199, + "price": 15.01 + }, + { + "min": 200, + "max": null, + "price": 14.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3247/prb-4067-sunrise-river-tds-dt20230908182046669693.pdf?1694197248", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3185/sunrise-river-prb-4069-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4067/sunrise-river", + "scraped_at": "2026-05-01T02:50:24.878Z" + }, + { + "sku": "PRB-4078", + "color_name": "LAZY DAISY", + "description": "Lazy Daisy is a sun yellow with a slight texture. This color is a polyester river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Lemon Peel PSS-4035 Metallic (High Gloss): Lemon Meringue PMB-2248 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.12 + }, + { + "min": 50, + "max": 199, + "price": 15.31 + }, + { + "min": 200, + "max": null, + "price": 14.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3187/lazy-daisy-prb-4080-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4078/lazy-daisy", + "scraped_at": "2026-05-01T02:50:36.849Z" + }, + { + "sku": "PRB-4079", + "color_name": "Tomato Sauce Red River", + "description": "Tomato Sauce Red River is a red polyester river and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.43 + }, + { + "min": 50, + "max": 199, + "price": 14.66 + }, + { + "min": 200, + "max": null, + "price": 13.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3244/prb-4079-tomato-sauce-red-river-tds-dt20230908181233650909.pdf?1694196755", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3189/tomato-sauce-red-river-prb-4079-dt20260317195627352294-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4079/tomato-sauce-red-river", + "scraped_at": "2026-05-01T02:50:47.090Z" + }, + { + "sku": "PRB-4096", + "color_name": "Barbie Pink River", + "description": "Barbie Pink River is a rich pink color. This color is a polyester river powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Barbie Pink PSS-5314 Solid Tone (Semi-Gloss): Flat Barbie Pink PSB-6984 Vein (Semi-Gloss): Dark Red/Silver PVB-8119 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.5 + }, + { + "min": 50, + "max": 199, + "price": 16.63 + }, + { + "min": 200, + "max": null, + "price": 15.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3250/prb-4096-barbie-pink-river-tds-dt20230908190718892112.pdf?1694200041", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3191/barbie-pink-river-prb-4098-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4096/barbie-pink-river", + "scraped_at": "2026-05-01T02:50:56.900Z" + }, + { + "sku": "PRB-4306", + "color_name": "EMINENT RIPPLE", + "description": "Eminent Ripple is a light sand/tan with an orange peel texture. This color is a polyester river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.21 + }, + { + "min": 50, + "max": 199, + "price": 13.5 + }, + { + "min": 200, + "max": null, + "price": 12.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3193/eminent-ripple-prb-4308-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4306/eminent-ripple", + "scraped_at": "2026-05-01T02:51:07.394Z" + }, + { + "sku": "PRB-4332", + "color_name": "Plum River", + "description": "Plum River is a medium purple with a smooth and mild texture. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.71 + }, + { + "min": 50, + "max": 199, + "price": 13.97 + }, + { + "min": 200, + "max": null, + "price": 13.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3195/plum-river-prb-4332-dt20210330152803738-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4332/plum-river", + "scraped_at": "2026-05-01T02:51:22.222Z" + }, + { + "sku": "PRB-4417", + "color_name": "Light Blue River", + "description": "Light Blue River is a subtle light silver and blue vein. This color is a polyester river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.96 + }, + { + "min": 50, + "max": 199, + "price": 18.01 + }, + { + "min": 200, + "max": null, + "price": 17.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3197/light-blue-river-prb-4417-dt20180711212952482-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4417/light-blue-river", + "scraped_at": "2026-05-01T02:51:36.018Z" + }, + { + "sku": "PRB-4421", + "color_name": "Robin Blue River", + "description": "Robin Blue River is a neon blue with a smooth texture. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.39 + }, + { + "min": 50, + "max": 199, + "price": 13.67 + }, + { + "min": 200, + "max": null, + "price": 12.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3274/prb-4421-robin-blue-river-tds-dt20230911194256186787.pdf?1694461378", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3199/robin-blue-river-prb-4421-dt20180702180208441-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4421/robin-blue-river", + "scraped_at": "2026-05-01T02:51:47.345Z" + }, + { + "sku": "PRB-4432", + "color_name": "Matte Black River", + "description": "Matte Black River is a true black. This color is a polyester river powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.46 + }, + { + "min": 50, + "max": 199, + "price": 13.74 + }, + { + "min": 200, + "max": null, + "price": 13.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3280/prb-4432-matte-black-river-tds-dt20230911195921962203.pdf?1694462363", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3201/matte-black-river-prb-4432-dt20250731221830084818-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4432/matte-black-river", + "scraped_at": "2026-05-01T02:52:05.526Z" + }, + { + "sku": "PRB-4460", + "color_name": "Gold River", + "description": "Gold River is a bright gold metallic with a smooth and mild texture. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Will this powder oxidize due to it's metallic content? - Pike Powder Coating 04/02/19 03:20 pm Answer: There is a potential for the metallic to oxidize or darken over time when exposed to oils or weather. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.23 + }, + { + "min": 50, + "max": 199, + "price": 18.27 + }, + { + "min": 200, + "max": null, + "price": 17.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3203/gold-river-prb-4460-dt20190311151208404-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4460/gold-river", + "scraped_at": "2026-05-01T02:52:21.101Z" + }, + { + "sku": "PRB-4539", + "color_name": "Purple Mirage River", + "description": "Purple Mirage River is a bright purple with a rainbow metallic and a smooth texture. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.24 + }, + { + "min": 50, + "max": 199, + "price": 22.08 + }, + { + "min": 200, + "max": null, + "price": 20.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3304/prb-4539-purple-mirage-river-tds-dt20230911214145116995.pdf?1694468507", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3205/purple-mirage-river-prb-4539-dt20210201223721837-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4539/purple-mirage-river", + "scraped_at": "2026-05-01T02:52:34.732Z" + }, + { + "sku": "PRB-4550", + "color_name": "Class A Silver River", + "description": "Class A Silver River is a heavy silver metallic with a smooth and mild texture. This color is a polyester river powder coat and has a gloss finish. Gloss: 71-85 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.13 + }, + { + "min": 50, + "max": 199, + "price": 17.22 + }, + { + "min": 200, + "max": null, + "price": 16.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7737/prb-4550-class-a-silver-river-dt20251229201554173746.pdf?1767039355", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3207/class-a-silver-river-prb-4550-dt20251208153707414372-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4550/class-a-silver-river", + "scraped_at": "2026-05-01T02:52:45.166Z" + }, + { + "sku": "PRB-4554", + "color_name": "Cadet Blue River", + "description": "Cadet Blue River is a bright blue with a smooth and mild texture. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.36 + }, + { + "min": 50, + "max": 199, + "price": 16.49 + }, + { + "min": 200, + "max": null, + "price": 15.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3314/prb-4554-cadet-blue-river-tds-dt20230911224641392064.pdf?1694472402", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3209/cadet-blue-river-prb-4554-dt20220603205825266572-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4554/cadet-blue-river", + "scraped_at": "2026-05-01T02:52:55.027Z" + }, + { + "sku": "PRB-4573", + "color_name": "Hawaiian River", + "description": "Hawaiian River is a pinkish/red color. This color is a polyester river powder coat and has a satin finish. Color will change when clear top coat is applied. Satin: 21-35 Gloss Units Due to the specific pigment used in this product, a clear or other top coat may dramatically change the color. Spray a test piece to ensure that the final color meets your requirements. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.57 + }, + { + "min": 50, + "max": 199, + "price": 17.64 + }, + { + "min": 200, + "max": null, + "price": 16.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3211/hawaiian-river-prb-4575-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4573/hawaiian-river", + "scraped_at": "2026-05-01T02:53:08.975Z" + }, + { + "sku": "PRB-4593", + "color_name": "Scarlet River", + "description": "Scarlet River is a bright apple red with a smooth texture. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.95 + }, + { + "min": 50, + "max": 199, + "price": 16.1 + }, + { + "min": 200, + "max": null, + "price": 15.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3340/prb-4593-scarlet-river-tds-dt20230913145842729263.pdf?1694617124", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3213/scarlet-river-prb-4595-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4593/scarlet-river", + "scraped_at": "2026-05-01T02:53:23.255Z" + }, + { + "sku": "PRB-4596", + "color_name": "Truck Blue River", + "description": "Truck Blue River is a medium blue river. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Truck Blue PSS-1126 Metallic (Gloss): Mist Blue PMB-4938 / Steelhead Blue PMB-0907 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14 + }, + { + "min": 50, + "max": 199, + "price": 13.3 + }, + { + "min": 200, + "max": null, + "price": 12.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3344/prb-4596-truck-blue-river-tds-dt20230913155408001517.pdf?1694620450", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3217/truck-blue-river-prb-4596-dt20190125153513473-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4596/truck-blue-river", + "scraped_at": "2026-05-01T02:53:36.735Z" + }, + { + "sku": "PRB-4612", + "color_name": "Decor White River", + "description": "Decor White River is a pure white polyester river and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.49 + }, + { + "min": 50, + "max": 199, + "price": 20.42 + }, + { + "min": 200, + "max": null, + "price": 19.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5504/prb-4612-decor-white-river-tds-dt20240108174723596508.pdf?1704736046", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8156/decor-white-river-prb-4612-dt20231110232300210889-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4612/decor-white-river", + "scraped_at": "2026-05-01T02:53:49.001Z" + }, + { + "sku": "PRB-4626", + "color_name": "Purple River", + "description": "Purple River is a purple polyester river and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.87 + }, + { + "min": 50, + "max": 199, + "price": 17.93 + }, + { + "min": 200, + "max": null, + "price": 16.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3347/prb-4626-purple-river-tds-dt20230913160754041035.pdf?1694621276", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8158/purple-river-prb-4626-dt20260109200030639855-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4626/purple-river", + "scraped_at": "2026-05-01T02:54:02.533Z" + }, + { + "sku": "PRB-4653", + "color_name": "Overcast River", + "description": "Overcast River is a pale grey with a smooth and mild texture. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Overcast PSS-4084 Solid Tone (Satin): Low Overcast PSB-6634 River (Satin): Lite Grey River PRB-6110 Solid Tone (Semi-Gloss): Stormy Sky PSB-4106 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.8 + }, + { + "min": 50, + "max": 199, + "price": 12.16 + }, + { + "min": 200, + "max": null, + "price": 11.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3350/prb-4653-overcast-river-tds-dt20230913161842949057.pdf?1694621925", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3219/prb-4653-overcast-river-prb-4653-dt20180702185150172-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4653/overcast-river", + "scraped_at": "2026-05-01T02:54:17.440Z" + }, + { + "sku": "PRB-4743", + "color_name": "Yosemite Green River", + "description": "Yosemite Green River is an olive drab color with an orange peel like texture. This color is a polyester river powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Olive Drab PSS-2622 Metallic (Gloss): Barnum Green PMB-4044 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.21 + }, + { + "min": 50, + "max": 199, + "price": 16.35 + }, + { + "min": 200, + "max": null, + "price": 15.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3358/prb-4743-yosemite-green-river-tds-dt20230913164606167265.pdf?1694623568", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3227/yosemite-green-river-prb-4743-dt20180713211316768-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4743/yosemite-green-river", + "scraped_at": "2026-05-01T02:54:29.552Z" + }, + { + "sku": "PRB-4822", + "color_name": "Claret River", + "description": "Claret River is a dark maroon with a smooth orange peel like texture. This color is a polyester river powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Metallic (Gloss): Golden Glazed Cherry PMB-1974 Solid Tone (High Gloss): Claret PSS-1605 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.35 + }, + { + "min": 50, + "max": 199, + "price": 14.58 + }, + { + "min": 200, + "max": null, + "price": 13.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3360/prb-4822-claret-river-tds-dt2023091316503727562.pdf?1694623839", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3229/claret-river-prb-4824-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4822/claret-river", + "scraped_at": "2026-05-01T02:54:41.393Z" + }, + { + "sku": "PRB-4838", + "color_name": "Perma Beige River", + "description": "Perma Beige River is a light tan grey polyester river and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.87 + }, + { + "min": 50, + "max": 199, + "price": 11.28 + }, + { + "min": 200, + "max": null, + "price": 10.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3367/prb-4838-perma-beige-river-tds-dt20230913191741706952.pdf?1694632663", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8161/perma-beige-river-prb-4838-dt20231102153451897935-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4838/perma-beige-river", + "scraped_at": "2026-05-01T02:54:53.718Z" + }, + { + "sku": "PRB-4913", + "color_name": "Stormy Blue River", + "description": "Stormy Blue River is a muted blue grey polyester river and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.57 + }, + { + "min": 50, + "max": 199, + "price": 14.79 + }, + { + "min": 200, + "max": null, + "price": 14.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3369/prb-4913-stormy-blue-river-tds-dt20230913192155783363.pdf?1694632917", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8165/stormy-blue-river-prb-4913-dt20231128220105675726-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4913/stormy-blue-river", + "scraped_at": "2026-05-01T02:55:08.107Z" + }, + { + "sku": "PRB-4968", + "color_name": "Mill White River", + "description": "Mill White River is a warm white polyester river and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.2 + }, + { + "min": 50, + "max": 199, + "price": 12.54 + }, + { + "min": 200, + "max": null, + "price": 11.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3372/prb-4968-mill-white-river-tds-dt20230913211923602078.pdf?1694639965", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8167/mill-white-river-prb-4968-dt20260114192602681905-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4968/mill-white-river", + "scraped_at": "2026-05-01T02:55:20.589Z" + }, + { + "sku": "PRB-5061", + "color_name": "EBONY ROCK", + "description": "Ebony Rock is a flat black with a smooth and mild texture. This color is a polyester river powder coat and has an eggshell finish. Eggshell: 11-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.23 + }, + { + "min": 50, + "max": 199, + "price": 12.57 + }, + { + "min": 200, + "max": null, + "price": 11.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4933/prb-5061-ebony-rock-tds-dt2023112718011657902.pdf?1701108079", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3231/ebony-rock-prb-5061-dt20200909183657789-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5061/ebony-rock", + "scraped_at": "2026-05-01T02:55:35.623Z" + }, + { + "sku": "PRB-5081", + "color_name": "Flame Red River", + "description": "Flame Red River is a bright red. This color is a polyester river powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.31 + }, + { + "min": 50, + "max": 199, + "price": 16.44 + }, + { + "min": 200, + "max": null, + "price": 15.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3904/prb-5081-flame-red-river-tds-dt20230926210718278198.pdf?1695762440", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3235/flame-red-river-prb-5083-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5081/flame-red-river", + "scraped_at": "2026-05-01T02:55:47.112Z" + }, + { + "sku": "PRB-5218", + "color_name": "Astatic Red River", + "description": "Astatic Red River is a deeper red color with a slight texture. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2795/prb-5218-astatic-red-river-tds-dt20230818155438917358.pdf?1692374081", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3239/astatic-red-river-prb-5218-dt20200520223030989-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5218/astatic-red-river", + "scraped_at": "2026-05-01T02:56:00.591Z" + }, + { + "sku": "PRB-5222", + "color_name": "Rainbow's End River", + "description": "Rainbow's End River is a rich black with a rainbow like metallic that varies in different lighting. This color is a polyester river powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.13 + }, + { + "min": 50, + "max": 199, + "price": 15.32 + }, + { + "min": 200, + "max": null, + "price": 14.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3118/prb-5222-rainbow-river-tds-dt20230831193857731937.pdf?1693510739", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3241/rainbow-river-prb-5222-dt20190124231658444-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5222/rainbows-end-river", + "scraped_at": "2026-05-01T02:56:12.118Z" + }, + { + "sku": "PRB-5246", + "color_name": "Aspen Grey River", + "description": "Aspen Grey River is a very dark teal polyester river and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.36 + }, + { + "min": 50, + "max": 199, + "price": 14.59 + }, + { + "min": 200, + "max": null, + "price": 13.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3117/prb-5246-aspen-grey-river-tds-dt20230831193605560504.pdf?1693510567", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8169/aspen-grey-river-prb-5246-dt20231114185607375002-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5246/aspen-grey-river", + "scraped_at": "2026-05-01T02:56:27.073Z" + }, + { + "sku": "PRB-5261", + "color_name": "Pearl White River", + "description": "Pearl White River is a white vein texture, with a white pearl that almost picks up a blue hue in certain lighted angles. This color is a polyester river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.94 + }, + { + "min": 50, + "max": 199, + "price": 12.29 + }, + { + "min": 200, + "max": null, + "price": 11.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3122/prb-5261-pearl-white-river-tds-dt20230831194909652062.pdf?1693511351", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3243/pearl-white-river-prb-5261-dt20180629224239622-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5261/pearl-white-river", + "scraped_at": "2026-05-01T02:56:38.668Z" + }, + { + "sku": "PRB-5263", + "color_name": "Sky Blue River", + "description": "Sky Blue River is a medium sky blue. This color is a polyester river powder coat and has a satin finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.24 + }, + { + "min": 50, + "max": 199, + "price": 14.48 + }, + { + "min": 200, + "max": null, + "price": 13.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3121/prb-5263-sky-blue-river-tds-dt20230831194721889234.pdf?1693511243", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3245/sky-blue-river-prb-5263-dt20210416150922581-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5263/sky-blue-river", + "scraped_at": "2026-05-01T02:56:47.335Z" + }, + { + "sku": "PRB-5270", + "color_name": "Light Lavender River", + "description": "Light Lavender River is a medium lavender river. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.34 + }, + { + "min": 50, + "max": 199, + "price": 25.02 + }, + { + "min": 200, + "max": null, + "price": 23.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3396/prb-5270-light-lavender-river-tds-dt20230914151908056451.pdf?1694704750", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3247/lavender-river-prb-5270-dt2020051518315884-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5270/light-lavender-river", + "scraped_at": "2026-05-01T02:57:03.197Z" + }, + { + "sku": "PRB-5362", + "color_name": "Pretty Pink River", + "description": "Pretty Pink River is a light pink with a smooth orange peel texture. This color is a polyester river powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Pretty Pink PSS-4479 Metallic (Gloss): Cosmic Pretty Pink PMB-10017 Metallic (Semi-Gloss): Pinch Pink PMB-2136 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.28 + }, + { + "min": 50, + "max": 199, + "price": 18.32 + }, + { + "min": 200, + "max": null, + "price": 17.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3258/prb-5362-pretty-pink-river-tds-dt20230911151307176366.pdf?1694445189", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3251/pretty-pink-river-prb-5364-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5362/pretty-pink-river", + "scraped_at": "2026-05-01T02:57:16.806Z" + }, + { + "sku": "PRB-5381", + "color_name": "Cream River", + "description": "Cream River is a warm tan white polyester river and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.06 + }, + { + "min": 50, + "max": 199, + "price": 17.16 + }, + { + "min": 200, + "max": null, + "price": 16.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3385/prb-5381-cream-river-tds-dt20230913215231738979.pdf?1694641953", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9278/cream-river-prb-5381-dt20260227213720646438-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5381/cream-river", + "scraped_at": "2026-05-01T02:57:29.820Z" + }, + { + "sku": "PRB-5382", + "color_name": "Orient Beige River", + "description": "Orient Beige River is a light tan polyester river and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS ORIENT BEIGE USS-2242 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.48 + }, + { + "min": 50, + "max": 199, + "price": 13.76 + }, + { + "min": 200, + "max": null, + "price": 13.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5487/prb-5382-orient-beige-river-tds-dt20240108164746051453.pdf?1704732469", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8170/orient-beige-river-prb-5382-dt20231128221935505636-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5382/orient-beige-river", + "scraped_at": "2026-05-01T02:57:44.196Z" + }, + { + "sku": "PRB-5406", + "color_name": "GOLDSTONE BEIGE", + "description": "Goldstone Beige is a vein texture that has an under tone and a gold that sits on top to create the vein effect. This color is a polyester river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.79 + }, + { + "min": 50, + "max": 199, + "price": 15.95 + }, + { + "min": 200, + "max": null, + "price": 15.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7830/prb-5406-goldstone-beige-dt20260102185605865101.pdf?1767380167", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3257/goldstone-beige-prb-5408-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5406/goldstone-beige", + "scraped_at": "2026-05-01T02:57:52.851Z" + }, + { + "sku": "PRB-5460", + "color_name": "Very White River", + "description": "Very White River is a bright white with an orange peel like texture. This color is a polyester river powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.23 + }, + { + "min": 50, + "max": 199, + "price": 12.57 + }, + { + "min": 200, + "max": null, + "price": 11.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3382/prb-5460-very-white-river-tds-dt20230913214359473549.pdf?1694641441", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3259/very-white-river-prb-5460-dt2020122221174715-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5460/very-white-river", + "scraped_at": "2026-05-01T02:58:03.909Z" + }, + { + "sku": "PRB-5475", + "color_name": "Sky White River", + "description": "Sky White River is a bright white with a smooth and mild texture. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.26 + }, + { + "min": 50, + "max": 199, + "price": 10.7 + }, + { + "min": 200, + "max": null, + "price": 10.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3531/prb-5475-sky-white-river-tds-dt20230918161508221414.pdf?1695053710", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3261/sky-white-river-prb-5475-dt201901281808424-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5475/sky-white-river", + "scraped_at": "2026-05-01T02:58:17.080Z" + }, + { + "sku": "PRB-5541", + "color_name": "Imperial White River", + "description": "Imperial White River is an elegant white. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.28 + }, + { + "min": 50, + "max": 199, + "price": 10.72 + }, + { + "min": 200, + "max": null, + "price": 10.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3521/prb-5541-imperial-white-river-tds-dt2023091815504301288.pdf?1695052245", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3263/imperial-white-river-prb-5541-dt20210712164744234-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5541/imperial-white-river", + "scraped_at": "2026-05-01T02:58:30.352Z" + }, + { + "sku": "PRB-5557", + "color_name": "Blue River", + "description": "Blue River is a medium blue. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Pinelake Blue PSS-1464 Metallic (Gloss): Basin Blue PMB-5008 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.1 + }, + { + "min": 50, + "max": 199, + "price": 13.4 + }, + { + "min": 200, + "max": null, + "price": 12.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3522/prb-5557-blue-river-tds-dt20230918155244238568.pdf?1695052365", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3265/blue-river-prb-5557-dt20201216181652461-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5557/blue-river", + "scraped_at": "2026-05-01T02:58:44.053Z" + }, + { + "sku": "PRB-5622", + "color_name": "International Orange River", + "description": "International Orange River is a bright construction orange with a smooth and mild texture. This color is a polyester river powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): International Orange PSS-2779 Solid Tone (Matte): Matte International Orange PSB-10847 Texture (Flat): International Orange Texture PTB-10796 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.58 + }, + { + "min": 50, + "max": 199, + "price": 15.75 + }, + { + "min": 200, + "max": null, + "price": 14.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3267/international-orange-river-prb-5622-dt20200909223429784-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5622/international-orange-river", + "scraped_at": "2026-05-01T02:58:55.865Z" + }, + { + "sku": "PRB-5629", + "color_name": "Internal White River", + "description": "Internal White River is an off-white. This color is a polyester river powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.02 + }, + { + "min": 50, + "max": 199, + "price": 18.07 + }, + { + "min": 200, + "max": null, + "price": 17.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3524/prb-5629-internal-white-river-tds-dt20230918155658525578.pdf?1695052620", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3269/internal-white-river-prb-5629-dt20191023172814157-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5629/internal-white-river", + "scraped_at": "2026-05-01T02:59:07.298Z" + }, + { + "sku": "PRB-5645", + "color_name": "Dune Beige", + "description": "Dune Beige is a light sand tan polyester river and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.97 + }, + { + "min": 50, + "max": 199, + "price": 18.02 + }, + { + "min": 200, + "max": null, + "price": 17.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8062/prb-5645-dune-beige-dt2026011920294274975.pdf?1768854584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8182/dune-beige-prb-5645-dt20231102153120096512-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5645/dune-beige", + "scraped_at": "2026-05-01T02:59:21.565Z" + }, + { + "sku": "PRB-5673", + "color_name": "Blue Ripples II", + "description": "Blue Ripples II is a medium navy blue with a smooth and mild texture. This color is a polyester river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Island Blue PSS-4328 River (Satin): Blue Ripples PRB-3073 Metallic (Gloss): Cosmic Navy Blue PMB-1941 Metallic (Semi-Gloss): Blue Green PMB-5505 / Blue Tropic PMB-6493 / Eclipse Blue PMB-5350 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.03 + }, + { + "min": 50, + "max": 199, + "price": 14.28 + }, + { + "min": 200, + "max": null, + "price": 13.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3271/blue-ripples-ii-prb-5673-dt20180702163148093-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5673/blue-ripples-ii", + "scraped_at": "2026-05-01T02:59:32.165Z" + }, + { + "sku": "PRB-5709", + "color_name": "Dull Vienna", + "description": "Dull Vienna is a medium tan polyester river and has a sating finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.2 + }, + { + "min": 50, + "max": 199, + "price": 12.54 + }, + { + "min": 200, + "max": null, + "price": 11.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3465/prb-5709-dull-vienna-tds-dt20230915185115680381.pdf?1694803877", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8184/dull-vienna-prb-5709-dt20231122221026645534-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5709/dull-vienna", + "scraped_at": "2026-05-01T02:59:42.424Z" + }, + { + "sku": "PRB-5775", + "color_name": "Passion Red River", + "description": "Passion Red River is a bright red with an orange peel like texture. This color is a polyester river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.36 + }, + { + "min": 50, + "max": 199, + "price": 17.44 + }, + { + "min": 200, + "max": null, + "price": 16.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3526/prb-5775-passion-red-river-tds-dt20230918160418968414.pdf?1695053061", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3273/passion-red-river-prb-5775-dt20180831220456203-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5775/passion-red-river", + "scraped_at": "2026-05-01T02:59:58.619Z" + }, + { + "sku": "PRB-5831", + "color_name": "Fuchsia Purple", + "description": "Fuchsia Purple is a deep purple. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.84 + }, + { + "min": 50, + "max": 199, + "price": 16.95 + }, + { + "min": 200, + "max": null, + "price": 16.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3275/fuchsia-purple-prb-5831-dt20190109164813365-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5831/fuchsia-purple", + "scraped_at": "2026-05-01T03:00:10.822Z" + }, + { + "sku": "PRB-5877", + "color_name": "Mason Red River", + "description": "Mason Red is a brick red polyester river and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.3 + }, + { + "min": 50, + "max": 199, + "price": 14.54 + }, + { + "min": 200, + "max": null, + "price": 13.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3528/prb-5877-mason-red-river-tds-dt2023091816090454747.pdf?1695053346", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9279/mason-red-river-prb-5877-dt20231121230847451498-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5877/mason-red-river", + "scraped_at": "2026-05-01T03:00:23.321Z" + }, + { + "sku": "PRB-5991", + "color_name": "Powder Blue River", + "description": "Powder Blue River is a light sky, powder blue with an orange peel like texture. This color is a polyester river powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.4 + }, + { + "min": 50, + "max": 199, + "price": 17.48 + }, + { + "min": 200, + "max": null, + "price": 16.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3516/prb-5991-powder-blue-river-tds-dt20230918153709058476.pdf?1695051431", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3277/powder-blue-river-prb-5991-dt20210803225150451-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5991/powder-blue-river", + "scraped_at": "2026-05-01T03:00:36.406Z" + }, + { + "sku": "PRB-6100", + "color_name": "Blue Paradise", + "description": "Blue Paradise is a medium to light blue with a smooth and mild texture. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Skiers Blue PSS-4753 Texture (Matte): Paradise Texture PTB-8075 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.86 + }, + { + "min": 50, + "max": 199, + "price": 16.02 + }, + { + "min": 200, + "max": null, + "price": 15.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3279/blue-paradise-prb-6100-dt20180702162811834-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6100/blue-paradise", + "scraped_at": "2026-05-01T03:00:47.828Z" + }, + { + "sku": "PRB-6103", + "color_name": "Almond River", + "description": "Almond River is a light almond with a smooth and mild texture. This color is a polyester river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.91 + }, + { + "min": 50, + "max": 199, + "price": 12.26 + }, + { + "min": 200, + "max": null, + "price": 11.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3512/prb-6103-almond-river-tds-dt20230918152940510501.pdf?1695050982", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3283/almond-river-prb-6105-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6103/almond-river", + "scraped_at": "2026-05-01T03:00:59.800Z" + }, + { + "sku": "PRB-6104", + "color_name": "Blue Hawaiian River", + "description": "Blue Hawaiian River is a medium blue with a hammertone-like texture. This color is a polyester river powder coat and has a matte finish. Matte: 7-20 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Quater Blue PSS-1210 Solid Tone (Satin): Matte Quater Blue PSB-8125 Vein (Matte): Blue/Gold PVB-1241 Metallic (Gloss): Ridgeway Blue PMB-1956 Vein (Satin): Blue/Silver PVB-8102 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3326/prb-6104-blue-hawaiian-river-tds-dt20230912203720493112.pdf?1694551042", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3285/blue-hawaiian-river-prb-6104-dt20210115225337314-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6104/blue-hawaiian-river", + "scraped_at": "2026-05-01T03:01:10.302Z" + }, + { + "sku": "PRB-6105", + "color_name": "Yellow River", + "description": "Yellow River is a bright yellow with a smooth texture. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.76 + }, + { + "min": 50, + "max": 199, + "price": 20.67 + }, + { + "min": 200, + "max": null, + "price": 19.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3453/prb-6105-yellow-river-tds-dt20230915174224278618.pdf?1694799746", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3287/yellow-river-prb-6105-dt20190125162751345-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6105/yellow-river", + "scraped_at": "2026-05-01T03:01:21.536Z" + }, + { + "sku": "PRB-6106", + "color_name": "Fuchsia River", + "description": "Fuchsia River is a bright fuchsia with a smooth and mild texture. This color is a polyester river powder coat and has a flat finish. Flat: 0-6 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Whimsy Pink PSS-0874 Metallic (Semi-Gloss): Wild Fuchsia PMB-4161 / Hot Pink Pearl PMB-0967 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.08 + }, + { + "min": 50, + "max": 199, + "price": 20.03 + }, + { + "min": 200, + "max": null, + "price": 18.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3459/prb-6106-fuchsia-river-tds-dt20230915175408813013.pdf?1694800450", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3289/fuchsia-river-prb-6108-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6106/fuchsia-river", + "scraped_at": "2026-05-01T03:01:34.776Z" + }, + { + "sku": "PRB-6108", + "color_name": "White River II", + "description": "White River II is a bright white with a smooth and mild texture. This color is a polyester river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3291/white-river-ii-prb-6108-dt20190125161452815-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6108/white-river-ii", + "scraped_at": "2026-05-01T03:01:46.385Z" + }, + { + "sku": "PRB-6114", + "color_name": "Feather Blue River", + "description": "Feather Blue River is a medium blue. This color is a polyester river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.63 + }, + { + "min": 50, + "max": 199, + "price": 12.95 + }, + { + "min": 200, + "max": null, + "price": 12.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3463/prb-6114-feather-blue-river-tds-dt20230915180229893724.pdf?1694800951", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3295/feather-blue-river-prb-6114-dt20180702163958785-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6114/feather-blue-river", + "scraped_at": "2026-05-01T03:01:58.717Z" + }, + { + "sku": "PRB-6115", + "color_name": "Vienna River", + "description": "Vienna River is a dark beige with a smooth and mild texture. This color is a polyester river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Metallic (Gloss): Sand Bar Beige PMB-4171 / Imperial Beige PMB-1958 Texture (Flat): Tan Texture PTB-6948 Solid Tone (Gloss): Edgewood Beige PSS-1159 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.77 + }, + { + "min": 50, + "max": 199, + "price": 12.13 + }, + { + "min": 200, + "max": null, + "price": 11.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3464/prb-6115-vienna-river-tds-dt20230915180448979419.pdf?1694801091", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3297/vienna-river-prb-6115-dt20180702191028343-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6115/vienna-river", + "scraped_at": "2026-05-01T03:02:13.055Z" + }, + { + "sku": "PRB-6119", + "color_name": "Canary Yellow", + "description": "Canary Yellow is a bright yellow with a smooth and mild texture. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.49 + }, + { + "min": 50, + "max": 199, + "price": 13.77 + }, + { + "min": 200, + "max": null, + "price": 13.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3301/canary-yellow-prb-6119-dt20210215155842644-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6119/canary-yellow", + "scraped_at": "2026-05-01T03:02:25.834Z" + }, + { + "sku": "PRB-6334", + "color_name": "Cadet Blue II River", + "description": "Cadet Blue II River is a dark blue river. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Cadet Blue PSS-4553 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.36 + }, + { + "min": 50, + "max": 199, + "price": 16.49 + }, + { + "min": 200, + "max": null, + "price": 15.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3316/prb-6334-cadet-blue-ii-river-tds-dt20230911225221558695.pdf?1694472743", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3303/cadet-blue-river-ii-prb-6334-dt20191114215742827-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6334/cadet-blue-ii-river", + "scraped_at": "2026-05-01T03:02:40.299Z" + }, + { + "sku": "PRB-6338", + "color_name": "Federation River", + "description": "Federation River is a brown river. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3474/prb-6338-federation-river-tds-dt20230915193612684464.pdf?1694806574", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3305/federation-river-prb-6340-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6338/federation-river", + "scraped_at": "2026-05-01T03:02:52.668Z" + }, + { + "sku": "PRB-6501", + "color_name": "Loafer Red River", + "description": "Loafer Red River is a medium brick red. This color is a polyester river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Loafer Red PSS-3090 Metallic (High Gloss): Copper Sparkle PMB-1080 Solid Tone (Eggshell): Colonial Red PSB-6442 Vein (Semi-Gloss): Rust/Silver PVB-2438 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.84 + }, + { + "min": 50, + "max": 199, + "price": 13.15 + }, + { + "min": 200, + "max": null, + "price": 12.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3484/prb-6501-loafer-red-river-tds-dt20230915204759739374.pdf?1694810882", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3307/loafer-red-river-prb-6501-dt20190124183954436-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6501/loafer-red-river", + "scraped_at": "2026-05-01T03:03:06.079Z" + }, + { + "sku": "PRB-6622", + "color_name": "Sandy River", + "description": "Sandy River is a is a muted tan polyester river and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.73 + }, + { + "min": 50, + "max": 199, + "price": 13.99 + }, + { + "min": 200, + "max": null, + "price": 13.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3495/prb-6622-sandy-river-tds-dt20230915224423789261.pdf?1694817865", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8186/sandy-river-prb-6622-dt20231127215003856071-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6622/sandy-river", + "scraped_at": "2026-05-01T03:03:17.865Z" + }, + { + "sku": "PRB-6833", + "color_name": "MELTED CHOCOLATE", + "description": "Melted Chocolate is a medium dark brown. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Metallic (Semi-Gloss): Sweet Cocoa PMB-5087 Solid Tone (High Gloss): Manzanita Brown PSS-1101 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.44 + }, + { + "min": 50, + "max": 199, + "price": 13.72 + }, + { + "min": 200, + "max": null, + "price": 13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7524/melted-chocolate-prb-6833-dt20190412230246475-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6833/melted-chocolate", + "scraped_at": "2026-05-01T03:03:31.112Z" + }, + { + "sku": "PRB-6938", + "color_name": "Destroyer Blue River", + "description": "Destroyer Blue River is a dark grey/blue. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Destroyer Blue PSS-3026 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.61 + }, + { + "min": 50, + "max": 199, + "price": 13.88 + }, + { + "min": 200, + "max": null, + "price": 13.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3497/prb-6938-destroyer-blue-river-tds-dt20230915225000782313.pdf?1694818202", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3313/destroyer-blue-river-prb-6940-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6938/destroyer-blue-river", + "scraped_at": "2026-05-01T03:03:46.347Z" + }, + { + "sku": "PRB-6976", + "color_name": "Kelly Green River", + "description": "Kelly Green River is a bright kelly green. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Kelly Green PSS-4466 Metallic (Gloss): Tomaco Green PMB-4054 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.7 + }, + { + "min": 50, + "max": 199, + "price": 12.07 + }, + { + "min": 200, + "max": null, + "price": 11.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3543/prb-6976-kelly-green-river-tds-dt20230918163830857369.pdf?1695055113", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3317/kelly-green-river-prb-6978-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6976/kelly-green-river", + "scraped_at": "2026-05-01T03:04:00.374Z" + }, + { + "sku": "PRB-7085", + "color_name": "Neon Yellow River", + "description": "Neon Yellow River is a dayglow yellow polyester river and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS NEON YELLOW PSS-1104 CLICK FOR DETAILS SATIN NEON YELLOW PSB-10213 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.4 + }, + { + "min": 50, + "max": 199, + "price": 21.28 + }, + { + "min": 200, + "max": null, + "price": 20.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3409/prb-7085-neon-yellow-river-tds-dt2023091415474163076.pdf?1694706463", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9281/neon-yellow-river-prb-7085-dt20231128224516338337-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-7085/neon-yellow-river", + "scraped_at": "2026-05-01T03:04:13.172Z" + }, + { + "sku": "PRB-8007", + "color_name": "M & M Orange River", + "description": "M & M Orange River is a bright orange polyester powder with an orange peel-like finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.02 + }, + { + "min": 50, + "max": 199, + "price": 18.07 + }, + { + "min": 200, + "max": null, + "price": 17.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3412/prb-8007-m-m-orange-river-tds-dt20230914155509021326.pdf?1694706910", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8188/m-m-orange-river-prb-8007-dt20230217185609316434-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-8007/m-m-orange-river", + "scraped_at": "2026-05-01T03:04:27.728Z" + }, + { + "sku": "PRB-8108", + "color_name": "Suddenly Red River", + "description": "Suddenly Red River is a burgundy red. This color is a polyester river powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.89 + }, + { + "min": 50, + "max": 199, + "price": 18.9 + }, + { + "min": 200, + "max": null, + "price": 17.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3418/prb-8108-suddenly-river-tds-dt20230914161049098348.pdf?1694707850", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9283/suddenly-river-prb-8108-dt2019041223030977-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-8108/suddenly-red-river", + "scraped_at": "2026-05-01T03:04:38.612Z" + }, + { + "sku": "PRS-5390", + "color_name": "Arctic White", + "description": "Arctic White is a bright white. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Is ARCTIC WHITE PRS-5390 okay for exterior use? - Robert Chaires 02/06/19 10:12 am Answer: Yes it is. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.2 + }, + { + "min": 50, + "max": 199, + "price": 11.59 + }, + { + "min": 200, + "max": null, + "price": 10.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/41/polyester-river-application-guide-dt20181017182202001.pdf?1539800523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3319/arctic-white-prs-5390-dt20200423150728081-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRS-5390/arctic-white", + "scraped_at": "2026-05-01T03:04:56.124Z" + }, + { + "sku": "PRS-6107", + "color_name": "Ruby Red River", + "description": "Ruby Red River is a medium red. This color is a polyester river powder coat with a satin finish. Satin: 20-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.81 + }, + { + "min": 50, + "max": 199, + "price": 14.07 + }, + { + "min": 200, + "max": null, + "price": 13.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2723/prs-6107-ruby-red-river-tds-dt20230816155800407021.pdf?1692201482", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3321/ruby-red-river-prs-6107-dt2020052121452338-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRS-6107/ruby-red-river", + "scraped_at": "2026-05-01T03:05:05.204Z" + }, + { + "sku": "PRS-6118", + "color_name": "Black River II", + "description": "Black River II is a deep black with a smooth and mild texture. This color is a polyester river powder coat and has a glossy finish. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.5 + }, + { + "min": 50, + "max": 199, + "price": 10.93 + }, + { + "min": 200, + "max": null, + "price": 10.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2724/prs-6118-black-river-ii-tds-dt20230816160012700224.pdf?1692201615", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3322/black-river-ii-prs-6118-dt2025053016482813396-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PRS-6118/black-river-ii", + "scraped_at": "2026-05-01T03:05:18.075Z" + }, + { + "sku": "PSB-0392", + "color_name": "LIGHT BRONZE", + "description": "Light Bronze is a warm dark grey polyester solid tone and has a high gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4702/psb-0392-light-bronze-tds-dt20231120173406565941.pdf?1700501648", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8190/light-bronze-psb-0392-dt20231114180042468128-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-0392/light-bronze", + "scraped_at": "2026-05-01T03:05:29.086Z" + }, + { + "sku": "PSB-0412", + "color_name": "TRUCK TURQUOISE", + "description": "Truck Turquoise is a vintage turquoise color. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.01 + }, + { + "min": 50, + "max": 199, + "price": 18.06 + }, + { + "min": 200, + "max": null, + "price": 17.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3153/psb-0412-truck-turquoise-tds-dt2023090117252381983.pdf?1693589125", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3323/truck-turquoise-psb-0412-dt20180709221707747-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-0412/truck-turquoise", + "scraped_at": "2026-05-01T03:05:40.289Z" + }, + { + "sku": "PSB-0443", + "color_name": "SANDSTONE BEIGE", + "description": "Sandstone Beige is a warm light tan polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.62 + }, + { + "min": 50, + "max": 199, + "price": 20.54 + }, + { + "min": 200, + "max": null, + "price": 19.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5177/psb-0443-sandstone-beige-tds-dt20231129233333030899.pdf?1701300814", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8192/sandstone-beige-psb-0443-dt20231129193626058909-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-0443/sandstone-beige", + "scraped_at": "2026-05-01T03:05:53.816Z" + }, + { + "sku": "PSB-0849", + "color_name": "ELDORADO BEIGE", + "description": "Eldorado Beige is a medium tan. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17 + }, + { + "min": 50, + "max": 199, + "price": 16.15 + }, + { + "min": 200, + "max": null, + "price": 15.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9976/eldorado-beige-psb-0849-dt20200528163846758-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-0849/eldorado-beige", + "scraped_at": "2026-05-01T03:06:06.219Z" + }, + { + "sku": "PSB-0969", + "color_name": "HOUSTON BURGUNDY", + "description": "Houston Burgundy is a rich, dark burgundy. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.14 + }, + { + "min": 50, + "max": 199, + "price": 17.23 + }, + { + "min": 200, + "max": null, + "price": 16.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3325/houston-burgundy-psb-0969-dt20201223190824051-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-0969/houston-burgundy", + "scraped_at": "2026-05-01T03:06:21.308Z" + }, + { + "sku": "PSB-10001", + "color_name": "Warm Stone", + "description": "Warm Stone is a grey with a slight brown tone. This color is a polyester solid tone with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.31 + }, + { + "min": 50, + "max": 199, + "price": 14.54 + }, + { + "min": 200, + "max": null, + "price": 13.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3326/warm-stone-psb-10001-dt20210420175612449-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10001/warm-stone", + "scraped_at": "2026-05-01T03:06:33.232Z" + }, + { + "sku": "PSB-10004", + "color_name": "Soft Grey", + "description": "Soft Grey is a dull, low gloss light grey color. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.95 + }, + { + "min": 50, + "max": 199, + "price": 14.2 + }, + { + "min": 200, + "max": null, + "price": 13.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3328/soft-grey-psb-10004-dt20210406174038448-thumbnail.jpg?1617730839&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10004/soft-grey", + "scraped_at": "2026-05-01T03:06:48.126Z" + }, + { + "sku": "PSB-10005", + "color_name": "Wild Rose", + "description": "Wild rose is a rich rose, medium pink. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Please note that this color exhibits a significant?E color change when a clear coat is applied. We strongly recommend spraying a test panel before starting your project, especially if you are using a topcoat or additional basecoats, primers, etc. This helps ensure the final color meets your specifications and allows you to anticipate any potential changes in color or finish. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Miami", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.66 + }, + { + "min": 50, + "max": 199, + "price": 17.73 + }, + { + "min": 200, + "max": null, + "price": 16.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8036/psb-10005-wild-rose-dt20260119161508437276.pdf?1768839310", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3330/wild-rose-psb-10005-dt202601261914481288-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10005/wild-rose", + "scraped_at": "2026-05-01T03:06:58.264Z" + }, + { + "sku": "PSB-10025", + "color_name": "Flat Mayham Blue", + "description": "Flat Mayham Blue is a rich royal blue with a smooth finish. This color is a polyester solid tone powder coat with a matte finish. This color is also available with a glossy finish as Mayham Blue PSB-6778. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.77 + }, + { + "min": 50, + "max": 199, + "price": 17.83 + }, + { + "min": 200, + "max": null, + "price": 16.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8194/flat-mayham-blue-psb-10025-dt20200803145814092-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10025/flat-mayham-blue", + "scraped_at": "2026-05-01T03:07:13.020Z" + }, + { + "sku": "PSB-10031", + "color_name": "SMOOTH CEMENT", + "description": "Smooth Cement is a light brownish grey. This color is a polyester solid tone powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.13 + }, + { + "min": 50, + "max": 199, + "price": 16.27 + }, + { + "min": 200, + "max": null, + "price": 15.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9754/smooth-cement-psb-10031-dt20190415140220243-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10031/smooth-cement", + "scraped_at": "2026-05-01T03:07:23.258Z" + }, + { + "sku": "PSB-10036", + "color_name": "Army Mud", + "description": "Army Mud is a medium brown that is lightly speckled with a darker color. It has a green hue and could be categorized as an olive drab. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.48 + }, + { + "min": 50, + "max": 199, + "price": 12.81 + }, + { + "min": 200, + "max": null, + "price": 12.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3333/army-mud-psb-10036-dt20180702142700476-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10036/army-mud", + "scraped_at": "2026-05-01T03:07:33.875Z" + }, + { + "sku": "PSB-10043", + "color_name": "Rust Clay", + "description": "Rust Clay is a dark rusty red. This color is a polyester solid tone powder coat with an eggshell finish. Eggshell: 11-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.34 + }, + { + "min": 50, + "max": 199, + "price": 17.42 + }, + { + "min": 200, + "max": null, + "price": 16.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8200/rust-clay-psb-10043-dt20190412230459701-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10043/rust-clay", + "scraped_at": "2026-05-01T03:07:44.720Z" + }, + { + "sku": "PSB-10049", + "color_name": "Flat Vampire Red", + "description": "Flat Vampire Red is a dark red. This color is a polyester solid tone powder coat with a flat finish. It is also available in a gloss finish as Vampire Red PSS-3013. Flat: 0-6 Gloss Units *This color is also available in the following alternative finishes: Gloss: Vampire Red PSS-3013 Low Gloss: Matte Vampire Red PSB-10857 Vein Finish: Vampire Red Silver Vein PVB-10972 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.62 + }, + { + "min": 50, + "max": 199, + "price": 20.54 + }, + { + "min": 200, + "max": null, + "price": 19.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7652/psb-10049-flat-vampire-red-dt20251107210506305381.pdf?1762549507", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8202/flat-vampire-red-psb-10049-dt20190321211943606-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10049/flat-vampire-red", + "scraped_at": "2026-05-01T03:07:56.623Z" + }, + { + "sku": "PSB-10052", + "color_name": "Soft Cloud White", + "description": "Soft Cloud White is a lower gloss bright white. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.91 + }, + { + "min": 50, + "max": 199, + "price": 13.21 + }, + { + "min": 200, + "max": null, + "price": 12.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3334/soft-cloud-white-psb-10052-dt20180703221417561-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10052/soft-cloud-white", + "scraped_at": "2026-05-01T03:08:13.185Z" + }, + { + "sku": "PSB-10055", + "color_name": "MUD", + "description": "Mud is a light brown that has fine speckles of different shades of brown. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Grey Day PSS-4311 Solid Tone (Semi-Gloss): Frosted Tan PSB-4912 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.89 + }, + { + "min": 50, + "max": 199, + "price": 16.05 + }, + { + "min": 200, + "max": null, + "price": 15.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3777/psb-10055-mud-tds-dt20230925153417389608.pdf?1695656059", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3335/mud-psb-10055-dt20210504214940783-thumbnail.jpg?1620164981&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10055/mud", + "scraped_at": "2026-05-01T03:08:25.153Z" + }, + { + "sku": "PSB-10056", + "color_name": "Dark Process Blue", + "description": "Dark Process Blue is a bright blue that has a speckle of a few different blue tones. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2896/psb-10056-dark-process-blue-tds-dt20230822151001324834.pdf?1692717003", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3336/dark-process-blue-psb-10056-dt20250616180708436582-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10056/dark-process-blue", + "scraped_at": "2026-05-01T03:08:38.361Z" + }, + { + "sku": "PSB-10057", + "color_name": "SUGAR COOKIE", + "description": "Sugar Cookie is a light tan. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.92 + }, + { + "min": 50, + "max": 199, + "price": 14.17 + }, + { + "min": 200, + "max": null, + "price": 13.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8204/sugar-cookie-psb-10057-dt20181008225112857-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10057/sugar-cookie", + "scraped_at": "2026-05-01T03:08:48.537Z" + }, + { + "sku": "PSB-10061", + "color_name": "BLM Blue", + "description": "BLM Blue is a rich navy blue. This color is a polyester solid tone powder coat with a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.23 + }, + { + "min": 50, + "max": 199, + "price": 13.52 + }, + { + "min": 200, + "max": null, + "price": 12.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8206/blm-blue-psb-10061-dt20190809173101283-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10061/blm-blue", + "scraped_at": "2026-05-01T03:09:01.968Z" + }, + { + "sku": "PSB-10070", + "color_name": "Lada Teal", + "description": "Lada Teal is a medium blue/green with a darker blue speckle. This color is a polyester solid tone powder coat with a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.46 + }, + { + "min": 50, + "max": 199, + "price": 18.49 + }, + { + "min": 200, + "max": null, + "price": 17.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8208/lada-teal-psb-10070-dt20190321212128873-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10070/lada-teal", + "scraped_at": "2026-05-01T03:09:17.046Z" + }, + { + "sku": "PSB-10071", + "color_name": "Vesta White", + "description": "Vesta White is a sleek cotton white. This color is a polyester solid tone powder coat with a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.11 + }, + { + "min": 50, + "max": 199, + "price": 12.45 + }, + { + "min": 200, + "max": null, + "price": 11.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8210/vesta-white-psb-10071-dt20200403154828741-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10071/vesta-white", + "scraped_at": "2026-05-01T03:09:32.814Z" + }, + { + "sku": "PSB-10072", + "color_name": "CAN-AM YELLOW '18", + "description": "Can-am Yellow '18 is a glowing lemon yellow. This color is a polyester solid tone powder coat with a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsCan-Am", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21 + }, + { + "min": 50, + "max": 199, + "price": 19.95 + }, + { + "min": 200, + "max": null, + "price": 18.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7028/can-am-yellow-18-psb-10072-dt20250707161046724032-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10072/can-am-yellow-18", + "scraped_at": "2026-05-01T03:09:47.405Z" + }, + { + "sku": "PSB-10076", + "color_name": "Robins Egg Blue", + "description": "Robins Egg Blue is a light blue color with a fine dark blue speckle in it. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.45 + }, + { + "min": 50, + "max": 199, + "price": 17.53 + }, + { + "min": 200, + "max": null, + "price": 16.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5972/psb-10076-robins-egg-blue-tds-dt20240329151613464737.pdf?1711725375", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8212/robins-egg-blue-psb-10076-dt20200910141523646-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10076/robins-egg-blue", + "scraped_at": "2026-05-01T03:10:00.157Z" + }, + { + "sku": "PSB-10083", + "color_name": "Flat Just Orange", + "description": "Flat Just Orange is a lower gloss construction orange. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Just Orange PSS-4045 Metallic (Gloss): Ashley Orange PMB-5323 / Orange Soda PMB-1585 Proposition 65 Warning CREATIONS MADE WITH FLAT JUST ORANGE View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.38 + }, + { + "min": 50, + "max": 199, + "price": 20.31 + }, + { + "min": 200, + "max": null, + "price": 19.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6497/psb-10083-flat-just-orange-dt20240508190311930443.pdf?1715194994", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7271/flat-just-orange-psb-10083-dt20190415220058989-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10083/flat-just-orange", + "scraped_at": "2026-05-01T03:10:10.572Z" + }, + { + "sku": "PSB-10091", + "color_name": "Blue Bomber", + "description": "Blue Bomber is a grey blue polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.39 + }, + { + "min": 50, + "max": 199, + "price": 14.62 + }, + { + "min": 200, + "max": null, + "price": 13.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8056/psb-10091-blue-bomber-dt20260119195824796814.pdf?1768852706", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8224/blue-bomber-psb-10091-dt20260219152653301632-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10091/blue-bomber", + "scraped_at": "2026-05-01T03:10:25.047Z" + }, + { + "sku": "PSB-10093", + "color_name": "Flat Deep Blue", + "description": "Flat Deep Blue is a gorgeous dark blue polyester solid tone, with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.75 + }, + { + "min": 50, + "max": 199, + "price": 17.81 + }, + { + "min": 200, + "max": null, + "price": 16.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8228/flat-deep-blue-psb-10093-dt20210111212105223-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10093/flat-deep-blue", + "scraped_at": "2026-05-01T03:10:35.849Z" + }, + { + "sku": "PSB-10104", + "color_name": "Haines Blue", + "description": "Haines Blue is a classic medium blue polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.7 + }, + { + "min": 50, + "max": 199, + "price": 17.77 + }, + { + "min": 200, + "max": null, + "price": 16.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4668/psb-10104-haines-blue-tds-dt20231106211005063052.pdf?1699305007", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8234/haines-blue-psb-10104-dt20231108162058486929-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10104/haines-blue", + "scraped_at": "2026-05-01T03:10:50.960Z" + }, + { + "sku": "PSB-10106", + "color_name": "Robins Teal", + "description": "Robins Teal is a teal polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.01 + }, + { + "min": 50, + "max": 199, + "price": 19.01 + }, + { + "min": 200, + "max": null, + "price": 18.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8077/psb-10106-robins-teal-dt2026011921143083614.pdf?1768857272", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8236/robins-teal-psb-10106-dt20260227220554825067-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10106/robins-teal", + "scraped_at": "2026-05-01T03:11:01.031Z" + }, + { + "sku": "PSB-10116", + "color_name": "Matte Sinbad Purple", + "description": "Matte Sinbad Purple is a medium dark purple polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Gloss Solid Tone: Sinbad Purple PSS-1676 Texture: Sinbad Purple Texture PTB-10384 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.58 + }, + { + "min": 50, + "max": 199, + "price": 18.6 + }, + { + "min": 200, + "max": null, + "price": 17.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2985/psb-10116-matte-sinbad-purple-tds-dt2023082920005892911.pdf?1693339260", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9292/matte-sinbad-purple-psb-10116-dt20231101164807164318-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10116/matte-sinbad-purple", + "scraped_at": "2026-05-01T03:11:13.671Z" + }, + { + "sku": "PSB-10118", + "color_name": "Satin Hawaiian Flower", + "description": "Satin Hawaiian Flower is a crimson red polyester solid tone and has a satin finish. Satin: 21-36 Gloss Units Due to the specific pigment used in this product, a clear or other top coat may dramatically change the color. Spray a test piece to ensure that the final color meets your requirements. Proposition 65 Warning RELATED PRODUCTS MATTE HAWAIIAN FLOWER PSB-10864 CLICK FOR DETAILS HAWAIIAN FLOWER RIVER PRB-11024 CLICK FOR DETAILS HAWAIIAN FLOWER TEXTURE PTB-10998 CLICK FOR DETAILS HAWAIIAN FLOWER PSS-1546 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.84 + }, + { + "min": 50, + "max": 199, + "price": 23.6 + }, + { + "min": 200, + "max": null, + "price": 22.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9294/satin-hawaiian-flower-psb-10118-dt20260109203817516543-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10118/satin-hawaiian-flower", + "scraped_at": "2026-05-01T03:11:29.838Z" + }, + { + "sku": "PSB-10129", + "color_name": "ROTTEN PLUM", + "description": "Rotten Plum is a speckled dark purple. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.28 + }, + { + "min": 50, + "max": 199, + "price": 12.62 + }, + { + "min": 200, + "max": null, + "price": 11.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5278/psb-10129-rotten-plum-tds-dt20231204195000544889.pdf?1701719404", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8840/rotten-plum-psb-10129-dt20220210192806253097-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10129/rotten-plum", + "scraped_at": "2026-05-01T03:11:43.456Z" + }, + { + "sku": "PSB-10144", + "color_name": "Morning Mallow", + "description": "Morning Mallow is a pale yellow. This color is a polyester solid tone powder coat with a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.2 + }, + { + "min": 50, + "max": 199, + "price": 13.49 + }, + { + "min": 200, + "max": null, + "price": 12.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7576/psb-10144-morning-mallow-dt20251006214935222665.pdf?1759787377", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9709/morning-mallow-psb-10144-dt20190422210930429-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10144/morning-mallow", + "scraped_at": "2026-05-01T03:11:57.113Z" + }, + { + "sku": "PSB-10151", + "color_name": "Camo Green", + "description": "Camo Green is a matte forest green. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Winter Green PSS-4815 Metallic (High Gloss): Frosted Winter Green PMB-6859 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.63 + }, + { + "min": 50, + "max": 199, + "price": 19.6 + }, + { + "min": 200, + "max": null, + "price": 18.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9756/camo-green-psb-10151-dt20190917181744678-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10151/camo-green", + "scraped_at": "2026-05-01T03:12:11.442Z" + }, + { + "sku": "PSB-10153", + "color_name": "Flat Bright Orange", + "description": "Flat Bright Orange is a bright citrus orange polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Gloss Solid Tone: Bright Orange PSS-0879 Texture: Bright OrangeTexture PTB-10382 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.14 + }, + { + "min": 50, + "max": 199, + "price": 19.13 + }, + { + "min": 200, + "max": null, + "price": 18.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4288/psb-10153-flat-bright-orange-tds-dt20231009150557419345.pdf?1696863960", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9764/flat-bright-orange-psb-10153-dt20231010175106613096-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10153/flat-bright-orange", + "scraped_at": "2026-05-01T03:12:24.298Z" + }, + { + "sku": "PSB-10155", + "color_name": "Flat Troll Blue", + "description": "Flat Troll Blue is a smooth shade of baby blue. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.96 + }, + { + "min": 50, + "max": 199, + "price": 17.06 + }, + { + "min": 200, + "max": null, + "price": 16.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8138/psb-10155-flat-troll-blue-dt20260216193246628866.pdf?1771270386", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10140/flat-troll-blue-psb-10155-dt20250710204305665834-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10155/flat-troll-blue", + "scraped_at": "2026-05-01T03:12:36.318Z" + }, + { + "sku": "PSB-10166", + "color_name": "SATIN CHINA MINT", + "description": "Satin China Mint is a lower gloss mint green. This color is a polyester solid tone powder coat with a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): China Mint PSS-1452 River (Semi-Gloss): China Mint River PRB-2696 Texture (Matte): China Mint Texture PTB-8154 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.08 + }, + { + "min": 50, + "max": 199, + "price": 18.13 + }, + { + "min": 200, + "max": null, + "price": 17.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3169/psb-10166-satin-china-mint-tds-dt20230905175505919674.pdf?1693936507", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9962/satin-china-mint-psb-10166-dt2020042914281316-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10166/satin-china-mint", + "scraped_at": "2026-05-01T03:12:47.590Z" + }, + { + "sku": "PSB-10169", + "color_name": "Satin Hot Orange", + "description": "Satin Hot Orange is a warm scarlet red. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.05 + }, + { + "min": 50, + "max": 199, + "price": 20 + }, + { + "min": 200, + "max": null, + "price": 18.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3927/psb-10169-satin-hot-orange-tds-dt2023092716595533495.pdf?1695833997", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9966/satin-hot-orange-psb-10169-dt20190809174104996-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10169/satin-hot-orange", + "scraped_at": "2026-05-01T03:13:03.873Z" + }, + { + "sku": "PSB-1017", + "color_name": "Amazon Teal", + "description": "Amazon Teal is a teal polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.41 + }, + { + "min": 50, + "max": 199, + "price": 15.59 + }, + { + "min": 200, + "max": null, + "price": 14.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8082/psb-1017-amazon-teal-dt20260119212829324874.pdf?1768858110", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8238/amazon-teal-psb-1017-dt20260227213221864454-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1017/amazon-teal", + "scraped_at": "2026-05-01T03:13:13.889Z" + }, + { + "sku": "PSB-10170", + "color_name": "Satin Light Cherry Red", + "description": "Satin Light Cherry Red is a lower gloss maroon. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Light Cherry Red PSS-1423 River (Satin): Light Cherry River PRB-1891 Metallic (High Gloss): Maroon Spice PMB-4200 Metallic (Semi-Gloss): Modesto Red PMB-1074 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.68 + }, + { + "min": 50, + "max": 199, + "price": 20.6 + }, + { + "min": 200, + "max": null, + "price": 19.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3197/psb-10170-satin-light-cherry-red-tds-dt2023090520272270697.pdf?1693945644", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9968/satin-light-cherry-red-psb-10170-dt20250310155901186775-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10170/satin-light-cherry-red", + "scraped_at": "2026-05-01T03:13:27.422Z" + }, + { + "sku": "PSB-10174", + "color_name": "Satin Orange Guava", + "description": "Satin Orange Guava is a peachy orange polyester solid tone and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning RELATED PRODUCTS ORANGE GUAVA SILVER VEIN PVB-10981 CLICK FOR DETAILS MATTE ORANGE GUAVA PSB-10866 CLICK FOR DETAILS ORANGE GUAVA PSS-6455 CLICK FOR DETAILS ORANGE GUAVA RIVER PRB-11026 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.73 + }, + { + "min": 50, + "max": 199, + "price": 20.64 + }, + { + "min": 200, + "max": null, + "price": 19.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5354/psb-10174-satin-orange-guava-tds-dt20231206152940690197.pdf?1701876582", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10188/satin-orange-guava-psb-10174-dt20260109204835139837-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10174/satin-orange-guava", + "scraped_at": "2026-05-01T03:13:42.829Z" + }, + { + "sku": "PSB-10178", + "color_name": "Carob Mocha", + "description": "Carob Mocha is a medium brown polyester solid tone with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.06 + }, + { + "min": 50, + "max": 199, + "price": 17.16 + }, + { + "min": 200, + "max": null, + "price": 16.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4133/psb-10178-carob-mocha-tds-dt20231003152646832775.pdf?1696346809", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10413/carob-mocha-psb-10178-dt20231005190545323366-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10178/carob-mocha", + "scraped_at": "2026-05-01T03:13:54.857Z" + }, + { + "sku": "PSB-10183", + "color_name": "Racer Orange", + "description": "Racer Orange is strong shade of tiger orange. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.52 + }, + { + "min": 50, + "max": 199, + "price": 20.44 + }, + { + "min": 200, + "max": null, + "price": 19.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7343/psb-10183-racer-orange-dt20250502202936222052.pdf?1746217779", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10522/racer-orange-psb-10183-dt20200609171627808-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10183/racer-orange", + "scraped_at": "2026-05-01T03:14:08.164Z" + }, + { + "sku": "PSB-10189", + "color_name": "Dark Cyan", + "description": "Dark Cyan is a dark teal polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.65 + }, + { + "min": 50, + "max": 199, + "price": 15.82 + }, + { + "min": 200, + "max": null, + "price": 14.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8084/psb-10189-dark-cyan-dt2026011921321021467.pdf?1768858331", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10569/dark-cyan-psb-10189-dt20260227213923946672-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10189/dark-cyan", + "scraped_at": "2026-05-01T03:14:22.521Z" + }, + { + "sku": "PSB-10190", + "color_name": "Rosemallows", + "description": "Rosemallows is a yellow polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.5 + }, + { + "min": 50, + "max": 199, + "price": 17.58 + }, + { + "min": 200, + "max": null, + "price": 16.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6964/psb-10190-rosemallows-dt20241112170134559702.pdf?1731430896", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10587/rosemallows-psb-10190-dt20241126211125100221-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10190/rosemallows", + "scraped_at": "2026-05-01T03:14:34.939Z" + }, + { + "sku": "PSB-10200", + "color_name": "Chiffon White", + "description": "Chiffon White is a slightly warm white polyester solid tone and has a semi-gloss finish. High Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.37 + }, + { + "min": 50, + "max": 199, + "price": 17.45 + }, + { + "min": 200, + "max": null, + "price": 16.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10591/chiffon-white-psb-10200-dt20260424213044436125-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10200/chiffon-white", + "scraped_at": "2026-05-01T03:14:47.273Z" + }, + { + "sku": "PSB-10209", + "color_name": "SATIN CHARTREUSE", + "description": "Satin Chartreuse is an intense lemon-lime yellow. This color is a polyester solid tone powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Miami PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.68 + }, + { + "min": 50, + "max": 199, + "price": 29.15 + }, + { + "min": 200, + "max": null, + "price": 27.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3633/psb-10209-satin-chartreuse-sherbert-tds-dt20230919200227363385.pdf?1695153749", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10801/satin-chartreuse-sherbert-psb-10209-dt2020073118162254-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10209/satin-chartreuse", + "scraped_at": "2026-05-01T03:15:03.657Z" + }, + { + "sku": "PSB-10210", + "color_name": "Satin Very Red", + "description": "Satin Very Red is a strong scarlet red. This color is a polyester solid tone powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.54 + }, + { + "min": 50, + "max": 199, + "price": 18.56 + }, + { + "min": 200, + "max": null, + "price": 17.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3768/psb-10210-satin-very-red-tds-dt20230922224531969557.pdf?1695422734", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10803/satin-very-red-psb-10210-dt20200731181428521-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10210/satin-very-red", + "scraped_at": "2026-05-01T03:15:14.175Z" + }, + { + "sku": "PSB-10211", + "color_name": "Satin Astatic Red", + "description": "Satin Astatic Red is a rich scarlet red. This color is a polyester solid tone powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.58 + }, + { + "min": 50, + "max": 199, + "price": 12.9 + }, + { + "min": 200, + "max": null, + "price": 12.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2794/psb-10211-satin-astatic-red-tds-dt20230818154301292262.pdf?1692373383", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10805/satin-astatic-red-psb-10211-dt20200731181225758-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10211/satin-astatic-red", + "scraped_at": "2026-05-01T03:15:27.605Z" + }, + { + "sku": "PSB-10212", + "color_name": "Satin Playboy Blue", + "description": "Satin Playboy Blue is a dark sky blue. This color is a polyester solid tone powder coat with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.75 + }, + { + "min": 50, + "max": 199, + "price": 14.96 + }, + { + "min": 200, + "max": null, + "price": 14.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2981/psb-10212-satin-playboy-blue-tds-dt20230829194653294889.pdf?1693338414", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10807/satin-playboy-blue-psb-10212-dt20201012182719137-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10212/satin-playboy-blue", + "scraped_at": "2026-05-01T03:15:38.113Z" + }, + { + "sku": "PSB-10213", + "color_name": "SATIN NEON YELLOW", + "description": "Satin Neon Yellow is a radiant lemon yellow. This color is a polyester solid tone powder coat with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.48 + }, + { + "min": 50, + "max": 199, + "price": 19.46 + }, + { + "min": 200, + "max": null, + "price": 18.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3410/psb-10213-satin-neon-yellow-tds-dt20230914154950569178.pdf?1694706592", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10809/satin-neon-yellow-psb-10213-dt20201012181255631-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10213/satin-neon-yellow", + "scraped_at": "2026-05-01T03:15:54.496Z" + }, + { + "sku": "PSB-10217", + "color_name": "Kurt's Khakis", + "description": "Kurt's Khakis is a flecked, light hazel green. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.43 + }, + { + "min": 50, + "max": 199, + "price": 14.66 + }, + { + "min": 200, + "max": null, + "price": 13.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10669/kurts-khakis-psb-10217-dt20201106235325777-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10217/kurts-khakis", + "scraped_at": "2026-05-01T03:16:07.297Z" + }, + { + "sku": "PSB-10219", + "color_name": "Satin Red Clay", + "description": "Satin Red Clay is an earthy red-orange. This color is a polyester solid tone powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.75 + }, + { + "min": 50, + "max": 199, + "price": 14.96 + }, + { + "min": 200, + "max": null, + "price": 14.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10672/satin-red-clay-psb-10219-dt20201106235649377-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10219/satin-red-clay", + "scraped_at": "2026-05-01T03:16:22.908Z" + }, + { + "sku": "PSB-10221", + "color_name": "Shock Orange", + "description": "Shock Orange is a cool salamander orange. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.62 + }, + { + "min": 50, + "max": 199, + "price": 21.49 + }, + { + "min": 200, + "max": null, + "price": 20.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10684/shock-orange-psb-10221-dt20201012182211552-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10221/shock-orange", + "scraped_at": "2026-05-01T03:16:34.391Z" + }, + { + "sku": "PSB-10235", + "color_name": "Milano Teal", + "description": "Milano Teal is a light tropical blue teal polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.68 + }, + { + "min": 50, + "max": 199, + "price": 20.6 + }, + { + "min": 200, + "max": null, + "price": 19.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5940/psb-10235-milano-teal-tds-dt20240328150202646755.pdf?1711638124", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10767/milano-teal-psb-10235-dt2023110216222626871-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10235/milano-teal", + "scraped_at": "2026-05-01T03:16:47.152Z" + }, + { + "sku": "PSB-10244", + "color_name": "Keppel Blue", + "description": "Keppel Blue is a light robin's egg blue polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.14 + }, + { + "min": 50, + "max": 199, + "price": 16.28 + }, + { + "min": 200, + "max": null, + "price": 15.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5548/psb-10244-keppel-blue-tds-dt20240116211551933541.pdf?1705439754", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10982/keppel-blue-psb-10244-dt20240123224606993845-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10244/keppel-blue", + "scraped_at": "2026-05-01T03:17:02.537Z" + }, + { + "sku": "PSB-10246", + "color_name": "911 Blue", + "description": "911 Blue is a bright azure blue. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.97 + }, + { + "min": 50, + "max": 199, + "price": 15.17 + }, + { + "min": 200, + "max": null, + "price": 14.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11130/911-blue-psb-10246-dt20201012211005698-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10246/911-blue", + "scraped_at": "2026-05-01T03:17:13.343Z" + }, + { + "sku": "PSB-10247", + "color_name": "Natural Cotton", + "description": "Natural Cotton is a warm bisque beige. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.96 + }, + { + "min": 50, + "max": 199, + "price": 15.16 + }, + { + "min": 200, + "max": null, + "price": 14.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8184/psb-10247-natural-cotton-dt20260306220327081777.pdf?1772834609", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11132/natural-cotton-psb-10247-dt2020101221055912-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10247/natural-cotton", + "scraped_at": "2026-05-01T03:17:24.440Z" + }, + { + "sku": "PSB-10248", + "color_name": "Dry Brown", + "description": "Dry Brown is a light, flecked tortilla brown. This color is a polyester solid tone powder coat with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.84 + }, + { + "min": 50, + "max": 199, + "price": 16 + }, + { + "min": 200, + "max": null, + "price": 15.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11136/dry-brown-psb-10248-dt20201012210104057-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10248/dry-brown", + "scraped_at": "2026-05-01T03:17:38.412Z" + }, + { + "sku": "PSB-10257", + "color_name": "FLAT SPRING PURPLE", + "description": "Flat Spring Purple is a rich shade of lilac purple with a pinkish hue. This color is a polyester solid tone powder coat with a flat finish. Flat: 0-6 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Spring Purple PSS-10154 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.23 + }, + { + "min": 50, + "max": 199, + "price": 26.82 + }, + { + "min": 200, + "max": null, + "price": 25.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2623/psb-10257-flat-spring-purple-tds-dt20230814204005112847.pdf?1692045607", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11190/flat-spring-purple-psb-10257-dt20201012184215536-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10257/flat-spring-purple", + "scraped_at": "2026-05-01T03:17:49.980Z" + }, + { + "sku": "PSB-10280", + "color_name": "Newport Blue", + "description": "Newport Blue is a muted shade of denim blue. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.21 + }, + { + "min": 50, + "max": 199, + "price": 14.45 + }, + { + "min": 200, + "max": null, + "price": 13.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11230/newport-blue-psb-10280-dt20200731182248168-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10280/newport-blue", + "scraped_at": "2026-05-01T03:18:03.427Z" + }, + { + "sku": "PSB-10290", + "color_name": "NAVY SUEDE", + "description": "Navy Suede is a greyish denim blue. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.75 + }, + { + "min": 50, + "max": 199, + "price": 14.96 + }, + { + "min": 200, + "max": null, + "price": 14.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4818/psb-10290-navy-suede-tds-dt20231121191622847186.pdf?1700594185", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11262/navy-suede-psb-10290-dt20201012205433184-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10290/navy-suede", + "scraped_at": "2026-05-01T03:18:17.991Z" + }, + { + "sku": "PSB-10299", + "color_name": "Appalachian Trail", + "description": "Appalachian Trail is a sleek chocolate brown. This color is a polyester solid tone powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units CREATIONS MADE WITH APPALACHIAN TRAIL View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.04 + }, + { + "min": 50, + "max": 199, + "price": 12.39 + }, + { + "min": 200, + "max": null, + "price": 11.74 + } + ], + "safety_data_sheet_url": "https://www.prismaticpowders.com/documents", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11278/appalachian-trail-psb-10299-dt20201012183229763-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10299/appalachian-trail", + "scraped_at": "2026-05-01T03:18:30.929Z" + }, + { + "sku": "PSB-10310", + "color_name": "SCREAMIN' VIOLET", + "description": "Screamin' Violet is a light orchid purple that glows when exposed to black light. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units * This color has limited UV resistance. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.28 + }, + { + "min": 50, + "max": 199, + "price": 16.42 + }, + { + "min": 200, + "max": null, + "price": 15.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6936/psb-10310-screamin-violet-dt20241023200015919262.pdf?1729713618", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11350/screamin-violet-psb-10310-dt20220209192339181925-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10310/screamin-violet", + "scraped_at": "2026-05-01T03:18:45.208Z" + }, + { + "sku": "PSB-10311", + "color_name": "Screamin' Pink", + "description": "Screamin' Pink is a neon watermelon pink that glows when exposed to black light. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units * This color has limited UV resistance. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.28 + }, + { + "min": 50, + "max": 199, + "price": 16.42 + }, + { + "min": 200, + "max": null, + "price": 15.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7757/psb-10311-screamin-pink-dt20251229214613031749.pdf?1767044774", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11352/screamin-pink-psb-10311-dt20220209192309468514-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10311/screamin-pink", + "scraped_at": "2026-05-01T03:18:58.722Z" + }, + { + "sku": "PSB-10312", + "color_name": "SCREAMIN' YELLOW", + "description": "Screamin' Yellow is a light neon yellow that glows when exposed to black light. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units * This color has limited UV resistance. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.28 + }, + { + "min": 50, + "max": 199, + "price": 16.42 + }, + { + "min": 200, + "max": null, + "price": 15.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6934/psb-10312-screamin-yellow-dt20241023195802389747.pdf?1729713485", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11354/screamin-yellow-psb-10312-dt20220209192407806779-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10312/screamin-yellow", + "scraped_at": "2026-05-01T03:19:10.763Z" + }, + { + "sku": "PSB-10313", + "color_name": "Screamin' Green", + "description": "Screamin' Green is a bright spring green that glows when exposed to black light. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units * This color has limited UV resistance. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.28 + }, + { + "min": 50, + "max": 199, + "price": 16.42 + }, + { + "min": 200, + "max": null, + "price": 15.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6933/psb-10313-screamin-green-dt20241023195638373789.pdf?1729713400", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11356/screamin-green-psb-10313-dt20220209192243889966-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10313/screamin-green", + "scraped_at": "2026-05-01T03:19:22.030Z" + }, + { + "sku": "PSB-10314", + "color_name": "Screamin' Blue", + "description": "Screamin' Blue is a light sky blue. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color glows when exposed to black light. * This color has limited UV resistance. Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.28 + }, + { + "min": 50, + "max": 199, + "price": 16.42 + }, + { + "min": 200, + "max": null, + "price": 15.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6932/psb-10314-screamin-blue-dt202410231954537229.pdf?1729713296", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11358/screamin-blue-psb-10314-dt20220209192143898442-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10314/screamin-blue", + "scraped_at": "2026-05-01T03:19:36.595Z" + }, + { + "sku": "PSB-10315", + "color_name": "SCREAMIN' CORAL", + "description": "Screamin' Coral is a bright coral peach. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color glows when exposed to black light. * This color has limited UV resistance. Each additional coat of powder coating will act as an insulator, which will require extra time for the substrate to reach temperature. Extend cure times as needed. Black light-responsive colors have limited UV and weather stability and should primarily be considered for novelty applications. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. The duration of the effect is limited and should primarily be considered for novelty. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.28 + }, + { + "min": 50, + "max": 199, + "price": 16.42 + }, + { + "min": 200, + "max": null, + "price": 15.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6919/psb-10315-screamin-coral-dt20241023162346729814.pdf?1729700628", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11360/screamin-coral-psb-10315-dt20220209192216151265-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10315/screamin-coral", + "scraped_at": "2026-05-01T03:19:51.859Z" + }, + { + "sku": "PSB-10334", + "color_name": "Fire Brick Red", + "description": "Fire Brick Red is a rusty orange-red. This color is a polyester solid tone powder coat with a satin finish. Satin: 211-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.85 + }, + { + "min": 50, + "max": 199, + "price": 17.91 + }, + { + "min": 200, + "max": null, + "price": 16.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11506/fire-brick-red-psb-10334-dt20210412171048658-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10334/fire-brick-red", + "scraped_at": "2026-05-01T03:20:02.422Z" + }, + { + "sku": "PSB-10359", + "color_name": "Agave Forrest", + "description": "Agave Forrest is a deep pine green. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.12 + }, + { + "min": 50, + "max": 199, + "price": 16.26 + }, + { + "min": 200, + "max": null, + "price": 15.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11566/agave-forrest-psb-10359-dt20210416150312152-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10359/agave-forrest", + "scraped_at": "2026-05-01T03:20:13.391Z" + }, + { + "sku": "PSB-10376", + "color_name": "Flat Dumbell Blue", + "description": "Flat Dumbell Blue is a cobalt blue solid tone polyester and has a matte finish. Matte: 7-20 Gloss Units Texture: Dumbell Blue Texture PTB-10383 Gloss Solid Tone: Dumbell Blue PSS-0822 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.42 + }, + { + "min": 50, + "max": 199, + "price": 12.75 + }, + { + "min": 200, + "max": null, + "price": 12.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3163/psb-10376-flat-dumbell-blue-tds-dt20230905154936422578.pdf?1693928978", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12176/flat-dumbell-blue-psb-10376-dt20230901205352564141-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10376/flat-dumbell-blue", + "scraped_at": "2026-05-01T03:20:24.923Z" + }, + { + "sku": "PSB-10387", + "color_name": "Matte Ford Dark Blue", + "description": "Matte Ford Dark Blue is a muted blue polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.05 + }, + { + "min": 50, + "max": 199, + "price": 16.2 + }, + { + "min": 200, + "max": null, + "price": 15.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12241/matte-ford-dark-blue-psb-10387-dt20260324175845139798-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10387/matte-ford-dark-blue", + "scraped_at": "2026-05-01T03:20:40.092Z" + }, + { + "sku": "PSB-10396", + "color_name": "Bang Bang !", + "description": "Bang Bang! is a light hot pink. This color is a polyester solid tone powder coat with a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 41.02 + }, + { + "min": 50, + "max": 199, + "price": 38.97 + }, + { + "min": 200, + "max": null, + "price": 36.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7764/psb-10396-bang-bang-dt20251229220935061877.pdf?1767046176", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12376/bang-bang-psb-10396-dt20211008183936288-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10396/bang-bang", + "scraped_at": "2026-05-01T03:20:52.754Z" + }, + { + "sku": "PSB-10397", + "color_name": "Cornflower Blue", + "description": "Cornflower Blue is a flecked medium shade of blue. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.33 + }, + { + "min": 50, + "max": 199, + "price": 19.31 + }, + { + "min": 200, + "max": null, + "price": 18.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2730/psb-10397-cornflower-blue-tds-dt20230816211931260952.pdf?1692220773", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12326/cornflower-blue-psb-10397-dt20201231161117853-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10397/cornflower-blue", + "scraped_at": "2026-05-01T03:21:05.644Z" + }, + { + "sku": "PSB-10408", + "color_name": "Matte Rhodamine", + "description": "Matte Rhodamine is a darker bubble gum pink polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Gloss: Rhodamine Red PSS-10394 River: Rhodamine River PRB-10407 Texture: Rhodamine Texture PTB-10406 Metallic: Rhodamine Sparkle PMB-10409 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 38.13 + }, + { + "min": 50, + "max": 199, + "price": 36.22 + }, + { + "min": 200, + "max": null, + "price": 34.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5496/psb-10408-matte-rhodamine-tds-dt20240108172858512036.pdf?1704734941", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13100/matte-rhodamine-psb-10408-dt20231108162716870127-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10408/matte-rhodamine", + "scraped_at": "2026-05-01T03:21:29.460Z" + }, + { + "sku": "PSB-10416", + "color_name": "Matte Cotton Candy Blue", + "description": "Matte Cotton Candy Blue is a very light powder blue with a hint of green. This color is a polyester solid tone powder coat with a matte finish. Matte 7-10 Gloss Units Proposition 65 Warning RELATED PRODUCTS COTTON CANDY BLUE RIVER PRB-10415 CLICK FOR DETAILS COTTON CANDY BLUE PSS-10399 CLICK FOR DETAILS COTTON CANDY BLUE SPARKLE PMB-10417 CLICK FOR DETAILS COTTON CANDY BLUE TEXTURE PTB-10414 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.12 + }, + { + "min": 50, + "max": 199, + "price": 19.11 + }, + { + "min": 200, + "max": null, + "price": 18.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2754/psb-10416-matte-cotton-candy-blue-tds-dt2023081715004677022.pdf?1692284448", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13200/matte-cotton-candy-blue-psb-10416-dt20250627162550885338-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10416/matte-cotton-candy-blue", + "scraped_at": "2026-05-01T03:21:43.129Z" + }, + { + "sku": "PSB-10427", + "color_name": "Matte Lima Green", + "description": "Matte Lima Green is a light biscotti yellow with a green hue. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Lima Green PSS-4316 Texture (Satin): Lima Green Texture PTB-10429 River (Satin): Lima Green River PRB-10428 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.28 + }, + { + "min": 50, + "max": 199, + "price": 16.42 + }, + { + "min": 200, + "max": null, + "price": 15.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2416/psb-10427-matte-lima-green-tds-dt20230803164221910878.pdf?1691080944", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13204/matte-lima-green-psb-10427-dt20211201155548654-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10427/matte-lima-green", + "scraped_at": "2026-05-01T03:21:59.090Z" + }, + { + "sku": "PSB-10430", + "color_name": "Matte Creamy Almond", + "description": "Matte Creamy Almond is a light caramel yellow. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Creamy Almond PSS-2743 Texture (Matte): Creamy Almond Texture PTB-10432 River (Semi-Gloss): Creamy Almond River PRB-10431 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.87 + }, + { + "min": 50, + "max": 199, + "price": 14.13 + }, + { + "min": 200, + "max": null, + "price": 13.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13206/matte-creamy-almond-psb-10430-dt20211122185453672-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10430/matte-creamy-almond", + "scraped_at": "2026-05-01T03:22:11.052Z" + }, + { + "sku": "PSB-10433", + "color_name": "Matte Wheatland", + "description": "Matte Wheatland is a light caramel yellow. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Wheatland PSS-0991 River (Semi-Gloss): Wheatland River PRB-10434 Texture (Satin): Wheatland Texture PTB-10435 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.47 + }, + { + "min": 50, + "max": 199, + "price": 18.5 + }, + { + "min": 200, + "max": null, + "price": 17.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3004/psb-10433-matte-wheatland-tds-dt20230829224024893788.pdf?1693348826", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13208/matte-wheatland-psb-10433-dt2021120115521555-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10433/matte-wheatland", + "scraped_at": "2026-05-01T03:22:24.068Z" + }, + { + "sku": "PSB-10436", + "color_name": "Matte Caterpillar Yellow II", + "description": "Matte Caterpillar Yellow II is a dark yellow with an orange hue. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Caterpillar Yellow II PSS-2550 Texture (Satin): Caterpillar Yellow II Texture PTB-10438 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.38 + }, + { + "min": 50, + "max": 199, + "price": 20.31 + }, + { + "min": 200, + "max": null, + "price": 19.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3540/psb-10436-matte-caterpillar-yellow-ii-tds-dt20230918163203645981.pdf?1695054725", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13210/matte-caterpillar-yellow-ii-psb-10436-dt20211203153143754-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10436/matte-caterpillar-yellow-ii", + "scraped_at": "2026-05-01T03:22:39.176Z" + }, + { + "sku": "PSB-10439", + "color_name": "Matte Sunrise Yellow", + "description": "Matte Sunrise Yellow is a dark sunflower yellow. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sunrise Yellow PSS-4090 Texture (Satin): Sunrise Yellow Texture PTB-10441 River (Gloss): Sunrise Yellow River PRB-10440 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.28 + }, + { + "min": 50, + "max": 199, + "price": 20.22 + }, + { + "min": 200, + "max": null, + "price": 19.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3052/psb-10439-matte-sunrise-yellow-tds-dt20230830164334266099.pdf?1693413815", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13212/matte-sunrise-yellow-psb-10439-dt20220204230252009655-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10439/matte-sunrise-yellow", + "scraped_at": "2026-05-01T03:22:51.104Z" + }, + { + "sku": "PSB-10442", + "color_name": "Matte Mustard Green", + "description": "Matte Mustard Green is a greenish mustard yellow. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Mustard Green PSB-10442 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.11 + }, + { + "min": 50, + "max": 199, + "price": 23.85 + }, + { + "min": 200, + "max": null, + "price": 22.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3425/psb-10442-matte-mustard-green-tds-dt20230914162742881908.pdf?1694708864", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13214/matte-mustard-green-psb-10442-dt20211203153004292-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10442/matte-mustard-green", + "scraped_at": "2026-05-01T03:23:04.469Z" + }, + { + "sku": "PSB-10445", + "color_name": "Matte Dijon Yellow", + "description": "Matte Dijon Yellow is a mustard yellow. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Dijon Yellow PSS-5401 River (Gloss): Dijon Yellow River PRB-10446 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.75 + }, + { + "min": 50, + "max": 199, + "price": 18.76 + }, + { + "min": 200, + "max": null, + "price": 17.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3435/psb-10445-matte-dijon-yellow-tds-dt20230914200509246895.pdf?1694721911", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13216/matte-dijon-yellow-psb-10445-dt2022022222185958791-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10445/matte-dijon-yellow", + "scraped_at": "2026-05-01T03:23:18.412Z" + }, + { + "sku": "PSB-10448", + "color_name": "Matte Sudden Yellow", + "description": "Matte Sudden Yellow is a rich fire yellow with an orange hue. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sudden Yellow PSS-2127 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.41 + }, + { + "min": 50, + "max": 199, + "price": 17.49 + }, + { + "min": 200, + "max": null, + "price": 16.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3436/psb-10448-matte-sudden-yellow-tds-dt20230914214722142497.pdf?1694728044", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13218/matte-sudden-yellow-psb-10448-dt20211203152805493-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10448/matte-sudden-yellow", + "scraped_at": "2026-05-01T03:23:29.619Z" + }, + { + "sku": "PSB-10451", + "color_name": "Matte Western Beige", + "description": "Matte Western Beige is a light caramel yellow. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Western Beige PSS-4633 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.54 + }, + { + "min": 50, + "max": 199, + "price": 16.66 + }, + { + "min": 200, + "max": null, + "price": 15.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3449/psb-10451-matte-western-beige-tds-dt20230915161928404892.pdf?1694794770", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13220/matte-western-beige-psb-10451-dt20211201155301171-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10451/matte-western-beige", + "scraped_at": "2026-05-01T03:23:40.996Z" + }, + { + "sku": "PSB-10454", + "color_name": "Matte Citron", + "description": "Matte Citron is a rich pineapple yellow. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Citron PSB-10454 Texture (Satin): Citron Texture PTB-10456 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.49 + }, + { + "min": 50, + "max": 199, + "price": 22.32 + }, + { + "min": 200, + "max": null, + "price": 21.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3034/psb-10454-matte-citron-tds-dt20230830155906313209.pdf?1693411147", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13222/matte-citron-psb-10454-dt20211203153037066-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10454/matte-citron", + "scraped_at": "2026-05-01T03:23:53.699Z" + }, + { + "sku": "PSB-10457", + "color_name": "Matte Porcelain White", + "description": "Matte Porcelain White is a linen white. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Porcelain White PSS-2094 Texture (Satin): Porcelain White Texture PTB-10459 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.69 + }, + { + "min": 50, + "max": 199, + "price": 13.96 + }, + { + "min": 200, + "max": null, + "price": 13.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3070/psb-10457-matte-porcelain-white-tds-dt20230830175141489323.pdf?1693417903", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13224/matte-porcelain-white-psb-10457-dt20211201155501552-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10457/matte-porcelain-white", + "scraped_at": "2026-05-01T03:24:06.083Z" + }, + { + "sku": "PSB-10460", + "color_name": "Matte Sad Beige", + "description": "Matte Sad Beige is a yellow beige. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sad Beige PSS-3019 Texture (Satin): Sad Beige Texture PTB-10462 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.94 + }, + { + "min": 50, + "max": 199, + "price": 15.14 + }, + { + "min": 200, + "max": null, + "price": 14.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3075/psb-10460-matte-sad-beige-tds-dt2023083018063551403.pdf?1693418797", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13226/matte-sad-beige-psb-10460-dt202112011554204-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10460/matte-sad-beige", + "scraped_at": "2026-05-01T03:24:20.096Z" + }, + { + "sku": "PSB-10463", + "color_name": "Matte File Folder", + "description": "Matte File Folder is a creamy white with a warm hue. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): File Folder PSS-3061 Texture (Satin): File Folder Texture PTB-10465 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.38 + }, + { + "min": 50, + "max": 199, + "price": 14.61 + }, + { + "min": 200, + "max": null, + "price": 13.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3085/psb-10463-matte-file-folder-tds-dt20230830192319099698.pdf?1693423400", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13228/matte-file-folder-psb-10463-dt20211207151107871-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10463/matte-file-folder", + "scraped_at": "2026-05-01T03:24:36.028Z" + }, + { + "sku": "PSB-10466", + "color_name": "Matte Lemon Peel", + "description": "Matte Lemon Peel is a bright neon-like yellow. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Lemon Peel PSS-4035 Texture (Satin): Lemon Peel Texture PTB-10468 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.53 + }, + { + "min": 50, + "max": 199, + "price": 21.4 + }, + { + "min": 200, + "max": null, + "price": 20.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3024/psb-10466-matte-lemon-peel-tds-dt20230830153104011615.pdf?1693409465", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13230/matte-lemon-peel-psb-10466-dt20220204230204246571-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10466/matte-lemon-peel", + "scraped_at": "2026-05-01T03:24:50.920Z" + }, + { + "sku": "PSB-10469", + "color_name": "Matte Saffron", + "description": "Matte Saffron is a smooth golden yellow with an orange hue. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Saffron PSS-2790 Texture (Satin): Saffron Texture PTB-10471 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.47 + }, + { + "min": 50, + "max": 199, + "price": 18.5 + }, + { + "min": 200, + "max": null, + "price": 17.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3092/psb-10469-matte-saffron-tds-dt20230830214757108106.pdf?1693432078", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13232/matte-saffron-psb-10469-dt20211122185526756-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10469/matte-saffron", + "scraped_at": "2026-05-01T03:25:02.147Z" + }, + { + "sku": "PSB-10475", + "color_name": "Matte Edgewood Beige", + "description": "Matte Edgewood Beige is a medium tan polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS EDGEWOOD BEIGE RIVER PRB-10476 CLICK FOR DETAILS EDGEWOOD BEIGE SILVER VEIN PVB-10945 CLICK FOR DETAILS EDGEWOOD BEIGE PSS-1159 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.29 + }, + { + "min": 50, + "max": 199, + "price": 14.53 + }, + { + "min": 200, + "max": null, + "price": 13.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13236/matte-edgewood-beige-psb-10475-dt20231128215103038646-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10475/matte-edgewood-beige", + "scraped_at": "2026-05-01T03:25:17.450Z" + }, + { + "sku": "PSB-10478", + "color_name": "Matte Yellow Olive", + "description": "Matte Yellow Olive is a hazel yellow with a greenish hue. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Yellow Olive PSS-5547 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.47 + }, + { + "min": 50, + "max": 199, + "price": 18.5 + }, + { + "min": 200, + "max": null, + "price": 17.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3403/psb-10478-matte-yellow-olive-tds-dt20230914153454717644.pdf?1694705696", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13238/matte-yellow-olive-psb-10478-dt20211201155130175-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10478/matte-yellow-olive", + "scraped_at": "2026-05-01T03:25:30.053Z" + }, + { + "sku": "PSB-10481", + "color_name": "Matte Yes Yellow", + "description": "Matte Yes Yellow is a rich yellow with a slight green hue. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Yes Yellow PSS-5691 Texture (Satin): Yes Yellow Texture PTB-10483 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.14 + }, + { + "min": 50, + "max": 199, + "price": 21.03 + }, + { + "min": 200, + "max": null, + "price": 19.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3029/psb-10481-matte-yes-yellow-tds-dt20230830154453519965.pdf?1693410295", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13240/matte-yes-yellow-psb-10481-dt20220202155455527251-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10481/matte-yes-yellow", + "scraped_at": "2026-05-01T03:25:44.007Z" + }, + { + "sku": "PSB-10484", + "color_name": "Matte Hot Yellow", + "description": "Matte Hot Yellow is a pineapple yellow. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Hot Yellow PSS-1623 Texture (Satin): Hot Yellow Texture PTB-10486 River (Gloss): Hot Yellow River PSB-10484 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 19.47 + }, + { + "min": 1, + "max": 99999999, + "price": 19.47 + }, + { + "min": 100000000, + "max": null, + "price": 19.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3061/psb-10484-matte-hot-yellow-tds-dt20230830171539846788.pdf?1693415741", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13242/matte-hot-yellow-psb-10484-dt20220222221927974643-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10484/matte-hot-yellow", + "scraped_at": "2026-05-01T03:25:57.219Z" + }, + { + "sku": "PSB-10487", + "color_name": "Matte Vintage Leather", + "description": "Matte Vintage Leather is a warm caramel yellow. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Vintage Leather PSS-10285 Texture (Satin): Vintage Leather Texture PTB-10489 River (Gloss): Vintage Leather River PRB-10488 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.84 + }, + { + "min": 50, + "max": 199, + "price": 14.1 + }, + { + "min": 200, + "max": null, + "price": 13.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3056/psb-10487-matte-vintage-leather-tds-dt20230830170112164288.pdf?1693414873", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13244/matte-vintage-leather-psb-10487-dt20211203152620481-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10487/matte-vintage-leather", + "scraped_at": "2026-05-01T03:26:08.074Z" + }, + { + "sku": "PSB-10490", + "color_name": "Matte Sage Yellow", + "description": "Matte Sage Yellow is a dark dijon yellow with a hint of green. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sage Yellow PSS-4894 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.09 + }, + { + "min": 50, + "max": 199, + "price": 20.04 + }, + { + "min": 200, + "max": null, + "price": 18.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3535/psb-10490-matte-sage-yellow-tds-dt20230918162221552831.pdf?1695054143", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13246/matte-sage-yellow-psb-10490-dt20211201155339006-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10490/matte-sage-yellow", + "scraped_at": "2026-05-01T03:26:21.706Z" + }, + { + "sku": "PSB-10493", + "color_name": "Matte Olde Yeller", + "description": "Matte Olde Yeller is a dark orange/yellow. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Olde Yeller PSS-2980 Texture (Satin): Olde Yeller Texture PTB-10495 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.24 + }, + { + "min": 50, + "max": 199, + "price": 21.13 + }, + { + "min": 200, + "max": null, + "price": 20.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3066/psb-10493-matte-olde-yeller-tds-dt20230830173933317748.pdf?1693417175", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13248/matte-olde-yeller-psb-10493-dt20211203152836329-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10493/matte-olde-yeller", + "scraped_at": "2026-05-01T03:26:34.361Z" + }, + { + "sku": "PSB-10496", + "color_name": "Matte Sunflower", + "description": "Matte Sunflower is a rich, sunny yellow with a hint of orange. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Sunflower PSS-10284 Texture (Satin): Sunflower Texture PTB-10496 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.57 + }, + { + "min": 50, + "max": 199, + "price": 22.39 + }, + { + "min": 200, + "max": null, + "price": 21.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3113/psb-10496-matte-sunflower-tds-dt20230831192020543039.pdf?1693509622", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13250/matte-sunflower-psb-10496-dt20211203152647529-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10496/matte-sunflower", + "scraped_at": "2026-05-01T03:26:48.471Z" + }, + { + "sku": "PSB-10499", + "color_name": "Matte School Bus Yellow", + "description": "Matte School Bus Yellow is a rich yellow-orange. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): School Bus Yellow PSS-4334 Texture (Satin): School Bus Yellow Texture PTB-10501 Proposition 65 Warning RELATED PRODUCTS SCHOOL BUS YELLOW RIVER PRB-10500 CLICK FOR DETAILS SCHOOL BUS YELLOW TEXTURE PTB-10501 CLICK FOR DETAILS SCHOOL BUS YELLOW SILVER VEIN PVB-10953 CLICK FOR DETAILS SCHOOL BUS YELLOW PSS-4334 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.03 + }, + { + "min": 50, + "max": 199, + "price": 19.03 + }, + { + "min": 200, + "max": null, + "price": 18.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3080/psb-10499-matte-school-bus-yellow-tds-dt20230830190957886313.pdf?1693422599", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13252/matte-school-bus-yellow-psb-10499-dt20211122185551823-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10499/matte-school-bus-yellow", + "scraped_at": "2026-05-01T03:27:00.699Z" + }, + { + "sku": "PSB-10502", + "color_name": "Matte Cascade Peach", + "description": "Matte Cascade Peach is a warm, peachy orange. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Cascade Peach PSS-4577 Texture (Satin): Cascade Peach Texture PTB-10504 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.02 + }, + { + "min": 50, + "max": 199, + "price": 25.67 + }, + { + "min": 200, + "max": null, + "price": 24.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3107/psb-10502-matte-cascade-peach-tds-dt20230831170844862538.pdf?1693501726", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13254/matte-cascade-peach-psb-10502-dt20211203153210035-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10502/matte-cascade-peach", + "scraped_at": "2026-05-01T03:27:13.662Z" + }, + { + "sku": "PSB-10509", + "color_name": "Matte Candle Orange", + "description": "Matte Candle Orange is a tiger orange with a slight yellow hue. This color is a polyester solid tone powder coat with a matte finish. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Candle Orange PSS-4419 River (Semi-Gloss): Candle Orange River PRB-10510 Texture (Satin): Candle Orange Texture PTB-10511 Matte: 7-10 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.37 + }, + { + "min": 50, + "max": 199, + "price": 18.4 + }, + { + "min": 200, + "max": null, + "price": 17.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3001/psb-10509-matte-candle-orange-tds-dt20230829223302900206.pdf?1693348384", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13256/matte-candle-orange-psb-10509-dt20211203153307155-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10509/matte-candle-orange", + "scraped_at": "2026-05-01T03:27:24.702Z" + }, + { + "sku": "PSB-10522", + "color_name": "Matte Red Clay", + "description": "Matte Red Clay is a brick red with a strong orange hue. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.78 + }, + { + "min": 50, + "max": 199, + "price": 14.04 + }, + { + "min": 200, + "max": null, + "price": 13.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2991/psb-10522-matte-red-clay-tds-dt20230829201749081638.pdf?1693340270", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12499/matte-red-clay-psb-10522-dt20211021150252729-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10522/matte-red-clay", + "scraped_at": "2026-05-01T03:27:40.180Z" + }, + { + "sku": "PSB-10524", + "color_name": "Matte Hematite Tan", + "description": "Matte Hematite Tan is a light cocoa brown. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.62 + }, + { + "min": 50, + "max": 199, + "price": 16.74 + }, + { + "min": 200, + "max": null, + "price": 15.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2904/psb-10524-matte-hematite-tan-tds-dt20230822165744372553.pdf?1692723466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12515/matte-hematite-tan-psb-10524-dt20210914153106658-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10524/matte-hematite-tan", + "scraped_at": "2026-05-01T03:27:51.989Z" + }, + { + "sku": "PSB-10527", + "color_name": "BULL ROCK GRAVEL", + "description": "Bull Rock Gravel is a sleek khaki brown. This color is a polyester solid tone powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.17 + }, + { + "min": 50, + "max": 199, + "price": 15.36 + }, + { + "min": 200, + "max": null, + "price": 14.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12519/bull-rock-gravel-psb-10527-dt20211012203315705-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10527/bull-rock-gravel", + "scraped_at": "2026-05-01T03:28:03.062Z" + }, + { + "sku": "PSB-10534", + "color_name": "PEBBLE BEIGE", + "description": "Pebble Beige is a greenish tan polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.35 + }, + { + "min": 50, + "max": 199, + "price": 13.63 + }, + { + "min": 200, + "max": null, + "price": 12.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8083/psb-10534-pebble-beige-dt20260119213010842429.pdf?1768858212", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12525/pebble-beige-psb-10534-dt20260227215338894562-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10534/pebble-beige", + "scraped_at": "2026-05-01T03:28:14.038Z" + }, + { + "sku": "PSB-10535", + "color_name": "Kobicha", + "description": "Kobicha is a dark brown polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.05 + }, + { + "min": 50, + "max": 199, + "price": 14.3 + }, + { + "min": 200, + "max": null, + "price": 13.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13129/kobicha-psb-10535-dt20240419225227895163-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10535/kobicha", + "scraped_at": "2026-05-01T03:28:26.522Z" + }, + { + "sku": "PSB-10536", + "color_name": "Russet Sepia", + "description": "Russet Sepia is a smooth coffee brown with a slight green hue. This color is a polyester solid tone powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.81 + }, + { + "min": 50, + "max": 199, + "price": 13.12 + }, + { + "min": 200, + "max": null, + "price": 12.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3546/psb-10536-russet-sepia-tds-dt20230918164423755196.pdf?1695055465", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12527/russet-sepia-psb-10536-dt20211018153640782-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10536/russet-sepia", + "scraped_at": "2026-05-01T03:28:36.827Z" + }, + { + "sku": "PSB-10540", + "color_name": "COUNTRY MUSTARD", + "description": "Country Mustard is a dark yellow/gold with a hint of green. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.74 + }, + { + "min": 50, + "max": 199, + "price": 24.45 + }, + { + "min": 200, + "max": null, + "price": 23.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2990/psb-10540-country-mustard-tds-dt20230829201349482973.pdf?1693340030", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12529/country-mustard-psb-10540-dt20210924144105153-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10540/country-mustard", + "scraped_at": "2026-05-01T03:28:47.501Z" + }, + { + "sku": "PSB-10543", + "color_name": "Matte Amber", + "description": "Matte Amber is a smooth brick red with a strong brown hue. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.49 + }, + { + "min": 50, + "max": 199, + "price": 15.67 + }, + { + "min": 200, + "max": null, + "price": 14.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3545/psb-10543-matte-amber-tds-dt20230918164241555281.pdf?1695055363", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12539/matte-amber-psb-10543-dt20211018152815252-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10543/matte-amber", + "scraped_at": "2026-05-01T03:29:01.060Z" + }, + { + "sku": "PSB-10544", + "color_name": "Matte Walnut", + "description": "Matte Walnut is a dark nut brown. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.55 + }, + { + "min": 50, + "max": 199, + "price": 13.82 + }, + { + "min": 200, + "max": null, + "price": 13.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3547/psb-10544-matte-walnut-tds-dt20230918164614028659.pdf?1695055576", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12541/matte-walnut-psb-10544-dt20250627165808262093-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10544/matte-walnut", + "scraped_at": "2026-05-01T03:29:12.618Z" + }, + { + "sku": "PSB-10548", + "color_name": "Acapulco Yellow", + "description": "Acapulco Yellow is a classic yellow polyester solid tone and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.24 + }, + { + "min": 50, + "max": 199, + "price": 16.38 + }, + { + "min": 200, + "max": null, + "price": 15.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4899/psb-10548-acapulco-yellow-tds-dt20231122201324782438.pdf?1700684006", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12543/acapulco-yellow-psb-10548-dt20231127211729939147-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10548/acapulco-yellow", + "scraped_at": "2026-05-01T03:29:26.446Z" + }, + { + "sku": "PSB-10552", + "color_name": "Lemon Sherbert", + "description": "Lemon Sherbert is a bright citrus yellow with a green hue. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.02 + }, + { + "min": 50, + "max": 199, + "price": 25.67 + }, + { + "min": 200, + "max": null, + "price": 24.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2866/psb-10552-lemon-sherbert-tds-dt20230822132255690464.pdf?1692710577", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12555/lemon-sherbert-psb-10552-dt20210809170705428-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10552/lemon-sherbert", + "scraped_at": "2026-05-01T03:29:39.666Z" + }, + { + "sku": "PSB-10555", + "color_name": "Matte Proulx White", + "description": "Matte Proulx White is a bright daisy white, This color is a polyester solid tone powder coat with a matte finish. *This color is also available in the following alternative finishes: Solid Tone (Gloss): Proulx White PSS-6492 Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.01 + }, + { + "min": 50, + "max": 199, + "price": 14.26 + }, + { + "min": 200, + "max": null, + "price": 13.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6496/psb-10555-matte-proulx-white-tds-dt20240508190058260645.pdf?1715194860", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12561/matte-proulx-white-psb-10555-dt20211019151251119-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10555/matte-proulx-white", + "scraped_at": "2026-05-01T03:29:54.407Z" + }, + { + "sku": "PSB-10560", + "color_name": "Red Jasper", + "description": "Red Jasper is a deep tomato red. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.61 + }, + { + "min": 50, + "max": 199, + "price": 16.73 + }, + { + "min": 200, + "max": null, + "price": 15.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12576/red-jasper-psb-10560-dt20210924144219114-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10560/red-jasper", + "scraped_at": "2026-05-01T03:30:08.886Z" + }, + { + "sku": "PSB-10561", + "color_name": "Matte Orangish Brown", + "description": "Matte Orange Brown is a deep orange brown solid tone polyester and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.41 + }, + { + "min": 50, + "max": 199, + "price": 15.59 + }, + { + "min": 200, + "max": null, + "price": 14.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12578/matte-orangish-brown-psb-10561-dt20250703152808488206-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10561/matte-orangish-brown", + "scraped_at": "2026-05-01T03:30:20.607Z" + }, + { + "sku": "PSB-10569", + "color_name": "Floral White", + "description": "Floral White is a vintage lace white. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.12 + }, + { + "min": 50, + "max": 199, + "price": 15.31 + }, + { + "min": 200, + "max": null, + "price": 14.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12600/floral-white-psb-10569-dt20211021150106313-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10569/floral-white", + "scraped_at": "2026-05-01T03:30:31.836Z" + }, + { + "sku": "PSB-10573", + "color_name": "Mock Orange", + "description": "Mock Orange is a sleek tiger orange. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.07 + }, + { + "min": 50, + "max": 199, + "price": 21.92 + }, + { + "min": 200, + "max": null, + "price": 20.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2902/psb-10573-mock-orange-tds-dt20230822165258373962.pdf?1692723180", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12602/mock-orange-psb-10573-dt2021091415322584-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10573/mock-orange", + "scraped_at": "2026-05-01T03:30:41.933Z" + }, + { + "sku": "PSB-10576", + "color_name": "Blue Spruce", + "description": "Blue Spruce is a blue grey with a tinge of green polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.91 + }, + { + "min": 50, + "max": 199, + "price": 14.16 + }, + { + "min": 200, + "max": null, + "price": 13.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4666/psb-10576-blue-spruce-tds-dt20231106210517845285.pdf?1699304719", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12604/blue-spruce-psb-10576-dt20231108162418563767-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10576/blue-spruce", + "scraped_at": "2026-05-01T03:30:55.092Z" + }, + { + "sku": "PSB-10577", + "color_name": "Matte Brownstone", + "description": "Matte Brownstone is a light mocha beige. This color is a polyester solid tone powder coat with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.57 + }, + { + "min": 50, + "max": 199, + "price": 14.79 + }, + { + "min": 200, + "max": null, + "price": 14.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2799/psb-10577-matte-brownstone-tds-dt20230818163032315096.pdf?1692376234", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12631/matte-brownstone-psb-10577-dt2021091316261285-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10577/matte-brownstone", + "scraped_at": "2026-05-01T03:31:06.989Z" + }, + { + "sku": "PSB-10578", + "color_name": "Moody Grey", + "description": "Moody Grey is a sleek stone grey. This color is a polyester solid tone powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.95 + }, + { + "min": 50, + "max": 199, + "price": 15.15 + }, + { + "min": 200, + "max": null, + "price": 14.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2843/psb-10578-moody-grey-tds-dt20230821204648336097.pdf?1692650810", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12633/moody-grey-psb-10578-dt20210913162719244-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10578/moody-grey", + "scraped_at": "2026-05-01T03:31:22.101Z" + }, + { + "sku": "PSB-10580", + "color_name": "Bark Brown", + "description": "Bark Brown is a deep brown polyester solid tone and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4878/psb-10580-bark-brown-tds-dt20231121230048657203.pdf?1700607650", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12635/bark-brown-psb-10580-dt20250926171510132911-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10580/bark-brown", + "scraped_at": "2026-05-01T03:31:35.554Z" + }, + { + "sku": "PSB-10581", + "color_name": "Bamboo Charcoal", + "description": "Bamboo Charcoal is a black polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.21 + }, + { + "min": 50, + "max": 199, + "price": 12.55 + }, + { + "min": 200, + "max": null, + "price": 11.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7947/psb-10581-bamboo-charcoal-dt20260102215314230595.pdf?1767390796", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12637/bamboo-charcoal-psb-10581-dt20240123230600550249-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10581/bamboo-charcoal", + "scraped_at": "2026-05-01T03:31:49.039Z" + }, + { + "sku": "PSB-10590", + "color_name": "Matte Onyx Black", + "description": "Matte Onyx Black is a black polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.06 + }, + { + "min": 50, + "max": 199, + "price": 12.41 + }, + { + "min": 200, + "max": null, + "price": 11.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5552/psb-10590-matte-onyx-black-tds-dt20240116212427816723.pdf?1705440270", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12639/matte-onyx-black-psb-10590-dt20240123225544177464-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10590/matte-onyx-black", + "scraped_at": "2026-05-01T03:32:01.305Z" + }, + { + "sku": "PSB-10592", + "color_name": "Magma Orange", + "description": "Magma Orange is a dark tangerine orange. This color is a polyester solid tone powder coat with a semi-gloss finish. Semi-gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.52 + }, + { + "min": 50, + "max": 199, + "price": 22.34 + }, + { + "min": 200, + "max": null, + "price": 21.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7610/psb-10592-magma-orange-dt20251015155111680757.pdf?1760543474", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12641/magma-orange-psb-10592-dt20210914153015399-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10592/magma-orange", + "scraped_at": "2026-05-01T03:32:15.587Z" + }, + { + "sku": "PSB-10593", + "color_name": "Poison Spyder Black", + "description": "Poison Spyder Black is a smooth inky black. This color is a polyester solid tone powder coat with a semi-gloss finish. Semi-gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.86 + }, + { + "min": 50, + "max": 199, + "price": 14.12 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2901/psb-10593-poison-spyder-black-tds-dt20230822165041402449.pdf?1692723043", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12643/poison-spyder-black-psb-10593-dt20250710205302335443-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10593/poison-spyder-black", + "scraped_at": "2026-05-01T03:32:30.892Z" + }, + { + "sku": "PSB-10594", + "color_name": "PUMPKIN SPICE", + "description": "Pumpkin Spice is a slightly speckled pumpkin orange. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.72 + }, + { + "min": 50, + "max": 199, + "price": 16.83 + }, + { + "min": 200, + "max": null, + "price": 15.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2797/psb-10594-pumpkin-spice-tds-dt2023081816010425866.pdf?1692374466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12645/pumpkin-spice-psb-10594-dt20210913162814938-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10594/pumpkin-spice", + "scraped_at": "2026-05-01T03:32:42.523Z" + }, + { + "sku": "PSB-10597", + "color_name": "Dolphin Blue", + "description": "Dolphin Blue is a soft baby blue with a green hue. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.27 + }, + { + "min": 50, + "max": 199, + "price": 18.31 + }, + { + "min": 200, + "max": null, + "price": 17.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2793/psb-10597-dolphin-blue-tds-dt20230818145426313011.pdf?1692370468", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12672/dolphin-blue-psb-10597-dt20210914152628238-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10597/dolphin-blue", + "scraped_at": "2026-05-01T03:32:57.144Z" + }, + { + "sku": "PSB-10598", + "color_name": "Flipper Blue", + "description": "Flipper Blue is a navy blue polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.95 + }, + { + "min": 50, + "max": 199, + "price": 16.1 + }, + { + "min": 200, + "max": null, + "price": 15.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5276/psb-10598-flipper-blue-tds-dt20231204194605339864.pdf?1701719167", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12674/flipper-blue-psb-10598-dt20260114193351749768-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10598/flipper-blue", + "scraped_at": "2026-05-01T03:33:07.642Z" + }, + { + "sku": "PSB-10599", + "color_name": "Dark Charcoal Blue", + "description": "Dark Charcoal Blue is a vintage denim blue with a hint of grey, This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.55 + }, + { + "min": 50, + "max": 199, + "price": 12.87 + }, + { + "min": 200, + "max": null, + "price": 12.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2958/psb-10599-dark-charcoal-blue-tds-dt20230829155112054147.pdf?1693324273", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12676/dark-charcoal-blue-psb-10599-dt20211021150003398-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10599/dark-charcoal-blue", + "scraped_at": "2026-05-01T03:33:21.407Z" + }, + { + "sku": "PSB-10620", + "color_name": "Matte NIC Grey", + "description": "Matte NIC Grey is a smooth anchor grey. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS NIC GREY PSS-5697 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.89 + }, + { + "min": 50, + "max": 199, + "price": 26.5 + }, + { + "min": 200, + "max": null, + "price": 25.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6513/psb-10620-matte-nic-grey-tds-dt20240508211854690551.pdf?1715203137", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12705/matte-nic-grey-psb-10620-dt20250707163116877278-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10620/matte-nic-grey", + "scraped_at": "2026-05-01T03:33:35.639Z" + }, + { + "sku": "PSB-10621", + "color_name": "Matte Grey Day", + "description": "Matte Grey Day is a light peanut brown. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Grey Day PSS-4311 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.01 + }, + { + "min": 50, + "max": 199, + "price": 16.16 + }, + { + "min": 200, + "max": null, + "price": 15.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2848/psb-10621-matte-grey-day-tds-dt20230822121301327163.pdf?1692706384", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12707/matte-grey-day-psb-10621-dt20210913162637306-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10621/matte-grey-day", + "scraped_at": "2026-05-01T03:33:47.661Z" + }, + { + "sku": "PSB-10624", + "color_name": "Matte Nude", + "description": "Matte Nude is a light ivory peach. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.89 + }, + { + "min": 50, + "max": 199, + "price": 17 + }, + { + "min": 200, + "max": null, + "price": 16.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2523/psb-10624-matte-nude-tds-dt20230809163723939454.pdf?1691599045", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12713/matte-nude-psb-10624-dt2021091415313399-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10624/matte-nude", + "scraped_at": "2026-05-01T03:34:01.745Z" + }, + { + "sku": "PSB-10625", + "color_name": "Canvas Grey", + "description": "Canvas Grey is a sleek abalone grey. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.11 + }, + { + "min": 50, + "max": 199, + "price": 14.35 + }, + { + "min": 200, + "max": null, + "price": 13.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2992/psb-10625-canvas-grey-tds-dt20230829202024736316.pdf?1693340426", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12717/canvas-grey-psb-10625-dt20211021145811771-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10625/canvas-grey", + "scraped_at": "2026-05-01T03:34:12.758Z" + }, + { + "sku": "PSB-10633", + "color_name": "STRAWBERRIES & CREAM", + "description": "Strawberries & Cream is a light rosy pink. This color is a polyester solid tone powder coat with a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.74 + }, + { + "min": 50, + "max": 199, + "price": 17.8 + }, + { + "min": 200, + "max": null, + "price": 16.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7753/psb-10633-strawberries-cream-dt20251229213224490212.pdf?1767043946", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12758/strawberries-cream-psb-10633-dt20250707172850405061-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10633/strawberries-cream", + "scraped_at": "2026-05-01T12:46:34.253Z" + }, + { + "sku": "PSB-10636", + "color_name": "Voodoo Blue", + "description": "Prismatic Powders Voodoo Blue is our closest match to Polaris RZR Voodoo Blue 619. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color MatchesPowersportsPolaris", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.63 + }, + { + "min": 50, + "max": 199, + "price": 15.8 + }, + { + "min": 200, + "max": null, + "price": 14.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2927/psb-10636-voodoo-blue-tds-dt2023082314414632974.pdf?1692801708", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12783/voodoo-blue-psb-10636-dt20210521225622224-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10636/voodoo-blue", + "scraped_at": "2026-05-01T12:46:48.642Z" + }, + { + "sku": "PSB-10650", + "color_name": "KTM Orange II", + "description": "Prismatic Powders KTM Orange II is our closest match to 2017-2018 KTM Orange. This color is a polyester solid tone powder coat with a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsKTM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.46 + }, + { + "min": 50, + "max": 199, + "price": 21.34 + }, + { + "min": 200, + "max": null, + "price": 20.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2922/psb-10650-ktm-orange-ii-tds-dt20230822191950254146.pdf?1692731992", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12785/ktm-orange-ii-psb-10650-dt20250721201007909937-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10650/ktm-orange-ii", + "scraped_at": "2026-05-01T12:47:08.078Z" + }, + { + "sku": "PSB-10653", + "color_name": "Flash Red", + "description": "Prismatic Powders Flash Red is a medium red with a hint of orange undertone. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.4 + }, + { + "min": 50, + "max": 199, + "price": 17.48 + }, + { + "min": 200, + "max": null, + "price": 16.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2925/psb-10653-flash-red-tds-dt20230822192908767884.pdf?1692732550", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12787/flash-red-psb-10653-dt20210521225210429-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10653/flash-red", + "scraped_at": "2026-05-01T12:47:23.549Z" + }, + { + "sku": "PSB-10662", + "color_name": "Husky Blue", + "description": "Prismatic Powders Husky Blue is our closest match to 2015-2021 Husqvarna's bike's Dark Blue plastics/graphics. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsHusqvarna", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.71 + }, + { + "min": 50, + "max": 199, + "price": 16.82 + }, + { + "min": 200, + "max": null, + "price": 15.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5274/psb-10662-husky-blue-tds-dt20231204194202421103.pdf?1701718925", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12789/husky-blue-psb-10662-dt20210519172823463-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10662/husky-blue", + "scraped_at": "2026-05-01T12:47:36.595Z" + }, + { + "sku": "PSB-10666", + "color_name": "Octane Blue", + "description": "Prismatic Powders Octane Blue is our closest match to Can-am's 2016 Octane Blue. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsCan-Am", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.04 + }, + { + "min": 50, + "max": 199, + "price": 15.24 + }, + { + "min": 200, + "max": null, + "price": 14.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2940/psb-10666-octane-blue-tds-dt20230823173750953252.pdf?1692812273", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12817/octane-blue-psb-10666-dt20210521225428378-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10666/octane-blue", + "scraped_at": "2026-05-01T12:47:48.158Z" + }, + { + "sku": "PSB-10668", + "color_name": "Sandpiper", + "description": "Sandpiper is an olive tan. This color is a polyester solid tone powder coat with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.75 + }, + { + "min": 50, + "max": 199, + "price": 15.91 + }, + { + "min": 200, + "max": null, + "price": 15.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3711/psb-10668-sandpiper-tds-dt20230921214815094428.pdf?1695332897", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12832/sandpiper-psb-10668-dt20211012205723298-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10668/sandpiper", + "scraped_at": "2026-05-01T12:48:00.326Z" + }, + { + "sku": "PSB-10669", + "color_name": "Grey Jay", + "description": "Grey Jay is a steel grey. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.91 + }, + { + "min": 50, + "max": 199, + "price": 15.11 + }, + { + "min": 200, + "max": null, + "price": 14.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3548/psb-10669-grey-jay-tds-dt20230918164759470099.pdf?1695055681", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12834/grey-jay-psb-10669-dt20211203154828954-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10669/grey-jay", + "scraped_at": "2026-05-01T12:48:11.896Z" + }, + { + "sku": "PSB-10681", + "color_name": "OG White Chocolate", + "description": "OG White Chocolate is a warm white polyester solid tone and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.34 + }, + { + "min": 50, + "max": 199, + "price": 13.62 + }, + { + "min": 200, + "max": null, + "price": 12.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8068/psb-10681-og-white-chocolate-dt20260119205402954204.pdf?1768856044", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12881/wm-og-white-chocolate-psb-10681-dt20260210155505363333-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10681/og-white-chocolate", + "scraped_at": "2026-05-01T12:48:21.348Z" + }, + { + "sku": "PSB-10682", + "color_name": "Can-am Tan '21 Gloss", + "description": "Can-am Tan '21 Gloss is our closest match to Can-am's Desert Tan 2021. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsCan-Am RELATED PRODUCTS MATTE CAN-AM TAN '21 PSB-10683 CLICK FOR DETAILS CAN-AM TAN '21 TEXTURE PTB-10426 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.18 + }, + { + "min": 50, + "max": 199, + "price": 15.37 + }, + { + "min": 200, + "max": null, + "price": 14.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2835/psb-10682-can-am-tan-21-gloss-tds-dt20230821200545742958.pdf?1692648347", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12882/can-am-tan-21-gloss-psb-10682-dt20250527184553106455-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10682/can-am-tan-21-gloss", + "scraped_at": "2026-05-01T12:48:34.270Z" + }, + { + "sku": "PSB-10683", + "color_name": "Matte Can-am Tan '21", + "description": "Matte Can-am Tan '21 is our closest match to Can-am's Desert Tan 2021. This color is a polyester solid tone powder coat with a flat finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsCan-Am RELATED PRODUCTS CAN-AM TAN '21 GLOSS PSB-10682 CLICK FOR DETAILS CAN-AM TAN '21 TEXTURE PTB-10426 CLICK FOR DETAILS CAN-AM TAN 21 PRB-10395 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.02 + }, + { + "min": 50, + "max": 199, + "price": 14.27 + }, + { + "min": 200, + "max": null, + "price": 13.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6519/psb-10683-matte-can-am-tan-21-tds-dt20240508213318045472.pdf?1715204000", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12884/matte-can-am-tan-21-psb-10683-dt20250624222144183831-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10683/matte-can-am-tan-21", + "scraped_at": "2026-05-01T12:48:46.418Z" + }, + { + "sku": "PSB-10690", + "color_name": "MIDORI SOUR", + "description": "Midori Sour is a speckled bright lime green. This color is a polyester solid tone powder coat with a gloss finish. Gloss: 71-85 Gloss Units A clear top coat can be applied to enhance the appearance of this color and may improve UV resistance and overall durability of the finish. The image shown displays Midori Sour with Clear Vision PPS-2974 as a top coat over the left side. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.65 + }, + { + "min": 50, + "max": 199, + "price": 28.17 + }, + { + "min": 200, + "max": null, + "price": 26.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3614/psb-10690-midori-sour-tds-dt20230919182057436277.pdf?1695147659", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12935/midori-sour-psb-10690-dt20220202155521861767-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10690/midori-sour", + "scraped_at": "2026-05-01T12:48:56.467Z" + }, + { + "sku": "PSB-10691", + "color_name": "Blinding Lime", + "description": "Blinding Lime is a neon yellow/green. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units A clear top coat can be applied to enhance the appearance of this color and may improve UV resistance and overall durability of the finish. The image shown displays Blinding Lime with Clear Vision PPS-2974 as a top coat over the left side. Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.35 + }, + { + "min": 50, + "max": 199, + "price": 27.88 + }, + { + "min": 200, + "max": null, + "price": 26.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3615/psb-10691-blinding-lime-tds-dt20230919185611192928.pdf?1695149773", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12937/blinding-lime-psb-10691-dt2022020422561534454-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10691/blinding-lime", + "scraped_at": "2026-05-01T12:49:08.314Z" + }, + { + "sku": "PSB-10692", + "color_name": "REBEL YELLOW", + "description": "Rebel Yellow is a bright, neon yellow. This color is a polyester solid tone powder coat with a glossy finish. High Gloss: 85+ Gloss Units A clear top coat can be applied to enhance the appearance of this color and may improve UV resistance and overall durability of the finish. The image shown displays Rebel Yellow with Clear Vision PPS-2974 as a top coat over the left side. Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.88 + }, + { + "min": 50, + "max": 199, + "price": 17.94 + }, + { + "min": 200, + "max": null, + "price": 16.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3995/psb-10692-rebel-yellow-tds-dt20230928180452923425.pdf?1695924295", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12939/rebel-yellow-psb-10692-dt20250627164520934729-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10692/rebel-yellow", + "scraped_at": "2026-05-01T12:49:24.285Z" + }, + { + "sku": "PSB-10707", + "color_name": "Vintage Case", + "description": "Vintage Case is a light burnt orange. This color is a polyester solid tone powder coat with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.09 + }, + { + "min": 50, + "max": 199, + "price": 16.24 + }, + { + "min": 200, + "max": null, + "price": 15.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12975/vintage-case-psb-10707-dt20210924144354129-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10707/vintage-case", + "scraped_at": "2026-05-01T12:49:36.157Z" + }, + { + "sku": "PSB-10708", + "color_name": "Vintage Peche", + "description": "Vintage Peche is a warm, light peach with a soft finish. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.71 + }, + { + "min": 50, + "max": 199, + "price": 16.82 + }, + { + "min": 200, + "max": null, + "price": 15.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12977/vintage-peche-psb-10708-dt20210813141835885-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10708/vintage-peche", + "scraped_at": "2026-05-01T12:49:49.157Z" + }, + { + "sku": "PSB-10709", + "color_name": "Vintage Dozer", + "description": "Vintage Dozer is a dark mustard yellow polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.55 + }, + { + "min": 50, + "max": 199, + "price": 14.77 + }, + { + "min": 200, + "max": null, + "price": 14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8072/psb-10709-vintage-dozer-dt20260119205902552871.pdf?1768856343", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12979/wm-vintage-dozer-psb-10709-dt20260210160756909737-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10709/vintage-dozer", + "scraped_at": "2026-05-01T12:50:04.810Z" + }, + { + "sku": "PSB-10725", + "color_name": "Royal Battle Blue", + "description": "Royal Battle Blue is a dark navy bordering on black polyester solid tone and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.89 + }, + { + "min": 50, + "max": 199, + "price": 16.05 + }, + { + "min": 200, + "max": null, + "price": 15.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3578/psb-10725-royal-battle-blue-tds-dt20230918223316046713.pdf?1695076398", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13056/royal-battle-blue-psb-10725-dt20231114184928878839-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10725/royal-battle-blue", + "scraped_at": "2026-05-01T12:50:15.732Z" + }, + { + "sku": "PSB-10756", + "color_name": "HASSAN GRANITE", + "description": "Hassan Granite is a dark teal blue with black speckles. This color is a polyester solid tone powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.07 + }, + { + "min": 50, + "max": 199, + "price": 13.37 + }, + { + "min": 200, + "max": null, + "price": 12.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3611/psb-10756-hassan-granite-tds-dt20230919181503225204.pdf?1695147305", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13349/hassan-granite-psb-10756-dt20220125165833918-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10756/hassan-granite", + "scraped_at": "2026-05-01T12:50:26.528Z" + }, + { + "sku": "PSB-10779", + "color_name": "White Heron", + "description": "White Heron is a soft bone white. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15 + }, + { + "min": 50, + "max": 199, + "price": 14.25 + }, + { + "min": 200, + "max": null, + "price": 13.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3612/psb10779-white-heron-tds-dt20230919181653842861.pdf?1695147416", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13412/white-heron-psb-10779-dt20220131221627492339-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10779/white-heron", + "scraped_at": "2026-05-01T12:50:38.183Z" + }, + { + "sku": "PSB-10832", + "color_name": "Matte Stark Orange", + "description": "Matte Stark Orange is a rich red orange. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Stark Orange PSS-5075 Texture (Flat): Stark Orange Texture PTB-8141 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.2 + }, + { + "min": 50, + "max": 199, + "price": 20.14 + }, + { + "min": 200, + "max": null, + "price": 19.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3044/psb-10832-matte-stark-orange-tds-dt20230830162306309445.pdf?1693412587", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13515/matte-stark-orange-psb-10832-dt20220307155520439557-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10832/matte-stark-orange", + "scraped_at": "2026-05-01T12:50:54.413Z" + }, + { + "sku": "PSB-10833", + "color_name": "Matte Cannon Grey", + "description": "Matte Cannon Grey is a dark grey with a blue hue. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Cannon Grey PSS-2748 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.28 + }, + { + "min": 50, + "max": 199, + "price": 15.47 + }, + { + "min": 200, + "max": null, + "price": 14.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3674/psb-10833-matte-cannon-grey-tds-dt20230920155832606448.pdf?1695225514", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13517/matte-cannon-grey-psb-10833-dt20220301164343124515-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10833/matte-cannon-grey", + "scraped_at": "2026-05-01T12:51:08.865Z" + }, + { + "sku": "PSB-10842", + "color_name": "Matte Flag Orange", + "description": "Matte Flag Orange is a deep tiger orange with a red hue. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Flag Orange PSS-5337 River (Gloss): Flag Orange River PRB-10869 Texture (Flat): Flag Orange Texture PTB-10790 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.62 + }, + { + "min": 50, + "max": 199, + "price": 19.59 + }, + { + "min": 200, + "max": null, + "price": 18.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3717/psb-10842-matte-flag-orange-tds-dt20230921220700874721.pdf?1695334023", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13560/matte-flag-orange-psb-10842-dt2022032915011594169-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10842/matte-flag-orange", + "scraped_at": "2026-05-01T12:51:20.236Z" + }, + { + "sku": "PSB-10843", + "color_name": "Matte Dark Autumn Orange", + "description": "Matte Dark Autumn Orange is a rich orange with a yellow tint. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.1 + }, + { + "min": 50, + "max": 199, + "price": 20.05 + }, + { + "min": 200, + "max": null, + "price": 18.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3658/psb-10843-matte-dark-autumn-orange-tds-dt20230920145146182973.pdf?1695221508", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13562/matte-dark-autumn-orange-psb-10843-dt20220329150240883413-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10843/matte-dark-autumn-orange", + "scraped_at": "2026-05-01T12:51:30.646Z" + }, + { + "sku": "PSB-10844", + "color_name": "Matte Melon Orange", + "description": "Matte Melon Orange is a rich tangerine orange. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.44 + }, + { + "min": 50, + "max": 199, + "price": 21.32 + }, + { + "min": 200, + "max": null, + "price": 20.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3666/psb-10844-matte-melon-orange-tds-dt20230920152211509368.pdf?1695223333", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13564/matte-melon-orange-psb-10844-dt20220506174028609994-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10844/matte-melon-orange", + "scraped_at": "2026-05-01T12:51:43.581Z" + }, + { + "sku": "PSB-10845", + "color_name": "Matte Just Orange", + "description": "Matte Just Orange is a rich sleek orange. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.68 + }, + { + "min": 50, + "max": 199, + "price": 20.6 + }, + { + "min": 200, + "max": null, + "price": 19.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3015/psb-10845-matte-just-orange-tds-dt20230830145841021197.pdf?1693407522", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13566/matte-just-orange-psb-10845-dt20220506173924896614-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10845/matte-just-orange", + "scraped_at": "2026-05-01T12:51:57.259Z" + }, + { + "sku": "PSB-10846", + "color_name": "Matte M & M Orange", + "description": "Matte M & M Orange is a rich, darker orange. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning CREATIONS MADE WITH MATTE M & M ORANGE View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.73 + }, + { + "min": 50, + "max": 199, + "price": 21.59 + }, + { + "min": 200, + "max": null, + "price": 20.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3415/psb-10846-matte-m-m-orange-tds-dt20230914160236542609.pdf?1694707358", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13568/matte-m-m-orange-psb-10846-dt2022050617400379586-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10846/matte-m-m-orange", + "scraped_at": "2026-05-01T12:52:11.677Z" + }, + { + "sku": "PSB-10847", + "color_name": "Matte International Orange", + "description": "Matte International Orange is a smooth pumpkin orange. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): International Orange PSS-2779 River (Gloss): International Orange River PRB-5622 Texture (Flat): International Orange Texture PTB-10796 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.52 + }, + { + "min": 50, + "max": 199, + "price": 19.49 + }, + { + "min": 200, + "max": null, + "price": 18.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13570/matte-international-orange-psb-10847-dt20220329150353583414-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10847/matte-international-orange", + "scraped_at": "2026-05-01T12:52:26.035Z" + }, + { + "sku": "PSB-10848", + "color_name": "Matte Juju Orange", + "description": "Matte Juju Orange is a rich carrot orange. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.1 + }, + { + "min": 50, + "max": 199, + "price": 20.05 + }, + { + "min": 200, + "max": null, + "price": 18.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3663/psb-10848-matte-juju-orange-tds-dt20230920150606955028.pdf?1695222369", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13572/matte-juju-orange-psb-10848-dt20220325212643385154-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10848/matte-juju-orange", + "scraped_at": "2026-05-01T12:52:38.733Z" + }, + { + "sku": "PSB-10849", + "color_name": "Matte Red Devil", + "description": "Matte Red Devil is a bright scarlet red. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.19 + }, + { + "min": 50, + "max": 199, + "price": 18.23 + }, + { + "min": 200, + "max": null, + "price": 17.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3763/psb-10849-matte-red-devil-tds-dt20230922223452319662.pdf?1695422094", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13574/matte-red-devil-psb-10849-dt20220421221130854046-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10849/matte-red-devil", + "scraped_at": "2026-05-01T12:52:54.531Z" + }, + { + "sku": "PSB-10850", + "color_name": "Matte Really Red", + "description": "Matte Really Red is a dark red polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.45 + }, + { + "min": 50, + "max": 199, + "price": 18.48 + }, + { + "min": 200, + "max": null, + "price": 17.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13576/matte-really-red-psb-10850-dt20240426173807418083-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10850/matte-really-red", + "scraped_at": "2026-05-01T12:53:08.984Z" + }, + { + "sku": "PSB-10851", + "color_name": "Matte Very Red", + "description": "Matte Very Red is a bright red with a smooth finish. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.8 + }, + { + "min": 50, + "max": 199, + "price": 17.86 + }, + { + "min": 200, + "max": null, + "price": 16.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3769/psb-10851-matte-very-red-tds-dt20230922224717290347.pdf?1695422839", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13578/matte-very-red-psb-10851-dt20220506174055270525-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10851/matte-very-red", + "scraped_at": "2026-05-01T12:53:22.574Z" + }, + { + "sku": "PSB-10852", + "color_name": "Matte Ritzy Red", + "description": "Matte Ritzy Red is a deep red polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RITZY RED SILVER VEIN PVB-10967 CLICK FOR DETAILS RITZY RED RIVER PRB-10876 CLICK FOR DETAILS RITZY RED TEXTURE PTB-10986 CLICK FOR DETAILS RITZY RED PSS-2993 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.04 + }, + { + "min": 50, + "max": 199, + "price": 19.04 + }, + { + "min": 200, + "max": null, + "price": 18.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6128/psb-10852-matte-ritzy-red-tds-dt20240416141850860885.pdf?1713277132", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13580/matte-ritzy-red-psb-10852-dt20260128222945683155-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10852/matte-ritzy-red", + "scraped_at": "2026-05-01T12:53:33.256Z" + }, + { + "sku": "PSB-10853", + "color_name": "Matte Light Cherry", + "description": "Matte Light Cherry Red is a deep cherry red with a tint of maroon. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.06 + }, + { + "min": 50, + "max": 199, + "price": 20.96 + }, + { + "min": 200, + "max": null, + "price": 19.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3198/psb-10853-matte-light-cherry-red-tds-dt20230905203035865149.pdf?1693945837", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13582/matte-light-cherry-red-psb-10853-dt20220325212709367087-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10853/matte-light-cherry", + "scraped_at": "2026-05-01T12:53:42.429Z" + }, + { + "sku": "PSB-10854", + "color_name": "Matte Bing Cherry", + "description": "Matte Bing Cherry is vivid cherry red polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS BING CHERRY RIVER PRB-1015 CLICK FOR DETAILS BING CHERRY TEXTURE PTB-10988 CLICK FOR DETAILS BING CHERRY PSS-0645 CLICK FOR DETAILS BING CHERRY SILVER VEIN PVB-10969 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.93 + }, + { + "min": 50, + "max": 199, + "price": 16.08 + }, + { + "min": 200, + "max": null, + "price": 15.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3232/psb-10854-matte-bing-cherry-tds-dt20230907161256642597.pdf?1694103178", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13600/matte-bing-cherry-psb-10854-dt20260420150217384687-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10854/matte-bing-cherry", + "scraped_at": "2026-05-01T12:53:54.856Z" + }, + { + "sku": "PSB-10856", + "color_name": "Matte Loafer Red", + "description": "Matte Loafer Red is a warm brown red polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS LOAFER RED TEXTURE PTB-10990 CLICK FOR DETAILS LOAFER RED PSS-3090 CLICK FOR DETAILS LOAFER RED RIVER PRB-6501 CLICK FOR DETAILS LOAFER RED SILVER VEIN PVB-10971 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.66 + }, + { + "min": 50, + "max": 199, + "price": 14.88 + }, + { + "min": 200, + "max": null, + "price": 14.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3487/psb-10856-matte-loafer-red-tds-dt20230915205724536331.pdf?1694811446", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13604/matte-loafer-red-psb-10856-dt20260420161336193959-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10856/matte-loafer-red", + "scraped_at": "2026-05-01T12:54:09.946Z" + }, + { + "sku": "PSB-10857", + "color_name": "Matte Vampire Red", + "description": "Matte Vampire Red is deep red polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Gloss: Vampire Red PSS-3013 Flat Gloss: Flat Vampire Red PSB-10049 Vein Finish: Vampire Red Silver Vein PVB-10972 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.84 + }, + { + "min": 50, + "max": 199, + "price": 18.85 + }, + { + "min": 200, + "max": null, + "price": 17.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5489/psb-10857-matte-vampire-red-tds-dt20240108165146357841.pdf?1704732708", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13606/matte-vampire-red-psb-10857-dt2023112122591383366-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10857/matte-vampire-red", + "scraped_at": "2026-05-01T12:54:22.763Z" + }, + { + "sku": "PSB-10858", + "color_name": "Matte Peach Ice Cream", + "description": "Matte Peach Ice Cream is a smooth, deep peach. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.91 + }, + { + "min": 50, + "max": 199, + "price": 17.96 + }, + { + "min": 200, + "max": null, + "price": 17.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3387/psb-10858-matte-peach-ice-cream-tds-dt20230913215713935839.pdf?1694642235", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13608/matte-peach-ice-cream-psb-10858-dt2022032521273475119-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10858/matte-peach-ice-cream", + "scraped_at": "2026-05-01T12:54:36.806Z" + }, + { + "sku": "PSB-10859", + "color_name": "Matte Tomato Sauce Red", + "description": "Matte Tomato Sauce Red is a warm red is a red polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS TOMATO SAUCE RED RIVER PRB-4079 CLICK FOR DETAILS TOMATO SAUCE RED TEXTURE PTB-10993 CLICK FOR DETAILS TOMATO SAUCE RED PSS-2337 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.26 + }, + { + "min": 50, + "max": 199, + "price": 15.45 + }, + { + "min": 200, + "max": null, + "price": 14.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13610/matte-tomato-sauce-red-psb-10859-dt20260420154027791255-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10859/matte-tomato-sauce-red", + "scraped_at": "2026-05-01T12:54:49.954Z" + }, + { + "sku": "PSB-10860", + "color_name": "Matte Guava", + "description": "Matte Guava is a light watermelon pink with a warm hue. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.93 + }, + { + "min": 50, + "max": 199, + "price": 25.58 + }, + { + "min": 200, + "max": null, + "price": 24.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13612/matte-guava-psb-10860-dt20220325212614470936-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10860/matte-guava", + "scraped_at": "2026-05-01T12:55:05.601Z" + }, + { + "sku": "PSB-10861", + "color_name": "Matte Pretty Pink", + "description": "Matte Pretty Pink is a light bubblegum pink with a warm hue. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.12 + }, + { + "min": 50, + "max": 199, + "price": 23.86 + }, + { + "min": 200, + "max": null, + "price": 22.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3393/psb-10861-matte-pretty-pink-tds-dt20230913221504916841.pdf?1694643306", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13614/matte-pretty-pink-psb-10861-dt20220329150427243807-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10861/matte-pretty-pink", + "scraped_at": "2026-05-01T12:55:18.604Z" + }, + { + "sku": "PSB-10862", + "color_name": "Matte Washed Red", + "description": "Matte Washed Red is a smooth orange red. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.39 + }, + { + "min": 50, + "max": 199, + "price": 18.42 + }, + { + "min": 200, + "max": null, + "price": 17.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3866/psb-10862-matte-washed-red-tds-dt20230926140329385863.pdf?1695737012", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13616/matte-washed-red-psb-10862-dt20220325212801469094-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10862/matte-washed-red", + "scraped_at": "2026-05-01T12:55:31.323Z" + }, + { + "sku": "PSB-10863", + "color_name": "Matte Rose", + "description": "Matte Rose is a watermelon pink with a warm hue. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.61 + }, + { + "min": 50, + "max": 199, + "price": 26.23 + }, + { + "min": 200, + "max": null, + "price": 24.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3743/psb-10863-matte-rose-tds-dt20230922175923668918.pdf?1695405566", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13618/matte-rose-psb-10863-dt20220421221158957512-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10863/matte-rose", + "scraped_at": "2026-05-01T12:55:47.127Z" + }, + { + "sku": "PSB-10864", + "color_name": "Matte Hawaiian Flower", + "description": "Matte Hawaiian Flower is a light strawberry red with a pink hue. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Due to the specific pigment used in this product, a clear or other top coat may dramatically change the color. Spray a test piece to ensure that the final color meets your requirements. Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.12 + }, + { + "min": 50, + "max": 199, + "price": 23.86 + }, + { + "min": 200, + "max": null, + "price": 22.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3721/psb-10864-matte-hawaiian-flower-tds-dt20230921221538049831.pdf?1695334540", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13620/matte-hawaiian-flower-psb-10864-dt20220329150325873719-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10864/matte-hawaiian-flower", + "scraped_at": "2026-05-01T12:56:01.248Z" + }, + { + "sku": "PSB-10866", + "color_name": "Matte Orange Guava", + "description": "Matte Orange Guava is a peachy orange solid tone polyester with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Vein Finish: Orange Guava Silver Vein PVB-10981 River: Orange Guava River PRB-11026 Gloss: Orange Guava PSS-6455 Low Gloss: Matte Orange Guava PSB-10866 Texture: Orange Guava Texture PTB-11000 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.73 + }, + { + "min": 50, + "max": 199, + "price": 19.69 + }, + { + "min": 200, + "max": null, + "price": 18.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2142/psb-10866-matte-orange-guava-tds-dt20230424225540087937.pdf?1682376941", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13624/matte-orange-guava-psb-10866-dt20230726145945293721-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10866/matte-orange-guava", + "scraped_at": "2026-05-01T12:56:16.967Z" + }, + { + "sku": "PSB-10867", + "color_name": "Matte Barbie Pink", + "description": "Matte Barbie Pink is a rich pink/red. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.86 + }, + { + "min": 50, + "max": 199, + "price": 20.77 + }, + { + "min": 200, + "max": null, + "price": 19.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3273/psb-10867-matte-barbie-pink-tds-dt20230911194030782955.pdf?1694461232", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13626/matte-barbie-pink-psb-10867-dt20220325212530973635-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10867/matte-barbie-pink", + "scraped_at": "2026-05-01T12:56:27.482Z" + }, + { + "sku": "PSB-10868", + "color_name": "Matte China Red", + "description": "Matte China Red Is a rich, matte red polyester with a a smooth finish. Matte Finish 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.39 + }, + { + "min": 50, + "max": 199, + "price": 18.42 + }, + { + "min": 200, + "max": null, + "price": 17.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2640/psb-10868-matte-china-red-tds-dt20230814214303244051.pdf?1692049385", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13628/matte-china-red-psb-10868-dt20230220153910195813-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10868/matte-china-red", + "scraped_at": "2026-05-01T12:56:39.347Z" + }, + { + "sku": "PSB-10881", + "color_name": "Matte Truck Blue", + "description": "Matte Truck Blue is a deep navy blue polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS TRUCK BLUE RIVER PRB-4596 CLICK FOR DETAILS TRUCK BLUE SILVER VEIN PVB-11083 CLICK FOR DETAILS TRUCK BLUE PSS-1126 CLICK FOR DETAILS TRUCK BLUE TEXTURE PTB-11082 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.17 + }, + { + "min": 50, + "max": 199, + "price": 15.36 + }, + { + "min": 200, + "max": null, + "price": 14.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3341/psb-10881-matte-truck-blue-tds-dt20230913150245609081.pdf?1694617367", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13648/matte-truck-blue-psb-10881-dt20260420153758682819-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10881/matte-truck-blue", + "scraped_at": "2026-05-01T12:56:55.411Z" + }, + { + "sku": "PSB-10886", + "color_name": "Matte Snowcone White", + "description": "Matte Snowcone White is a matte white polyester solid tone with a smooth finish. Matte 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.51 + }, + { + "min": 50, + "max": 199, + "price": 16.63 + }, + { + "min": 200, + "max": null, + "price": 15.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3908/psb-10886-matte-snowcone-white-tds-dt2023092622100396583.pdf?1695766206", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13667/matte-snowcone-white-psb-10886-dt20230217191744282575-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10886/matte-snowcone-white", + "scraped_at": "2026-05-01T12:57:07.345Z" + }, + { + "sku": "PSB-10925", + "color_name": "Egyptian Blue", + "description": "Egyptian Blue is a medium cobalt blue polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.01 + }, + { + "min": 50, + "max": 199, + "price": 16.16 + }, + { + "min": 200, + "max": null, + "price": 15.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5497/psb-10925-egyptian-blue-tds-dt20240108173116275579.pdf?1704735078", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13744/egyptian-blue-psb-10925-dt20240123231644565062-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10925/egyptian-blue", + "scraped_at": "2026-05-01T12:57:22.569Z" + }, + { + "sku": "PSB-11003", + "color_name": "Matte Nude II", + "description": "Matte Nude II is fleshy tan polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.5 + }, + { + "min": 50, + "max": 199, + "price": 15.68 + }, + { + "min": 200, + "max": null, + "price": 14.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6195/psb-11003-matte-nude-ii-tds-dt2024041915351961574.pdf?1713540921", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13964/matte-nude-ii-psb-11003-dt20240424202455473018-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11003/matte-nude-ii", + "scraped_at": "2026-05-01T12:57:35.456Z" + }, + { + "sku": "PSB-11030", + "color_name": "Matte Grapesicle", + "description": "Matte Grapesicle is a muted purple polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS GRAPESICLE PSS-2937 CLICK FOR DETAILS GRAPESICLE TEXTURE PTB-11032 CLICK FOR DETAILS GRAPESICLE SILVER VEIN PVB-11033 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.78 + }, + { + "min": 50, + "max": 199, + "price": 22.59 + }, + { + "min": 200, + "max": null, + "price": 21.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6360/psb-11030-matte-grapesicle-tds-dt20240425153625834115.pdf?1714059388", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14024/matte-grapesicle-psb-11030-dt20260420153441406088-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11030/matte-grapesicle", + "scraped_at": "2026-05-01T12:57:46.265Z" + }, + { + "sku": "PSB-11034", + "color_name": "Matte Dark Mauve", + "description": "Matte Dark Mauve is a rosy red polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.43 + }, + { + "min": 50, + "max": 199, + "price": 20.36 + }, + { + "min": 200, + "max": null, + "price": 19.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6196/psb-11034-matte-dark-mauve-tds-dt20240419153703833328.pdf?1713541026", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14026/matte-dark-mauve-psb-11034-dt20240424202916415787-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11034/matte-dark-mauve", + "scraped_at": "2026-05-01T12:57:59.488Z" + }, + { + "sku": "PSB-11038", + "color_name": "Matte Rosette Pink", + "description": "Matte Rosette Pink is a dark bubblegum pink. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Rosette Pink PSS-1670 Vein (Semi-Gloss): Rosette Pink Silver Vein PVB-11041 Texture (Satin): Rosette Pink Texture PTB-11040 River (Gloss): Rosette Pink River PRB-11039 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.76 + }, + { + "min": 50, + "max": 199, + "price": 18.77 + }, + { + "min": 200, + "max": null, + "price": 17.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7766/psb-11038-matte-rosette-pink-dt20251229221643566286.pdf?1767046605", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14047/matte-rosette-pink-psb-11038-dt20220909180503414613-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11038/matte-rosette-pink", + "scraped_at": "2026-05-01T12:58:13.331Z" + }, + { + "sku": "PSB-11042", + "color_name": "Matte Magenta Red", + "description": "Matte Magenta Red is a dark blush red polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units River: Magenta Red River PRB-11043 Gloss: Magenta Red PSS-4924 Texture: Magenta Red Texture PTB-11044 Vein Finish: Magenta Red Silver Vein PVB-11045 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.69 + }, + { + "min": 50, + "max": 199, + "price": 22.51 + }, + { + "min": 200, + "max": null, + "price": 21.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5495/psb-11042-matte-magenta-red-tds-dt20240108170320392838.pdf?1704733402", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14049/matte-magenta-red-psb-11042-dt2023112022325079469-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11042/matte-magenta-red", + "scraped_at": "2026-05-01T12:58:25.522Z" + }, + { + "sku": "PSB-11046", + "color_name": "Matte Orchid Lavender", + "description": "Matte Orchid Lavender is a purple polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS ORCHID LAVENDER PSS-0961 CLICK FOR DETAILS ORCHID LAVENDER TEXTURE PTB-11048 CLICK FOR DETAILS ORCHID LAVENDER RIVER PRB-11047 CLICK FOR DETAILS ORCHID LAVENDER SILVER VEIN PVB-11049 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.65 + }, + { + "min": 50, + "max": 199, + "price": 16.77 + }, + { + "min": 200, + "max": null, + "price": 15.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2669/psb-11046-matte-orchid-lavender-tds-dt2023081520283893712.pdf?1692131321", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14065/matte-orchid-lavender-psb-11046-dt20260420161220618401-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11046/matte-orchid-lavender", + "scraped_at": "2026-05-01T12:58:38.061Z" + }, + { + "sku": "PSB-11050", + "color_name": "Matte Whimsy Pink", + "description": "Matte Whimsy Pink is a vivid magenta pink polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS WHIMSY PINK PSS-0874 CLICK FOR DETAILS WHIMSY PINK TEXTURE PTB-11052 CLICK FOR DETAILS WHIMSY PINK RIVER PRB-11051 CLICK FOR DETAILS WHIMSY PINK SILVER VEIN PVB-11053 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.96 + }, + { + "min": 50, + "max": 199, + "price": 23.71 + }, + { + "min": 200, + "max": null, + "price": 22.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2663/psb-11050-matte-whimsy-pink-tds-dt20230815172909963404.pdf?1692120552", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14067/matte-whimsy-pink-psb-11050-dt20260128225948096434-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11050/matte-whimsy-pink", + "scraped_at": "2026-05-01T12:58:51.274Z" + }, + { + "sku": "PSB-11054", + "color_name": "Matte Grape Ape", + "description": "Matte Grape Ape is dark grape polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Gloss: Grape Ape PSS-0875 River: Grape Ape River PRB-11055 Texture: Grape Ape Texture PTB-8122 Vein Finish: Grape Ape Silver Vein PVB-11056 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.77 + }, + { + "min": 50, + "max": 199, + "price": 19.73 + }, + { + "min": 200, + "max": null, + "price": 18.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5500/psb-11054-matte-grape-ape-tds-dt20240108173943397475.pdf?1704735585", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14069/matte-grape-ape-psb-11054-dt20231108172017525858-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11054/matte-grape-ape", + "scraped_at": "2026-05-01T12:59:04.039Z" + }, + { + "sku": "PSB-11058", + "color_name": "Matte Sweet Plum", + "description": "Matte Sweet Plum is fun and bright purple polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS SWEET PLUM RIVER PRB-11059 CLICK FOR DETAILS SWEET PLUM TEXTURE PTB-11060 CLICK FOR DETAILS SWEET PLUM PSS-1054 CLICK FOR DETAILS SWEET PLUM SILVER VEIN PVB-11061 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.19 + }, + { + "min": 50, + "max": 199, + "price": 18.23 + }, + { + "min": 200, + "max": null, + "price": 17.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2627/psb-11058-matte-sweet-plum-tds-dt20230814205506464436.pdf?1692046508", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14092/matte-sweet-plum-psb-11058-dt20231128230241294119-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11058/matte-sweet-plum", + "scraped_at": "2026-05-01T12:59:16.485Z" + }, + { + "sku": "PSB-11062", + "color_name": "Matte Spring Purple", + "description": "Matte Spring Purple is a lilac purple with a pink hue. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Spring Purple PSS-10154 Texture (Satin): Spring Purple Texture PTB-11064 Vein (Semi-Gloss): Spring Purple Silver Vein PVB-11065 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.13 + }, + { + "min": 50, + "max": 199, + "price": 25.77 + }, + { + "min": 200, + "max": null, + "price": 24.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2624/psb-11062-matte-spring-purple-tds-dt20230814204415791058.pdf?1692045857", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14094/matte-spring-purple-psb-11062-dt20220909180538861275-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11062/matte-spring-purple", + "scraped_at": "2026-05-01T12:59:28.977Z" + }, + { + "sku": "PSB-11066", + "color_name": "Matte Passion Pink", + "description": "Matte Passion Pink is a bubble gum pink polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS PASSION PINK PSS-4679 CLICK FOR DETAILS PASSION PINK SILVER VEIN PVB-11069 CLICK FOR DETAILS PASSION PINK RIVER PRB-11067 CLICK FOR DETAILS PASSION PINK TEXTURE PTB-11068 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.46 + }, + { + "min": 50, + "max": 199, + "price": 17.54 + }, + { + "min": 200, + "max": null, + "price": 16.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2618/psb-11066-matte-passion-pink-tds-dt20230814202126736746.pdf?1692044488", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14096/matte-passion-pink-psb-11066-dt20260116223048188728-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11066/matte-passion-pink", + "scraped_at": "2026-05-01T12:59:43.352Z" + }, + { + "sku": "PSB-11076", + "color_name": "Matte Cadet Blue II", + "description": "Matte Cadet Blue II is a deep slate blue. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Cadet Blue PSS-4553 River (Satin): Cadet Blue River II PRB-6334 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.55 + }, + { + "min": 50, + "max": 199, + "price": 14.77 + }, + { + "min": 200, + "max": null, + "price": 14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3325/psb-11076-matte-cadet-blue-ii-tds-dt20230912203550400061.pdf?1694550952", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14139/matte-cadet-blue-psb-11076-dt20221028171719515741-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11076/matte-cadet-blue-ii", + "scraped_at": "2026-05-01T12:59:56.226Z" + }, + { + "sku": "PSB-11079", + "color_name": "Matte Southwest Blue", + "description": "Matte Southwest Blue is a classic dark cobalt blue polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Gloss: Southwest Blue PSS-0845 Vein Finish: Southwest Blue Silver Vein PVB-11081 River: Southwest Blue River PRB-11080 Texture: Southwest Blue Texture PTB-10075 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.18 + }, + { + "min": 50, + "max": 199, + "price": 16.32 + }, + { + "min": 200, + "max": null, + "price": 15.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2588/psb-11079-matte-southwest-blue-tds-dt20230811194545218041.pdf?1691783147", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14141/matte-southwest-blue-psb-11079-dt20231121231016772647-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11079/matte-southwest-blue", + "scraped_at": "2026-05-01T13:00:13.127Z" + }, + { + "sku": "PSB-11088", + "color_name": "Matte Pinelake Blue", + "description": "Matte Pinelake Blue is a blue polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS PINELAKE BLUE PSS-1464 CLICK FOR DETAILS PINELAKE BLUE SILVER VEIN PVB-11091 CLICK FOR DETAILS PINELAKE BLUE RIVER PRB-11089 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.57 + }, + { + "min": 50, + "max": 199, + "price": 14.79 + }, + { + "min": 200, + "max": null, + "price": 14.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14145/matte-pinelake-blue-psb-11088-dt20260420150726949348-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11088/matte-pinelake-blue", + "scraped_at": "2026-05-01T13:00:25.697Z" + }, + { + "sku": "PSB-11092", + "color_name": "Matte Bruski Blue", + "description": "Matte Bruski Blue is a muted medium blue polyester sold tone and has a matte finish. Matte: 7-20 Gloss Units River: Bruski Blue River PRB-11093 Gloss Solid Tone: Bruski-Blue PSS-14361 Texture: Bruski Blue Texture PTB-11094 Vein Finish: Bruski Blue Silver Vein PVB-11095 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.76 + }, + { + "min": 50, + "max": 199, + "price": 16.87 + }, + { + "min": 200, + "max": null, + "price": 15.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4653/psb-11092-matte-bruski-blue-tds-dt20231106203745756547.pdf?1699303067", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14147/matte-bruski-blue-psb-11092-dt20231108155715633062-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11092/matte-bruski-blue", + "scraped_at": "2026-05-01T13:00:40.741Z" + }, + { + "sku": "PSB-11096", + "color_name": "Matte Destroyer Blue", + "description": "Matte Destroyer Blue is a deep and dark navy blue polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS DESTROYER BLUE RIVER PRB-6938 CLICK FOR DETAILS DESTROYER BLUE PSS-3026 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.28 + }, + { + "min": 50, + "max": 199, + "price": 16.42 + }, + { + "min": 200, + "max": null, + "price": 15.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3501/psb-11096-matte-destroyer-blue-tds-dt20230918150119272646.pdf?1695049281", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14149/matte-destroyer-blue-psb-11096-dt2023112823063533437-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11096/matte-destroyer-blue", + "scraped_at": "2026-05-01T13:00:56.954Z" + }, + { + "sku": "PSB-11098", + "color_name": "Matte Harbor Blue", + "description": "Matte Harbor Blue is a muted blue polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS HARBOR BLUE RIVER PRB-11099 CLICK FOR DETAILS HARBOR BLUE TEXTURE PTB-11100 CLICK FOR DETAILS HARBOR BLUE PSS-0579 CLICK FOR DETAILS HARBOR BLUE SILVER VEIN PVB-11101 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.85 + }, + { + "min": 50, + "max": 199, + "price": 16.96 + }, + { + "min": 200, + "max": null, + "price": 16.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6136/psb-11098-matte-harbor-blue-tds-dt20240416181623460589.pdf?1713291386", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14151/matte-harbor-blue-psb-11098-dt20240419214048781471-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11098/matte-harbor-blue", + "scraped_at": "2026-05-01T13:01:12.097Z" + }, + { + "sku": "PSB-11102", + "color_name": "Matte Boron Blue", + "description": "Matte Boron Blue is a deep rich blue polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS BORON BLUE RIVER PRB-11103 CLICK FOR DETAILS BORON BLUE PSS-3041 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.55 + }, + { + "min": 50, + "max": 199, + "price": 16.67 + }, + { + "min": 200, + "max": null, + "price": 15.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14153/matte-boron-blue-psb-11102-dt20240419214234269608-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11102/matte-boron-blue", + "scraped_at": "2026-05-01T13:01:25.470Z" + }, + { + "sku": "PSB-11109", + "color_name": "Matte Oh So Blue", + "description": "Matte Oh So Blue is a classic medium light blue polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.85 + }, + { + "min": 50, + "max": 199, + "price": 16.96 + }, + { + "min": 200, + "max": null, + "price": 16.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14157/matte-oh-so-blue-psb-11109-dt20231107230353433721-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11109/matte-oh-so-blue", + "scraped_at": "2026-05-01T13:01:37.803Z" + }, + { + "sku": "PSB-11116", + "color_name": "Matte China Blue", + "description": "Matte China Blue is a muted blue grey polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CHINA BLUE PSS-0580 CLICK FOR DETAILS CHINA BLUE RIVER PRB-11117 CLICK FOR DETAILS CHINA BLUE SILVER VEIN PVB-11119 CLICK FOR DETAILS CHINA BLUE TEXTURE PTB-11118 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.66 + }, + { + "min": 50, + "max": 199, + "price": 14.88 + }, + { + "min": 200, + "max": null, + "price": 14.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14161/matte-china-blue-psb-11116-dt20260420150017028649-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11116/matte-china-blue", + "scraped_at": "2026-05-01T13:01:52.617Z" + }, + { + "sku": "PSB-11120", + "color_name": "Matte Skiers Blue", + "description": "Matte Skiers Blue is a light blue polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS SKIERS BLUE RIVER PRB-11121 CLICK FOR DETAILS SKIERS BLUE SILVER VEIN PVB-11123 CLICK FOR DETAILS SKIERS BLUE TEXTURE PTB-11122 CLICK FOR DETAILS SKIERS BLUE PSS-4753 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.11 + }, + { + "min": 50, + "max": 199, + "price": 15.3 + }, + { + "min": 200, + "max": null, + "price": 14.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14163/matte-skiers-blue-psb-11120-dt20260420153228896753-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11120/matte-skiers-blue", + "scraped_at": "2026-05-01T13:02:06.800Z" + }, + { + "sku": "PSB-11124", + "color_name": "Matte Skyline Blue", + "description": "Matte Skyline Blue is a classic medium blue polyester solid tone with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS SKYLINE BLUE RIVER PRB-6950 CLICK FOR DETAILS SKYLINE BLUE PSS-4970 CLICK FOR DETAILS SKYLINE BLUE TEXTURE PTB-11125 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.9 + }, + { + "min": 50, + "max": 199, + "price": 16.06 + }, + { + "min": 200, + "max": null, + "price": 15.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14165/matte-skyline-blue-psb-11124-dt20240426172306754445-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11124/matte-skyline-blue", + "scraped_at": "2026-05-01T13:02:20.662Z" + }, + { + "sku": "PSB-11139", + "color_name": "Chase Blue II", + "description": "Chase Blue II is a classic medium blue polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.95 + }, + { + "min": 50, + "max": 199, + "price": 18 + }, + { + "min": 200, + "max": null, + "price": 17.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6405/psb-11139-chase-blue-ii-tds-dt20240501182600233691.pdf?1714587963", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14281/chase-blue-ii-psb-11139-dt2024051420051889202-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11139/chase-blue-ii", + "scraped_at": "2026-05-01T13:02:35.958Z" + }, + { + "sku": "PSB-11141", + "color_name": "Rancher Army Green", + "description": "Rancher Army Green is a dark seaweed green color. This color is a polyester solid tone powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.63 + }, + { + "min": 50, + "max": 199, + "price": 17.7 + }, + { + "min": 200, + "max": null, + "price": 16.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2573/psb-11141-rancher-army-green-tds-dt20230811161532271892.pdf?1691770534", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14295/rancher-army-green-psb-11141-dt20250625225748676483-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11141/rancher-army-green", + "scraped_at": "2026-05-01T13:02:48.128Z" + }, + { + "sku": "PSB-11159", + "color_name": "Beijing Beige II", + "description": "Beijing Beige II is a warm, sand beige color. This color is a polyester solid tone powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.27 + }, + { + "min": 50, + "max": 199, + "price": 16.41 + }, + { + "min": 200, + "max": null, + "price": 15.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14353/beijing-beige-ii-psb-11159-dt20221212231358967406-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11159/beijing-beige-ii", + "scraped_at": "2026-05-01T13:03:03.362Z" + }, + { + "sku": "PSB-11176", + "color_name": "Purple Lilac", + "description": "Purple Lilac is a light purple polyester solid tone with a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.21 + }, + { + "min": 50, + "max": 199, + "price": 19.2 + }, + { + "min": 200, + "max": null, + "price": 18.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3320/psb-11176-purple-lilac-tds-dt20230912170726930898.pdf?1694538448", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14437/purple-lilac-psb-11176-dt20250415144702038255-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11176/purple-lilac", + "scraped_at": "2026-05-01T13:03:15.102Z" + }, + { + "sku": "PSB-11177", + "color_name": "Blue Shadow", + "description": "Blue Shadow is a muted blue polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.64 + }, + { + "min": 50, + "max": 199, + "price": 15.81 + }, + { + "min": 200, + "max": null, + "price": 14.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6149/psb-11177-blue-shadow-tds-dt20240416205424156572.pdf?1713300866", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14439/blue-shadow-psb-11177-dt20240419222706899715-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11177/blue-shadow", + "scraped_at": "2026-05-01T13:03:29.933Z" + }, + { + "sku": "PSB-11205", + "color_name": "Trolley Yellow", + "description": "Trolley Yellow is a cream vintage white yellow polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.79 + }, + { + "min": 50, + "max": 199, + "price": 14.05 + }, + { + "min": 200, + "max": null, + "price": 13.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3800/psb-11205-trolley-yellow-tds-dt20230925174724820838.pdf?1695664047", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14799/trolley-yellow-psb-11205-dt20231005191226459633-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11205/trolley-yellow", + "scraped_at": "2026-05-01T13:03:43.496Z" + }, + { + "sku": "PSB-11206", + "color_name": "Strawberry Smoothie", + "description": "Strawberry Smoothie is a light peach pink solid tone polyester and has a gloss finish. Gloss: 71-85 Gloss Units Black Light responsive colors have limited UV and weather stability. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Black LightGlow", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.18 + }, + { + "min": 50, + "max": 199, + "price": 20.12 + }, + { + "min": 200, + "max": null, + "price": 19.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3319/psb-11206-strawberry-smoothie-tds-dt20230912164207135402.pdf?1694536928", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14807/strawberry-smoothie-psb-11206-dt20230908185200826687-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11206/strawberry-smoothie", + "scraped_at": "2026-05-01T13:03:53.758Z" + }, + { + "sku": "PSB-11209", + "color_name": "Cobra Yellow", + "description": "Cobra Yellow is a dayglow yellow solid tone polyester with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.03 + }, + { + "min": 50, + "max": 199, + "price": 23.78 + }, + { + "min": 200, + "max": null, + "price": 22.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6528/psb-11209-cobra-yellow-tds-dt20240509201515367941.pdf?1715285717", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14908/cobra-yellow-psb-11209-dt20230717184556744633-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11209/cobra-yellow", + "scraped_at": "2026-05-01T13:04:04.869Z" + }, + { + "sku": "PSB-11228", + "color_name": "Matte Dark Charcoal Blue", + "description": "Matte Dark Charcoal Blue is a muted navy solid tone polyester and has a matte finish. Matte: 7-20 Gloss Units Gloss: Dark Charcoal Blue PSB-10599 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.98 + }, + { + "min": 50, + "max": 199, + "price": 14.23 + }, + { + "min": 200, + "max": null, + "price": 13.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3112/psb-11228-matte-dark-charcoal-blue-tds-dt20230831190812359088.pdf?1693508893", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14951/matte-dark-charcoal-blue-psb-11228-dt20230914213551292731-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11228/matte-dark-charcoal-blue", + "scraped_at": "2026-05-01T13:04:20.264Z" + }, + { + "sku": "PSB-11231", + "color_name": "Matte Cabot Orange", + "description": "Matte Cabot Orange is an orange red solid tone polyester and has a matte finish. Matte: 7-20 Gloss Units Gloss: Cabot Orange PSS-1429 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.05 + }, + { + "min": 50, + "max": 199, + "price": 20 + }, + { + "min": 200, + "max": null, + "price": 18.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3102/psb-11231-matte-cabot-orange-tds-dt2023083116382918131.pdf?1693499910", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14957/matte-cabot-orange-psb-11231-dt20230908175540764011-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11231/matte-cabot-orange", + "scraped_at": "2026-05-01T13:04:31.169Z" + }, + { + "sku": "PSB-11233", + "color_name": "Farmhouse Red", + "description": "Farmhouse Red is a brick red polyester solid tone and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.97 + }, + { + "min": 50, + "max": 199, + "price": 18.97 + }, + { + "min": 200, + "max": null, + "price": 17.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3270/psb-11233-farmhouse-red-tds-dt20230911183825879958.pdf?1694457507", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14989/farmhouse-red-psb-11233-dt20231010162042085767-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11233/farmhouse-red", + "scraped_at": "2026-05-01T13:04:43.385Z" + }, + { + "sku": "PSB-11236", + "color_name": "Matte Matrix Blue", + "description": "Matte Matrix Blue is a medium blue polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Metallic: Matte Matrix Blue Sparkle PMB-11168 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.82 + }, + { + "min": 50, + "max": 199, + "price": 15.98 + }, + { + "min": 200, + "max": null, + "price": 15.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3268/psb-11236-matte-matrix-blue-tds-dt20230911183438847688.pdf?1694457280", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14993/matte-matrix-blue-psb-11236-dt2023100519071651301-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11236/matte-matrix-blue", + "scraped_at": "2026-05-01T13:04:59.027Z" + }, + { + "sku": "PSB-11237", + "color_name": "Matte Clementine", + "description": "Matte Clementine is an orange matte polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.18 + }, + { + "min": 50, + "max": 199, + "price": 18.22 + }, + { + "min": 200, + "max": null, + "price": 17.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14995/matte-clementine-psb-11237-dt20251014164253488145-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11237/matte-clementine", + "scraped_at": "2026-05-01T13:05:12.587Z" + }, + { + "sku": "PSB-11241", + "color_name": "Potter's Clay", + "description": "Potter's Clay is a warm grey polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.42 + }, + { + "min": 50, + "max": 199, + "price": 12.75 + }, + { + "min": 200, + "max": null, + "price": 12.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15083/potters-clay-psb-11241-dt20231106230351171688-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11241/potters-clay", + "scraped_at": "2026-05-01T13:05:25.057Z" + }, + { + "sku": "PSB-11243", + "color_name": "Iron Oxide", + "description": "Iron Oxide is a rich rust red polyester and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.17 + }, + { + "min": 50, + "max": 199, + "price": 16.31 + }, + { + "min": 200, + "max": null, + "price": 15.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4307/psb-11243-iron-oxide-tds-dt20231010223218555394.pdf?1696977140", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15021/iron-oxide-psb-11243-dt20231030152614439191-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11243/iron-oxide", + "scraped_at": "2026-05-01T13:05:38.747Z" + }, + { + "sku": "PSB-11244", + "color_name": "Honey Amber", + "description": "Honey Amber is a deep orange honey amber polyester and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.25 + }, + { + "min": 50, + "max": 199, + "price": 17.34 + }, + { + "min": 200, + "max": null, + "price": 16.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4308/psb-11244-honey-amber-tds-dt20231010223408165649.pdf?1696977250", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15023/honey-amber-psb-11244-dt20231030152835693315-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11244/honey-amber", + "scraped_at": "2026-05-01T13:05:53.875Z" + }, + { + "sku": "PSB-11245", + "color_name": "Ivory Stone", + "description": "Ivory Stone is a warm off-white polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.49 + }, + { + "min": 50, + "max": 199, + "price": 18.52 + }, + { + "min": 200, + "max": null, + "price": 17.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4309/psb-11245-ivory-stone-tds-dt20231010223550683241.pdf?1696977352", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15025/ivory-stone-psb-11245-dt20231030144006527808-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11245/ivory-stone", + "scraped_at": "2026-05-01T13:06:09.006Z" + }, + { + "sku": "PSB-11247", + "color_name": "Night Fury", + "description": "Night Fury is a black polyester solid tone and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.77 + }, + { + "min": 50, + "max": 199, + "price": 11.18 + }, + { + "min": 200, + "max": null, + "price": 10.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7074/psb-11247-night-fury-dt2025021821355408524.pdf?1739914556", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15013/night-fury-psb-11247-dt20231005222729268459-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11247/night-fury", + "scraped_at": "2026-05-01T13:06:22.200Z" + }, + { + "sku": "PSB-11250", + "color_name": "Sandstone Granite", + "description": "Sandstone Granite is a sandy tan polyester solid tone with darker tan speckles and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.11 + }, + { + "min": 50, + "max": 199, + "price": 16.25 + }, + { + "min": 200, + "max": null, + "price": 15.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4646/psb-11250-sandstone-granite-tds-dt20231103151730740626.pdf?1699024652", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15086/sandstone-granite-psb-11250-dt20231106221940791006-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11250/sandstone-granite", + "scraped_at": "2026-05-01T13:06:32.148Z" + }, + { + "sku": "PSB-11251", + "color_name": "Rough Sodalite", + "description": "Rough Sodalite is a speckled dark blue polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.87 + }, + { + "min": 50, + "max": 199, + "price": 15.08 + }, + { + "min": 200, + "max": null, + "price": 14.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15110/rough-sodalite-psb-11251-dt20231115220953897137-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11251/rough-sodalite", + "scraped_at": "2026-05-01T13:06:45.528Z" + }, + { + "sku": "PSB-11255", + "color_name": "Millstone Greige", + "description": "Millstone Greige is a grey polyester solid tone and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.01 + }, + { + "min": 50, + "max": 199, + "price": 16.16 + }, + { + "min": 200, + "max": null, + "price": 15.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4638/psb-11255-millstone-greige-tds-dt20231103145620413634.pdf?1699023382", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15092/millstone-greige-psb-11255-dt2023110622141714031-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11255/millstone-greige", + "scraped_at": "2026-05-01T13:07:00.556Z" + }, + { + "sku": "PSB-11256", + "color_name": "Mudstone Beige", + "description": "Mudstone Beige is a tan and grey speckled polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.03 + }, + { + "min": 50, + "max": 199, + "price": 15.23 + }, + { + "min": 200, + "max": null, + "price": 14.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4632/psb-11256-mudstone-beige-tds-dt20231103142923673453.pdf?1699021765", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15094/mudstone-beige-psb-11256-dt20231106224456973687-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11256/mudstone-beige", + "scraped_at": "2026-05-01T13:07:11.301Z" + }, + { + "sku": "PSB-11257", + "color_name": "Uluru Orange", + "description": "Uluru Orange is an orange blush polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.38 + }, + { + "min": 50, + "max": 199, + "price": 19.36 + }, + { + "min": 200, + "max": null, + "price": 18.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4641/psb-11257-uluru-orange-tds-dt20231103150212509321.pdf?1699023735", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15096/uluru-orange-psb-11257-dt20231106221751128458-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11257/uluru-orange", + "scraped_at": "2026-05-01T13:07:24.030Z" + }, + { + "sku": "PSB-11258", + "color_name": "Hearthstone", + "description": "Hearthstone is a dark granite grey polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.46 + }, + { + "min": 50, + "max": 199, + "price": 16.59 + }, + { + "min": 200, + "max": null, + "price": 15.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4642/psb-11258-hearthstone-tds-dt20231103150407421185.pdf?1699023849", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15098/hearthstone-psb-11258-dt20231106223659146154-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11258/hearthstone", + "scraped_at": "2026-05-01T13:07:36.503Z" + }, + { + "sku": "PSB-11259", + "color_name": "Black Granite", + "description": "Black Granite is black polyester solid tone with faint and sparce white speckles and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.26 + }, + { + "min": 50, + "max": 199, + "price": 10.7 + }, + { + "min": 200, + "max": null, + "price": 10.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15100/black-granite-psb-11259-dt2023110817540708032-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11259/black-granite", + "scraped_at": "2026-05-01T13:07:51.343Z" + }, + { + "sku": "PSB-11262", + "color_name": "Heavy Orange", + "description": "Heavy Orange is a muted medium orange polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.6 + }, + { + "min": 50, + "max": 199, + "price": 18.62 + }, + { + "min": 200, + "max": null, + "price": 17.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4841/psb-11262-heavy-orange-tds-dt20231121211638893994.pdf?1700601401", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15121/heavy-orange-psb-11262-dt20231120225931468424-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11262/heavy-orange", + "scraped_at": "2026-05-01T13:08:04.355Z" + }, + { + "sku": "PSB-11263", + "color_name": "Carrot Curry", + "description": "Carrot Curry is yellow orange polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.67 + }, + { + "min": 50, + "max": 199, + "price": 21.54 + }, + { + "min": 200, + "max": null, + "price": 20.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4879/psb-11263-carrot-curry-tds-dt2023112218344803185.pdf?1700678089", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15124/carrot-curry-psb-11263-dt20231127213226808676-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11263/carrot-curry", + "scraped_at": "2026-05-01T13:08:20.104Z" + }, + { + "sku": "PSB-11269", + "color_name": "Creative Blue", + "description": "Creative Blue is a periwinkle polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16 + }, + { + "min": 50, + "max": 199, + "price": 15.2 + }, + { + "min": 200, + "max": null, + "price": 14.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5468/psb-11269-creative-blue-tds-dt20240104225207450743.pdf?1704408729", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16302/creative-blue-psb-11269-dt20240112184349547665-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11269/creative-blue", + "scraped_at": "2026-05-01T13:08:35.318Z" + }, + { + "sku": "PSB-11336", + "color_name": "Ford Oxford White YZ", + "description": "Ford Oxford White YZ is a muted off-white polyester solid tone and has a high gloss finish. Color Match: Ford Oxford White YZ High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.19 + }, + { + "min": 50, + "max": 199, + "price": 12.53 + }, + { + "min": 200, + "max": null, + "price": 11.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5768/psb-11336-ford-oxford-white-yz-tds-dt20240304164718706666.pdf?1709570841", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16519/ford-oxford-white-yz-psb-11336-dt20240311152433130771-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11336/ford-oxford-white-yz", + "scraped_at": "2026-05-01T13:08:53.757Z" + }, + { + "sku": "PSB-11351", + "color_name": "Brown Plum", + "description": "Brown Plum is a dark brown polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.09 + }, + { + "min": 50, + "max": 199, + "price": 15.29 + }, + { + "min": 200, + "max": null, + "price": 14.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5775/psb-11351-brown-plum-tds-dt20240305220556930336.pdf?1709676359", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16527/brown-plum-psb-11351-dt20240319160248691715-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11351/brown-plum", + "scraped_at": "2026-05-01T13:09:03.732Z" + }, + { + "sku": "PSB-11352", + "color_name": "Ford White YZ", + "description": "Ford White YZ is an OEM matched white polyester solid tone and has a high gloss finish. Color Match: Ford White YZ High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.75 + }, + { + "min": 50, + "max": 199, + "price": 12.11 + }, + { + "min": 200, + "max": null, + "price": 11.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5803/psb-11352-ford-white-yz-tds-dt20240314154416884431.pdf?1710431058", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16549/ford-white-yz-psb-11352-dt20240325181622087985-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11352/ford-white-yz", + "scraped_at": "2026-05-01T13:09:14.642Z" + }, + { + "sku": "PSB-11353", + "color_name": "Ford Cloud 9 White", + "description": "Ford Cloud 9 White is an OEM matched white polyester solid tone and has a high gloss finish. Color Match: Ford Cloud 9 White YZ High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.75 + }, + { + "min": 50, + "max": 199, + "price": 12.11 + }, + { + "min": 200, + "max": null, + "price": 11.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5796/psb-11353-ford-cloud-9-white-tds-dt20240314151608104511.pdf?1710429370", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16551/ford-cloud-9-white-psb-11353-dt20240325180718595208-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11353/ford-cloud-9-white", + "scraped_at": "2026-05-01T13:09:28.636Z" + }, + { + "sku": "PSB-11354", + "color_name": "Lincoln Oxford White YZ", + "description": "Lincoln Oxford White YZ is an OEM matched white polyester solid tone and has a high gloss finish. Color Match: Lincoln Oxford White YZ High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMLincoln", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.75 + }, + { + "min": 50, + "max": 199, + "price": 12.11 + }, + { + "min": 200, + "max": null, + "price": 11.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5797/psb-psb-11354-lincoln-oxford-white-yz-tds-dt2024031415200373852.pdf?1710429607", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16553/lincoln-oxford-white-yz-psb-11354-dt20240325181053220518-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11354/lincoln-oxford-white-yz", + "scraped_at": "2026-05-01T13:09:43.612Z" + }, + { + "sku": "PSB-11355", + "color_name": "Lincoln White YZ", + "description": "Lincoln White YZ is a white OEM matched polyester solid tone and has a high gloss finish. Color Match: Lincoln White YZ High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMLincoln", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.03 + }, + { + "min": 50, + "max": 199, + "price": 11.43 + }, + { + "min": 200, + "max": null, + "price": 10.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16555/lincoln-white-yz-psb-11355-dt20240522170111684045-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11355/lincoln-white-yz", + "scraped_at": "2026-05-01T13:09:56.917Z" + }, + { + "sku": "PSB-1136", + "color_name": "BOSTON BEIGE", + "description": "Boston Beige is a medium beige with a red hue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.43 + }, + { + "min": 50, + "max": 199, + "price": 17.51 + }, + { + "min": 200, + "max": null, + "price": 16.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3337/boston-beige-psb-1138-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1136/boston-beige", + "scraped_at": "2026-05-01T13:10:10.216Z" + }, + { + "sku": "PSB-11392", + "color_name": "Jeep High Velocity Yellow", + "description": "Jeep High Velocity Yellow is an OEM matched yellow polyester solid tone with a high gloss finish. Color Match: Jeep High Velocity Yellow PFJ High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): JeepAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.12 + }, + { + "min": 50, + "max": 199, + "price": 21.96 + }, + { + "min": 200, + "max": null, + "price": 20.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5863/psb-11392-jeep-high-velocity-yellow-tds-dt20240320190656600105.pdf?1710961619", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16588/jeep-high-velocity-yellow-psb-11392-dt20240401173018793533-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11392/jeep-high-velocity-yellow", + "scraped_at": "2026-05-01T13:10:19.167Z" + }, + { + "sku": "PSB-11410", + "color_name": "Ford Screaming Yellow", + "description": "Ford Screaming Yellow is an OEM matched yellow polyester solid tone with a high gloss finish. Color Match: Ford Screaming Yellow D6 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.03 + }, + { + "min": 50, + "max": 199, + "price": 22.83 + }, + { + "min": 200, + "max": null, + "price": 21.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6931/psb-11410-ford-screaming-yellow-dt20241023191542574979.pdf?1729710944", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16657/ford-screaming-yellow-psb-11410-dt20240401171355206039-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11410/ford-screaming-yellow", + "scraped_at": "2026-05-01T13:10:37.055Z" + }, + { + "sku": "PSB-11411", + "color_name": "Dodge Viper Yellow", + "description": "Dodge Viper Yellow is a vivid yellow matched OEM polyester solid tone and has a high gloss finish. Color Match: Dodge Viper Yellow PYR High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DodgeAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.03 + }, + { + "min": 50, + "max": 199, + "price": 22.83 + }, + { + "min": 200, + "max": null, + "price": 21.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16631/dodge-viper-yellow-psb-11411-dt20240503165019895491-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11411/dodge-viper-yellow", + "scraped_at": "2026-05-01T13:10:51.552Z" + }, + { + "sku": "PSB-11412", + "color_name": "Chevy Velocity Yellow", + "description": "Chevy Velocity Yellow is a classic yellow OEM matched polyester solid tone and has a high gloss finish. Color Match: Chevy Velocity Yellow WA30N High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ChevroletAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.31 + }, + { + "min": 50, + "max": 199, + "price": 23.09 + }, + { + "min": 200, + "max": null, + "price": 21.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6008/psb-11412-chevy-velocity-yellow-tds-dt2024040118414712339.pdf?1711996909", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16706/chevy-velocity-yellow-psb-11412-dt20240510184136560519-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11412/chevy-velocity-yellow", + "scraped_at": "2026-05-01T13:11:06.476Z" + }, + { + "sku": "PSB-11425", + "color_name": "Toyota Quicksand", + "description": "Toyota Quicksand is an OEM matched tan polyester solid tone and has a high gloss finish. Color Match: Toyota Quicksand 4V6 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ToyotaAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.17 + }, + { + "min": 50, + "max": 199, + "price": 15.36 + }, + { + "min": 200, + "max": null, + "price": 14.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16739/toyota-quicksand-psb-11425-dt20240514205044340697-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11425/toyota-quicksand", + "scraped_at": "2026-05-01T13:11:20.953Z" + }, + { + "sku": "PSB-11469", + "color_name": "Porsche Racing Yellow", + "description": "Porsche Racing Yellow is an OEM matched yellow polyester solid tone and has a high gloss finish. Color Match: Porsche Racing Yellow 1S1 P3 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMPorsche", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.35 + }, + { + "min": 50, + "max": 199, + "price": 19.33 + }, + { + "min": 200, + "max": null, + "price": 18.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16862/porsche-racing-yellow-psb-11469-dt20240517201013698262-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11469/porsche-racing-yellow", + "scraped_at": "2026-05-01T13:11:35.671Z" + }, + { + "sku": "PSB-11478", + "color_name": "Ford Frozen White", + "description": "Ford Frozen White is an OEM matched cool white polyester solid tone and has a gloss finish. Color Match: Ford Frozen White Z2 High Gloss: 71-85 Gloss Units Note: To achieve the proper color, a clear topcoat must be applied. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.58 + }, + { + "min": 50, + "max": 199, + "price": 15.75 + }, + { + "min": 200, + "max": null, + "price": 14.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16889/ford-frozen-white-psb-11478-dt20240517202655080074-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11478/ford-frozen-white", + "scraped_at": "2026-05-01T13:11:49.835Z" + }, + { + "sku": "PSB-1148", + "color_name": "MOHAWK BROWN", + "description": "Mohawk Brown is a reddish brown. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.58 + }, + { + "min": 50, + "max": 199, + "price": 14.8 + }, + { + "min": 200, + "max": null, + "price": 14.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9978/mohawk-brown-psb-1148-dt20210428150513682-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1148/mohawk-brown", + "scraped_at": "2026-05-01T13:11:59.205Z" + }, + { + "sku": "PSB-11483", + "color_name": "Plaza Taupe", + "description": "Plaza Taupe is a light tan polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.23 + }, + { + "min": 50, + "max": 199, + "price": 14.47 + }, + { + "min": 200, + "max": null, + "price": 13.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6556/psb-11483-plaza-taupe-tds-dt20240513214518929808.pdf?1715636721", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17065/plaza-taupe-psb-11483-dt2025021421541698336-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11483/plaza-taupe", + "scraped_at": "2026-05-01T13:12:14.668Z" + }, + { + "sku": "PSB-11534", + "color_name": "Porsche Pure White", + "description": "Porsche Pure White is an OEM matched white polyester solid tone and has a high gloss finish. Color Match: Porsche Pure White C9A High Gloss: 85+ Gloss Units To achieve the proper color, a clear top coat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. The ideal flash time is 2 minutes after the powder flows to a gloss state with oven and part metal temperatures at the suggested cure temperature; an applicator must visually confirm this state has been reached, as times will vary. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMPorsche", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.94 + }, + { + "min": 50, + "max": 199, + "price": 15.14 + }, + { + "min": 200, + "max": null, + "price": 14.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17399/porsche-pure-white-psb-11534-dt20240624173937508209-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11534/porsche-pure-white", + "scraped_at": "2026-05-01T13:12:25.214Z" + }, + { + "sku": "PSB-11535", + "color_name": "Porsche Miami Blue", + "description": "Porsche Miami Blue is an OEM matched teal polyester solid tone and has a high gloss finish. Color Match: Porsche Miami Blue M5C High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMPorsche", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.04 + }, + { + "min": 50, + "max": 199, + "price": 18.09 + }, + { + "min": 200, + "max": null, + "price": 17.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7411/psb-11535-porsche-miami-blue-dt2025071020021383766.pdf?1752177736", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17401/porsche-miami-blue-psb-11535-dt20240624200226337649-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11535/porsche-miami-blue", + "scraped_at": "2026-05-01T13:12:42.293Z" + }, + { + "sku": "PSB-11544", + "color_name": "Lambo Rosso Mars", + "description": "Lambo Rosso Mars is an OEM matched red polyester solid tone and has a high gloss finish. Color Match: Lamborghini Rosso Mars LZ3M High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): LamborghiniAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.05 + }, + { + "min": 50, + "max": 199, + "price": 17.15 + }, + { + "min": 200, + "max": null, + "price": 16.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6804/psb-11544-lambo-rosso-mars-dt20240812224652733548.pdf?1723502815", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17472/lambo-rosso-mars-psb-11544-dt20240905145154743821-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11544/lambo-rosso-mars", + "scraped_at": "2026-05-01T13:12:57.124Z" + }, + { + "sku": "PSB-11601", + "color_name": "Toyota Cavalry Blue", + "description": "Toyota Cavalry Blue is an OEM matched muted blue polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Toyota Cavalry Blue 8W2 To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ToyotaAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.83 + }, + { + "min": 50, + "max": 199, + "price": 17.89 + }, + { + "min": 200, + "max": null, + "price": 16.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6892/psb-11601-toyota-calvary-blue-dt20241007185143474262003.pdf?1728327104", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17704/toyota-cavalry-blue-psb-11601-dt20241015220414706688-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11601/toyota-cavalry-blue", + "scraped_at": "2026-05-01T13:13:11.299Z" + }, + { + "sku": "PSB-11652", + "color_name": "French Roast", + "description": "French Roast is a warm black polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.76 + }, + { + "min": 50, + "max": 199, + "price": 12.12 + }, + { + "min": 200, + "max": null, + "price": 11.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7052/psb-11652-french-roast-dt20250131233747997304.pdf?1738366670", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18158/french-roast-psb-11652-dt20250214230159752257-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11652/french-roast", + "scraped_at": "2026-05-01T13:13:24.662Z" + }, + { + "sku": "PSB-11655", + "color_name": "Sandstorm Beige", + "description": "Sandstorm Beige is a light tan polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.11 + }, + { + "min": 50, + "max": 199, + "price": 12.45 + }, + { + "min": 200, + "max": null, + "price": 11.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7158/prismatic-powders-polyester-polyurethane-sds-v10-dt20250408194214865119.pdf?1744141337", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7105/psb-11655-sandstorm-beige-dt20250305180055607557.pdf?1741197657", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18246/sandstorm-beige-psb-11655-dt20250408201842401919-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11655/sandstorm-beige", + "scraped_at": "2026-05-01T13:13:35.831Z" + }, + { + "sku": "PSB-11659", + "color_name": "Private Gray", + "description": "Private Gray is a charcoal polyester metallic and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.39 + }, + { + "min": 50, + "max": 199, + "price": 12.72 + }, + { + "min": 200, + "max": null, + "price": 12.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7114/psb-11659-private-gray-dt20250312183552927932.pdf?1741804555", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18300/private-gray-psb-11659-dt20250313155516889254-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11659/private-gray", + "scraped_at": "2026-05-01T13:13:45.526Z" + }, + { + "sku": "PSB-11671", + "color_name": "Farrow Ammonite", + "description": "Farrow Ammonite is a warm white polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.62 + }, + { + "min": 50, + "max": 199, + "price": 11.99 + }, + { + "min": 200, + "max": null, + "price": 11.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18713/farrow-ammonite-psb-11671-dt20250729195909820426-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11671/farrow-ammonite", + "scraped_at": "2026-05-01T13:13:57.438Z" + }, + { + "sku": "PSB-11672", + "color_name": "BMW Chili Red", + "description": "BMW Chili Red is an OEM matched deep red polyester solid tone and has a gloss finish. Color Match: BMW Chili Red 851 Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMBMW", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.41 + }, + { + "min": 50, + "max": 199, + "price": 15.59 + }, + { + "min": 200, + "max": null, + "price": 14.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18740/bmw-chili-red-psb-11672-dt20250729200136708174-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11672/bmw-chili-red", + "scraped_at": "2026-05-01T13:14:11.227Z" + }, + { + "sku": "PSB-11731", + "color_name": "Pantone 3015 C", + "description": "Pantone 3015 C is a sky blue polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.09 + }, + { + "min": 50, + "max": 199, + "price": 14.34 + }, + { + "min": 200, + "max": null, + "price": 13.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7595/psb-11731-pantone-3015c-dt20251014150116161669.pdf?1760454078", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19008/pantone-3015c-psb-11731-dt20251107221806251814-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11731/pantone-3015-c", + "scraped_at": "2026-05-01T13:14:23.976Z" + }, + { + "sku": "PSB-11740", + "color_name": "Matte Violet Grape", + "description": "Matte Violet Grape is a purple polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS VIOLET GRAPE PSS-11715 CLICK FOR DETAILS VIOLET GRAPE SHIMMER PMB-11734 CLICK FOR DETAILS VIOLET GRAPE TEXTURE PTB-11736 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.94 + }, + { + "min": 50, + "max": 199, + "price": 22.74 + }, + { + "min": 200, + "max": null, + "price": 21.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7594/psb-11740-matte-violet-grape-dt20251014150047631043.pdf?1760454049", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19010/matte-violet-grape-psb-11740-dt20251107222049930964-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11740/matte-violet-grape", + "scraped_at": "2026-05-01T13:14:33.863Z" + }, + { + "sku": "PSB-11741", + "color_name": "Matte Maple Glaze", + "description": "Maple Glaze Texture is a light tan polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS MAPLE GLAZE SHIMMER PMB-11735 CLICK FOR DETAILS MAPLE GLAZE TEXTURE PTB-11737 CLICK FOR DETAILS MAPLE GLAZE PSS-11714 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.57 + }, + { + "min": 50, + "max": 199, + "price": 14.79 + }, + { + "min": 200, + "max": null, + "price": 14.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7593/psb-11741-matte-maple-glaze-dt20251014150002545359.pdf?1760454004", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19011/matte-maple-glaze-psb-11741-dt20251028185122582885-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11741/matte-maple-glaze", + "scraped_at": "2026-05-01T13:14:46.819Z" + }, + { + "sku": "PSB-11749", + "color_name": "Benjamin Moore Silhouette", + "description": "Benjamin Moore Silhouette is a color matched brown polyester solid tone and has a gloss finish. Color Match: Benjamin Moore Silhouette AF-655 in Matte (see below for more information) Gloss: 71-85 Gloss Units **A clear topcoat of Casper Clear PPS 4005 is required to achieve a color match to Benjamin Moore's 2026 Color of the Year Silhouette in a Matte finish, as shown on the left side of this panel. This color does not match without the topcoat. Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.51 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19142/benjamin-moore-silhouette-psb-11749-dt20251222210350977707-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11749/benjamin-moore-silhouette", + "scraped_at": "2026-05-01T13:15:02.005Z" + }, + { + "sku": "PSB-11763", + "color_name": "Nightcap", + "description": "Nightcap is a muted mauve polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units This color is recommended for interior use only and should not be used in exterior applications, as it is not designed to withstand UV exposure or outdoor conditions. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.91 + }, + { + "min": 50, + "max": 199, + "price": 29.36 + }, + { + "min": 200, + "max": null, + "price": 27.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19224/nightcap-psb-11763-dt20260219153609234154-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11763/nightcap", + "scraped_at": "2026-05-01T13:15:11.353Z" + }, + { + "sku": "PSB-11766", + "color_name": "Ocean Horizon", + "description": "Ocean Horizon is a powder light blue polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.75 + }, + { + "min": 50, + "max": 199, + "price": 17.81 + }, + { + "min": 200, + "max": null, + "price": 16.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19258/ocean-horizon-psb-11766-dt20260312200823853777-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11766/ocean-horizon", + "scraped_at": "2026-05-01T13:15:24.793Z" + }, + { + "sku": "PSB-11767", + "color_name": "Midnight Fleet", + "description": "Midnight Fleet is a vivid navy blue polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.28 + }, + { + "min": 50, + "max": 199, + "price": 16.42 + }, + { + "min": 200, + "max": null, + "price": 15.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19260/midnight-fleet-psb-11767-dt20260312201757992026-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11767/midnight-fleet", + "scraped_at": "2026-05-01T13:15:36.657Z" + }, + { + "sku": "PSB-11768", + "color_name": "Tidal Mist", + "description": "Tidal Mist is a muted mint blue polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.84 + }, + { + "min": 50, + "max": 199, + "price": 17.9 + }, + { + "min": 200, + "max": null, + "price": 16.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19262/tidal-mist-psb-11768-dt20260312201053178429-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11768/tidal-mist", + "scraped_at": "2026-05-01T13:15:48.436Z" + }, + { + "sku": "PSB-11770", + "color_name": "Quiet Night", + "description": "Quiet Night is a light vivid blue polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.35 + }, + { + "min": 50, + "max": 199, + "price": 12.68 + }, + { + "min": 200, + "max": null, + "price": 12.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8231/psb-11770-quiet-night-dt20260320160804285226.pdf?1774022886", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19353/quite-night-psb-11770-dt2026031715571207816-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11770/quiet-night", + "scraped_at": "2026-05-01T13:16:00.101Z" + }, + { + "sku": "PSB-11786", + "color_name": "Golden Nectar", + "description": "Golden Nectar is a muted mustard yellow polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.19 + }, + { + "min": 50, + "max": 199, + "price": 19.18 + }, + { + "min": 200, + "max": null, + "price": 18.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19421/golden-nectar-psb-11786-dt20260401175508082404-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11786/golden-nectar", + "scraped_at": "2026-05-01T13:16:14.331Z" + }, + { + "sku": "PSB-11787", + "color_name": "Dusty Lavender", + "description": "Dusty Lavender is a muted lavender polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units This color is recommended for interior use only and should not be used in exterior applications, as it is not designed to withstand UV exposure or outdoor conditions. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 33.81 + }, + { + "min": 50, + "max": 199, + "price": 32.12 + }, + { + "min": 200, + "max": null, + "price": 30.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19470/dusty-lavender-psb-11787-dt20260420151840267901-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11787/dusty-lavender", + "scraped_at": "2026-05-01T13:16:29.695Z" + }, + { + "sku": "PSB-11790", + "color_name": "Soft Coral Pink", + "description": "Soft Coral Pink is a bubble gum pink polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units This color is recommended for interior use only and should not be used in exterior applications, as it is not designed to withstand UV exposure or outdoor conditions. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.46 + }, + { + "min": 50, + "max": 199, + "price": 14.69 + }, + { + "min": 200, + "max": null, + "price": 13.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19465/soft-coral-pink-psb-11790-dt2026042015303323079-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11790/soft-coral-pink", + "scraped_at": "2026-05-01T13:16:41.643Z" + }, + { + "sku": "PSB-11791", + "color_name": "Highlighter Yellow", + "description": "Highlighter Yellow is a dayglow yellow polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units To achieve the desired color, a clear topcoat must be applied. Fluorescent neon colors have limited UV stability, flexibility, and impact resistance and are not recommended for exterior exposure unless a UV-resistant topcoat is applied. Applying a clear topcoat may improve UV resistance, weather stability, and overall durability. However, a topcoat may alter the appearance, color, or finish of the base coat. Consistent mil thicknesses for both the basecoat and topcoat are critical, as variations can result in uneven color. Apply both coats according to the recommended mil thickness specifications. Allow the part to cool completely before applying the topcoat. Once applied, fully cure according to the topcoat’s recommended schedule. Important: Fluorescent pigments may contain small black or red specks, which are a natural result of the formulation process and do not indicate a defect. We strongly recommend spraying a test panel before starting your project, especially when using a topcoat, additional basecoats, or primers. This ensures the final color and finish will meet your specifications and allows you to anticipate any potential changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.93 + }, + { + "min": 50, + "max": 199, + "price": 17.98 + }, + { + "min": 200, + "max": null, + "price": 17.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19423/highlighter-yellow-psb-11791-dt20260401194907382095-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11791/highlighter-yellow", + "scraped_at": "2026-05-01T13:16:55.821Z" + }, + { + "sku": "PSB-11792", + "color_name": "Peachy Pink", + "description": "Peachy Pink is a orange pink polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units To achieve the desired color, a clear topcoat must be applied. Inconsistent mil thickness in either the basecoat or topcoat can result in uneven color. Apply both the basecoat and topcoat in accordance with the recommended mil thickness specifications. Allow the part to cool completely before applying the topcoat. Once the topcoat has been applied, fully cure it according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before starting your project, especially if you are using a topcoat or additional basecoats, primers, etc. This helps ensure the final color meets your specifications and allows you to anticipate any potential changes in color or finish. This color is recommended for interior use only and should not be used in exterior applications, as it is not designed to withstand UV exposure or outdoor conditions. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.46 + }, + { + "min": 50, + "max": 199, + "price": 14.69 + }, + { + "min": 200, + "max": null, + "price": 13.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19425/peachy-pink-psb-11792-dt20260401181149907742-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11792/peachy-pink", + "scraped_at": "2026-05-01T13:17:07.999Z" + }, + { + "sku": "PSB-1358", + "color_name": "Venice Teal", + "description": "Venice Teal is an aqua teal. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.34 + }, + { + "min": 50, + "max": 199, + "price": 11.72 + }, + { + "min": 200, + "max": null, + "price": 11.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9980/venice-teal-psb-1358-dt20250616182147190783-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1358/venice-teal", + "scraped_at": "2026-05-01T13:17:22.653Z" + }, + { + "sku": "PSB-1748", + "color_name": "Suddenly Red", + "description": "Suddenly Red is a burgundy red. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.51 + }, + { + "min": 50, + "max": 199, + "price": 18.53 + }, + { + "min": 200, + "max": null, + "price": 17.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3417/psb-1748-suddenly-red-tds-dt20230914160836119657.pdf?1694707718", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3343/suddenly-red-psb-1748-dt20190214214704112-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1748/suddenly-red", + "scraped_at": "2026-05-01T13:17:38.413Z" + }, + { + "sku": "PSB-1755", + "color_name": "TAPIOCA CREAM", + "description": "Tapioca Cream is a light cream. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.12 + }, + { + "min": 50, + "max": 199, + "price": 17.21 + }, + { + "min": 200, + "max": null, + "price": 16.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3345/tapioca-cream-psb-1755-dt20210428150845226-thumbnail.jpg?1619622526&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1755/tapioca-cream", + "scraped_at": "2026-05-01T13:17:54.380Z" + }, + { + "sku": "PSB-1785", + "color_name": "Crisp Blue", + "description": "Crisp Blue is a crisp sky blue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.23 + }, + { + "min": 50, + "max": 199, + "price": 14.47 + }, + { + "min": 200, + "max": null, + "price": 13.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3347/crisp-blue-psb-1785-dt20210511153151637-thumbnail.jpg?1620747112&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1785/crisp-blue", + "scraped_at": "2026-05-01T13:18:12.341Z" + }, + { + "sku": "PSB-1793", + "color_name": "Tidbit Blue", + "description": "Tidbit Blue is a medium blue solid tone. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.83 + }, + { + "min": 50, + "max": 199, + "price": 17.89 + }, + { + "min": 200, + "max": null, + "price": 16.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3349/tidbit-blue-psb-1793-dt20230330221128150135-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1793/tidbit-blue", + "scraped_at": "2026-05-01T13:18:26.941Z" + }, + { + "sku": "PSB-1805", + "color_name": "Classic White", + "description": "Classic White is a simple, pure white. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.87 + }, + { + "min": 50, + "max": 199, + "price": 11.28 + }, + { + "min": 200, + "max": null, + "price": 10.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3351/classic-white-psb-1805-dt20250624210021948843-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1805/classic-white", + "scraped_at": "2026-05-01T13:18:43.546Z" + }, + { + "sku": "PSB-1901", + "color_name": "Amazing Teal", + "description": "Amazing Teal is a medium teal polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.78 + }, + { + "min": 50, + "max": 199, + "price": 14.99 + }, + { + "min": 200, + "max": null, + "price": 14.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5605/psb-1901-amazing-teal-tds-dt20240129192102698374.pdf?1706556065", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8316/amazing-teal-psb-1901-dt20240227231618584092-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1901/amazing-teal", + "scraped_at": "2026-05-01T13:18:58.185Z" + }, + { + "sku": "PSB-1960", + "color_name": "Bad Boy Yellow", + "description": "Bad Boy Yellow is a bright yellow. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.22 + }, + { + "min": 50, + "max": 199, + "price": 14.46 + }, + { + "min": 200, + "max": null, + "price": 13.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2540/psb-1960-bad-boy-yellow-tds-dt2023081019392612915.pdf?1691696368", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3353/bad-boy-yellow-psb-1960-dt20250813182740760396-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1960/bad-boy-yellow", + "scraped_at": "2026-05-01T13:19:11.472Z" + }, + { + "sku": "PSB-1992", + "color_name": "Pretty Peach", + "description": "Pretty Peach is a light peach cream polyester and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.02 + }, + { + "min": 50, + "max": 199, + "price": 16.17 + }, + { + "min": 200, + "max": null, + "price": 15.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4341/psb-1992-pretty-peach-tds-dt20231017213630207141.pdf?1697578592", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12850/pretty-peach-psb-1992-dt20231030152031447408-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1992/pretty-peach", + "scraped_at": "2026-05-01T13:19:21.000Z" + }, + { + "sku": "PSB-2004", + "color_name": "Stanton Blue", + "description": "Stanton Blue is a light navy blue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.74 + }, + { + "min": 50, + "max": 199, + "price": 14 + }, + { + "min": 200, + "max": null, + "price": 13.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3355/stanton-blue-psb-2004-dt20201223191442035-thumbnail.jpg?1608750883&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2004/stanton-blue", + "scraped_at": "2026-05-01T13:19:34.880Z" + }, + { + "sku": "PSB-2104", + "color_name": "GT AQUA MARINE", + "description": "GT Aqua Marine is a marine teal. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.04 + }, + { + "min": 50, + "max": 199, + "price": 16.19 + }, + { + "min": 200, + "max": null, + "price": 15.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9982/gt-aqua-marine-psb-2104-dt2019102816095614-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2104/gt-aqua-marine", + "scraped_at": "2026-05-01T13:19:46.589Z" + }, + { + "sku": "PSB-2173", + "color_name": "DEEP MANDARIN", + "description": "Deep Mandarin is a deep orange polyester top coat powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.24 + }, + { + "min": 50, + "max": 199, + "price": 14.48 + }, + { + "min": 200, + "max": null, + "price": 13.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7579/psb-2173-deep-mandarin-sds-dt20251008184809205168.pdf?1759949291", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7577/psb-2173-deep-mandarin-dt20251006215020172682.pdf?1759787422", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8318/deep-mandarin-psb-2173-dt20251009143016928352-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2173/deep-mandarin", + "scraped_at": "2026-05-01T13:19:57.358Z" + }, + { + "sku": "PSB-2346", + "color_name": "Black/Purple", + "description": "Black/Purple is a very dark purple solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.12 + }, + { + "min": 50, + "max": 199, + "price": 15.31 + }, + { + "min": 200, + "max": null, + "price": 14.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3357/black-purple-psb-2346-dt20181031220710424-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2346/black-purple", + "scraped_at": "2026-05-01T13:20:09.001Z" + }, + { + "sku": "PSB-2543", + "color_name": "Off White II", + "description": "Off White II is an off white solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.85 + }, + { + "min": 50, + "max": 199, + "price": 13.16 + }, + { + "min": 200, + "max": null, + "price": 12.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3361/off-white-ii-psb-2545-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2543/off-white-ii", + "scraped_at": "2026-05-01T13:20:25.439Z" + }, + { + "sku": "PSB-2565", + "color_name": "CREAMY LATTE", + "description": "Creamy Latte is a cream color with multi-colored cream tones. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.68 + }, + { + "min": 50, + "max": 199, + "price": 15.85 + }, + { + "min": 200, + "max": null, + "price": 15.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2538/psb-2565-creamy-latte-tds-dt20230810184857444702.pdf?1691693339", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3363/creamy-latte-psb-2567-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2565/creamy-latte", + "scraped_at": "2026-05-01T13:20:38.908Z" + }, + { + "sku": "PSB-2652", + "color_name": "ROYAL CHERRY", + "description": "Royal Cherry is a burgundy polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.34 + }, + { + "min": 50, + "max": 199, + "price": 17.42 + }, + { + "min": 200, + "max": null, + "price": 16.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6207/psb-2652-royal-cherry-tds-dt20240419155801944922.pdf?1713542284", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8338/royal-cherry-psb-2652-dt20240424202011014281-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2652/royal-cherry", + "scraped_at": "2026-05-01T13:20:53.055Z" + }, + { + "sku": "PSB-2666", + "color_name": "Teal Granite", + "description": "Teal Granite is a teal and burgundy speckled grey polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.52 + }, + { + "min": 50, + "max": 199, + "price": 14.74 + }, + { + "min": 200, + "max": null, + "price": 13.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5569/psb-2666-teal-granite-tds-dt20240117233326119384.pdf?1705534408", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8342/teal-granite-psb-2666-dt2024012322161826741-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2666/teal-granite", + "scraped_at": "2026-05-01T13:21:06.236Z" + }, + { + "sku": "PSB-2676", + "color_name": "Totally Teal", + "description": "Totally Teal is a light teal polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.96 + }, + { + "min": 50, + "max": 199, + "price": 15.16 + }, + { + "min": 200, + "max": null, + "price": 14.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4694/psb-2676-totally-teal-tds-dt20231120171322274032.pdf?1700500404", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8346/totally-teal-psb-2676-dt20231121222516762779-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2676/totally-teal", + "scraped_at": "2026-05-01T13:21:19.329Z" + }, + { + "sku": "PSB-2731", + "color_name": "GROUND CINNAMON", + "description": "Ground Cinnamon is a cinnamon brown. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.45 + }, + { + "min": 50, + "max": 199, + "price": 17.53 + }, + { + "min": 200, + "max": null, + "price": 16.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3369/ground-cinnamon-psb-2731-dt20210215160235668-thumbnail.jpg?1613404956&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2731/ground-cinnamon", + "scraped_at": "2026-05-01T13:21:31.403Z" + }, + { + "sku": "PSB-2740", + "color_name": "Texaco Red", + "description": "Texaco Red is a bright pinkish red. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Due to the specific pigment used in this product, a clear or other top coat may dramatically change the color. Spray a test piece to ensure that the final color meets your requirements. Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.14 + }, + { + "min": 50, + "max": 199, + "price": 19.13 + }, + { + "min": 200, + "max": null, + "price": 18.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3371/texaco-red-psb-2740-dt20250707173240929078-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2740/texaco-red", + "scraped_at": "2026-05-01T13:21:43.061Z" + }, + { + "sku": "PSB-2742", + "color_name": "Faded Yellow", + "description": "Faded Yellow is a tan-yellow. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.96 + }, + { + "min": 50, + "max": 199, + "price": 18.01 + }, + { + "min": 200, + "max": null, + "price": 17.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3373/faded-yellow-psb-2742-dt20181108215140542-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2742/faded-yellow", + "scraped_at": "2026-05-01T13:21:53.691Z" + }, + { + "sku": "PSB-2758", + "color_name": "Casper Blue", + "description": "Casper Blue is an extremely deep blue. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.72 + }, + { + "min": 50, + "max": 199, + "price": 14.93 + }, + { + "min": 200, + "max": null, + "price": 14.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7948/psb-2758-casper-blue-dt20260102215417404293.pdf?1767390859", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3375/casper-blue-psb-2758-dt20210215155920176-thumbnail.jpg?1613404761&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2758/casper-blue", + "scraped_at": "2026-05-01T13:22:05.822Z" + }, + { + "sku": "PSB-2759", + "color_name": "GREEN BEAN", + "description": "Green Bean is a light sea foam green. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.67 + }, + { + "min": 50, + "max": 199, + "price": 17.74 + }, + { + "min": 200, + "max": null, + "price": 16.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3377/green-bean-psb-2759-dt2018111222241454-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2759/green-bean", + "scraped_at": "2026-05-01T13:22:22.462Z" + }, + { + "sku": "PSB-2778", + "color_name": "Coast Guard Orange", + "description": "Coast Guard Orange is a vivid emergency orange polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.81 + }, + { + "min": 50, + "max": 199, + "price": 19.77 + }, + { + "min": 200, + "max": null, + "price": 18.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5556/psb-2778-coast-guard-orange-tds-dt202401162134329752.pdf?1705440875", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8123/coast-guard-orange-psb-2778-dt20240123225944031388-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2778/coast-guard-orange", + "scraped_at": "2026-05-01T13:22:33.854Z" + }, + { + "sku": "PSB-2800", + "color_name": "Deco Yellow", + "description": "Deco Yellow is a very light pale yellow. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.29 + }, + { + "min": 50, + "max": 199, + "price": 12.63 + }, + { + "min": 200, + "max": null, + "price": 11.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3379/deco-yellow-psb-2800-dt20200810184103874-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2800/deco-yellow", + "scraped_at": "2026-05-01T13:22:46.792Z" + }, + { + "sku": "PSB-2825", + "color_name": "2000 Oxford White", + "description": "2000 Oxford White is a bright white. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning CREATIONS MADE WITH 2000 OXFORD WHITE View Details View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Does \"2000 Oxford White\" PSB-2825 require a base coat or clear coat? - Radiant Customs 07/20/20 08:40 am Answer: \"2000 Oxford White\" PSB-2825 is a solid tone satin finish white powder that has in itself excellent UV and Salt Spray resistance. That being said, a consideration of the application use and desired durability are things to keep in mind. Placing this white over a steel wheel driven on icy/salted roads then perhaps a zinc-rich primer like our ESS-10171 or ESS-6518 over an aluminum wheel should be applied as well as a matching gloss level Clear coat like Fog Clear PPB-4761 would provide additional impact and chemical resistance. - Prismatic Support Question: Is this the same as the Oxford White that was used on Ford vehicles? - David Ernhardt 04/11/19 02:09 pm Answer: It does match some years but Ford changed the color over the generations so make sure and order a swatch to make sure it meets your requirements. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.21 + }, + { + "min": 50, + "max": 199, + "price": 10.65 + }, + { + "min": 200, + "max": null, + "price": 10.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3381/2000-oxford-white-psb-2825-dt20201117181050968-thumbnail.jpg?1605636654&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2825/2000-oxford-white", + "scraped_at": "2026-05-01T13:23:05.581Z" + }, + { + "sku": "PSB-2866", + "color_name": "Cinderblock Brown", + "description": "Cinderblock Brown is a smooth coffee brown. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units *Recommended for interior use. Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.79 + }, + { + "min": 50, + "max": 199, + "price": 12.15 + }, + { + "min": 200, + "max": null, + "price": 11.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4126/psb-2866-cinderblock-brown-tds-dt20231003151042847171.pdf?1696345844", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8353/cinderblock-brown-psb-2866-dt20190621183455438-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2866/cinderblock-brown", + "scraped_at": "2026-05-01T13:23:16.438Z" + }, + { + "sku": "PSB-2905", + "color_name": "Red Drop", + "description": "Red Drop is a medium red. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.25 + }, + { + "min": 50, + "max": 199, + "price": 15.44 + }, + { + "min": 200, + "max": null, + "price": 14.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9984/red-drop-psb-2905-dt20190711142009205-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2905/red-drop", + "scraped_at": "2026-05-01T13:23:28.487Z" + }, + { + "sku": "PSB-2949", + "color_name": "BUTTERCUP", + "description": "Buttercup is a dark pastel yellow. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Miami", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.93 + }, + { + "min": 50, + "max": 199, + "price": 16.08 + }, + { + "min": 200, + "max": null, + "price": 15.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9986/buttercup-psb-2949-dt2019111421512977-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2949/buttercup", + "scraped_at": "2026-05-01T13:23:43.881Z" + }, + { + "sku": "PSB-2954", + "color_name": "Stump Brown", + "description": "Stump Brown is a redwood trunk brown polyester solid tone and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.55 + }, + { + "min": 50, + "max": 199, + "price": 12.87 + }, + { + "min": 200, + "max": null, + "price": 12.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4728/psb-2954-stump-brown-tds-dt20231120195726240809.pdf?1700510248", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8355/stump-brown-psb-2954-dt20231115222242190779-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2954/stump-brown", + "scraped_at": "2026-05-01T13:23:57.574Z" + }, + { + "sku": "PSB-3065", + "color_name": "INLINE-4", + "description": "Inline-4 is a bright green/yellow. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.07 + }, + { + "min": 50, + "max": 199, + "price": 13.37 + }, + { + "min": 200, + "max": null, + "price": 12.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3385/inline-4-psb-3065-dt20250707162724323249-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-3065/inline-4", + "scraped_at": "2026-05-01T13:24:14.026Z" + }, + { + "sku": "PSB-3070", + "color_name": "BUTTERSCOTCH", + "description": "Butterscotch is a medium tan polyester solid tone and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.29 + }, + { + "min": 50, + "max": 199, + "price": 17.38 + }, + { + "min": 200, + "max": null, + "price": 16.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4693/psb-3070-butterscotch-tds-dt20231120171156668038.pdf?1700500318", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8361/butterscotch-psb-3070-dt20231114175507404165-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-3070/butterscotch", + "scraped_at": "2026-05-01T13:24:29.002Z" + }, + { + "sku": "PSB-4002", + "color_name": "Carolina Teal", + "description": "Carolina Teal is a high gloss medium blue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.65 + }, + { + "min": 50, + "max": 199, + "price": 16.77 + }, + { + "min": 200, + "max": null, + "price": 15.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3792/psb-4002-carolina-teal-tds-dt20230925161317611775.pdf?1695658399", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3389/carolina-teal-psb-4002-dt20180709202427963-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4002/carolina-teal", + "scraped_at": "2026-05-01T13:24:40.457Z" + }, + { + "sku": "PSB-4015", + "color_name": "Yellow Wheel", + "description": "Yellow Wheel is a medium yellow. This color is a polyester solid tone powder coat and has a high gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.37 + }, + { + "min": 50, + "max": 199, + "price": 18.4 + }, + { + "min": 200, + "max": null, + "price": 17.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3391/yellow-wheel-psb-4015-dt20250627181414045173-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4015/yellow-wheel", + "scraped_at": "2026-05-01T13:24:52.874Z" + }, + { + "sku": "PSB-4019", + "color_name": "SLUDGE", + "description": "Sludge is a mossy muddy green brown polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.68 + }, + { + "min": 50, + "max": 199, + "price": 15.85 + }, + { + "min": 200, + "max": null, + "price": 15.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4892/psb-4019-sludge-tds-dt20231122194024820786.pdf?1700682026", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8363/sludge-psb-4019-dt20231121230429155867-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4019/sludge", + "scraped_at": "2026-05-01T13:25:02.804Z" + }, + { + "sku": "PSB-4034", + "color_name": "BUTTER PECAN", + "description": "Butter Pecan is a light cream color. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.78 + }, + { + "min": 50, + "max": 199, + "price": 15.94 + }, + { + "min": 200, + "max": null, + "price": 15.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2534/psb-4034-butter-pecan-tds-dt20230810183420981516.pdf?1691692462", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3393/butter-pecan-psb-4034-dt20191114214455096-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4034/butter-pecan", + "scraped_at": "2026-05-01T13:25:16.027Z" + }, + { + "sku": "PSB-4075", + "color_name": "Redwood Green", + "description": "Redwood Green is a dark forest green with a smooth feel. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning CREATIONS MADE WITH REDWOOD GREEN View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.3 + }, + { + "min": 50, + "max": 199, + "price": 14.54 + }, + { + "min": 200, + "max": null, + "price": 13.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3576/psb-4075-redwood-green-tds-dt20230918222859979186.pdf?1695076142", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3395/redwood-green-psb-4075-dt20190214191230127-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4075/redwood-green", + "scraped_at": "2026-05-01T13:25:31.298Z" + }, + { + "sku": "PSB-4304", + "color_name": "Reef Blue", + "description": "Reef Blue is a slate blue that has a dark speckle like stone or granite. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.12 + }, + { + "min": 50, + "max": 199, + "price": 15.31 + }, + { + "min": 200, + "max": null, + "price": 14.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3399/reef-blue-psb-4304-dt2021051115375524-thumbnail.jpg?1620747476&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4304/reef-blue", + "scraped_at": "2026-05-01T13:25:43.452Z" + }, + { + "sku": "PSB-4307", + "color_name": "PACIFIC MIDNIGHT", + "description": "Pacific Midnight is a grey/black with a hint of brown. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.3 + }, + { + "min": 50, + "max": 199, + "price": 13.59 + }, + { + "min": 200, + "max": null, + "price": 12.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6061/psb-4307-pacific-midnight-tds-dt2024040418205749689.pdf?1712254859", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3401/pacific-midnight-psb-4307-dt20210510150456376-thumbnail.jpg?1620659097&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4307/pacific-midnight", + "scraped_at": "2026-05-01T13:25:53.936Z" + }, + { + "sku": "PSB-4315", + "color_name": "Tomato Red", + "description": "Tomato Red is a tomato soup with milk red polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units **Please note that this color exhibits a significant ΔE color change when a clear coat is applied. Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.8 + }, + { + "min": 50, + "max": 199, + "price": 20.71 + }, + { + "min": 200, + "max": null, + "price": 19.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7574/psb-4315-tomato-red-dt20251006213440230724.pdf?1759786482", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8367/tomato-red-psb-4315-dt20231108163155930605-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4315/tomato-red", + "scraped_at": "2026-05-01T13:26:03.945Z" + }, + { + "sku": "PSB-4324", + "color_name": "STRAW II", + "description": "Straw II is a light mustard yellow with a slight marble effect. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.71 + }, + { + "min": 50, + "max": 199, + "price": 15.87 + }, + { + "min": 200, + "max": null, + "price": 15.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3403/straw-ii-psb-4324-dt20240201181507924-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4324/straw-ii", + "scraped_at": "2026-05-01T13:26:14.904Z" + }, + { + "sku": "PSB-4366", + "color_name": "Beach Grey", + "description": "Beach Grey is a light greyish color that has a fine white pearl hue in the light. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.09 + }, + { + "min": 50, + "max": 199, + "price": 16.24 + }, + { + "min": 200, + "max": null, + "price": 15.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3405/beach-grey-psb-4366-dt20180702143620486-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4366/beach-grey", + "scraped_at": "2026-05-01T13:26:30.210Z" + }, + { + "sku": "PSB-4367", + "color_name": "Beach Beige", + "description": "Beach Beige is a light beige that is lower gloss and also appears a little greyish. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.5 + }, + { + "min": 50, + "max": 199, + "price": 16.63 + }, + { + "min": 200, + "max": null, + "price": 15.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3407/beach-beige-psb-4367-dt20180706202324785-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4367/beach-beige", + "scraped_at": "2026-05-01T13:26:43.994Z" + }, + { + "sku": "PSB-4372", + "color_name": "Cloud Grey", + "description": "Cloud Grey is a flat medium grey with a slight smooth texture. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.4 + }, + { + "min": 50, + "max": 199, + "price": 11.78 + }, + { + "min": 200, + "max": null, + "price": 11.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3409/cloud-grey-psb-4372-dt20210202210635915-thumbnail.jpg?1612299997&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4372/cloud-grey", + "scraped_at": "2026-05-01T13:26:55.797Z" + }, + { + "sku": "PSB-4407", + "color_name": "Flat Mint Green", + "description": "Flat Mint Green is a matte mint green. This color is a polyester solid tone powder coat and has a satin finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: I am trying to match my Factory Five Racing Hot Rod rims. They are called Bonneville rims--probably referring to traditional \"Salt Flats\" style. They come in two colors--black and a color much like this mint green. I am trying to find a powder coat that matches this \"mint-like\" color so I can powder coat the grill, windshield frame, and other pieces. The closest color I can find is the Designo Silver on my 2003 Mercedes SL500. The pallette # is 029. This number appears after the term \"Lack.\" The rims I am trying to match are shown on the Factory Five Home Page under the '33 Hot Rod. Please help me. Jim - Prismatic Support 11/19/19 01:38 pm Answer: Hello Jim, I don't see the Mint color wheels you are referring to on the Factory Five Racing site. Can you email me the colors you are referring to with pictures in various lights so that I can try to make a guess as to which color to go for? Email to technicalsupport@prismaticpowders.com Thank you. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.4 + }, + { + "min": 50, + "max": 199, + "price": 14.63 + }, + { + "min": 200, + "max": null, + "price": 13.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7888/psb-4407-flat-mint-green-dt20260102205142406594.pdf?1767387104", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10487/flat-mint-green-psb-4407-dt20200515175749625-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4407/flat-mint-green", + "scraped_at": "2026-05-01T13:27:12.311Z" + }, + { + "sku": "PSB-4413", + "color_name": "Inca Blue", + "description": "Inca Blue is a deep dark teal blue polyester solid tone and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.43 + }, + { + "min": 50, + "max": 199, + "price": 16.56 + }, + { + "min": 200, + "max": null, + "price": 15.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4295/psb-4413-inca-blue-tds-dt20231009211704078972.pdf?1696886226", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8373/inca-blue-psb-4413-dt20231010161117034165-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4413/inca-blue", + "scraped_at": "2026-05-01T13:27:28.476Z" + }, + { + "sku": "PSB-4434", + "color_name": "Stormy Blue", + "description": "Stomy Blue is a muted grey blue polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.24 + }, + { + "min": 50, + "max": 199, + "price": 14.48 + }, + { + "min": 200, + "max": null, + "price": 13.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8045/psb-4434-stormy-blue-dt20260119165247290613.pdf?1768841568", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8375/stormy-blue-psb-4434-dt20260316204752112109-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4434/stormy-blue", + "scraped_at": "2026-05-01T13:27:42.896Z" + }, + { + "sku": "PSB-4439", + "color_name": "JUICY FRUIT II", + "description": "Juicy Fruit II is a bright yellow solid tone and is a very similar match to the yellow found in the famous gum. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.52 + }, + { + "min": 50, + "max": 199, + "price": 19.49 + }, + { + "min": 200, + "max": null, + "price": 18.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3411/juicy-fruit-ii-psb-4439-dt20200901142128498-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4439/juicy-fruit-ii", + "scraped_at": "2026-05-01T13:27:57.175Z" + }, + { + "sku": "PSB-4458", + "color_name": "Flat Lucky Blue", + "description": "Flat Lucky Blue is a medium-dark blue. This color is a polyester solid tone powder coat with a satin finish. It is also available in a glossy solid tone finish as Harbor Blue PSS-0579. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Harbor Blue PSS-0579 Vein (Satin): Surf Blue Vein PVB-5550 Metallic (Gloss): Old Timer Blue PMB-1770 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.32 + }, + { + "min": 50, + "max": 199, + "price": 18.35 + }, + { + "min": 200, + "max": null, + "price": 17.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2868/psb-4458-flat-lucky-blue-tds-dt20230822132902406973.pdf?1692710945", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8377/flat-lucky-blue-psb-4458-dt20190415201903238-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4458/flat-lucky-blue", + "scraped_at": "2026-05-01T13:28:10.912Z" + }, + { + "sku": "PSB-4464", + "color_name": "Rustic Red", + "description": "Rustic Red is a rust red. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.22 + }, + { + "min": 50, + "max": 199, + "price": 15.41 + }, + { + "min": 200, + "max": null, + "price": 14.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3413/rustic-red-psb-4464-dt20210510150611008-thumbnail.jpg?1620659172&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4464/rustic-red", + "scraped_at": "2026-05-01T13:28:21.341Z" + }, + { + "sku": "PSB-4512", + "color_name": "Tempest Yellow", + "description": "Tempest Yellow is a light yellow and beige color. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.77 + }, + { + "min": 50, + "max": 199, + "price": 14.03 + }, + { + "min": 200, + "max": null, + "price": 13.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3417/tempest-yellow-psb-4512-dt20210107154347019-thumbnail.jpg?1610034228&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4512/tempest-yellow", + "scraped_at": "2026-05-01T13:28:32.293Z" + }, + { + "sku": "PSB-4549", + "color_name": "CV PURPLE", + "description": "CV Purple is a sleek orchid purple with a cool hue. This color is a polyester solid tone powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.19 + }, + { + "min": 50, + "max": 199, + "price": 15.38 + }, + { + "min": 200, + "max": null, + "price": 14.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8387/cv-purple-psb-4549-dt20220210192459935431-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4549/cv-purple", + "scraped_at": "2026-05-01T13:28:47.572Z" + }, + { + "sku": "PSB-4567", + "color_name": "Aged Red", + "description": "Aged Red is a deep reddish/brown. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.34 + }, + { + "min": 50, + "max": 199, + "price": 11.72 + }, + { + "min": 200, + "max": null, + "price": 11.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3595/psb-4567-aged-red-tds-dt20230919161522083046.pdf?1695140124", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3419/aged-red-psb-4567-dt20210712153624003-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4567/aged-red", + "scraped_at": "2026-05-01T13:28:59.231Z" + }, + { + "sku": "PSB-4589", + "color_name": "02 Vette Yellow", + "description": "02 Vette Yellow is a bright mustard yellow. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.79 + }, + { + "min": 50, + "max": 199, + "price": 15 + }, + { + "min": 200, + "max": null, + "price": 14.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2525/psb-4589-02-vette-yellow-tds-dt20230809164347543894.pdf?1691599429", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3421/02-vette-yellow-psb-4589-dt20210504214250888-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4589/02-vette-yellow", + "scraped_at": "2026-05-01T13:29:13.510Z" + }, + { + "sku": "PSB-4594", + "color_name": "Bamboo Green", + "description": "Bamboo Green is a light pistachio green polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.55 + }, + { + "min": 50, + "max": 199, + "price": 15.72 + }, + { + "min": 200, + "max": null, + "price": 14.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2417/psb-4594-bamboo-green-tds-dt20230803170724665914.pdf?1691082446", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8012/bamboo-green-psb-4594-dt20231114185358955272-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4594/bamboo-green", + "scraped_at": "2026-05-01T13:29:25.826Z" + }, + { + "sku": "PSB-4624", + "color_name": "Ford Dark Blue", + "description": "Ford Dark Blue is a dark navy blue. This color is a polyester solid tone powder coat and has a high gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.85 + }, + { + "min": 50, + "max": 199, + "price": 12.21 + }, + { + "min": 200, + "max": null, + "price": 11.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3423/ford-dark-blue-psb-4624-dt20250616175913514046-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4624/ford-dark-blue", + "scraped_at": "2026-05-01T13:29:40.289Z" + }, + { + "sku": "PSB-4629", + "color_name": "ILLUSION PURPLE", + "description": "Illusion Purple is a solid dark purple. This color is a polyester solid tone powder coat with a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS SOFT CLEAR PPS-1334 CLICK FOR DETAILS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.59 + }, + { + "min": 50, + "max": 199, + "price": 23.36 + }, + { + "min": 200, + "max": null, + "price": 22.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2759/psb-4629-illusion-purple-tds-dt20230817151239697001.pdf?1692285161", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3425/illusion-purple-psb-4629-dt20250915220126943068-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4629/illusion-purple", + "scraped_at": "2026-05-01T13:29:53.954Z" + }, + { + "sku": "PSB-4632", + "color_name": "PLATEAU GREEN", + "description": "Plateau Green is a cool sage green. This color is a polyester solid tone powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.6 + }, + { + "min": 50, + "max": 199, + "price": 11.97 + }, + { + "min": 200, + "max": null, + "price": 11.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8402/plateau-green-psb-4632-dt20211101163939907-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4632/plateau-green", + "scraped_at": "2026-05-01T13:30:10.889Z" + }, + { + "sku": "PSB-4642", + "color_name": "SIERRA ROSE", + "description": "Sierra Rose is a muted rose polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Due to the specific pigment used in this product, a clear or other top coat may dramatically change the color. Spray a test piece to ensure that the final color meets your requirements. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.97 + }, + { + "min": 50, + "max": 199, + "price": 18.97 + }, + { + "min": 200, + "max": null, + "price": 17.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5502/psb-4642-sierra-rose-tds-dt20240108174401039129.pdf?1704735846", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8406/sierra-rose-psb-4642-dt20231107230108012293-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4642/sierra-rose", + "scraped_at": "2026-05-01T13:30:21.865Z" + }, + { + "sku": "PSB-4643", + "color_name": "Glacial Blue", + "description": "Glacial Blue is a light blue grey speckled polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning CREATIONS MADE WITH GLACIAL BLUE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.95 + }, + { + "min": 50, + "max": 199, + "price": 16.1 + }, + { + "min": 200, + "max": null, + "price": 15.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4660/psb-4643-glacial-blue-tds-dt20231106205026098632.pdf?1699303828", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8408/glacial-blue-psb-4643-dt20231107225032929076-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4643/glacial-blue", + "scraped_at": "2026-05-01T13:30:37.026Z" + }, + { + "sku": "PSB-4644", + "color_name": "Sunset Orange", + "description": "Sunset Orange is a golden orange polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.22 + }, + { + "min": 50, + "max": 199, + "price": 19.21 + }, + { + "min": 200, + "max": null, + "price": 18.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4349/psb-4644-sunset-orange-tds-dt20231026223247519788.pdf?1698359569", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8410/sunset-orange-psb-4644-dt20231101163058486201-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4644/sunset-orange", + "scraped_at": "2026-05-01T13:30:50.592Z" + }, + { + "sku": "PSB-4654", + "color_name": "Pacific Brown", + "description": "Pacific Brown is mossy brown grey polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.17 + }, + { + "min": 50, + "max": 199, + "price": 12.51 + }, + { + "min": 200, + "max": null, + "price": 11.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4652/psb-4654-pacific-brown-tds-dt20231106203608580169.pdf?1699302971", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8412/pacific-brown-psb-4654-dt20231108154252728964-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4654/pacific-brown", + "scraped_at": "2026-05-01T13:31:03.820Z" + }, + { + "sku": "PSB-4666", + "color_name": "Cherry Punch", + "description": "Cherry Punch is a dark cherry red polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.72 + }, + { + "min": 50, + "max": 199, + "price": 18.73 + }, + { + "min": 200, + "max": null, + "price": 17.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4658/psb-4666-cherry-punch-tds-dt20231106204730640969.pdf?1699303652", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8414/cherry-punch-psb-4666-dt20231108155414195479-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4666/cherry-punch", + "scraped_at": "2026-05-01T13:31:16.387Z" + }, + { + "sku": "PSB-4667", + "color_name": "EMPIRE BEIGE", + "description": "Empire Beige is a light beige color. This color is a polyester solid tone powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.8 + }, + { + "min": 50, + "max": 199, + "price": 12.16 + }, + { + "min": 200, + "max": null, + "price": 11.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3429/empire-beige-psb-4667-dt20180711210517208-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4667/empire-beige", + "scraped_at": "2026-05-01T13:31:30.458Z" + }, + { + "sku": "PSB-4673", + "color_name": "Myan Red", + "description": "Myan Red is a dark brick red polyester solid tone and has a satin finish. Matte: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.77 + }, + { + "min": 50, + "max": 199, + "price": 14.98 + }, + { + "min": 200, + "max": null, + "price": 14.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4688/psb-4673-myan-red-tds-dt20231120165642612342.pdf?1700499404", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8418/myan-red-psb-4673-dt2023111023313119722-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4673/myan-red", + "scraped_at": "2026-05-01T13:31:43.463Z" + }, + { + "sku": "PSB-4675", + "color_name": "Benton Red", + "description": "Benton Red is a dark cherry red. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.37 + }, + { + "min": 50, + "max": 199, + "price": 15.55 + }, + { + "min": 200, + "max": null, + "price": 14.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7032/benton-red-psb-4675-dt20210421195206063-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4675/benton-red", + "scraped_at": "2026-05-01T13:31:54.954Z" + }, + { + "sku": "PSB-4681", + "color_name": "Benton Yellow", + "description": "Benton Yellow is a rich orange with a slight yellow speckle. This color is a polyester solid tone powder coat with a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.45 + }, + { + "min": 50, + "max": 199, + "price": 20.38 + }, + { + "min": 200, + "max": null, + "price": 19.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8420/benton-yellow-psb-4681-dt20190321211716589-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4681/benton-yellow", + "scraped_at": "2026-05-01T13:32:10.736Z" + }, + { + "sku": "PSB-4687", + "color_name": "Ringer Blue", + "description": "Ringer Blue is a dark denim blue with a sleek finish. This color is a polyester solid tone powder coat with a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.19 + }, + { + "min": 50, + "max": 199, + "price": 14.43 + }, + { + "min": 200, + "max": null, + "price": 13.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4684/psb-4687-ringer-blue-tds-dt20231120165018945499.pdf?1700499020", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7457/ringer-blue-psb-4687-dt20190614220757384-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4687/ringer-blue", + "scraped_at": "2026-05-01T13:32:25.591Z" + }, + { + "sku": "PSB-4688", + "color_name": "Crimson Yellow", + "description": "Crimson Yellow is a classic canary yellow polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.5 + }, + { + "min": 50, + "max": 199, + "price": 19.48 + }, + { + "min": 200, + "max": null, + "price": 18.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4707/psb-4688-crimson-yellow-tds-dt20231120174452427408.pdf?1700502294", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8424/crimson-yellow-psb-4688-dt2023111418291502075-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4688/crimson-yellow", + "scraped_at": "2026-05-01T13:32:39.943Z" + }, + { + "sku": "PSB-4719", + "color_name": "Sierra Blue", + "description": "Sierra Blue is a navy blue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.07 + }, + { + "min": 50, + "max": 199, + "price": 13.37 + }, + { + "min": 200, + "max": null, + "price": 12.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5363/psb-4719-sierra-blue-tds-dt20231206154907255054.pdf?1701877749", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3433/sierra-blue-psb-4719-dt20210217153819111-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4719/sierra-blue", + "scraped_at": "2026-05-01T13:32:57.725Z" + }, + { + "sku": "PSB-4738", + "color_name": "FLAT REEDY GREEN", + "description": "Flat Reedy Green is a very dark green solid tone. This color is a polyester solid tone powder coat and has a satin finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS REEDY GREEN PSS-1504 CLICK FOR DETAILS REEDY GREEN RIVER PRB-1746 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.86 + }, + { + "min": 50, + "max": 199, + "price": 14.12 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3208/psb-4738-flat-reedy-green-tds-dt20230906154944910388.pdf?1694015386", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3435/flat-reedy-green-psb-4738-dt2025072120082511409-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4738/flat-reedy-green", + "scraped_at": "2026-05-01T13:33:10.473Z" + }, + { + "sku": "PSB-4751", + "color_name": "Grey Sky", + "description": "Grey Sky is light grey white polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.71 + }, + { + "min": 50, + "max": 199, + "price": 13.02 + }, + { + "min": 200, + "max": null, + "price": 12.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5383/psb-4751-grey-sky-tds-dt20231211224500411938.pdf?1702334702", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8436/grey-sky-psb-4751-dt20260325165700083251-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4751/grey-sky", + "scraped_at": "2026-05-01T13:33:22.858Z" + }, + { + "sku": "PSB-4763", + "color_name": "Hunters Brown", + "description": "Hunters Brown is mossy mud brown polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.71 + }, + { + "min": 50, + "max": 199, + "price": 13.02 + }, + { + "min": 200, + "max": null, + "price": 12.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4667/psb-4763-hunters-brown-tds-dt20231106210654641664.pdf?1699304817", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8438/hunters-brown-psb-4763-dt2023110816300768179-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4763/hunters-brown", + "scraped_at": "2026-05-01T13:33:38.757Z" + }, + { + "sku": "PSB-4766", + "color_name": "Almond White", + "description": "Almond White is a white solid tone with a hint of almond tan. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.09 + }, + { + "min": 50, + "max": 199, + "price": 10.54 + }, + { + "min": 200, + "max": null, + "price": 9.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3513/psb-4766-almond-white-tds-dt20230918153121661179.pdf?1695051083", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3441/almond-white-psb-4766-dt20210217153044988-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4766/almond-white", + "scraped_at": "2026-05-01T13:33:52.504Z" + }, + { + "sku": "PSB-4777", + "color_name": "FLAT RED", + "description": "Flat Red is a flat red solid tone. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Ritzy Red PSS-2993 River (Satin): Wichita River PRB-1999 Metallic (Semi-Gloss): Mataza Orange PMB-4250 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.51 + }, + { + "min": 50, + "max": 199, + "price": 13.78 + }, + { + "min": 200, + "max": null, + "price": 13.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3443/flat-red-psb-4777-dt20210628181934742-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4777/flat-red", + "scraped_at": "2026-05-01T13:34:07.913Z" + }, + { + "sku": "PSB-4785", + "color_name": "Deere Blue", + "description": "Deere Blue is a medium blue solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.58 + }, + { + "min": 50, + "max": 199, + "price": 12.9 + }, + { + "min": 200, + "max": null, + "price": 12.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3445/deere-blue-psb-4785-dt20201229162840032-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4785/deere-blue", + "scraped_at": "2026-05-01T13:34:20.834Z" + }, + { + "sku": "PSB-4787", + "color_name": "Davis Red", + "description": "Davis Red is a bright red. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.97 + }, + { + "min": 50, + "max": 199, + "price": 14.22 + }, + { + "min": 200, + "max": null, + "price": 13.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3447/davis-red-psb-4787-dt20210413165811208-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4787/davis-red", + "scraped_at": "2026-05-01T13:34:38.395Z" + }, + { + "sku": "PSB-4792", + "color_name": "Ridge Blue", + "description": "Ridge Blue is a light grey with a blue hue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.78 + }, + { + "min": 50, + "max": 199, + "price": 14.04 + }, + { + "min": 200, + "max": null, + "price": 13.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3449/ridge-blue-psb-4792-dt20190612212603613-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4792/ridge-blue", + "scraped_at": "2026-05-01T13:34:53.425Z" + }, + { + "sku": "PSB-4807", + "color_name": "Tacoma Brown", + "description": "Tacoma Brown is a light brown with a matte appearance. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.68 + }, + { + "min": 50, + "max": 199, + "price": 11.1 + }, + { + "min": 200, + "max": null, + "price": 10.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3451/tacoma-brown-psb-4807-dt20210202222217442-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4807/tacoma-brown", + "scraped_at": "2026-05-01T13:35:04.192Z" + }, + { + "sku": "PSB-4812", + "color_name": "Flat Dunbar Teal", + "description": "Flat Dunbar Teal is a Miami blue green polyester solid tone and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Gloss Solid Tone: Dunbar Teal PSS-0950 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.48 + }, + { + "min": 50, + "max": 199, + "price": 13.76 + }, + { + "min": 200, + "max": null, + "price": 13.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4294/psb-4812-flat-dunbar-teal-tds-dt20231009211504044167.pdf?1696886106", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8462/flat-dunbar-teal-psb-4812-dt20231010174505572617-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4812/flat-dunbar-teal", + "scraped_at": "2026-05-01T13:35:18.671Z" + }, + { + "sku": "PSB-4813", + "color_name": "Colonial Blue", + "description": "Colonial Blue is a matte, medium blue/grey. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.34 + }, + { + "min": 50, + "max": 199, + "price": 13.62 + }, + { + "min": 200, + "max": null, + "price": 12.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5857/psb-4813-colonial-blue-tds-dt20240320185438978729.pdf?1710960881", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3453/colonial-blue-psb-4813-dt20201020150031213-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4813/colonial-blue", + "scraped_at": "2026-05-01T13:35:38.460Z" + }, + { + "sku": "PSB-4817", + "color_name": "Flat Java Beige", + "description": "Flat Java Beige is a light tan polyester solid tone and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.92 + }, + { + "min": 50, + "max": 199, + "price": 16.07 + }, + { + "min": 200, + "max": null, + "price": 15.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9988/flat-java-beige-psb-4817-dt20240123215905745759-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4817/flat-java-beige", + "scraped_at": "2026-05-01T13:35:52.821Z" + }, + { + "sku": "PSB-4818", + "color_name": "MOHAVE BROWN", + "description": "Mohave Brown is a rust brown. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.54 + }, + { + "min": 50, + "max": 199, + "price": 12.86 + }, + { + "min": 200, + "max": null, + "price": 12.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5458/psb-4818-mohave-brown-tds-dt20240102184328005819.pdf?1704221010", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9990/mohave-brown-psb-4818-dt20201214223355041-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4818/mohave-brown", + "scraped_at": "2026-05-01T13:36:02.928Z" + }, + { + "sku": "PSB-4824", + "color_name": "NEVADA BEIGE", + "description": "Nevada Beige is a light beige polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.88 + }, + { + "min": 50, + "max": 199, + "price": 17.94 + }, + { + "min": 200, + "max": null, + "price": 16.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4286/psb-4824-nevada-beige-tds-dt20231009150244204438.pdf?1696863766", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8466/nevada-beige-psb-4824-dt20231010162615898-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4824/nevada-beige", + "scraped_at": "2026-05-01T13:36:13.845Z" + }, + { + "sku": "PSB-4841", + "color_name": "CRESCENT BEIGE", + "description": "Crescent Beige is a sandy white solid tone polyester and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.61 + }, + { + "min": 50, + "max": 199, + "price": 12.93 + }, + { + "min": 200, + "max": null, + "price": 12.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4351/psb-4841-crescent-beige-tds-dt20231026223744020779.pdf?1698359866", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8476/crescent-beige-psb-4841-dt20231102145719177209-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4841/crescent-beige", + "scraped_at": "2026-05-01T13:36:29.589Z" + }, + { + "sku": "PSB-4845", + "color_name": "Sahara Red", + "description": "Sahara Red is a reddish brown with a matte appearance. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.23 + }, + { + "min": 50, + "max": 199, + "price": 12.57 + }, + { + "min": 200, + "max": null, + "price": 11.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3459/sahara-red-psb-4845-dt20210406173245821-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4845/sahara-red", + "scraped_at": "2026-05-01T13:36:42.791Z" + }, + { + "sku": "PSB-4852", + "color_name": "Lemon Yellow", + "description": "Lemon Yellow is a very bright lemon yellow. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.72 + }, + { + "min": 50, + "max": 199, + "price": 17.78 + }, + { + "min": 200, + "max": null, + "price": 16.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3461/lemon-yellow-psb-4852-dt20210204153149928-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4852/lemon-yellow", + "scraped_at": "2026-05-01T13:37:00.872Z" + }, + { + "sku": "PSB-4880", + "color_name": "Alpine White", + "description": "Alpine White is an off-white polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.74 + }, + { + "min": 50, + "max": 199, + "price": 13.05 + }, + { + "min": 200, + "max": null, + "price": 12.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3294/psb-4880-alpine-white-tds-dt20230911211510061774.pdf?1694466911", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3463/alpine-white-psb-4880-dt20250623223518541764-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4880/alpine-white", + "scraped_at": "2026-05-01T13:37:13.815Z" + }, + { + "sku": "PSB-4882", + "color_name": "Rustler Red", + "description": "Rustler Red is a deep brick red polyester solid tone and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.24 + }, + { + "min": 50, + "max": 199, + "price": 14.48 + }, + { + "min": 200, + "max": null, + "price": 13.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6353/psb-4882-rustler-red-tds-dt20240425142117750862.pdf?1714054880", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7459/rustler-red-psb-4882-dt2024102115140209593-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4882/rustler-red", + "scraped_at": "2026-05-01T13:37:26.478Z" + }, + { + "sku": "PSB-4884", + "color_name": "COASTAL BEIGE", + "description": "Coastal Beige is a warm caramel brown. This color is a polyester solid tone powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.77 + }, + { + "min": 50, + "max": 199, + "price": 17.83 + }, + { + "min": 200, + "max": null, + "price": 16.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8484/coastal-beige-psb-4884-dt20191114235833806-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4884/coastal-beige", + "scraped_at": "2026-05-01T13:37:38.410Z" + }, + { + "sku": "PSB-4885", + "color_name": "IRIS BURGUNDY", + "description": "Iris Burgundy is a purple burgundy. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.83 + }, + { + "min": 50, + "max": 199, + "price": 15.04 + }, + { + "min": 200, + "max": null, + "price": 14.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3465/iris-burgundy-psb-4885-dt2018111423302965-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4885/iris-burgundy", + "scraped_at": "2026-05-01T13:37:54.142Z" + }, + { + "sku": "PSB-4887", + "color_name": "Montana Red", + "description": "Montana Red is a brick red. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.86 + }, + { + "min": 50, + "max": 199, + "price": 14.12 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3467/montana-red-psb-4887-dt20181119170924752-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4887/montana-red", + "scraped_at": "2026-05-01T13:38:06.215Z" + }, + { + "sku": "PSB-4893", + "color_name": "SANDY BEIGE", + "description": "Sandy Beige is a lower gloss light beige. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.44 + }, + { + "min": 50, + "max": 199, + "price": 11.82 + }, + { + "min": 200, + "max": null, + "price": 11.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3490/psb-4893-sandy-beige-tds-dt2023091522344352756.pdf?1694817285", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3469/sandy-beige-psb-4893-dt20200410154933868-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4893/sandy-beige", + "scraped_at": "2026-05-01T13:38:19.118Z" + }, + { + "sku": "PSB-4896", + "color_name": "Hotrod Blue", + "description": "Hotrod Blue is a medium cobalt blue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.78 + }, + { + "min": 50, + "max": 199, + "price": 14.04 + }, + { + "min": 200, + "max": null, + "price": 13.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6039/psb-4896-hotrod-blue-tds-dt20240403195926806395.pdf?1712174369", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3471/hotrod-blue-psb-4896-dt20200305233554558-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4896/hotrod-blue", + "scraped_at": "2026-05-01T13:38:31.522Z" + }, + { + "sku": "PSB-4909", + "color_name": "Cement Grey", + "description": "Cement Grey is a grey polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Note: Each additional coat of powder coating will act as an insulator, which will require extra time for the substrate to reach temperature. Extend cure times as needed. Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.98 + }, + { + "min": 50, + "max": 199, + "price": 14.23 + }, + { + "min": 200, + "max": null, + "price": 13.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6906/psb-4909-cement-grey-dt20241017211639354315.pdf?1729199801", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8494/cement-grey-psb-4909-dt20241014205305518095-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4909/cement-grey", + "scraped_at": "2026-05-01T13:38:44.830Z" + }, + { + "sku": "PSB-4912", + "color_name": "FROSTED TAN", + "description": "Frosted Tan is a medium brown/tan solid tone. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Grey Day PSS-4311 Solid Tone (Gloss): Mud PSB-10055 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.02 + }, + { + "min": 50, + "max": 199, + "price": 15.22 + }, + { + "min": 200, + "max": null, + "price": 14.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6520/psb-4912-frosted-tan-tds-dt20240508213443727586.pdf?1715204085", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3473/frosted-tan-psb-4912-dt20181109221306934-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4912/frosted-tan", + "scraped_at": "2026-05-01T13:38:57.980Z" + }, + { + "sku": "PSB-4914", + "color_name": "Brick Red", + "description": "Brick Red is a rich red/orange. This color is a polyester solid tone powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.6 + }, + { + "min": 50, + "max": 199, + "price": 13.87 + }, + { + "min": 200, + "max": null, + "price": 13.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8496/brick-red-psb-4914-dt20230112162856863524-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4914/brick-red", + "scraped_at": "2026-05-01T13:39:12.215Z" + }, + { + "sku": "PSB-4926", + "color_name": "Patina Teal", + "description": "Patina Teal is a muted teal polyester solid tone and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.14 + }, + { + "min": 50, + "max": 199, + "price": 17.23 + }, + { + "min": 200, + "max": null, + "price": 16.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6379/psb-4926-patina-teal-tds-dt20240425163352049118.pdf?1714062834", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8500/patina-teal-psb-4926-dt20240510202850375302-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4926/patina-teal", + "scraped_at": "2026-05-01T13:39:25.820Z" + }, + { + "sku": "PSB-4928", + "color_name": "Patina Orange", + "description": "Patina Orange is a bright orange with a fine patina look. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.78 + }, + { + "min": 50, + "max": 199, + "price": 15.94 + }, + { + "min": 200, + "max": null, + "price": 15.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3475/patina-orange-psb-4928-dt20181217204630981-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4928/patina-orange", + "scraped_at": "2026-05-01T13:39:40.013Z" + }, + { + "sku": "PSB-4930", + "color_name": "PATINA YELLOW", + "description": "Patina Yellow is a classic yellow polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.59 + }, + { + "min": 50, + "max": 199, + "price": 18.61 + }, + { + "min": 200, + "max": null, + "price": 17.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5282/psb-4930-patina-yellow-tds-dt2023120420035507108.pdf?1701720237", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8506/patina-yellow-psb-4930-dt2023112919110507749-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4930/patina-yellow", + "scraped_at": "2026-05-01T13:39:51.564Z" + }, + { + "sku": "PSB-4944", + "color_name": "Army Green", + "description": "Army Green is a flat army green color. This color is a polyester solid tone powder coat and has a flat finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.48 + }, + { + "min": 50, + "max": 199, + "price": 14.71 + }, + { + "min": 200, + "max": null, + "price": 13.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6515/psb-4944-army-green-tds-dt20240508212321654561.pdf?1715203404", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3477/army-green-psb-4944-dt202505271839198764-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4944/army-green", + "scraped_at": "2026-05-01T13:40:01.831Z" + }, + { + "sku": "PSB-4953", + "color_name": "MAGNUM BEIGE", + "description": "Magnum Beige is a sandy grey, brown, and tan. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.78 + }, + { + "min": 50, + "max": 199, + "price": 12.14 + }, + { + "min": 200, + "max": null, + "price": 11.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3479/magnum-beige-psb-4953-dt20250626140927477008-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4953/magnum-beige", + "scraped_at": "2026-05-01T13:40:18.545Z" + }, + { + "sku": "PSB-4974", + "color_name": "Iris Maroon", + "description": "Iris Maroon is a dark burgundy with a smooth feel. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.95 + }, + { + "min": 50, + "max": 199, + "price": 13.25 + }, + { + "min": 200, + "max": null, + "price": 12.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3481/iris-maroon-psb-4974-dt20181114214419587-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4974/iris-maroon", + "scraped_at": "2026-05-01T13:40:31.493Z" + }, + { + "sku": "PSB-4978", + "color_name": "TEMPEST CREAM", + "description": "Tempest Cream is a medium cream. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3483/tempest-cream-psb-4978-dt20211101180626732-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4978/tempest-cream", + "scraped_at": "2026-05-01T13:40:48.626Z" + }, + { + "sku": "PSB-4984", + "color_name": "Fallbrook Orange", + "description": "Fallbrook Orange is an earthy orange clay polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.43 + }, + { + "min": 50, + "max": 199, + "price": 17.51 + }, + { + "min": 200, + "max": null, + "price": 16.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4916/psb-4984-fallbrook-orange-tds-dt20231127160937347138.pdf?1701101379", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8514/fallbrook-orange-psb-4984-dt20231129194503368188-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4984/fallbrook-orange", + "scraped_at": "2026-05-01T13:41:02.952Z" + }, + { + "sku": "PSB-4996", + "color_name": "LATTE BEIGE", + "description": "Latte Beige is soft warm off white polyester solid tone and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.96 + }, + { + "min": 50, + "max": 199, + "price": 12.31 + }, + { + "min": 200, + "max": null, + "price": 11.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5515/psb-4996-latte-beige-tds-dt20240109163852494136.pdf?1704818334", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8516/latte-beige-psb-4996-dt2024012321031928433-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4996/latte-beige", + "scraped_at": "2026-05-01T13:41:16.515Z" + }, + { + "sku": "PSB-5005", + "color_name": "Flat Mason Red II", + "description": "Flat Mason Red II is a dark brick brown polyester solid tone and has a satin finish. Satin: 31-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.78 + }, + { + "min": 50, + "max": 199, + "price": 16.89 + }, + { + "min": 200, + "max": null, + "price": 16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8518/flat-mason-red-psb-5005-dt2023112022301409683-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5005/flat-mason-red-ii", + "scraped_at": "2026-05-01T13:41:27.422Z" + }, + { + "sku": "PSB-5023", + "color_name": "Beachwood Tan", + "description": "Beachwood Tan is a light tan brown solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.82 + }, + { + "min": 50, + "max": 199, + "price": 11.23 + }, + { + "min": 200, + "max": null, + "price": 10.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3164/psb-5023-beachwood-tan-tds-dt20230905155720623325.pdf?1693929443", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8522/beachwood-tan-psb-5023-dt20230901203324270506-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5023/beachwood-tan", + "scraped_at": "2026-05-01T13:41:36.773Z" + }, + { + "sku": "PSB-5069", + "color_name": "STREETROD YELLOW", + "description": "Streetrod Yellow is a bright canary yellow polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.35 + }, + { + "min": 50, + "max": 199, + "price": 19.33 + }, + { + "min": 200, + "max": null, + "price": 18.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7971/psb-5069-streetrod-yellow-dt20260107190842635378.pdf?1767812924", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8528/streetrod-yellow-psb-5069-dt20250729193843636666-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5069/streetrod-yellow", + "scraped_at": "2026-05-01T13:41:51.383Z" + }, + { + "sku": "PSB-5072", + "color_name": "SATIN BEIGE", + "description": "Satin Beige is a light buttery beige. This color is a polyester solid tone powder coat wih a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.91 + }, + { + "min": 50, + "max": 199, + "price": 14.16 + }, + { + "min": 200, + "max": null, + "price": 13.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6060/psb-5072-satin-beige-tds-dt20240404181903459241.pdf?1712254746", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8014/satin-beige-psb-5072-dt20190621183915718-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5072/satin-beige", + "scraped_at": "2026-05-01T13:42:06.115Z" + }, + { + "sku": "PSB-5076", + "color_name": "Royal Maroon", + "description": "Royal Maroon is a medium burgundy with a smooth feel. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.85 + }, + { + "min": 50, + "max": 199, + "price": 13.16 + }, + { + "min": 200, + "max": null, + "price": 12.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3487/royal-maroon-psb-5076-dt20200727143311254-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5076/royal-maroon", + "scraped_at": "2026-05-01T13:42:19.105Z" + }, + { + "sku": "PSB-5085", + "color_name": "Mojave Red", + "description": "Mojave Red is a warm brick red polyurethane solid tone and has semi-gloss finish. Semi-Gloss: 37-7 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.16 + }, + { + "min": 50, + "max": 199, + "price": 16.3 + }, + { + "min": 200, + "max": null, + "price": 15.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6059/psb-5085-mojave-red-tds-dt20240404181600335838.pdf?1712254562", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8530/mojave-red-psb-5085-dt20260424210036288332-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5085/mojave-red", + "scraped_at": "2026-05-01T13:42:32.185Z" + }, + { + "sku": "PSB-5089", + "color_name": "Mason Red", + "description": "Mason Red is a rust brown. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.31 + }, + { + "min": 50, + "max": 199, + "price": 12.64 + }, + { + "min": 200, + "max": null, + "price": 11.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3527/psb-5089-mason-red-tds-dt20230918160729979424.pdf?1695053252", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3491/mason-red-psb-5089-dt20181119155739313-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5089/mason-red", + "scraped_at": "2026-05-01T13:42:47.430Z" + }, + { + "sku": "PSB-5202", + "color_name": "Marlin Blue", + "description": "Marlin Blue is dark navy blue polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.73 + }, + { + "min": 50, + "max": 199, + "price": 15.89 + }, + { + "min": 200, + "max": null, + "price": 15.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4656/psb-5202-marlin-blue-tds-dt20231106204344384604.pdf?1699303426", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8538/marlin-blue-psb-5202-dt20231107230737793704-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5202/marlin-blue", + "scraped_at": "2026-05-01T13:42:58.655Z" + }, + { + "sku": "PSB-5205", + "color_name": "Grey Frost", + "description": "Grey Frost is a grey white polyester solid tone and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.29 + }, + { + "min": 50, + "max": 199, + "price": 12.63 + }, + { + "min": 200, + "max": null, + "price": 11.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4726/psb-5205-grey-frost-tds-dt20231120195238539475.pdf?1700509960", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8540/grey-frost-psb-5205-dt20231115221319054377-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5205/grey-frost", + "scraped_at": "2026-05-01T13:43:10.273Z" + }, + { + "sku": "PSB-5217", + "color_name": "Beach Blue", + "description": "Beach Blue is a muted blue grey polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.17 + }, + { + "min": 50, + "max": 199, + "price": 16.31 + }, + { + "min": 200, + "max": null, + "price": 15.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8544/beach-blue-psb-5217-dt20231122221201413291-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5217/beach-blue", + "scraped_at": "2026-05-01T13:43:20.907Z" + }, + { + "sku": "PSB-5219", + "color_name": "CERA YELLOW", + "description": "Cera Yellow is a classic yellow polyester solid tone and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.75 + }, + { + "min": 50, + "max": 199, + "price": 18.76 + }, + { + "min": 200, + "max": null, + "price": 17.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4686/psb-5219-cera-yellow-tds-dt20231120165342013326.pdf?1700499223", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8546/cera-yellow-psb-5219-dt20231110232809836936-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5219/cera-yellow", + "scraped_at": "2026-05-01T13:43:33.349Z" + }, + { + "sku": "PSB-5220", + "color_name": "Cera Red", + "description": "Cera Red is a orange red polyester solid tone and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.18 + }, + { + "min": 50, + "max": 199, + "price": 18.22 + }, + { + "min": 200, + "max": null, + "price": 17.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4691/psb-5220-cera-red-tds-dt202311201707490496.pdf?1700500070", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8548/cera-red-psb-5220-dt2023112123010058205-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5220/cera-red", + "scraped_at": "2026-05-01T13:43:46.654Z" + }, + { + "sku": "PSB-5223", + "color_name": "SPACE CARAMEL", + "description": "Space Caramel is a brownish tan. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.07 + }, + { + "min": 50, + "max": 199, + "price": 13.37 + }, + { + "min": 200, + "max": null, + "price": 12.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3493/space-caramel-psb-5223-dt20200424144031264-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5223/space-caramel", + "scraped_at": "2026-05-01T13:44:02.404Z" + }, + { + "sku": "PSB-5250", + "color_name": "Southern Grey", + "description": "Southern Grey is a medium grey polyester solid tone and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.84 + }, + { + "min": 50, + "max": 199, + "price": 15.05 + }, + { + "min": 200, + "max": null, + "price": 14.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5568/psb-5250-southern-grey-tds-dt20240117233157787974.pdf?1705534320", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8556/southern-grey-psb-5250-dt20240123212627543161-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5250/southern-grey", + "scraped_at": "2026-05-01T13:44:15.654Z" + }, + { + "sku": "PSB-5251", + "color_name": "SOFT BEIGE", + "description": "Soft Beige is a flat light beige. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.07 + }, + { + "min": 50, + "max": 199, + "price": 13.37 + }, + { + "min": 200, + "max": null, + "price": 12.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3499/soft-beige-psb-5251-dt20200424222655463-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5251/soft-beige", + "scraped_at": "2026-05-01T13:44:26.071Z" + }, + { + "sku": "PSB-5256", + "color_name": "MANILLA BEIGE", + "description": "Manilla Beige is a light linen beige with a matte appearance. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.97 + }, + { + "min": 50, + "max": 199, + "price": 17.07 + }, + { + "min": 200, + "max": null, + "price": 16.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3501/manilla-beige-psb-5256-dt20210811172625155-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5256/manilla-beige", + "scraped_at": "2026-05-01T13:44:39.392Z" + }, + { + "sku": "PSB-5284", + "color_name": "LANCAIR LACE", + "description": "Lancair Lace is a light and warm tan polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.55 + }, + { + "min": 50, + "max": 199, + "price": 12.87 + }, + { + "min": 200, + "max": null, + "price": 12.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7834/psb-5284-lancair-lace-dt20260102190258825379.pdf?1767380580", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8560/lancair-lace-psb-5284-dt20231201205146951563-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5284/lancair-lace", + "scraped_at": "2026-05-01T13:44:54.188Z" + }, + { + "sku": "PSB-5290", + "color_name": "BOULEVARD BEIGE", + "description": "Boulevard Beige is a light latte beige. This color is a polyester solid tone powder coat with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.28 + }, + { + "min": 50, + "max": 199, + "price": 12.62 + }, + { + "min": 200, + "max": null, + "price": 11.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8440/boulevard-beige-psb-5290-dt20211007201337831-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5290/boulevard-beige", + "scraped_at": "2026-05-01T13:45:08.904Z" + }, + { + "sku": "PSB-5294", + "color_name": "Shady White", + "description": "Shady White is a slightly warm white polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.97 + }, + { + "min": 50, + "max": 199, + "price": 12.32 + }, + { + "min": 200, + "max": null, + "price": 11.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4661/psb-5294-shady-white-tds-dt20231106205156053515.pdf?1699303918", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8562/shady-white-psb-5294-dt20231107224618645128-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5294/shady-white", + "scraped_at": "2026-05-01T13:45:24.299Z" + }, + { + "sku": "PSB-5305", + "color_name": "Flat Lentel Brown", + "description": "Flat Lentel Brown is a medium brown polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units River: Lentel River PRB-1919 Gloss Solid Tone: Lentel Brown PSS-4415 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.57 + }, + { + "min": 50, + "max": 199, + "price": 12.89 + }, + { + "min": 200, + "max": null, + "price": 12.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3195/psb-5305-flat-lentel-brown-tds-dt20230905202159688692.pdf?1693945321", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8566/flat-lentel-brown-psb-5305-dt20231005191003246243-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5305/flat-lentel-brown", + "scraped_at": "2026-05-01T13:45:37.049Z" + }, + { + "sku": "PSB-5310", + "color_name": "Cream White", + "description": "Cream White is a pinkish white polyester solid tone and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.64 + }, + { + "min": 50, + "max": 199, + "price": 12.96 + }, + { + "min": 200, + "max": null, + "price": 12.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5573/psb-5310-cream-white-tds-dt2024011723395667042.pdf?1705534799", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8568/cream-white-psb-5310-dt20240123215340464467-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5310/cream-white", + "scraped_at": "2026-05-01T13:45:50.155Z" + }, + { + "sku": "PSB-5315", + "color_name": "Aspen Green", + "description": "Aspen Green is a medium forest green. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.64 + }, + { + "min": 50, + "max": 199, + "price": 12.01 + }, + { + "min": 200, + "max": null, + "price": 11.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8033/psb-5315-aspen-green-dt20260116231203645826.pdf?1768605125", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3503/aspen-green-psb-5315-dt20200413221527391-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5315/aspen-green", + "scraped_at": "2026-05-01T13:46:04.448Z" + }, + { + "sku": "PSB-5321", + "color_name": "Wild Plum", + "description": "Wild Plum is a speckled plum polyester solid tone and has a gloss finish. Gloss: 710-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.48 + }, + { + "min": 50, + "max": 199, + "price": 16.61 + }, + { + "min": 200, + "max": null, + "price": 15.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4732/psb-5321-wild-plum-tds-dt20231120200453954023.pdf?1700510696", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8576/wild-plum-psb-5321-dt20231120222852739619-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5321/wild-plum", + "scraped_at": "2026-05-01T13:46:18.793Z" + }, + { + "sku": "PSB-5328", + "color_name": "Woods Green", + "description": "Woods Green is a light tan/green. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.39 + }, + { + "min": 50, + "max": 199, + "price": 13.67 + }, + { + "min": 200, + "max": null, + "price": 12.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6056/psb-5328-woods-green-tds-dt20240404180325989078.pdf?1712253808", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3505/woods-green-psb-5328-dt20181212220312525-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5328/woods-green", + "scraped_at": "2026-05-01T13:46:33.472Z" + }, + { + "sku": "PSB-5329", + "color_name": "York Red", + "description": "York Red is a deep red. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.47 + }, + { + "min": 50, + "max": 199, + "price": 14.7 + }, + { + "min": 200, + "max": null, + "price": 13.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3507/york-red-psb-5329-dt20250310162032117682-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5329/york-red", + "scraped_at": "2026-05-01T13:46:44.859Z" + }, + { + "sku": "PSB-5332", + "color_name": "Frail Pink", + "description": "Frail Pink is a pinkish white polyester solid tone and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.08 + }, + { + "min": 50, + "max": 199, + "price": 12.43 + }, + { + "min": 200, + "max": null, + "price": 11.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7819/psb-5332-frail-pink-dt20251231223421680001.pdf?1767220463", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8580/frail-pink-psb-5332-dt20260116215509769351-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5332/frail-pink", + "scraped_at": "2026-05-01T13:46:57.584Z" + }, + { + "sku": "PSB-5334", + "color_name": "SAGINAW CREAM", + "description": "Saginaw Cream is a peachy cream tan polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.89 + }, + { + "min": 50, + "max": 199, + "price": 16.05 + }, + { + "min": 200, + "max": null, + "price": 15.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4672/psb-5334-saginaw-cream-tds-dt20231106211717159381.pdf?1699305439", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8582/saginaw-cream-psb-5334-dt20231110232705550564-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5334/saginaw-cream", + "scraped_at": "2026-05-01T13:47:11.801Z" + }, + { + "sku": "PSB-5336", + "color_name": "SANTANA BEIGE", + "description": "Santana Beige is a medium beige. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.8 + }, + { + "min": 50, + "max": 199, + "price": 12.16 + }, + { + "min": 200, + "max": null, + "price": 11.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7556/psb-5336-santana-beige-dt20250918202827046239.pdf?1758227309", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3509/santana-beige-psb-5336-dt20210217153741117-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5336/santana-beige", + "scraped_at": "2026-05-01T13:47:25.016Z" + }, + { + "sku": "PSB-5352", + "color_name": "Beachstone Beige", + "description": "Beachstone Beige is tan polyester solid tone and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.35 + }, + { + "min": 50, + "max": 199, + "price": 11.73 + }, + { + "min": 200, + "max": null, + "price": 11.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7385/psb-5352-beachstone-beige-dt20250611180457068223.pdf?1749665099", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8588/beachstone-beige-psb-5352-dt20250430175049015616-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5352/beachstone-beige", + "scraped_at": "2026-05-01T13:47:37.238Z" + }, + { + "sku": "PSB-5367", + "color_name": "Flat Dark Brown", + "description": "Flat Dark Brown is a matte brown/black. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can you recommend a Clear Coat for PSB-5367 Flat Dark Brown that has a gloss level of 11-20? - Exclusive Powder Coating 01/02/20 03:11 pm Answer: This depends on which side of that 11-20 gloss level you want to be on. Our Fog Clear PPB-4761 has a gloss level of 21-35 whereas our Matte Clear PPB-4509 has a gloss level of 7-10. We do not have a clear coat with the same gloss level rating as Flat Dark Brown PSB-5367. Depending on your use a clear coat is not required for this color. Flat Dark Brown PSB-5367 has excellent UV stability as well as excellent Salt Spray resistance on it's own. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.31 + }, + { + "min": 50, + "max": 199, + "price": 11.69 + }, + { + "min": 200, + "max": null, + "price": 11.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6518/psb-5367-flat-dark-brown-tds-dt20240508213011890396.pdf?1715203814", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3513/flat-dark-brown-psb-5367-dt20250527193313529771-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5367/flat-dark-brown", + "scraped_at": "2026-05-01T13:47:48.243Z" + }, + { + "sku": "PSB-5385", + "color_name": "Dark Blue Frost", + "description": "Dark Blue Frost is a dark navy blue with a green hue. This color is a polyester solid tone powder coat with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.88 + }, + { + "min": 50, + "max": 199, + "price": 14.14 + }, + { + "min": 200, + "max": null, + "price": 13.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7595/dark-blue-frost-psb-5385-dt20220210192603442755-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5385/dark-blue-frost", + "scraped_at": "2026-05-01T13:48:00.275Z" + }, + { + "sku": "PSB-5386", + "color_name": "Winter Beige", + "description": "Winter Beige is a medium tan polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.3 + }, + { + "min": 50, + "max": 199, + "price": 11.69 + }, + { + "min": 200, + "max": null, + "price": 11.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4281/psb-5386-winter-beige-tds-dt20231009145510472172.pdf?1696863312", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8016/winter-beige-psb-5386-dt20231010190205968107-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5386/winter-beige", + "scraped_at": "2026-05-01T13:48:11.746Z" + }, + { + "sku": "PSB-5431", + "color_name": "Almond Crest", + "description": "Almond Crest is a warm tan white polyester metallic and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.02 + }, + { + "min": 50, + "max": 199, + "price": 12.37 + }, + { + "min": 200, + "max": null, + "price": 11.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3508/psb-5431-almond-crest-tds-dt20230918152151546633.pdf?1695050513", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8596/almond-crest-psb-5431-dt20260316202137851775-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5431/almond-crest", + "scraped_at": "2026-05-01T13:48:22.097Z" + }, + { + "sku": "PSB-5449", + "color_name": "Cove White", + "description": "Cove White is a bright white solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.54 + }, + { + "min": 50, + "max": 199, + "price": 11.91 + }, + { + "min": 200, + "max": null, + "price": 11.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3517/cove-white-psb-5449-dt20181102213955895-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5449/cove-white", + "scraped_at": "2026-05-01T13:48:32.762Z" + }, + { + "sku": "PSB-5465", + "color_name": "Maroon", + "description": "Maroon is a maroon polyester solid tone and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.88 + }, + { + "min": 50, + "max": 199, + "price": 16.99 + }, + { + "min": 200, + "max": null, + "price": 16.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6913/psb-5465-maroon-dt20241017214449905663.pdf?1729201492", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8598/maroon-psb-5465-dt2026031620325698897-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5465/maroon", + "scraped_at": "2026-05-01T13:48:45.343Z" + }, + { + "sku": "PSB-5472", + "color_name": "Ref White", + "description": "Ref White is a classic white hybrid solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.67 + }, + { + "min": 50, + "max": 199, + "price": 12.99 + }, + { + "min": 200, + "max": null, + "price": 12.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7461/ref-white-psb-5472-dt20231110233011427261-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5472/ref-white", + "scraped_at": "2026-05-01T13:48:58.125Z" + }, + { + "sku": "PSB-5473", + "color_name": "Chablis Beige", + "description": "Chablis Beige is a light cream colored beige with very little gloss. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.38 + }, + { + "min": 50, + "max": 199, + "price": 12.71 + }, + { + "min": 200, + "max": null, + "price": 12.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3519/chablis-beige-psb-5473-dt20181106192957645-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5473/chablis-beige", + "scraped_at": "2026-05-01T13:49:13.659Z" + }, + { + "sku": "PSB-5474", + "color_name": "PALE BEIGE", + "description": "Pale Beige is a light cream tan polyester solid tone and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.99 + }, + { + "min": 50, + "max": 199, + "price": 13.29 + }, + { + "min": 200, + "max": null, + "price": 12.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5288/psb-5474-pale-beige-tds-dt20231204201420672683.pdf?1701720862", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8604/pale-beige-psb-5474-dt20231129191611774039-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5474/pale-beige", + "scraped_at": "2026-05-01T13:49:25.689Z" + }, + { + "sku": "PSB-5476", + "color_name": "Greystone Beige", + "description": "Greystone Beige is a light tan polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.19 + }, + { + "min": 50, + "max": 199, + "price": 14.43 + }, + { + "min": 200, + "max": null, + "price": 13.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4301/psb-5476-greystone-beige-tds-dt2023100921294655701.pdf?1696886988", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8606/greystone-beige-psb-5476-dt20231010165413143807-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5476/greystone-beige", + "scraped_at": "2026-05-01T13:49:44.044Z" + }, + { + "sku": "PSB-5491", + "color_name": "HEDGE GREEN", + "description": "Hedge Green is a light sage green polyester solid tone and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.72 + }, + { + "min": 50, + "max": 199, + "price": 13.98 + }, + { + "min": 200, + "max": null, + "price": 13.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4689/psb-5491-hedge-green-tds-dt20231120170347705374.pdf?1700499829", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8610/hedge-green-psb-5491-dt20231110233231809499-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5491/hedge-green", + "scraped_at": "2026-05-01T13:49:54.705Z" + }, + { + "sku": "PSB-5499", + "color_name": "Blah Blue", + "description": "Blah Blue is a medium dark blue polyester solid tone and has a semi-gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.24 + }, + { + "min": 50, + "max": 199, + "price": 14.48 + }, + { + "min": 200, + "max": null, + "price": 13.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4348/psb-5499-blah-blue-tds-dt20231026223112239853.pdf?1698359474", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8614/blah-blue-psb-5499-dt20231101164534902412-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5499/blah-blue", + "scraped_at": "2026-05-01T13:50:07.849Z" + }, + { + "sku": "PSB-5516", + "color_name": "PALE OLIVE", + "description": "Pale Olive is a muted olive green polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.52 + }, + { + "min": 50, + "max": 199, + "price": 17.59 + }, + { + "min": 200, + "max": null, + "price": 16.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5514/psb-5516-pale-olive-tds-dt20240109163723424051.pdf?1704818245", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8618/pale-olive-psb-5516-dt20240115180457220391-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5516/pale-olive", + "scraped_at": "2026-05-01T13:50:20.852Z" + }, + { + "sku": "PSB-5520", + "color_name": "RICH GREY", + "description": "Rich Grey is a dark charcoal grey with fine specs of black. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.21 + }, + { + "min": 50, + "max": 199, + "price": 11.6 + }, + { + "min": 200, + "max": null, + "price": 10.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3521/rich-grey-psb-5520-dt20190315160553724-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5520/rich-grey", + "scraped_at": "2026-05-01T13:50:29.872Z" + }, + { + "sku": "PSB-5525", + "color_name": "Whitestone", + "description": "Whitestone is a light grey white polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.91 + }, + { + "min": 50, + "max": 199, + "price": 12.26 + }, + { + "min": 200, + "max": null, + "price": 11.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4705/psb-5525-whitestone-tds-dt20231120174122393739.pdf?1700502084", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8620/whitestone-psb-5525-dt2023111418260304217-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5525/whitestone", + "scraped_at": "2026-05-01T13:50:43.156Z" + }, + { + "sku": "PSB-5526", + "color_name": "CREAMISH YELLOW", + "description": "Creamish Yellow is a muted yellow polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.2 + }, + { + "min": 50, + "max": 199, + "price": 16.34 + }, + { + "min": 200, + "max": null, + "price": 15.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5517/psb-5526-creamish-yellow-tds-dt20240110172212475987.pdf?1704907335", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8622/creamish-yellow-psb-5526-dt20240123195509849747-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5526/creamish-yellow", + "scraped_at": "2026-05-01T13:50:57.749Z" + }, + { + "sku": "PSB-5532", + "color_name": "SILLY PUTTY", + "description": "Silly Putty is a light peach/pink with a smooth appearance. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH SILLY PUTTY View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.13 + }, + { + "min": 50, + "max": 199, + "price": 14.37 + }, + { + "min": 200, + "max": null, + "price": 13.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3523/silly-putty-psb-5532-dt20190423215949973-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5532/silly-putty", + "scraped_at": "2026-05-01T13:51:10.573Z" + }, + { + "sku": "PSB-5548", + "color_name": "SAND DUNES", + "description": "Sand Dunes is a light sandy tan polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.29 + }, + { + "min": 50, + "max": 199, + "price": 18.33 + }, + { + "min": 200, + "max": null, + "price": 17.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5262/psb-5548-sand-dunes-tds-dt20231204175735509322.pdf?1701712657", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8624/sand-dunes-psb-5548-dt20231129192043825549-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5548/sand-dunes", + "scraped_at": "2026-05-01T13:51:25.030Z" + }, + { + "sku": "PSB-5566", + "color_name": "Necco Brown", + "description": "Necco Brown is a light tan polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.36 + }, + { + "min": 50, + "max": 199, + "price": 17.44 + }, + { + "min": 200, + "max": null, + "price": 16.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5575/psb-5566-necco-brown-tds-dt20240118225025032992.pdf?1705618227", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8630/necco-brown-psb-5566-dt20240123230203462662-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5566/necco-brown", + "scraped_at": "2026-05-01T13:51:40.781Z" + }, + { + "sku": "PSB-5578", + "color_name": "Gloomy Grey", + "description": "Gloomy Grey is a grey solid tone polyester and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7408/psb-5578-gloomy-grey-dt20250710162952802142.pdf?1752164995", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8634/gloomy-grey-psb-5578-dt20250722142638080334-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5578/gloomy-grey", + "scraped_at": "2026-05-01T13:51:52.274Z" + }, + { + "sku": "PSB-5580", + "color_name": "LEAR CREAM", + "description": "Lear Cream is a flat almond cream with fine specs of white. This color is a polyester solid tone powder coat and has an eggshell finish. Eggshell: 11-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.89 + }, + { + "min": 50, + "max": 199, + "price": 15.1 + }, + { + "min": 200, + "max": null, + "price": 14.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3527/lear-cream-psb-5580-dt20181119180848807-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5580/lear-cream", + "scraped_at": "2026-05-01T13:52:06.624Z" + }, + { + "sku": "PSB-5587", + "color_name": "MILKWEED", + "description": "Milkweed is a very light tan solid tone. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.58 + }, + { + "min": 50, + "max": 199, + "price": 12.9 + }, + { + "min": 200, + "max": null, + "price": 12.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7837/psb-5587-milkweed-dt20260102190752572315.pdf?1767380874", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3529/milkweed-psb-5587-dt20210408211658997-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5587/milkweed", + "scraped_at": "2026-05-01T13:52:20.353Z" + }, + { + "sku": "PSB-5589", + "color_name": "Viking Grey", + "description": "Viking Grey is a dark stone grey. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.25 + }, + { + "min": 50, + "max": 199, + "price": 12.59 + }, + { + "min": 200, + "max": null, + "price": 11.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6483/psb-5589-viking-grey-tds-dt20240508174830527746.pdf?1715190512", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3531/viking-grey-psb-5589-dt2025061020350224984-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5589/viking-grey", + "scraped_at": "2026-05-01T13:52:31.064Z" + }, + { + "sku": "PSB-5591", + "color_name": "SPACE SAND", + "description": "Space Sand is a flat dark cream with fine specks of white. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.68 + }, + { + "min": 50, + "max": 199, + "price": 18.7 + }, + { + "min": 200, + "max": null, + "price": 17.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3533/space-sand-psb-5591-dt20181210170042478-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5591/space-sand", + "scraped_at": "2026-05-01T13:52:43.235Z" + }, + { + "sku": "PSB-5594", + "color_name": "Semi-Blue", + "description": "Semi-Blue is a deep navy blue polyester solid tone and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.34 + }, + { + "min": 50, + "max": 199, + "price": 13.62 + }, + { + "min": 200, + "max": null, + "price": 12.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3756/psb-5594-semi-blue-tds-dt20230922221842526917.pdf?1695421124", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8638/semi-blue-psb-5594-dt20231010162320064705-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5594/semi-blue", + "scraped_at": "2026-05-01T13:53:00.407Z" + }, + { + "sku": "PSB-5599", + "color_name": "FLAT BEIGE", + "description": "Flat Beige is a medium beige. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.66 + }, + { + "min": 50, + "max": 199, + "price": 12.98 + }, + { + "min": 200, + "max": null, + "price": 12.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5586/psb-5599-flat-beige-tds-dt20240122223659368916.pdf?1705963022", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3535/flat-beige-psb-5599-dt20250625223115520145-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5599/flat-beige", + "scraped_at": "2026-05-01T13:53:13.524Z" + }, + { + "sku": "PSB-5606", + "color_name": "MALLARD GREEN", + "description": "Mallard Green is a deep green/teal. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.55 + }, + { + "min": 50, + "max": 199, + "price": 15.72 + }, + { + "min": 200, + "max": null, + "price": 14.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3537/mallard-green-psb-5606-dt20181119155056575-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5606/mallard-green", + "scraped_at": "2026-05-01T13:53:25.856Z" + }, + { + "sku": "PSB-5608", + "color_name": "FLAT SNOW", + "description": "Flat Snow is an off-white polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.29 + }, + { + "min": 50, + "max": 199, + "price": 12.63 + }, + { + "min": 200, + "max": null, + "price": 11.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4280/psb-5608-flat-snow-tds-dt20231009145315130385.pdf?1696863197", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8642/flat-snow-psb-5608-dt20231010164809689937-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5608/flat-snow", + "scraped_at": "2026-05-01T13:53:37.697Z" + }, + { + "sku": "PSB-5615", + "color_name": "Vine Green", + "description": "Vine Green is a flat forest green. This color is a polyester solid tone powder coat and has an eggshell finish. Eggshell: 11-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.68 + }, + { + "min": 50, + "max": 199, + "price": 12.05 + }, + { + "min": 200, + "max": null, + "price": 11.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2499/psb-5615-vine-green-tds-dt20230808213706482414.pdf?1691530628", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3539/vine-green-psb-5615-dt20210215160710566-thumbnail.jpg?1613405231&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5615/vine-green", + "scraped_at": "2026-05-01T13:53:51.710Z" + }, + { + "sku": "PSB-5676", + "color_name": "SADDLE TAN", + "description": "Saddle Tan is a light natural tan polyester solid tone and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.83 + }, + { + "min": 50, + "max": 199, + "price": 13.14 + }, + { + "min": 200, + "max": null, + "price": 12.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4913/psb-5676-saddle-tan-tds-dt20231127160505237156.pdf?1701101107", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8654/saddle-tan-psb-5676-dt20231122222836881202-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5676/saddle-tan", + "scraped_at": "2026-05-01T13:54:02.159Z" + }, + { + "sku": "PSB-5687", + "color_name": "IBM BEIGE", + "description": "IBM Beige is a light beige with fine specs of white and light grey. This color is a polyester solid tone powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.71 + }, + { + "min": 50, + "max": 199, + "price": 13.02 + }, + { + "min": 200, + "max": null, + "price": 12.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7832/psb-5687-ibm-beige-dt20260102185909759317.pdf?1767380351", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3545/ibm-beige-psb-5687-dt20181114194556873-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5687/ibm-beige", + "scraped_at": "2026-05-01T13:54:17.885Z" + }, + { + "sku": "PSB-5694", + "color_name": "Moonlight White", + "description": "Moonlight White is a slight off-white polyester solid tone and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.1 + }, + { + "min": 50, + "max": 199, + "price": 19.1 + }, + { + "min": 200, + "max": null, + "price": 18.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6378/psb-5694-moonlight-white-tds-dt20240425163230746235.pdf?1714062752", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8656/moonlight-white-psb-5694-dt20240510203324880479-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5694/moonlight-white", + "scraped_at": "2026-05-01T13:54:30.566Z" + }, + { + "sku": "PSB-5698", + "color_name": "Desert Leather", + "description": "Desert Leather is a sandy brown/tan. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.66 + }, + { + "min": 50, + "max": 199, + "price": 12.98 + }, + { + "min": 200, + "max": null, + "price": 12.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6969/psb-5698-desert-leather-dt20241112171907074866.pdf?1731431949", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3547/desert-leather-psb-5698-dt20210511153308426-thumbnail.jpg?1620747189&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5698/desert-leather", + "scraped_at": "2026-05-01T13:54:48.329Z" + }, + { + "sku": "PSB-5710", + "color_name": "Marble Grey", + "description": "Marble Grey is a grey polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.07 + }, + { + "min": 50, + "max": 199, + "price": 12.42 + }, + { + "min": 200, + "max": null, + "price": 11.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7655/psb-5710-marble-grey-dt20251110194617908219.pdf?1762803979", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8662/marble-grey-psb-5710-dt20251112160849868364-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5710/marble-grey", + "scraped_at": "2026-05-01T13:55:02.813Z" + }, + { + "sku": "PSB-5714", + "color_name": "Clay Brown", + "description": "Clay Brown is a medium reddish brown. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.99 + }, + { + "min": 50, + "max": 199, + "price": 11.39 + }, + { + "min": 200, + "max": null, + "price": 10.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3549/clay-brown-psb-5714-dt20181106193645577-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5714/clay-brown", + "scraped_at": "2026-05-01T13:55:15.862Z" + }, + { + "sku": "PSB-5718", + "color_name": "BURGUNDY WINE", + "description": "Burgundy Wine is a merlot red. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.6 + }, + { + "min": 50, + "max": 199, + "price": 17.67 + }, + { + "min": 200, + "max": null, + "price": 16.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3551/burgundy-wine-psb-5718-dt20190117162725037-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5718/burgundy-wine", + "scraped_at": "2026-05-01T13:55:31.903Z" + }, + { + "sku": "PSB-5719", + "color_name": "Rust Grey", + "description": "Rust Grey is a grey brown polyester solid tone and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.21 + }, + { + "min": 50, + "max": 199, + "price": 13.5 + }, + { + "min": 200, + "max": null, + "price": 12.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5275/psb-5719-rust-grey-tds-dt20231204194403560274.pdf?1701719046", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8666/rust-grey-psb-5719-dt20231129191336728548-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5719/rust-grey", + "scraped_at": "2026-05-01T13:55:46.974Z" + }, + { + "sku": "PSB-5720", + "color_name": "Beachcomber Blue", + "description": "Beachcomber Blue is a blue/grey. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.04 + }, + { + "min": 50, + "max": 199, + "price": 12.39 + }, + { + "min": 200, + "max": null, + "price": 11.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3553/beachcomber-blue-psb-5720-dt20210419174054104-thumbnail.jpg?1618854055&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5720/beachcomber-blue", + "scraped_at": "2026-05-01T13:56:04.615Z" + }, + { + "sku": "PSB-5721", + "color_name": "STONE GREY", + "description": "Stone Grey is a grey brown. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.96 + }, + { + "min": 50, + "max": 199, + "price": 12.31 + }, + { + "min": 200, + "max": null, + "price": 11.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3555/stone-grey-psb-5721-dt20210401224222373-thumbnail.jpg?1617316943&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5721/stone-grey", + "scraped_at": "2026-05-01T13:56:18.695Z" + }, + { + "sku": "PSB-5736", + "color_name": "Bimini Beige", + "description": "Bimini Beige is a light tan polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.77 + }, + { + "min": 50, + "max": 199, + "price": 15.93 + }, + { + "min": 200, + "max": null, + "price": 15.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2444/psb-5736-bimini-beige-dt20230807140844140313.pdf?1691417326", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8672/bimini-beige-psb-5736-dt20231114184100982183-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5736/bimini-beige", + "scraped_at": "2026-05-01T13:56:28.774Z" + }, + { + "sku": "PSB-5750", + "color_name": "Chocolate Bar", + "description": "Chocolate Bar is a true chocolate brown. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.87 + }, + { + "min": 50, + "max": 199, + "price": 11.28 + }, + { + "min": 200, + "max": null, + "price": 10.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3559/chocolate-bar-psb-5750-dt20190314151546585-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5750/chocolate-bar", + "scraped_at": "2026-05-01T13:56:42.897Z" + }, + { + "sku": "PSB-5756", + "color_name": "Vaider Brown", + "description": "Vaider Brown is a red brown polyester solid tone and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.54 + }, + { + "min": 50, + "max": 199, + "price": 14.76 + }, + { + "min": 200, + "max": null, + "price": 13.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6916/psb-5756-vaider-brown-dt2024102118380655066.pdf?1729535888", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8678/vaider-brown-psb-5756-dt20241021153705256577-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5756/vaider-brown", + "scraped_at": "2026-05-01T13:56:52.719Z" + }, + { + "sku": "PSB-5757", + "color_name": "Getty White", + "description": "Getty White is a pale cream/white. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.83 + }, + { + "min": 50, + "max": 199, + "price": 11.24 + }, + { + "min": 200, + "max": null, + "price": 10.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3561/getty-white-psb-5757-dt20181112212803757-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5757/getty-white", + "scraped_at": "2026-05-01T13:57:07.248Z" + }, + { + "sku": "PSB-5762", + "color_name": "DARK TOFFEE", + "description": "Dark Toffee is a rust colored brownish orange. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.22 + }, + { + "min": 50, + "max": 199, + "price": 11.61 + }, + { + "min": 200, + "max": null, + "price": 11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3563/dark-toffee-psb-5762-dt20190312224124673-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5762/dark-toffee", + "scraped_at": "2026-05-01T13:57:18.841Z" + }, + { + "sku": "PSB-5766", + "color_name": "Dark Water", + "description": "Dark Water is a deep black blue, so black that blue is barely there... it is a polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 10.71 + }, + { + "min": 50, + "max": 199, + "price": 10.17 + }, + { + "min": 200, + "max": null, + "price": 9.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5269/psb-5766-dark-water-tds-dt20231204182257719854.pdf?1701714180", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8682/dark-water-psb-5766-dt20250128183522906244-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5766/dark-water", + "scraped_at": "2026-05-01T13:57:32.016Z" + }, + { + "sku": "PSB-5784", + "color_name": "CAMEL TAN", + "description": "Camel Tan is a very light tan/yellow. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.43 + }, + { + "min": 50, + "max": 199, + "price": 16.56 + }, + { + "min": 200, + "max": null, + "price": 15.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3287/psb-5784-camel-tan-tds-dt20230911204610981563.pdf?1694465172", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3565/camel-tan-psb-5784-dt20181101205116523-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5784/camel-tan", + "scraped_at": "2026-05-01T13:57:43.971Z" + }, + { + "sku": "PSB-5787", + "color_name": "MILITARY BEIGE", + "description": "Military Beige is a light tan polyester solid tone with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.96 + }, + { + "min": 50, + "max": 199, + "price": 12.31 + }, + { + "min": 200, + "max": null, + "price": 11.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2380/psb-5787-military-beige-tds-dt20230707195359229231.pdf?1688759641", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8686/military-beige-psb-5787-dt20250707162057403579-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5787/military-beige", + "scraped_at": "2026-05-01T13:57:59.749Z" + }, + { + "sku": "PSB-5794", + "color_name": "River Blue", + "description": "River Blue is a medium blue/grey with a smooth appearance. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.16 + }, + { + "min": 50, + "max": 199, + "price": 14.4 + }, + { + "min": 200, + "max": null, + "price": 13.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3710/psb-5794-river-blue-tds-dt20230921214530829443.pdf?1695332732", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3569/river-blue-psb-5794-dt20181206190420842-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5794/river-blue", + "scraped_at": "2026-05-01T13:58:13.207Z" + }, + { + "sku": "PSB-5800", + "color_name": "Dark Pink", + "description": "Dark Pink is a darker pink solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.92 + }, + { + "min": 50, + "max": 199, + "price": 17.97 + }, + { + "min": 200, + "max": null, + "price": 17.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7754/psb-5800-dark-pink-dt20251229213509663715.pdf?1767044111", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3571/dark-pink-psb-5800-dt20260126185613297563-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5800/dark-pink", + "scraped_at": "2026-05-01T13:58:27.842Z" + }, + { + "sku": "PSB-5807", + "color_name": "Press On Red", + "description": "Press On Red is a vibrant punch pink. This color is a polyester solid tone powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Due to the specific pigment used in this product, a clear or other top coat may dramatically change the color. Spray a test piece to ensure that the final color meets your requirements. Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.86 + }, + { + "min": 50, + "max": 199, + "price": 18.87 + }, + { + "min": 200, + "max": null, + "price": 17.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8092/psb-5807-press-on-red-dt20260122221058914178.pdf?1769119860", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8690/press-on-red-psb-5807-dt20190621184156378-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5807/press-on-red", + "scraped_at": "2026-05-01T13:58:41.401Z" + }, + { + "sku": "PSB-5816", + "color_name": "Steam Grey", + "description": "Steam Grey is a light cloud grey with a soft finish. This color is a polyester solid tone powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Light Grey PSS-4874 River (Satin): Light Grey River PRB-2348 Metallic (Gloss): Pearl Frost PMB-3093 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.48 + }, + { + "min": 50, + "max": 199, + "price": 14.71 + }, + { + "min": 200, + "max": null, + "price": 13.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8694/steam-grey-psb-5816-dt20210210163332905-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5816/steam-grey", + "scraped_at": "2026-05-01T13:58:56.656Z" + }, + { + "sku": "PSB-5817", + "color_name": "Caribbean Sand", + "description": "Caribbean Sand is a light tan epoxy solid tone and has a satin finish. Satin: 21-35 Gloss Units Notes: Epoxy products are not recommended for exterior application. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure that the final color meets your project specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.91 + }, + { + "min": 50, + "max": 199, + "price": 14.16 + }, + { + "min": 200, + "max": null, + "price": 13.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4282/psb-5817-caribbean-sand-tds-dt20231009145653616136.pdf?1696863415", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8696/caribbean-sand-psb-5817-dt20231010164524901372-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5817/caribbean-sand", + "scraped_at": "2026-05-01T13:59:11.201Z" + }, + { + "sku": "PSB-5818", + "color_name": "LLAMA BEIGE", + "description": "Llama Beige is a soft, warm sepia tan. This color is a polyester solid tone powder coat with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.23 + }, + { + "min": 50, + "max": 199, + "price": 12.57 + }, + { + "min": 200, + "max": null, + "price": 11.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7264/llama-beige-psb-5818-dt20200401171525052-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5818/llama-beige", + "scraped_at": "2026-05-01T13:59:24.617Z" + }, + { + "sku": "PSB-5819", + "color_name": "Omega Brown", + "description": "Omega Brown is a light tan polyester solid tone and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.07 + }, + { + "min": 50, + "max": 199, + "price": 12.42 + }, + { + "min": 200, + "max": null, + "price": 11.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4355/psb-5819-omega-brown-tds-dt20231026224425210815.pdf?1698360267", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8698/omega-brown-psb-5819-dt20231102152759998745-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5819/omega-brown", + "scraped_at": "2026-05-01T13:59:37.397Z" + }, + { + "sku": "PSB-5821", + "color_name": "Affordable Brown", + "description": "Affordable Brown is a standard medium brown. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.86 + }, + { + "min": 50, + "max": 199, + "price": 12.22 + }, + { + "min": 200, + "max": null, + "price": 11.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3573/affordable-brown-psb-5821-dt20201112164805037-thumbnail.jpg?1605199688&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5821/affordable-brown", + "scraped_at": "2026-05-01T13:59:46.549Z" + }, + { + "sku": "PSB-5827", + "color_name": "Matte Brown", + "description": "Matte Brown is a dark brown with a smooth matte feel. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.66 + }, + { + "min": 50, + "max": 199, + "price": 12.03 + }, + { + "min": 200, + "max": null, + "price": 11.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3575/matte-brown-psb-5827-dt20181120222214663-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5827/matte-brown", + "scraped_at": "2026-05-01T14:00:02.552Z" + }, + { + "sku": "PSB-5828", + "color_name": "Flat Brown", + "description": "Flat Brown is a flat brown solid tone. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3577/flat-brown-psb-5828-dt20210504214625128-thumbnail.jpg?1620164786&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5828/flat-brown", + "scraped_at": "2026-05-01T14:00:14.056Z" + }, + { + "sku": "PSB-5830", + "color_name": "Golden Oatmeal", + "description": "Golden Oatmeal is a light tan polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.62 + }, + { + "min": 50, + "max": 199, + "price": 18.64 + }, + { + "min": 200, + "max": null, + "price": 17.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5549/psb-5830-golden-oatmeal-tds-dt20240116211736510751.pdf?1705439859", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8702/golden-oatmeal-psb-5830-dt20240201182645693126-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5830/golden-oatmeal", + "scraped_at": "2026-05-01T14:00:26.831Z" + }, + { + "sku": "PSB-5832", + "color_name": "Resa Red", + "description": "Resa Red is a vivid dark pink red polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.07 + }, + { + "min": 50, + "max": 199, + "price": 19.07 + }, + { + "min": 200, + "max": null, + "price": 18.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4730/psb-5832-resa-red-tds-dt20231120200013941726.pdf?1700510416", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8704/resa-red-psb-5832-dt20231115222613836086-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5832/resa-red", + "scraped_at": "2026-05-01T14:00:39.279Z" + }, + { + "sku": "PSB-5838", + "color_name": "ULTRA CREAM SUEDE", + "description": "Ultra Cream Suede is a creamy white polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.02 + }, + { + "min": 50, + "max": 199, + "price": 13.32 + }, + { + "min": 200, + "max": null, + "price": 12.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3858/psb-5838-ultra-cream-suede-tds-dt20230925215237121513.pdf?1695678759", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8710/ultra-cream-suede-psb-5838-dt20231127211221110845-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5838/ultra-cream-suede", + "scraped_at": "2026-05-01T14:00:52.435Z" + }, + { + "sku": "PSB-5847", + "color_name": "OLIVE LEAF", + "description": "Olive Leaf is a deep olive green polyester solid tone and has a satin finish. Satin: 21-35 Gloss Units Low Gloss: Matte Olive Leaf PSB-11203 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.83 + }, + { + "min": 50, + "max": 199, + "price": 14.09 + }, + { + "min": 200, + "max": null, + "price": 13.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4296/psb-5847-olive-leaf-tds-dt20231009212043666938.pdf?1696886445", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8716/olive-leaf-psb-5847-dt20231010172527716371-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5847/olive-leaf", + "scraped_at": "2026-05-01T14:01:06.816Z" + }, + { + "sku": "PSB-5848", + "color_name": "SIERRA CREAM", + "description": "Sierra Cream is an off white with a pearl appearance. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.04 + }, + { + "min": 50, + "max": 199, + "price": 19.04 + }, + { + "min": 200, + "max": null, + "price": 18.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2539/psb-5848-sierra-cream-tds-dt20230810185230927639.pdf?1691693552", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3579/sierra-cream-psb-5848-dt20181210153904305-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5848/sierra-cream", + "scraped_at": "2026-05-01T14:01:19.721Z" + }, + { + "sku": "PSB-5851", + "color_name": "DYNAMIC TURQUOISE", + "description": "Dynamic Turquoise is a dull turquoise. This color is a polyester solid tone powder coat and has a satin finish. Gloss Units: 20-35 Proposition 65 Warning CREATIONS MADE WITH DYNAMIC TURQUOISE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.15 + }, + { + "min": 50, + "max": 199, + "price": 16.29 + }, + { + "min": 200, + "max": null, + "price": 15.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3154/psb-5851-dynamic-turquoise-tds-dt20230901172714675124.pdf?1693589236", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7072/dynamic-turquoise-psb-5851-dt20210325161214638-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5851/dynamic-turquoise", + "scraped_at": "2026-05-01T14:01:31.699Z" + }, + { + "sku": "PSB-5852", + "color_name": "PLYMOUTH BROWN", + "description": "Plymouth Brown is a earth brown polyester solid tone and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.72 + }, + { + "min": 50, + "max": 199, + "price": 13.03 + }, + { + "min": 200, + "max": null, + "price": 12.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4897/psb-5852-plymouth-brown-tds-dt2023112220095814446.pdf?1700683800", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8718/plymouth-brown-psb-5852-dt20231127212139055892-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5852/plymouth-brown", + "scraped_at": "2026-05-01T14:01:45.136Z" + }, + { + "sku": "PSB-5858", + "color_name": "HIDDEN GREEN", + "description": "Hidden Green is a dark olive green. This color is a polyester solid tone powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.74 + }, + { + "min": 50, + "max": 199, + "price": 14 + }, + { + "min": 200, + "max": null, + "price": 13.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3581/hidden-green-psb-5858-dt20181114184217461-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5858/hidden-green", + "scraped_at": "2026-05-01T14:01:59.814Z" + }, + { + "sku": "PSB-5864", + "color_name": "FROSTED BUTTERSCOTCH", + "description": "Frosted Butterscotch is a light butterscotch tan. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.39 + }, + { + "min": 50, + "max": 199, + "price": 12.72 + }, + { + "min": 200, + "max": null, + "price": 12.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2545/psb-5864-frosted-butterscotch-tds-dt20230810202025867543.pdf?1691698828", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3583/frosted-butterscotch-psb-5864-dt20211021154559382-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5864/frosted-butterscotch", + "scraped_at": "2026-05-01T14:02:13.223Z" + }, + { + "sku": "PSB-5888", + "color_name": "SANDPIT TAN", + "description": "Sandpit Tan is a dark tan polyester solid tone and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.63 + }, + { + "min": 50, + "max": 199, + "price": 13.9 + }, + { + "min": 200, + "max": null, + "price": 13.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6190/psb-5888-sandpit-tan-tds-dt20240419152501011377.pdf?1713540303", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8730/sandpit-tan-psb-5888-dt20240426171806074661-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5888/sandpit-tan", + "scraped_at": "2026-05-01T14:02:23.017Z" + }, + { + "sku": "PSB-5893", + "color_name": "Everyday Red", + "description": "Everyday Red is a dark burgundy polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.9 + }, + { + "min": 50, + "max": 199, + "price": 18.91 + }, + { + "min": 200, + "max": null, + "price": 17.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6310/psb-5893-everyday-red-tds-dt20240423214551457801.pdf?1713908753", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8732/everyday-red-psb-5893-dt20240426172839515033-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5893/everyday-red", + "scraped_at": "2026-05-01T14:02:34.761Z" + }, + { + "sku": "PSB-5896", + "color_name": "Oxblood Red", + "description": "Oxblood Red is a dark maroon, blood red. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I get this color in a flat, satin or eggshell? or something close? - Haddock Industrial 07/10/19 04:10 pm Answer: It is possible to have this color reformulated, however there is a charge for that service. Perhaps a more cost effective approach would be to use a low gloss clear top coat over the Oxblood. We have several clear options to accommodate your preferred gloss level. - Prismatic Support Question: Any low-gloss Ox Blood or other dark reds, maroons? - No 02/05/19 05:25 pm Answer: We don't have any low gloss transparent colors that meet that description but you could spray a low gloss clear such as CASPER CLEAR PPS 4005 over top and achieve the same thing. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.97 + }, + { + "min": 50, + "max": 199, + "price": 17.07 + }, + { + "min": 200, + "max": null, + "price": 16.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3587/oxblood-red-psb-5896-dt20250310162702959364-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5896/oxblood-red", + "scraped_at": "2026-05-01T14:02:48.022Z" + }, + { + "sku": "PSB-5898", + "color_name": "Hemi Orange", + "description": "Hemi Orange is a rich darker orange solid tone. This color is a polyester solid tone powder coat with a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.44 + }, + { + "min": 50, + "max": 199, + "price": 17.52 + }, + { + "min": 200, + "max": null, + "price": 16.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2383/psb-5898-hemi-orange-tds-dt20230707230204336266.pdf?1688770926", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3589/hemi-orange-psb-5898-dt20230710161840035619-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5898/hemi-orange", + "scraped_at": "2026-05-01T14:03:05.330Z" + }, + { + "sku": "PSB-5904", + "color_name": "MILLER BURGUNDY", + "description": "Miller Burgundy is a smooth solid burgundy and has a brick color look to it. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.69 + }, + { + "min": 50, + "max": 199, + "price": 16.81 + }, + { + "min": 200, + "max": null, + "price": 15.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3591/miller-burgundy-psb-5904-dt2020042818300914-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5904/miller-burgundy", + "scraped_at": "2026-05-01T14:03:19.638Z" + }, + { + "sku": "PSB-5905", + "color_name": "Richard Red", + "description": "Richard Red is a rich red solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.33 + }, + { + "min": 50, + "max": 199, + "price": 16.46 + }, + { + "min": 200, + "max": null, + "price": 15.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3593/richard-red-psb-5905-dt20181206185226828-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5905/richard-red", + "scraped_at": "2026-05-01T14:03:32.859Z" + }, + { + "sku": "PSB-5906", + "color_name": "ABC Teal", + "description": "ABC Teal is a medium slate teal. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.2 + }, + { + "min": 50, + "max": 199, + "price": 12.54 + }, + { + "min": 200, + "max": null, + "price": 11.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3595/abc-teal-psb-5906-dt20200413215816562-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5906/abc-teal", + "scraped_at": "2026-05-01T14:03:47.572Z" + }, + { + "sku": "PSB-5908", + "color_name": "Cascade Grey", + "description": "Cascade Grey is a medium grey polyester solid tone and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.35 + }, + { + "min": 50, + "max": 199, + "price": 15.53 + }, + { + "min": 200, + "max": null, + "price": 14.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4898/psb-5908-cascade-grey-tds-dt20231122201128208307.pdf?1700683890", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8734/cascade-grey-psb-5908-dt20231127212507043497-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5908/cascade-grey", + "scraped_at": "2026-05-01T14:04:00.430Z" + }, + { + "sku": "PSB-5914", + "color_name": "Accurate Grey", + "description": "Accurate Grey is a dark slate grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.23 + }, + { + "min": 50, + "max": 199, + "price": 10.67 + }, + { + "min": 200, + "max": null, + "price": 10.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3599/accurate-grey-psb-5914-dt20210412170652933-thumbnail.jpg?1618247214&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5914/accurate-grey", + "scraped_at": "2026-05-01T14:04:13.531Z" + }, + { + "sku": "PSB-5922", + "color_name": "FROSTED GRAPE", + "description": "Frosted Grape is a rich grape purple solid tone. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.75 + }, + { + "min": 50, + "max": 199, + "price": 14.01 + }, + { + "min": 200, + "max": null, + "price": 13.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6498/psb-5922-frosted-grape-tds-dt2024050819051848356.pdf?1715195120", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3601/frosted-grape-psb-5922-dt20201214223009285-thumbnail.jpg?1607985010&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5922/frosted-grape", + "scraped_at": "2026-05-01T14:04:25.163Z" + }, + { + "sku": "PSB-5937", + "color_name": "MUSHROOM", + "description": "Mushroom is a brown/grey/green. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.85 + }, + { + "min": 50, + "max": 199, + "price": 16.96 + }, + { + "min": 200, + "max": null, + "price": 16.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6055/psb-5937-mushroom-tds-dt20240404180155649569.pdf?1712253718", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3603/mushroom-psb-5937-dt20201002150308796-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5937/mushroom", + "scraped_at": "2026-05-01T14:04:39.732Z" + }, + { + "sku": "PSB-5944", + "color_name": "Flat Hot Orange", + "description": "Flat Hot Orange is a flat red/orange. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.95 + }, + { + "min": 50, + "max": 199, + "price": 18 + }, + { + "min": 200, + "max": null, + "price": 17.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3928/psb-5944-flat-hot-orange-tds-dt20230927170201047333.pdf?1695834123", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3605/flat-hot-orange-psb-5944-dt20201217181136678-thumbnail.jpg?1608228697&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5944/flat-hot-orange", + "scraped_at": "2026-05-01T14:04:56.026Z" + }, + { + "sku": "PSB-5945", + "color_name": "Bright Green", + "description": "Bright Green is a bright, nearly neon, green solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. *NOTE: Please be aware that the pigment used to formulate this color may have small black or red specks. This is due to the process and chemistry that is adherent to this pigment. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH BRIGHT GREEN View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Would adding a clear coat over any powder base improve UV resistance and durability? - Seth Odell 05/14/20 04:04 pm Answer: Generally, Clear coats will not improve UV resistance. The UV exposure will be slightly diffused but ultimately UV damage will still occur, especially with bright colors. Clear Coats can improve durability. Protecting the base color with a clear coat and add chemical and impact resistance to that base color. - Prismatic Support Question: Does this color need a clear? - Victor Chatman 02/15/19 03:23 am Answer: No clear top coat is required for Bright Green. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.99 + }, + { + "min": 50, + "max": 199, + "price": 19.94 + }, + { + "min": 200, + "max": null, + "price": 18.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4194/psb-5945-bright-green-tds-dt2023100416311288783.pdf?1696437075", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3607/bright-green-psb-5945-dt202104161504131-thumbnail.jpg?1618585454&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5945/bright-green", + "scraped_at": "2026-05-01T14:05:12.166Z" + }, + { + "sku": "PSB-5946", + "color_name": "Autumn Grey", + "description": "Autumn Grey is a brownish grey. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.64 + }, + { + "min": 50, + "max": 199, + "price": 12.01 + }, + { + "min": 200, + "max": null, + "price": 11.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6526/psb-5946-autumn-grey-tds-dt2024050920111665433.pdf?1715285478", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3609/autumn-grey-psb-5946-dt20200923162529432-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5946/autumn-grey", + "scraped_at": "2026-05-01T14:05:26.828Z" + }, + { + "sku": "PSB-5947", + "color_name": "Beckers Brown", + "description": "Beckers Brown is a medium brown solid tone. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.07 + }, + { + "min": 50, + "max": 199, + "price": 13.37 + }, + { + "min": 200, + "max": null, + "price": 12.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3611/beckers-brown-psb-5947-dt20181031214523374-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5947/beckers-brown", + "scraped_at": "2026-05-01T14:05:41.265Z" + }, + { + "sku": "PSB-5952", + "color_name": "SWAMP BROWN", + "description": "Swamp Brown is a tan polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.28 + }, + { + "min": 50, + "max": 199, + "price": 13.57 + }, + { + "min": 200, + "max": null, + "price": 12.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7163/psb-5952-swamp-brown-dt20250415155604862544.pdf?1744732568", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8747/swamp-brown-psb-5952-dt20250415224334753769-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5952/swamp-brown", + "scraped_at": "2026-05-01T14:05:51.223Z" + }, + { + "sku": "PSB-5953", + "color_name": "Barley Tan", + "description": "Barley Tan is a blush tan polyester solid tone and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.68 + }, + { + "min": 50, + "max": 199, + "price": 16.8 + }, + { + "min": 200, + "max": null, + "price": 15.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5555/psb-5953-barley-tan-tds-dt20240116213240902455.pdf?1705440763", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8749/barley-tan-psb-5953-dt20240123222801157365-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5953/barley-tan", + "scraped_at": "2026-05-01T14:06:06.396Z" + }, + { + "sku": "PSB-5966", + "color_name": "Bellflower Blue", + "description": "Bellflower Blue is a lavender polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH BELLFLOWER BLUE View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.35 + }, + { + "min": 50, + "max": 199, + "price": 17.43 + }, + { + "min": 200, + "max": null, + "price": 16.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5070/psb-5966-bellflower-blue-tds-dt20231129174616976076.pdf?1701279978", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8760/bellflower-blue-psb-5966-dt20231129192858209717-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5966/bellflower-blue", + "scraped_at": "2026-05-01T14:06:20.088Z" + }, + { + "sku": "PSB-5967", + "color_name": "MUSHROOM BROWN", + "description": "Mushroom Brown is a mossy brown polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.28 + }, + { + "min": 50, + "max": 199, + "price": 10.72 + }, + { + "min": 200, + "max": null, + "price": 10.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4353/psb-5967-mushroom-brown-tds-dt20231026224110878258.pdf?1698360073", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8762/mushroom-brown-psb-5967-dt20231102152111406471-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5967/mushroom-brown", + "scraped_at": "2026-05-01T14:06:35.475Z" + }, + { + "sku": "PSB-5973", + "color_name": "FROSTED GREY", + "description": "Frosted Grey is a medium grey-brown. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Pot Metal Grey PSS-4597 Metallic (Semi-Gloss): Glass Grey PMB-2665 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.21 + }, + { + "min": 50, + "max": 199, + "price": 12.55 + }, + { + "min": 200, + "max": null, + "price": 11.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3615/frosted-grey-psb-5973-dt20210111232004339-thumbnail.jpg?1610407205&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5973/frosted-grey", + "scraped_at": "2026-05-01T14:06:51.392Z" + }, + { + "sku": "PSB-5979", + "color_name": "CARAMEL KISS", + "description": "Caramel Kiss is a flat caramel color. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.55 + }, + { + "min": 50, + "max": 199, + "price": 14.77 + }, + { + "min": 200, + "max": null, + "price": 14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6481/psb-5979-caramel-kiss-tds-dt20240508174500845068.pdf?1715190308", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3617/caramel-kiss-psb-5979-dt20181101214344192-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5979/caramel-kiss", + "scraped_at": "2026-05-01T14:07:02.249Z" + }, + { + "sku": "PSB-5980", + "color_name": "IVORY CHARM", + "description": "Ivory Charm is an ivory white solid tone. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.87 + }, + { + "min": 50, + "max": 199, + "price": 16.98 + }, + { + "min": 200, + "max": null, + "price": 16.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3223/psb-5980-ivory-charm-tds-dt20230906172023559934.pdf?1694020825", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3619/ivory-charm-psb-5980-dt2018120723194378-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5980/ivory-charm", + "scraped_at": "2026-05-01T14:07:13.980Z" + }, + { + "sku": "PSB-5982", + "color_name": "Mocha Brown II", + "description": "Mocha Brown II is a medium brown. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3188/psb-5982-mocha-brown-ii-tds-dt2023090520061262192.pdf?1693944374", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3621/mocha-brown-ii-psb-5982-dt20180712221106793-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5982/mocha-brown-ii", + "scraped_at": "2026-05-01T14:07:24.231Z" + }, + { + "sku": "PSB-5986", + "color_name": "Bend Brown", + "description": "Bend Brown is a medium tan/brown solid tone. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.93 + }, + { + "min": 50, + "max": 199, + "price": 11.33 + }, + { + "min": 200, + "max": null, + "price": 10.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3701/psb-5986-bend-brown-tds-dt20230921212042189519.pdf?1695331244", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3622/bend-brown-psb-5986-dt20210415142357521-thumbnail.jpg?1618496638&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5986/bend-brown", + "scraped_at": "2026-05-01T14:07:34.720Z" + }, + { + "sku": "PSB-5990", + "color_name": "Red Vine", + "description": "Red Vine is a rich red. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.36 + }, + { + "min": 50, + "max": 199, + "price": 17.44 + }, + { + "min": 200, + "max": null, + "price": 16.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3624/red-vine-psb-5990-dt2018120421571731-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5990/red-vine", + "scraped_at": "2026-05-01T14:07:50.041Z" + }, + { + "sku": "PSB-5994", + "color_name": "CREATIVE CREAM", + "description": "Creative Cream is a light yellow cream. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.7 + }, + { + "min": 50, + "max": 199, + "price": 13.02 + }, + { + "min": 200, + "max": null, + "price": 12.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3626/creative-cream-psb-5994-dt20200604170129582-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5994/creative-cream", + "scraped_at": "2026-05-01T14:08:01.248Z" + }, + { + "sku": "PSB-6302", + "color_name": "UPS Brown", + "description": "UPS Brown is a globally recognizable brown solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 10.96 + }, + { + "min": 50, + "max": 199, + "price": 10.41 + }, + { + "min": 200, + "max": null, + "price": 9.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4080/psb-6302-ups-brown-tds-dt20231002200943667327.pdf?1696277386", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3630/ups-brown-psb-6302-dt20210416150957674-thumbnail.jpg?1618585799&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6302/ups-brown", + "scraped_at": "2026-05-01T14:08:11.566Z" + }, + { + "sku": "PSB-6309", + "color_name": "SANDY GREY", + "description": "Sandy Grey is a very light sand grey. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.18 + }, + { + "min": 50, + "max": 199, + "price": 12.52 + }, + { + "min": 200, + "max": null, + "price": 11.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3494/psb-6309-sandy-grey-tds-dt20230915224211200315.pdf?1694817733", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3632/sandy-grey-psb-6309-dt20250602214628445669-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6309/sandy-grey", + "scraped_at": "2026-05-01T14:08:26.975Z" + }, + { + "sku": "PSB-6310", + "color_name": "Quality Teal", + "description": "Quality Teal is a dark teal polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Miami", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.08 + }, + { + "min": 50, + "max": 199, + "price": 16.23 + }, + { + "min": 200, + "max": null, + "price": 15.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5069/psb-6310-quality-teal-tds-dt20231129173428125341.pdf?1701279270", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8764/quality-teal-psb-6310-dt20231129192623684299-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6310/quality-teal", + "scraped_at": "2026-05-01T14:08:40.966Z" + }, + { + "sku": "PSB-6316", + "color_name": "SPECTRUM BEIGE", + "description": "Spectrum Beige is a medium tan/beige. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.01 + }, + { + "min": 50, + "max": 199, + "price": 13.31 + }, + { + "min": 200, + "max": null, + "price": 12.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3634/spectrum-beige-psb-6316-dt2021032516291554-thumbnail.jpg?1616689756&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6316/spectrum-beige", + "scraped_at": "2026-05-01T14:08:56.992Z" + }, + { + "sku": "PSB-6319", + "color_name": "Cielo Blue", + "description": "Cielo Blue is a deep lake blue. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.53 + }, + { + "min": 50, + "max": 199, + "price": 13.8 + }, + { + "min": 200, + "max": null, + "price": 13.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3636/cielo-blue-psb-6319-dt20201231161014573-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6319/cielo-blue", + "scraped_at": "2026-05-01T14:09:12.280Z" + }, + { + "sku": "PSB-6321", + "color_name": "FALCON SAND", + "description": "Falcon Sand is a light grey tan polyester solid tone and has a semi-gloss. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.27 + }, + { + "min": 50, + "max": 199, + "price": 15.46 + }, + { + "min": 200, + "max": null, + "price": 14.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4304/psb-6321-falcon-sand-tds-dt20231009214041571953.pdf?1696887644", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8766/falcon-sand-psb-6321-dt20231122220852603126-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6321/falcon-sand", + "scraped_at": "2026-05-01T14:09:26.523Z" + }, + { + "sku": "PSB-6322", + "color_name": "Dijon Orange", + "description": "Dijon Orange is a bright yellowish orange solid tone. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.97 + }, + { + "min": 50, + "max": 199, + "price": 17.07 + }, + { + "min": 200, + "max": null, + "price": 16.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3430/psb-6322-dijon-orange-tds-dt20230914195418007452.pdf?1694721259", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3638/dijon-orange-psb-6322-dt20181106224559958-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6322/dijon-orange", + "scraped_at": "2026-05-01T14:09:38.941Z" + }, + { + "sku": "PSB-6323", + "color_name": "Low Gloss White", + "description": "Low Gloss White is a low gloss white solid tone. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.9 + }, + { + "min": 50, + "max": 199, + "price": 12.26 + }, + { + "min": 200, + "max": null, + "price": 11.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6525/psb-6323-low-gloss-white-tds-dt20240509200844932584.pdf?1715285327", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3640/low-gloss-white-psb-6323-dt2025062522424464968-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6323/low-gloss-white", + "scraped_at": "2026-05-01T14:09:56.327Z" + }, + { + "sku": "PSB-6348", + "color_name": "Ultra White", + "description": "Ultra White is a pure white polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.3 + }, + { + "min": 50, + "max": 199, + "price": 13.59 + }, + { + "min": 200, + "max": null, + "price": 12.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4874/psb-6348-ultra-white-tds-dt20231121225224525176.pdf?1700607146", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8768/ultra-white-psb-6348-dt20231121223313986536-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6348/ultra-white", + "scraped_at": "2026-05-01T14:10:08.104Z" + }, + { + "sku": "PSB-6354", + "color_name": "BRITISH GREEN", + "description": "British Green is a very dark, blackish green. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.39 + }, + { + "min": 50, + "max": 199, + "price": 11.77 + }, + { + "min": 200, + "max": null, + "price": 11.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5268/psb-6354-british-green-tds-dt20231204182129263454.pdf?1701714091", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3642/british-green-psb-6354-dt20200820163202647-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6354/british-green", + "scraped_at": "2026-05-01T14:10:20.645Z" + }, + { + "sku": "PSB-6355", + "color_name": "TERRA COTTA", + "description": "Terra Cotta is a desert clay red. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.83 + }, + { + "min": 50, + "max": 199, + "price": 15.04 + }, + { + "min": 200, + "max": null, + "price": 14.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3644/terra-cotta-psb-6355-dt2025070716433833684-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6355/terra-cotta", + "scraped_at": "2026-05-01T14:10:32.642Z" + }, + { + "sku": "PSB-6356", + "color_name": "FROSTED BEIGE", + "description": "Frosted Beige is a lightly frosted medium tan beige. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.63 + }, + { + "min": 50, + "max": 199, + "price": 12 + }, + { + "min": 200, + "max": null, + "price": 11.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3646/frosted-beige-psb-6356-dt20181108233937788-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6356/frosted-beige", + "scraped_at": "2026-05-01T14:10:45.690Z" + }, + { + "sku": "PSB-6357", + "color_name": "Matte Pink", + "description": "Matte Pink is a matte, slightly textured, pink color. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.85 + }, + { + "min": 50, + "max": 199, + "price": 17.91 + }, + { + "min": 200, + "max": null, + "price": 16.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7755/psb-6357-matte-pink-dt20251229214024950956.pdf?1767044426", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3648/matte-pink-psb-6357-dt20200428181259416-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6357/matte-pink", + "scraped_at": "2026-05-01T14:10:57.627Z" + }, + { + "sku": "PSB-6375", + "color_name": "FLAT POT GREY", + "description": "Flat Pot Grey is a flat grey solid tone. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5267/psb-6375-flat-pot-grey-tds-dt20231204182006262093.pdf?1701714008", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3652/flat-pot-grey-psb-6375-dt20200831161609433-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6375/flat-pot-grey", + "scraped_at": "2026-05-01T14:11:09.599Z" + }, + { + "sku": "PSB-6380", + "color_name": "White Chocolate", + "description": "White Chocolate is an off-white/creamy solid tone. This color is a polyester solid tone powder coat and has a matte finish. Satin: 21-36 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.25 + }, + { + "min": 50, + "max": 199, + "price": 11.64 + }, + { + "min": 200, + "max": null, + "price": 11.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6341/psb-6380-white-chocolate-tds-dt20240424214815810139.pdf?1713995298", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3654/white-chocolate-psb-6380-dt20250819204310882614-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6380/white-chocolate", + "scraped_at": "2026-05-01T14:11:24.618Z" + }, + { + "sku": "PSB-6401", + "color_name": "Bright Red", + "description": "Bright Red is a bright red/orange solid color. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19 + }, + { + "min": 50, + "max": 199, + "price": 18.05 + }, + { + "min": 200, + "max": null, + "price": 17.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3656/bright-red-psb-6401-dt20250623224051626316-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6401/bright-red", + "scraped_at": "2026-05-01T14:11:43.426Z" + }, + { + "sku": "PSB-6402", + "color_name": "Muddy Brown", + "description": "Muddy Brown is a deep muddy brown. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.5 + }, + { + "min": 50, + "max": 199, + "price": 11.88 + }, + { + "min": 200, + "max": null, + "price": 11.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3658/muddy-brown-psb-6402-dt20181119171921252-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6402/muddy-brown", + "scraped_at": "2026-05-01T14:11:56.725Z" + }, + { + "sku": "PSB-6411", + "color_name": "SAHARA SANDS", + "description": "Sahara sands is a light tan that has an orange hue to it. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.98 + }, + { + "min": 50, + "max": 199, + "price": 18.98 + }, + { + "min": 200, + "max": null, + "price": 17.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2535/psb-6411-sahara-sands-tds-dt20230810183724770582.pdf?1691692646", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3660/sahara-sands-psb-6411-dt20180709220307091-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6411/sahara-sands", + "scraped_at": "2026-05-01T14:12:12.772Z" + }, + { + "sku": "PSB-6412", + "color_name": "OLIVE GREEN", + "description": "Olive Green is a speckled olive green with a warm hue. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.65 + }, + { + "min": 50, + "max": 199, + "price": 14.87 + }, + { + "min": 200, + "max": null, + "price": 14.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8890/olive-green-psb-6412-dt20210924144156528-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6412/olive-green", + "scraped_at": "2026-05-01T14:12:25.546Z" + }, + { + "sku": "PSB-6413", + "color_name": "Flat Orange", + "description": "Flat Orange is a lower gloss, rich orange. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Melon Orange PSS-4972 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.54 + }, + { + "min": 50, + "max": 199, + "price": 16.66 + }, + { + "min": 200, + "max": null, + "price": 15.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3662/flat-orange-psb-6413-dt20190213180133174-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6413/flat-orange", + "scraped_at": "2026-05-01T14:12:38.896Z" + }, + { + "sku": "PSB-6414", + "color_name": "IVORY CREAM", + "description": "Ivory Cream is a smooth cream color. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.49 + }, + { + "min": 50, + "max": 199, + "price": 10.92 + }, + { + "min": 200, + "max": null, + "price": 10.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3224/psb-6414-ivory-cream-tds-dt20230906172414490259.pdf?1694021057", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7183/ivory-cream-psb-6414-dt20201207192500821-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6414/ivory-cream", + "scraped_at": "2026-05-01T14:12:47.816Z" + }, + { + "sku": "PSB-6438", + "color_name": "Vintage Wicker", + "description": "Vintage Wicker is a rustic wicker color. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13 + }, + { + "min": 50, + "max": 199, + "price": 12.35 + }, + { + "min": 200, + "max": null, + "price": 11.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3664/vintage-wicker-psb-6438-dt20181212213307736-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6438/vintage-wicker", + "scraped_at": "2026-05-01T14:13:00.833Z" + }, + { + "sku": "PSB-6441", + "color_name": "Flat Powder Blue", + "description": "Flat Powder Blue is a flat light blue. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Miami PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.25 + }, + { + "min": 50, + "max": 199, + "price": 15.44 + }, + { + "min": 200, + "max": null, + "price": 14.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3514/psb-6441-flat-powder-blue-tds-dt20230918153258036666.pdf?1695051180", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3666/flat-powder-blue-psb-6441-dt20181108211544784-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6441/flat-powder-blue", + "scraped_at": "2026-05-01T14:13:11.983Z" + }, + { + "sku": "PSB-6442", + "color_name": "Colonial Red", + "description": "Colonial Red is a rustic dark red. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.89 + }, + { + "min": 50, + "max": 199, + "price": 15.1 + }, + { + "min": 200, + "max": null, + "price": 14.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7703/psb-6442-colonial-red-dt2025121522363540928.pdf?1765838197", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3668/colonial-red-psb-6442-dt20250710202006680104-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6442/colonial-red", + "scraped_at": "2026-05-01T14:13:25.050Z" + }, + { + "sku": "PSB-6456", + "color_name": "Grey Brown", + "description": "Grey Brown is a muted grey brown polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.69 + }, + { + "min": 50, + "max": 199, + "price": 12.06 + }, + { + "min": 200, + "max": null, + "price": 11.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4300/psb-6456-grey-brown-tds-dt20231009212801756023.pdf?1696886884", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8782/grey-brown-psb-6456-dt20231010165637304241-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6456/grey-brown", + "scraped_at": "2026-05-01T14:13:41.418Z" + }, + { + "sku": "PSB-6457", + "color_name": "Gun Grey", + "description": "Gun Grey is a dark grey polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.3 + }, + { + "min": 50, + "max": 199, + "price": 13.59 + }, + { + "min": 200, + "max": null, + "price": 12.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4628/psb-6457-gun-grey-tds-dt20231102213248508375.pdf?1698960771", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8784/gun-grey-psb-6457-dt20250707161309156249-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6457/gun-grey", + "scraped_at": "2026-05-01T14:13:53.140Z" + }, + { + "sku": "PSB-6465", + "color_name": "RC BEIGE", + "description": "RC Beige is a light speckled tan polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.1 + }, + { + "min": 50, + "max": 199, + "price": 11.5 + }, + { + "min": 200, + "max": null, + "price": 10.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7051/psb-6465-rc-beige-dt20250130225805441499.pdf?1738277887", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8788/rc-beige-psb-6465-dt2025012821150500721-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6465/rc-beige", + "scraped_at": "2026-05-01T14:14:04.195Z" + }, + { + "sku": "PSB-6466", + "color_name": "Matte Red", + "description": "Matte Red is a matte red solid tone. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.67 + }, + { + "min": 50, + "max": 199, + "price": 17.74 + }, + { + "min": 200, + "max": null, + "price": 16.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6053/psb-6466-matte-red-tds-dt20240404175857582154.pdf?1712253539", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3670/matte-red-psb-6466-dt2018111916223329-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6466/matte-red", + "scraped_at": "2026-05-01T14:14:18.286Z" + }, + { + "sku": "PSB-6471", + "color_name": "Orange Clay", + "description": "Orange Clay is a orange red polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.09 + }, + { + "min": 50, + "max": 199, + "price": 13.39 + }, + { + "min": 200, + "max": null, + "price": 12.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4337/psb-6471-orange-clay-tds-dt20231017212137533222.pdf?1697577700", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8790/orange-clay-psb-6471-dt20231030155350662826-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6471/orange-clay", + "scraped_at": "2026-05-01T14:14:32.088Z" + }, + { + "sku": "PSB-6473", + "color_name": "MINT GREEN", + "description": "Mint Green is a pastel mint green. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.95 + }, + { + "min": 50, + "max": 199, + "price": 13.25 + }, + { + "min": 200, + "max": null, + "price": 12.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3672/mint-green-psb-6473-dt20250602212600301541-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6473/mint-green", + "scraped_at": "2026-05-01T14:14:42.133Z" + }, + { + "sku": "PSB-6483", + "color_name": "CORDUROY TAN", + "description": "Corduroy Tan is a medium tan. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.17 + }, + { + "min": 50, + "max": 199, + "price": 11.56 + }, + { + "min": 200, + "max": null, + "price": 10.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3674/corduroy-tan-psb-6483-dt20200604223645498-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6483/corduroy-tan", + "scraped_at": "2026-05-01T14:14:52.470Z" + }, + { + "sku": "PSB-6485", + "color_name": "EXTREME IVORY", + "description": "Extreme Ivory is an ivory white polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.25 + }, + { + "min": 50, + "max": 199, + "price": 15.44 + }, + { + "min": 200, + "max": null, + "price": 14.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7183/psb-6485-extreme-ivory-dt20250422205839838983.pdf?1745355521", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9303/extreme-ivory-psb-6485-dt20250425154925163796-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6485/extreme-ivory", + "scraped_at": "2026-05-01T14:15:03.414Z" + }, + { + "sku": "PSB-6486", + "color_name": "CORSAIR MINT", + "description": "Corsair Mint is a muted light blue polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.7 + }, + { + "min": 50, + "max": 199, + "price": 17.77 + }, + { + "min": 200, + "max": null, + "price": 16.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5603/psb-6486-corsair-mint-tds-dt20240129191715039109.pdf?1706555837", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9305/corsair-mint-psb-6486-dt2024022616120154979-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6486/corsair-mint", + "scraped_at": "2026-05-01T14:15:15.700Z" + }, + { + "sku": "PSB-6494", + "color_name": "Excell Brown", + "description": "Excell Brown is a medium brown solid tone. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.25 + }, + { + "min": 50, + "max": 199, + "price": 11.64 + }, + { + "min": 200, + "max": null, + "price": 11.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3678/excell-brown-psb-6494-dt20210401223435937-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6494/excell-brown", + "scraped_at": "2026-05-01T14:15:27.995Z" + }, + { + "sku": "PSB-6496", + "color_name": "Zodiac White", + "description": "Zodiac White is a bright white solid tone. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6478/psb-6496-zodiac-white-tds-dt20240508173948855627.pdf?1715189991", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3680/zodiac-white-psb-6496-dt20250617195730236907-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6496/zodiac-white", + "scraped_at": "2026-05-01T14:15:39.276Z" + }, + { + "sku": "PSB-6500", + "color_name": "FIRECRACKER RED", + "description": "Firecracker Red is a rich, bright red. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.83 + }, + { + "min": 50, + "max": 199, + "price": 15.04 + }, + { + "min": 200, + "max": null, + "price": 14.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3684/firecracker-red-psb-6500-dt20250722202854532704-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6500/firecracker-red", + "scraped_at": "2026-05-01T14:15:57.069Z" + }, + { + "sku": "PSB-6506", + "color_name": "Baja Burgundy", + "description": "Baja Burgundy is a deep rich burgundy. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.5 + }, + { + "min": 50, + "max": 199, + "price": 13.78 + }, + { + "min": 200, + "max": null, + "price": 13.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3686/baja-burgundy-psb-6506-dt20200831214529793-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6506/baja-burgundy", + "scraped_at": "2026-05-01T14:16:07.794Z" + }, + { + "sku": "PSB-6515", + "color_name": "LORGE GREY", + "description": "Lorge Grey is a dark grey. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.94 + }, + { + "min": 50, + "max": 199, + "price": 15.14 + }, + { + "min": 200, + "max": null, + "price": 14.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6482/psb-6515-lorge-grey-tds-dt20240508174639443494.pdf?1715190401", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3688/lorge-grey-psb-6515-dt20201112165652011-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6515/lorge-grey", + "scraped_at": "2026-05-01T14:16:22.302Z" + }, + { + "sku": "PSB-6516", + "color_name": "PLUM WINE", + "description": "Plume Wine is a solid plum color. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.79 + }, + { + "min": 50, + "max": 199, + "price": 16.9 + }, + { + "min": 200, + "max": null, + "price": 16.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3690/plum-wine-psb-6516-dt20211014154259225-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6516/plum-wine", + "scraped_at": "2026-05-01T14:16:35.827Z" + }, + { + "sku": "PSB-6520", + "color_name": "CW Blue", + "description": "CW Blue is a dark navy blue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3868/psb-6520-cw-blue-tds-dt20230926154513830656.pdf?1695743116", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3692/cw-blue-psb-6520-dt20210415142754911-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6520/cw-blue", + "scraped_at": "2026-05-01T14:16:50.115Z" + }, + { + "sku": "PSB-6532", + "color_name": "Miami Teal", + "description": "Miami Teal is a teal solid tone. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2387/psb-6532-miami-teal-tds-dt20230707231720756542.pdf?1688771843", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3694/miami-teal-psb-6532-dt20230710165340760606-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6532/miami-teal", + "scraped_at": "2026-05-01T14:17:04.653Z" + }, + { + "sku": "PSB-6537", + "color_name": "Classy Dark Green", + "description": "Classy Dark Green is a very classy dark green. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can powders separate? I was recently using Classy Dark Green and most of it came out the correct color. Then a few times it came out a blackish color. I took my equipment apart to clean it twice and got the same results. I also noticed it left a black residue in my powder gun. Any idea what would cause that? - Blasterz 04/29/19 05:56 pm Answer: Certain types of equipment such as box shakers can cause separation with certain powders, such as metallics. Fluidized hoppers do a great job of keeping the powder mixing properly. What type of equipment are you using? - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.54 + }, + { + "min": 50, + "max": 199, + "price": 10.96 + }, + { + "min": 200, + "max": null, + "price": 10.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3308/psb-6537-classy-dark-green-tds-dt20230911215244998418.pdf?1694469166", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3696/classy-dark-green-psb-6537-dt20201209234110004-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6537/classy-dark-green", + "scraped_at": "2026-05-01T14:17:16.522Z" + }, + { + "sku": "PSB-6542", + "color_name": "SAHARA FAWN", + "description": "Sahara Fawn is a tan polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.19 + }, + { + "min": 50, + "max": 199, + "price": 14.43 + }, + { + "min": 200, + "max": null, + "price": 13.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4283/psb-6542-sahara-fawn-tds-dt20231009145823636437.pdf?1696863505", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8018/sahara-fawn-psb-6542-dt20231010163909525989-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6542/sahara-fawn", + "scraped_at": "2026-05-01T14:17:28.883Z" + }, + { + "sku": "PSB-6543", + "color_name": "Custom Blue", + "description": "Custom Blue is a dark slate blue solid tone. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.97 + }, + { + "min": 50, + "max": 199, + "price": 14.22 + }, + { + "min": 200, + "max": null, + "price": 13.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5266/psb-6543-custom-blue-tds-dt20231204181820576342.pdf?1701713902", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3698/custom-blue-psb-6543-dt20210127172312491-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6543/custom-blue", + "scraped_at": "2026-05-01T14:17:38.765Z" + }, + { + "sku": "PSB-6548", + "color_name": "Yucca Green", + "description": "Yucca Green is a grey green polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.95 + }, + { + "min": 50, + "max": 199, + "price": 14.2 + }, + { + "min": 200, + "max": null, + "price": 13.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4701/psb-6548-yucca-green-tds-dt20231120173235950737.pdf?1700501557", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9310/yucca-green-psb-6548-dt20231114175836628712-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6548/yucca-green", + "scraped_at": "2026-05-01T14:17:51.384Z" + }, + { + "sku": "PSB-6551", + "color_name": "PUCHSIA", + "description": "Puchsia is a deep purple polyester solid tone and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.91 + }, + { + "min": 50, + "max": 199, + "price": 16.06 + }, + { + "min": 200, + "max": null, + "price": 15.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4350/psb-6551-puchsia-tds-dt20231026223509029033.pdf?1698359711", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9312/puchsia-psb-6551-dt2025041514341482567-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6551/puchsia", + "scraped_at": "2026-05-01T14:18:04.610Z" + }, + { + "sku": "PSB-6556", + "color_name": "PAC BROWN", + "description": "PAC Brown is an earthy orange brown polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.03 + }, + { + "min": 50, + "max": 199, + "price": 15.23 + }, + { + "min": 200, + "max": null, + "price": 14.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5067/psb-6556-pac-brown-tds-dt20231129172952322139.pdf?1701278994", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9313/pac-brown-psb-6556-dt20231129194240697685-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6556/pac-brown", + "scraped_at": "2026-05-01T14:18:16.031Z" + }, + { + "sku": "PSB-6562", + "color_name": "Chevy Pink", + "description": "Chevy Pink is a light pink solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Due to the specific pigment used in this product, a clear or other top coat may dramatically change the color. Spray a test piece to ensure that the final color meets your requirements. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Pastels", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.41 + }, + { + "min": 50, + "max": 199, + "price": 16.54 + }, + { + "min": 200, + "max": null, + "price": 15.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3700/chevy-pink-psb-6562-dt2019013017442431-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6562/chevy-pink", + "scraped_at": "2026-05-01T14:18:33.957Z" + }, + { + "sku": "PSB-6564", + "color_name": "FLAT COACH BEIGE", + "description": "Flat Coach Beige is a very light beige. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.83 + }, + { + "min": 50, + "max": 199, + "price": 12.19 + }, + { + "min": 200, + "max": null, + "price": 11.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2563/psb-6564-flat-coach-beige-tds-dt2023081022394019552.pdf?1691707182", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3702/flat-coach-beige-psb-6564-dt20181108153417984-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6564/flat-coach-beige", + "scraped_at": "2026-05-01T14:18:48.331Z" + }, + { + "sku": "PSB-6565", + "color_name": "TILE BROWN", + "description": "Tile Brown is a smooth cocoa brown. This color is a polyester solid tone powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.69 + }, + { + "min": 50, + "max": 199, + "price": 11.11 + }, + { + "min": 200, + "max": null, + "price": 10.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6970/psb-6565-tile-brow-dt2024111217482362776.pdf?1731433705", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9314/tile-brown-psb-6565-dt20190621184638524-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6565/tile-brown", + "scraped_at": "2026-05-01T14:19:01.719Z" + }, + { + "sku": "PSB-6569", + "color_name": "White Linen", + "description": "White Linen is a linen white color. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.93 + }, + { + "min": 50, + "max": 199, + "price": 16.08 + }, + { + "min": 200, + "max": null, + "price": 15.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3704/white-linen-psb-6569-dt2018121722262237-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6569/white-linen", + "scraped_at": "2026-05-01T14:19:11.937Z" + }, + { + "sku": "PSB-6570", + "color_name": "FLAT CREAM", + "description": "Flat Cream is a light flat cream color. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.14 + }, + { + "min": 50, + "max": 199, + "price": 12.48 + }, + { + "min": 200, + "max": null, + "price": 11.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2562/psb-6570-flat-cream-tds-dt20230810223652572911.pdf?1691707014", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3706/flat-cream-psb-6570-dt20210129182439472-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6570/flat-cream", + "scraped_at": "2026-05-01T14:19:25.828Z" + }, + { + "sku": "PSB-6573", + "color_name": "PEACHY BEIGE", + "description": "Peachy Beige is a light peach tan polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.82 + }, + { + "min": 50, + "max": 199, + "price": 16.93 + }, + { + "min": 200, + "max": null, + "price": 16.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5488/psb-6573-peachy-beige-tds-dt20240108164919493432.pdf?1704732561", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9315/peachy-beige-psb-6573-dt20231121231420926563-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6573/peachy-beige", + "scraped_at": "2026-05-01T14:19:38.594Z" + }, + { + "sku": "PSB-6577", + "color_name": "Stone White", + "description": "Stone White is soft white polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.56 + }, + { + "min": 50, + "max": 199, + "price": 11.93 + }, + { + "min": 200, + "max": null, + "price": 11.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4690/psb-6577-stone-white-tds-dt20231120170519555158.pdf?1700499921", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9316/stone-white-psb-6577-dt20231110233326362016-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6577/stone-white", + "scraped_at": "2026-05-01T14:19:49.662Z" + }, + { + "sku": "PSB-6581", + "color_name": "Shady Blue", + "description": "Shady Blue is a dark navy polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.5 + }, + { + "min": 50, + "max": 199, + "price": 15.68 + }, + { + "min": 200, + "max": null, + "price": 14.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4710/psb-6581-shady-blue-tds-dt20231120174945771785.pdf?1700502587", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9317/shady-blue-psb-6581-dt20231115220642461474-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6581/shady-blue", + "scraped_at": "2026-05-01T14:20:09.466Z" + }, + { + "sku": "PSB-6582", + "color_name": "GM Teal", + "description": "GM Teal is an OEM matched teal polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.84 + }, + { + "min": 50, + "max": 199, + "price": 16.95 + }, + { + "min": 200, + "max": null, + "price": 16.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9319/gm-teal-psb-6582-dt2024080120515005494-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6582/gm-teal", + "scraped_at": "2026-05-01T14:20:19.839Z" + }, + { + "sku": "PSB-6587", + "color_name": "Aflac Blue", + "description": "Aflac Blue is a light robin's egg blue polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.44 + }, + { + "min": 50, + "max": 199, + "price": 12.77 + }, + { + "min": 200, + "max": null, + "price": 12.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4354/psb-6587-aflac-blue-tds-dt20231026224250577048.pdf?1698360172", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9320/aflac-blue-psb-6587-dt20231102152419842535-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6587/aflac-blue", + "scraped_at": "2026-05-01T14:20:33.609Z" + }, + { + "sku": "PSB-6605", + "color_name": "STEM GREEN", + "description": "Stem Green is a light lime green. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PastelsMiami PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.95 + }, + { + "min": 50, + "max": 199, + "price": 15.15 + }, + { + "min": 200, + "max": null, + "price": 14.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6479/psb-6605-stem-green-tds-dt20240508174134406747.pdf?1715190096", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3708/stem-green-psb-6605-dt2020091720494715-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6605/stem-green", + "scraped_at": "2026-05-01T14:20:53.539Z" + }, + { + "sku": "PSB-6606", + "color_name": "DIRTY PENNY STEP 1", + "description": "Dirty Penny Step 1 under Dirty Penny Step 2 is a burnt coppery orange with a gold pearl metallic. This color is a polyester solid tone powder coat and has a semi-gloss finish. Two Coat Information: To achieve this color as shown, Dirty Penny Step 2 PPB-6607 must be applied as a top coat. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.08 + }, + { + "min": 50, + "max": 199, + "price": 16.23 + }, + { + "min": 200, + "max": null, + "price": 15.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3710/dirty-penny-step-1-psb-6606-dt20180703210450444-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6606/dirty-penny-step-1", + "scraped_at": "2026-05-01T14:21:06.473Z" + }, + { + "sku": "PSB-6616", + "color_name": "LEATHER BEIGE", + "description": "Leather Beige is a basic beige solid tone. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.74 + }, + { + "min": 50, + "max": 199, + "price": 12.1 + }, + { + "min": 200, + "max": null, + "price": 11.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3712/leather-beige-psb-6616-dt20200520225304004-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6616/leather-beige", + "scraped_at": "2026-05-01T14:21:23.214Z" + }, + { + "sku": "PSB-6623", + "color_name": "Dull Dark Brown", + "description": "Dull Dark Brown is a very dark black brown polyester solid tone and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning CREATIONS MADE WITH DULL DARK BROWN View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.67 + }, + { + "min": 50, + "max": 199, + "price": 12.04 + }, + { + "min": 200, + "max": null, + "price": 11.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4138/psb-6623-dull-dark-brown-tds-dt20231003171249489007.pdf?1696353171", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7710/dull-dark-brown-psb-6623-dt20231005191342111048-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6623/dull-dark-brown", + "scraped_at": "2026-05-01T14:21:35.390Z" + }, + { + "sku": "PSB-6641", + "color_name": "SATIN EGGSHELL", + "description": "Satin Eggshell is an off white with red speckles polyester solid tone Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.16 + }, + { + "min": 50, + "max": 199, + "price": 22 + }, + { + "min": 200, + "max": null, + "price": 20.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4704/psb-6641-satin-eggshell-tds-dt20231120173943185286.pdf?1700501984", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9325/satin-eggshell-psb-6641-dt20231114182357001287-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6641/satin-eggshell", + "scraped_at": "2026-05-01T14:21:45.851Z" + }, + { + "sku": "PSB-6645", + "color_name": "Kwik Trip Mauve", + "description": "Kwik Trip Mauve is a rich mauve red. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.43 + }, + { + "min": 50, + "max": 199, + "price": 14.66 + }, + { + "min": 200, + "max": null, + "price": 13.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3718/kwik-trip-mauve-psb-6645-dt20210504214902294-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6645/kwik-trip-mauve", + "scraped_at": "2026-05-01T14:21:57.784Z" + }, + { + "sku": "PSB-6649", + "color_name": "Watson White", + "description": "Watson White is a medium white solid tone. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.17 + }, + { + "min": 50, + "max": 199, + "price": 10.61 + }, + { + "min": 200, + "max": null, + "price": 10.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6017/psb-6649-watson-white-tds-dt20240402151308429654.pdf?1712070790", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3720/watson-white-psb-6649-dt20250617194741905025-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6649/watson-white", + "scraped_at": "2026-05-01T14:22:14.534Z" + }, + { + "sku": "PSB-6657", + "color_name": "ULTRA LEATHER", + "description": "Ultra Leather is an off white warm white polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.22 + }, + { + "min": 50, + "max": 199, + "price": 12.56 + }, + { + "min": 200, + "max": null, + "price": 11.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7360/psb-6657-ultra-leather-dt20250519205759730373.pdf?1747688281", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9330/ultra-leather-psb-6657-dt20250519223059208418-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6657/ultra-leather", + "scraped_at": "2026-05-01T14:22:25.687Z" + }, + { + "sku": "PSB-6661", + "color_name": "Almost Black", + "description": "Almost Black is a deep dark brown black polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.98 + }, + { + "min": 50, + "max": 199, + "price": 14.23 + }, + { + "min": 200, + "max": null, + "price": 13.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9332/almost-black-psb-6661-dt20240123211109195415-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6661/almost-black", + "scraped_at": "2026-05-01T14:22:38.564Z" + }, + { + "sku": "PSB-6663", + "color_name": "Dry Red", + "description": "Dry Red is a rich medium red. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Really Red PSS-4416 Metallic (Gloss): Outrageous Orange PMB-4170 Texture (Eggshell): Really Red Texture PTB-8079 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.51 + }, + { + "min": 50, + "max": 199, + "price": 16.63 + }, + { + "min": 200, + "max": null, + "price": 15.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3724/dry-red-psb-6663-dt20181106231141978-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6663/dry-red", + "scraped_at": "2026-05-01T14:22:55.205Z" + }, + { + "sku": "PSB-6665", + "color_name": "FLAT WHEAT", + "description": "Flat Wheat is a flat yellow. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-10 Gloss Unit Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.84 + }, + { + "min": 50, + "max": 199, + "price": 17.9 + }, + { + "min": 200, + "max": null, + "price": 16.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3726/flat-wheat-psb-6665-dt20181108230536701-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6665/flat-wheat", + "scraped_at": "2026-05-01T14:23:07.014Z" + }, + { + "sku": "PSB-6668", + "color_name": "Blue Teal", + "description": "Blue Teal is a rich blue teal. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.3 + }, + { + "min": 50, + "max": 199, + "price": 13.59 + }, + { + "min": 200, + "max": null, + "price": 12.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2561/psb-6668-blue-teal-tds-dt2023081022045971963.pdf?1691705101", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3728/blue-teal-psb-6668-dt20210419174136505-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6668/blue-teal", + "scraped_at": "2026-05-01T14:23:19.978Z" + }, + { + "sku": "PSB-6669", + "color_name": "ENERGY GREEN", + "description": "Energy Green is a bright energy drink green. This color is a polyester solid tone powder coat and has a high gloss finish. Please be aware that the pigment used to formulate this color may have small black or red specks. This is due to the process and chemistry that is adherent to this pigment. This color has limited UV resistance High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.19 + }, + { + "min": 50, + "max": 199, + "price": 28.68 + }, + { + "min": 200, + "max": null, + "price": 27.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4195/psb-6669-energy-green-tds-dt20231004163310986251.pdf?1696437193", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3730/energy-green-psb-6669-dt20200512155200929-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6669/energy-green", + "scraped_at": "2026-05-01T14:23:37.685Z" + }, + { + "sku": "PSB-6670", + "color_name": "Canvas Brown II", + "description": "Canvas Brown II is a canvas brown. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.72 + }, + { + "min": 50, + "max": 199, + "price": 12.08 + }, + { + "min": 200, + "max": null, + "price": 11.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3732/canvas-brown-ii-psb-6670-dt20181101212946602-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6670/canvas-brown-ii", + "scraped_at": "2026-05-01T14:23:48.972Z" + }, + { + "sku": "PSB-6672", + "color_name": "Light Brown Sugar", + "description": "Light Brown Sugar is a light tan with a pinkish hue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.36 + }, + { + "min": 50, + "max": 199, + "price": 14.59 + }, + { + "min": 200, + "max": null, + "price": 13.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3734/light-brown-sugar-psb-6672-dt20180716171139658-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6672/light-brown-sugar", + "scraped_at": "2026-05-01T14:24:04.117Z" + }, + { + "sku": "PSB-6685", + "color_name": "GYOUNG BEIGE", + "description": "Gyoung Beige is a very light beige. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.67 + }, + { + "min": 50, + "max": 199, + "price": 12.04 + }, + { + "min": 200, + "max": null, + "price": 11.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6050/psb-6685-gyoung-beige-tds-dt20240404174952958163.pdf?1712252995", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3736/gyoung-beige-psb-6685-dt20181113222251876-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6685/gyoung-beige", + "scraped_at": "2026-05-01T14:24:20.098Z" + }, + { + "sku": "PSB-6690", + "color_name": "DARK CHOCOLATE", + "description": "Dark Chocolate is a very dark brown solid tone. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.07 + }, + { + "min": 50, + "max": 199, + "price": 13.37 + }, + { + "min": 200, + "max": null, + "price": 12.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3740/dark-chocolate-psb-6690-dt20201020150831173-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6690/dark-chocolate", + "scraped_at": "2026-05-01T14:24:31.456Z" + }, + { + "sku": "PSB-6691", + "color_name": "Dark Tan", + "description": "Dark Tan is a medium latte beige. This color is a polyester solid tone powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.22 + }, + { + "min": 50, + "max": 199, + "price": 12.56 + }, + { + "min": 200, + "max": null, + "price": 11.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9334/dark-tan-psb-6691-dt20190621183650643-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6691/dark-tan", + "scraped_at": "2026-05-01T14:24:44.037Z" + }, + { + "sku": "PSB-6698", + "color_name": "Banana Smoothie", + "description": "Banana Smoothie is a light banana yellow. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.68 + }, + { + "min": 50, + "max": 199, + "price": 21.55 + }, + { + "min": 200, + "max": null, + "price": 20.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3742/banana-smoothie-psb-6698-dt20190315143850578-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6698/banana-smoothie", + "scraped_at": "2026-05-01T14:24:59.951Z" + }, + { + "sku": "PSB-6710", + "color_name": "LUCKY GREEN", + "description": "Lucky Green is a rich shamrock green with cool tones. This color is a polyester solid tone powder coat and has a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.96 + }, + { + "min": 50, + "max": 199, + "price": 18.01 + }, + { + "min": 200, + "max": null, + "price": 17.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7193/psb-6710-lucky-green-dt20250424181330699983.pdf?1745518413", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3744/lucky-green-psb-6710-dt20250610202932897601-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6710/lucky-green", + "scraped_at": "2026-05-01T14:25:13.223Z" + }, + { + "sku": "PSB-6711", + "color_name": "SWAMP MUD", + "description": "Swamp Mud is a dark grey-brown polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6338/psb-6711-swamp-mud-tds-dt20240424214318372081.pdf?1713995000", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9340/swamp-mud-psb-6711-dt20240510182218486187-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6711/swamp-mud", + "scraped_at": "2026-05-01T14:25:24.718Z" + }, + { + "sku": "PSB-6725", + "color_name": "STUCCO BEIGE", + "description": "Stucco Beige is a medium beige. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.02 + }, + { + "min": 50, + "max": 199, + "price": 14.27 + }, + { + "min": 200, + "max": null, + "price": 13.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3748/stucco-beige-psb-6725-dt20250707164038455216-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6725/stucco-beige", + "scraped_at": "2026-05-01T14:25:36.767Z" + }, + { + "sku": "PSB-6727", + "color_name": "Gloomy Blue", + "description": "Gloomy Blue is a muted blue grey polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.4 + }, + { + "min": 50, + "max": 199, + "price": 15.58 + }, + { + "min": 200, + "max": null, + "price": 14.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9343/gloomy-blue-psb-6727-dt20240419211514857912-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6727/gloomy-blue", + "scraped_at": "2026-05-01T14:25:46.515Z" + }, + { + "sku": "PSB-6733", + "color_name": "PASTY CREAM", + "description": "Pasty Cream is a light cream solid tone. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.69 + }, + { + "min": 50, + "max": 199, + "price": 14.91 + }, + { + "min": 200, + "max": null, + "price": 14.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3750/pasty-cream-psb-6733-dt20181126174657051-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6733/pasty-cream", + "scraped_at": "2026-05-01T14:26:03.175Z" + }, + { + "sku": "PSB-6734", + "color_name": "Greyson Blue", + "description": "Greyson Blue is a dark blue solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.78 + }, + { + "min": 50, + "max": 199, + "price": 14.04 + }, + { + "min": 200, + "max": null, + "price": 13.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3752/greyson-blue-psb-6734-dt20210511153530636-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6734/greyson-blue", + "scraped_at": "2026-05-01T14:26:15.520Z" + }, + { + "sku": "PSB-6737", + "color_name": "Bad Chocolate", + "description": "Bad Chocolate is a dark brown with a faint sparkle. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.18 + }, + { + "min": 50, + "max": 199, + "price": 17.27 + }, + { + "min": 200, + "max": null, + "price": 16.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5602/psb-6737-bad-chocolate-tds-dt20240124180255553482.pdf?1706119378", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3754/bad-chocolate-psb-6737-dt20200512142506801-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6737/bad-chocolate", + "scraped_at": "2026-05-01T14:26:28.425Z" + }, + { + "sku": "PSB-6741", + "color_name": "Retro Blue", + "description": "Retro Blue is a vintage, medium blue. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.24 + }, + { + "min": 50, + "max": 199, + "price": 14.48 + }, + { + "min": 200, + "max": null, + "price": 13.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3756/retro-blue-psb-6741-dt20200526151211292-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6741/retro-blue", + "scraped_at": "2026-05-01T14:26:40.818Z" + }, + { + "sku": "PSB-6747", + "color_name": "GREY POUPON", + "description": "Grey Poupon is a dark mustard solid tone. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.22 + }, + { + "min": 50, + "max": 199, + "price": 18.26 + }, + { + "min": 200, + "max": null, + "price": 17.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3760/grey-poupon-psb-6747-dt20181113214310896-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6747/grey-poupon", + "scraped_at": "2026-05-01T14:26:53.116Z" + }, + { + "sku": "PSB-6751", + "color_name": "BUTTER CREAM", + "description": "Butter Cream is a whipped butter white. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.17 + }, + { + "min": 50, + "max": 199, + "price": 10.61 + }, + { + "min": 200, + "max": null, + "price": 10.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3762/butter-cream-psb-6751-dt20200729222856797-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6751/butter-cream", + "scraped_at": "2026-05-01T14:27:11.169Z" + }, + { + "sku": "PSB-6757", + "color_name": "NATIVE STONE", + "description": "Native Stone is a medium teal solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH NATIVE STONE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.8 + }, + { + "min": 50, + "max": 199, + "price": 14.06 + }, + { + "min": 200, + "max": null, + "price": 13.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2466/psb-6757-native-stone-tds-dt20230807194556029768.pdf?1691437557", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3768/native-stone-psb-6759-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6757/native-stone", + "scraped_at": "2026-05-01T14:27:23.954Z" + }, + { + "sku": "PSB-6758", + "color_name": "GREMLIN GREEN", + "description": "Gremlin Green is an olive green solid tone. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.22 + }, + { + "min": 50, + "max": 199, + "price": 14.46 + }, + { + "min": 200, + "max": null, + "price": 13.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3770/gremlin-green-psb-6758-dt20200428142702259-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6758/gremlin-green", + "scraped_at": "2026-05-01T14:27:35.493Z" + }, + { + "sku": "PSB-6765", + "color_name": "ELEPHANT HIDE", + "description": "Elephant Hide is a medium grey solid tone. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.69 + }, + { + "min": 50, + "max": 199, + "price": 14.91 + }, + { + "min": 200, + "max": null, + "price": 14.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3772/elephant-hide-psb-6765-dt20251002145055487168-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6765/elephant-hide", + "scraped_at": "2026-05-01T14:27:51.284Z" + }, + { + "sku": "PSB-6767", + "color_name": "DARK TURQUOISE", + "description": "Dark Turquoise is a dark turquoise solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.8 + }, + { + "min": 50, + "max": 199, + "price": 14.06 + }, + { + "min": 200, + "max": null, + "price": 13.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3155/psb-6767-dark-turquoise-tds-dt20230901172934072615.pdf?1693589375", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3774/dark-turquoise-psb-6767-dt20210408211416434-thumbnail.jpg?1617916457&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6767/dark-turquoise", + "scraped_at": "2026-05-01T14:28:01.792Z" + }, + { + "sku": "PSB-6770", + "color_name": "Urban Stealth", + "description": "Urban Stealth is a dark grey/charcoal. This color is a polyester solid tone powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.36 + }, + { + "min": 50, + "max": 199, + "price": 17.44 + }, + { + "min": 200, + "max": null, + "price": 16.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3776/urban-stealth-psb-6770-dt20250923161206750714-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6770/urban-stealth", + "scraped_at": "2026-05-01T14:28:16.404Z" + }, + { + "sku": "PSB-6776", + "color_name": "Sea Water Teal", + "description": "Sea Water Teal is a dark aqua green solid tone. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Do you have a RAL reference for this color? - Authentik Lighting 01/15/19 06:30 pm Answer: No unfortunately, Sea Water Teal is a proprietary color formulation. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.52 + }, + { + "min": 50, + "max": 199, + "price": 17.59 + }, + { + "min": 200, + "max": null, + "price": 16.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3780/sea-water-teal-psb-6776-dt20200602181615654-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6776/sea-water-teal", + "scraped_at": "2026-05-01T14:28:33.519Z" + }, + { + "sku": "PSB-6778", + "color_name": "Mayham Blue", + "description": "Mayham Blue is a dark blue solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.7 + }, + { + "min": 50, + "max": 199, + "price": 13.02 + }, + { + "min": 200, + "max": null, + "price": 12.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6907/psb-6778-mayham-blue-dt202410172119549211.pdf?1729199997", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3782/mayham-blue-psb-6778-dt20210915164542719-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6778/mayham-blue", + "scraped_at": "2026-05-01T14:28:52.786Z" + }, + { + "sku": "PSB-6779", + "color_name": "TAINTED PLUM", + "description": "Tainted Plum is a deep plum purple polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.07 + }, + { + "min": 50, + "max": 199, + "price": 13.37 + }, + { + "min": 200, + "max": null, + "price": 12.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7562/psb-6779-tainted-plum-dt20250926155101279763.pdf?1758901863", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3784/tainted-plum-psb-6779-dt20250926173606844268-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6779/tainted-plum", + "scraped_at": "2026-05-01T14:29:03.083Z" + }, + { + "sku": "PSB-6783", + "color_name": "Burgundy Blast", + "description": "Burgundy Blast is a deep burgundy solid tone. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.6 + }, + { + "min": 50, + "max": 199, + "price": 14.82 + }, + { + "min": 200, + "max": null, + "price": 14.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3786/burgundy-blast-psb-6783-dt20210806210029858-thumbnail.jpg?1628283631&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6783/burgundy-blast", + "scraped_at": "2026-05-01T14:29:15.773Z" + }, + { + "sku": "PSB-6785", + "color_name": "Beta Blue", + "description": "Beta Blue is a medium slate blue. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.69 + }, + { + "min": 50, + "max": 199, + "price": 17.76 + }, + { + "min": 200, + "max": null, + "price": 16.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3790/beta-blue-psb-6785-dt20190924163137498-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6785/beta-blue", + "scraped_at": "2026-05-01T14:29:30.791Z" + }, + { + "sku": "PSB-6786", + "color_name": "SATIN MYSTERY", + "description": "Satin Mystery is a satin grey. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.6 + }, + { + "min": 50, + "max": 199, + "price": 17.67 + }, + { + "min": 200, + "max": null, + "price": 16.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3792/satin-mystery-psb-6786-dt20201209234953531-thumbnail.jpg?1607557795&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6786/satin-mystery", + "scraped_at": "2026-05-01T14:29:41.527Z" + }, + { + "sku": "PSB-6787", + "color_name": "Charcoal Suede", + "description": "Charcoal Suede is a dark charcoal blue. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.39 + }, + { + "min": 50, + "max": 199, + "price": 15.57 + }, + { + "min": 200, + "max": null, + "price": 14.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7801/psb-6787-charcoal-suede-dt2025123120431475906.pdf?1767213796", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3794/charcoal-suede-psb-6787-dt20250616180955736122-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6787/charcoal-suede", + "scraped_at": "2026-05-01T14:29:56.657Z" + }, + { + "sku": "PSB-6788", + "color_name": "Pale Brown", + "description": "Pale Brown is a pale brown solid tone. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.9 + }, + { + "min": 50, + "max": 199, + "price": 16.06 + }, + { + "min": 200, + "max": null, + "price": 15.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3796/pale-brown-psb-6788-dt20210115230143841-thumbnail.jpg?1610751705&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6788/pale-brown", + "scraped_at": "2026-05-01T14:30:10.204Z" + }, + { + "sku": "PSB-6810", + "color_name": "Pink Lipstick", + "description": "Pink Lipstick is a bright peppy pink. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Due to the specific pigment used in this product, a clear or other top coat may dramatically change the color. Spray a test piece to ensure that the final color meets your requirements. Proposition 65 Warning CREATIONS MADE WITH PINK LIPSTICK View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Applied a clear coat over this color and it turned it red. - Well Protected 07/16/19 11:01 am Answer: Yes, unfortunately there are some colors that can change with the application of a top coat. Pink Lipstick does not require a clear so you should be fine to go without one even for exterior applications. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.15 + }, + { + "min": 50, + "max": 199, + "price": 17.24 + }, + { + "min": 200, + "max": null, + "price": 16.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3263/psb-6810-pink-lipstick-tds-dt20230911181107904981.pdf?1694455869", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3800/pink-lipstick-psb-6810-dt20200401160712933-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6810/pink-lipstick", + "scraped_at": "2026-05-01T14:30:27.636Z" + }, + { + "sku": "PSB-6811", + "color_name": "Gutter Brown", + "description": "Gutter Brown is a dark brown solid tone. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14 + }, + { + "min": 50, + "max": 199, + "price": 13.3 + }, + { + "min": 200, + "max": null, + "price": 12.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6941/psb-6811-gutter-brown-dt20241029184722977783.pdf?1730227645", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3802/gutter-brown-psb-6811-dt20210401223521285-thumbnail.jpg?1617316522&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6811/gutter-brown", + "scraped_at": "2026-05-01T14:30:39.704Z" + }, + { + "sku": "PSB-6813", + "color_name": "D'KANA GREEN", + "description": "D'Kana Green is a dark forest green. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.36 + }, + { + "min": 50, + "max": 199, + "price": 16.49 + }, + { + "min": 200, + "max": null, + "price": 15.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7168/psb-6813-dkana-green-dt20250417175800865173.pdf?1744912683", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3804/dkana-green-psb-6813-dt20250417161333614107-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6813/dkana-green", + "scraped_at": "2026-05-01T14:30:51.802Z" + }, + { + "sku": "PSB-6814", + "color_name": "GRAPHITE STONE", + "description": "Graphite Stone is a stone grey. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.98 + }, + { + "min": 50, + "max": 199, + "price": 17.08 + }, + { + "min": 200, + "max": null, + "price": 16.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3806/graphite-stone-psb-6814-dt20181112221733491-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6814/graphite-stone", + "scraped_at": "2026-05-01T14:31:04.134Z" + }, + { + "sku": "PSB-6817", + "color_name": "SUNKISSED PEACH", + "description": "Sunkissed Peach is a darker peach solid tone. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.44 + }, + { + "min": 50, + "max": 199, + "price": 17.52 + }, + { + "min": 200, + "max": null, + "price": 16.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3808/sunkissed-peach-psb-6817-dt20181210194957601-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6817/sunkissed-peach", + "scraped_at": "2026-05-01T14:31:15.195Z" + }, + { + "sku": "PSB-6818", + "color_name": "TOFFEE LATTE", + "description": "Toffee Latte is a light toffee solid tone. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.06 + }, + { + "min": 50, + "max": 199, + "price": 18.11 + }, + { + "min": 200, + "max": null, + "price": 17.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3810/toffee-latte-psb-6818-dt20181212170224291-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6818/toffee-latte", + "scraped_at": "2026-05-01T14:31:26.831Z" + }, + { + "sku": "PSB-6819", + "color_name": "FIRED CHARCOAL", + "description": "Fired Charcoal is a rich charcoal black. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.75 + }, + { + "min": 50, + "max": 199, + "price": 25.41 + }, + { + "min": 200, + "max": null, + "price": 24.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2895/psb-6819-fired-charcoal-tds-dt20230822150733373119.pdf?1692716855", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3812/fired-charcoal-psb-6819-dt20181108221202491-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6819/fired-charcoal", + "scraped_at": "2026-05-01T14:31:38.265Z" + }, + { + "sku": "PSB-6834", + "color_name": "LUXURY BEIGE", + "description": "Luxury Beige is a natural leather light tan polyester solid tone and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.45 + }, + { + "min": 50, + "max": 199, + "price": 16.58 + }, + { + "min": 200, + "max": null, + "price": 15.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4725/psb-6834-luxury-beige-tds-dt20231120195109826632.pdf?1700509871", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9346/luxury-beige-psb-6834-dt20231115222021112475-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6834/luxury-beige", + "scraped_at": "2026-05-01T14:31:52.726Z" + }, + { + "sku": "PSB-6835", + "color_name": "FROSTED CAPPUCCINO", + "description": "Frosted Cappuccino is a muted tan polyester solid tone with faint speckles and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.98 + }, + { + "min": 50, + "max": 199, + "price": 16.13 + }, + { + "min": 200, + "max": null, + "price": 15.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5571/psb-6835-frosted-cappuccino-tds-dt20240117233639070168.pdf?1705534601", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9347/frosted-cappuccino-psb-6835-dt20240123213021880696-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6835/frosted-cappuccino", + "scraped_at": "2026-05-01T14:32:04.126Z" + }, + { + "sku": "PSB-6836", + "color_name": "Red Dirt", + "description": "Red Dirt is a red brown polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.54 + }, + { + "min": 50, + "max": 199, + "price": 11.91 + }, + { + "min": 200, + "max": null, + "price": 11.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4285/psb-6836-red-dirt-tds-dt2023100915011936658.pdf?1696863681", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9349/red-dirt-psb-6836-dt20231010163309187428-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6836/red-dirt", + "scraped_at": "2026-05-01T14:32:18.580Z" + }, + { + "sku": "PSB-6838", + "color_name": "NAVAJO NUGGET", + "description": "Navajo Nugget is a bright turquoise blue. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Miami", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.25 + }, + { + "min": 50, + "max": 199, + "price": 26.84 + }, + { + "min": 200, + "max": null, + "price": 25.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5787/psb-6838-navajo-nugget-tds-dt20240307224040412006.pdf?1709851242", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3818/navajo-nugget-psb-6838-dt20200228173609151-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6838/navajo-nugget", + "scraped_at": "2026-05-01T14:32:31.396Z" + }, + { + "sku": "PSB-6840", + "color_name": "Grumpy Blue", + "description": "Grumpy Blue is a rich blue. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.89 + }, + { + "min": 50, + "max": 199, + "price": 11.3 + }, + { + "min": 200, + "max": null, + "price": 10.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3820/grumpy-blue-psb-6840-dt20200518225814218-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6840/grumpy-blue", + "scraped_at": "2026-05-01T14:32:47.968Z" + }, + { + "sku": "PSB-6843", + "color_name": "FROST BITE", + "description": "Frost Bite is a black/blue solid tone. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.52 + }, + { + "min": 50, + "max": 199, + "price": 16.64 + }, + { + "min": 200, + "max": null, + "price": 15.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6049/psb-6843-frost-bite-tds-dt20240404174818888051.pdf?1712252901", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3824/frost-bite-psb-6843-dt20181108233243445-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6843/frost-bite", + "scraped_at": "2026-05-01T14:33:01.224Z" + }, + { + "sku": "PSB-6852", + "color_name": "FIRED AMARANTH", + "description": "Fired Amaranth is a rich fire red. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.74 + }, + { + "min": 50, + "max": 199, + "price": 16.85 + }, + { + "min": 200, + "max": null, + "price": 15.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3830/fired-amaranth-psb-6852-dt20181107231444613-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6852/fired-amaranth", + "scraped_at": "2026-05-01T14:33:13.165Z" + }, + { + "sku": "PSB-6855", + "color_name": "KANGO", + "description": "Kango is a burgundy polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.73 + }, + { + "min": 50, + "max": 199, + "price": 16.84 + }, + { + "min": 200, + "max": null, + "price": 15.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9352/kango-psb-6855-dt20240424204937594477-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6855/kango", + "scraped_at": "2026-05-01T14:33:25.220Z" + }, + { + "sku": "PSB-6856", + "color_name": "Bambi", + "description": "Bambi is a bambi deer brown. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.83 + }, + { + "min": 50, + "max": 199, + "price": 14.09 + }, + { + "min": 200, + "max": null, + "price": 13.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3832/bambi-psb-6856-dt20181031205104493-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6856/bambi", + "scraped_at": "2026-05-01T14:33:41.646Z" + }, + { + "sku": "PSB-6861", + "color_name": "CARAMELINK", + "description": "Caramelink is a light caramel solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.37 + }, + { + "min": 50, + "max": 199, + "price": 13.65 + }, + { + "min": 200, + "max": null, + "price": 12.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3836/caramelink-psb-6861-dt20211028201345427-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6861/caramelink", + "scraped_at": "2026-05-01T14:33:56.144Z" + }, + { + "sku": "PSB-6862", + "color_name": "SEAL BROWN", + "description": "Seal Brown is a dark brown Polyester Polyurethane solid tone and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.92 + }, + { + "min": 50, + "max": 199, + "price": 13.22 + }, + { + "min": 200, + "max": null, + "price": 12.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9355/seal-brown-psb-6862-dt20260424213616760261-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6862/seal-brown", + "scraped_at": "2026-05-01T14:34:06.907Z" + }, + { + "sku": "PSB-6865", + "color_name": "Blackboard", + "description": "Blackboard is a chalkboard black polyurethane solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: My customer is looking to turn his metal piece into an actual chalk board using Blackboard Powder Coating PSB-6865 for writing notes with chalk and quickly erasing them. Will Blackboard work for this? - Westfall Welding & Powder Coat 09/01/20 09:52 am Answer: Unfortunately the name Blackboard can be miss-leading in that this is merely referring to the color of the black coating and not its potential purpose. You will not be able to write on this coating and erase successfully with chalk over and over. There is an actual liquid blackboard paint available that works well for this but of course this doesn't help your need as a powder applicator. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.86 + }, + { + "min": 50, + "max": 199, + "price": 13.17 + }, + { + "min": 200, + "max": null, + "price": 12.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7989/psb-6865-blackboard-dt2026011217282802692.pdf?1768238909", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3838/blackboard-psb-6865-dt20260114185036866156-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6865/blackboard", + "scraped_at": "2026-05-01T14:34:23.506Z" + }, + { + "sku": "PSB-6872", + "color_name": "SAND BOX", + "description": "Sand Box is a light sandy brown. This color is a polyester solid tone powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.53 + }, + { + "min": 50, + "max": 199, + "price": 18.55 + }, + { + "min": 200, + "max": null, + "price": 17.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6480/psb-6872-sand-box-tds-dt20240508174328338225.pdf?1715190211", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3840/sand-box-psb-6872-dt20200521220106261-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6872/sand-box", + "scraped_at": "2026-05-01T14:34:37.720Z" + }, + { + "sku": "PSB-6873", + "color_name": "ORGANIC TAN", + "description": "Organic Tan is a light tan solid tone. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.41 + }, + { + "min": 50, + "max": 199, + "price": 14.64 + }, + { + "min": 200, + "max": null, + "price": 13.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6088/psb-6873-organic-tan-tds-dt20240408180225230285.pdf?1712599347", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3842/organic-tan-psb-6873-dt20181205220812298-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6873/organic-tan", + "scraped_at": "2026-05-01T14:34:50.734Z" + }, + { + "sku": "PSB-6874", + "color_name": "FROSTED BROWN", + "description": "Frosted Brown is a dark brown polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.6 + }, + { + "min": 50, + "max": 199, + "price": 14.82 + }, + { + "min": 200, + "max": null, + "price": 14.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4139/psb-6874-frosted-brown-tds-dt20231003171459310286.pdf?1696353301", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9360/frosted-brown-psb-6874-dt20231005190635461799-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6874/frosted-brown", + "scraped_at": "2026-05-01T14:35:07.126Z" + }, + { + "sku": "PSB-6875", + "color_name": "GINGERBREAD", + "description": "Gingerbread is a gingerbread brown. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.31 + }, + { + "min": 50, + "max": 199, + "price": 12.64 + }, + { + "min": 200, + "max": null, + "price": 11.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3844/gingerbread-psb-6875-dt2018111221363119-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6875/gingerbread", + "scraped_at": "2026-05-01T14:35:21.580Z" + }, + { + "sku": "PSB-6877", + "color_name": "Teddy Bear Brown", + "description": "Teddy Bear Brown is a medium brown solid tone. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.68 + }, + { + "min": 50, + "max": 199, + "price": 13.95 + }, + { + "min": 200, + "max": null, + "price": 13.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3848/teddy-bear-brown-psb-6877-dt20181212163401931-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6877/teddy-bear-brown", + "scraped_at": "2026-05-01T14:35:33.065Z" + }, + { + "sku": "PSB-6879", + "color_name": "Vintage Yellow", + "description": "Vintage Yellow is a rustic yellow. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.91 + }, + { + "min": 50, + "max": 199, + "price": 16.06 + }, + { + "min": 200, + "max": null, + "price": 15.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3850/vintage-yellow-psb-6879-dt20241206175235999842-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6879/vintage-yellow", + "scraped_at": "2026-05-01T14:35:49.734Z" + }, + { + "sku": "PSB-6893", + "color_name": "White", + "description": "White is a white solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.44 + }, + { + "min": 50, + "max": 199, + "price": 10.87 + }, + { + "min": 200, + "max": null, + "price": 10.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3852/white-psb-6893-dt20201002165433238-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6893/white", + "scraped_at": "2026-05-01T14:36:05.645Z" + }, + { + "sku": "PSB-6895", + "color_name": "Brighter Blue", + "description": "Brighter Blue is a bright blue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.78 + }, + { + "min": 50, + "max": 199, + "price": 14.04 + }, + { + "min": 200, + "max": null, + "price": 13.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3854/brighter-blue-psb-6895-dt20200603160855941-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6895/brighter-blue", + "scraped_at": "2026-05-01T14:36:15.028Z" + }, + { + "sku": "PSB-6896", + "color_name": "SWEET RASPBERRY", + "description": "Sweet Raspberry is a rich raspberry red. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.66 + }, + { + "min": 50, + "max": 199, + "price": 20.58 + }, + { + "min": 200, + "max": null, + "price": 19.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6904/psb-6896-sweet-raspberry-dt20241017210838696827.pdf?1729199321", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3856/sweet-raspberry-psb-6896-dt20181212155012304-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6896/sweet-raspberry", + "scraped_at": "2026-05-01T14:36:26.880Z" + }, + { + "sku": "PSB-6897", + "color_name": "Musket Brown", + "description": "Musket Brown is a dark brown. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.67 + }, + { + "min": 50, + "max": 199, + "price": 11.09 + }, + { + "min": 200, + "max": null, + "price": 10.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3858/musket-brown-psb-6897-dt20201209234807889-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6897/musket-brown", + "scraped_at": "2026-05-01T14:36:40.284Z" + }, + { + "sku": "PSB-6900", + "color_name": "BURNT FORREST", + "description": "Burnt Forrest is a really dark green. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.84 + }, + { + "min": 50, + "max": 199, + "price": 16 + }, + { + "min": 200, + "max": null, + "price": 15.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3860/burnt-forrest-psb-6900-dt20210419174240315-thumbnail.jpg?1618854161&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6900/burnt-forrest", + "scraped_at": "2026-05-01T14:36:52.615Z" + }, + { + "sku": "PSB-6932", + "color_name": "Bic Blue", + "description": "Bic Blue is a rich blue solid tone. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.35 + }, + { + "min": 50, + "max": 199, + "price": 15.53 + }, + { + "min": 200, + "max": null, + "price": 14.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6048/psb-6932-bic-blue-tds-dt20240404174407657124.pdf?1712252650", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3862/bic-blue-psb-6932-dt20200821170233831-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6932/bic-blue", + "scraped_at": "2026-05-01T14:37:04.638Z" + }, + { + "sku": "PSB-6936", + "color_name": "Bauer Blue", + "description": "Bauer Blue is a deep blue. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.01 + }, + { + "min": 50, + "max": 199, + "price": 17.11 + }, + { + "min": 200, + "max": null, + "price": 16.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6047/psb-6936-bauer-blue-tds-dt2024040416552163189.pdf?1712249723", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3864/bauer-blue-psb-6936-dt20200414160910921-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6936/bauer-blue", + "scraped_at": "2026-05-01T14:37:16.912Z" + }, + { + "sku": "PSB-6939", + "color_name": "TAFFY CREAM", + "description": "Taffy Cream is a light creamy beige polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.5 + }, + { + "min": 50, + "max": 199, + "price": 11.88 + }, + { + "min": 200, + "max": null, + "price": 11.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4875/psb-6939-taffy-cream-tds-dt202311212254152232.pdf?1700607258", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9367/taffy-cream-psb-6939-dt20231121222646275558-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6939/taffy-cream", + "scraped_at": "2026-05-01T14:37:30.863Z" + }, + { + "sku": "PSB-6945", + "color_name": "Just White", + "description": "Just White is a sleek pure white. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.04 + }, + { + "min": 50, + "max": 199, + "price": 11.44 + }, + { + "min": 200, + "max": null, + "price": 10.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3019/psb-6945-just-white-tds-dt20230830150712982645.pdf?1693408034", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9369/just-white-psb-6945-dt20211027193004005-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6945/just-white", + "scraped_at": "2026-05-01T14:37:46.401Z" + }, + { + "sku": "PSB-6947", + "color_name": "Vintage Beige", + "description": "Vintage Beige is a light khaki polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.37 + }, + { + "min": 50, + "max": 199, + "price": 19.35 + }, + { + "min": 200, + "max": null, + "price": 18.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9370/vintage-beige-psb-6947-dt20240424204410407787-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6947/vintage-beige", + "scraped_at": "2026-05-01T14:37:57.394Z" + }, + { + "sku": "PSB-6960", + "color_name": "DARK BUTTERSCOTCH", + "description": "Dark Butterscotch is a dark butterscotch brown. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.45 + }, + { + "min": 50, + "max": 199, + "price": 15.63 + }, + { + "min": 200, + "max": null, + "price": 14.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3870/dark-butterscotch-psb-6960-dt2018110722315052-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6960/dark-butterscotch", + "scraped_at": "2026-05-01T14:38:13.145Z" + }, + { + "sku": "PSB-6961", + "color_name": "FLAT SASSY", + "description": "Flat Sassy is a bright pink. This color is a polyester solid tone powder coat and has a matte finish. This product has limited flexibility and impact resistance. This color may have limited UV stability. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): MiamiGlow PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.27 + }, + { + "min": 50, + "max": 199, + "price": 17.36 + }, + { + "min": 200, + "max": null, + "price": 16.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7956/psb-6961-flat-sassy-dt20260105170753746238.pdf?1767632875", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3872/flat-sassy-psb-6961-dt20200518150733257-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6961/flat-sassy", + "scraped_at": "2026-05-01T14:38:27.314Z" + }, + { + "sku": "PSB-6963", + "color_name": "Chase Blue", + "description": "Chase Blue is a medium blue. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.98 + }, + { + "min": 50, + "max": 199, + "price": 14.23 + }, + { + "min": 200, + "max": null, + "price": 13.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3874/chase-blue-psb-6963-dt20210204152310302-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6963/chase-blue", + "scraped_at": "2026-05-01T14:38:41.490Z" + }, + { + "sku": "PSB-6969", + "color_name": "Peppered Plum", + "description": "Peppered Plum is a smooth multi-colored finish that has purples and blacks. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH PEPPERED PLUM View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.43 + }, + { + "min": 50, + "max": 199, + "price": 10.86 + }, + { + "min": 200, + "max": null, + "price": 10.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5264/psb-6969-peppered-plum-tds-dt20231204181237492906.pdf?1701713559", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3876/peppered-plum-psb-6969-dt20201204164556422-thumbnail.jpg?1607100360&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6969/peppered-plum", + "scraped_at": "2026-05-01T14:38:55.589Z" + }, + { + "sku": "PSB-6973", + "color_name": "Abyss", + "description": "Abyss is a deep, dark abyss black. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.6 + }, + { + "min": 50, + "max": 199, + "price": 12.92 + }, + { + "min": 200, + "max": null, + "price": 12.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5263/psb-6973-abyss-tds-dt2023120417592160273.pdf?1701712763", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3878/abyss-psb-6973-dt20181031194835449-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6973/abyss", + "scraped_at": "2026-05-01T14:39:04.643Z" + }, + { + "sku": "PSB-6974", + "color_name": "MAPLE BAR", + "description": "Maple Bar is a light maple tan polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.55 + }, + { + "min": 50, + "max": 199, + "price": 16.67 + }, + { + "min": 200, + "max": null, + "price": 15.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4891/psb-6974-maple-bar-tds-dt20231122193734370799.pdf?1700681856", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9377/maple-bar-psb-6974-dt20231121230216784964-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6974/maple-bar", + "scraped_at": "2026-05-01T14:39:16.799Z" + }, + { + "sku": "PSB-6978", + "color_name": "FLAT BUCKSKIN", + "description": "Flat Buckskin is a lower gloss khaki color that has a smooth appearance. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Buckskin PSS-2902 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.57 + }, + { + "min": 50, + "max": 199, + "price": 14.79 + }, + { + "min": 200, + "max": null, + "price": 14.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3882/flat-buckskin-psb-6978-dt20180710205938705-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6978/flat-buckskin", + "scraped_at": "2026-05-01T14:39:30.537Z" + }, + { + "sku": "PSB-6980", + "color_name": "Coastal Sand", + "description": "Coastal Sand is a tan grey polyester solid tone and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.92 + }, + { + "min": 50, + "max": 199, + "price": 15.12 + }, + { + "min": 200, + "max": null, + "price": 14.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4664/psb-6980-coastal-sand-tds-dt20231106210018501514.pdf?1699304420", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9378/coastal-sand-psb-6980-dt20231108163631627515-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6980/coastal-sand", + "scraped_at": "2026-05-01T14:39:45.312Z" + }, + { + "sku": "PSB-6981", + "color_name": "Beach House Blue", + "description": "Beach House Blue is a muted blue grey polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.15 + }, + { + "min": 50, + "max": 199, + "price": 15.34 + }, + { + "min": 200, + "max": null, + "price": 14.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9379/beach-house-blue-psb-6981-dt2023121121171908961-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6981/beach-house-blue", + "scraped_at": "2026-05-01T14:39:56.815Z" + }, + { + "sku": "PSB-6983", + "color_name": "Aged White", + "description": "Aged White is a bright white. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.26 + }, + { + "min": 50, + "max": 199, + "price": 10.7 + }, + { + "min": 200, + "max": null, + "price": 10.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3884/aged-white-psb-6983-dt20210208172534634-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6983/aged-white", + "scraped_at": "2026-05-01T14:40:07.734Z" + }, + { + "sku": "PSB-6984", + "color_name": "Flat Barbie Pink", + "description": "Flat Barbie Pink is a medium red solid tone. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Barbie Pink PSS-5314 River (Gloss): Barbie Pink River PRB-4096 Vein (Semi-Gloss): Dark Red/Silver PVB-8119 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Miami", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.13 + }, + { + "min": 50, + "max": 199, + "price": 17.22 + }, + { + "min": 200, + "max": null, + "price": 16.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3271/psb-6984-flat-barbie-pink-tds-dt20230911184717613434.pdf?1694458039", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3886/flat-barbie-pink-psb-6984-dt20181107234336461-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6984/flat-barbie-pink", + "scraped_at": "2026-05-01T14:40:23.298Z" + }, + { + "sku": "PSB-6985", + "color_name": "Wheat Field", + "description": "Wheat Field is a muted tan brown polyester and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.92 + }, + { + "min": 50, + "max": 199, + "price": 14.17 + }, + { + "min": 200, + "max": null, + "price": 13.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9380/wheat-field-psb-6985-dt20240123205720560909-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6985/wheat-field", + "scraped_at": "2026-05-01T14:40:33.666Z" + }, + { + "sku": "PSB-6986", + "color_name": "Cheeseburger", + "description": "Cheeseburger is a muted American Cheese yellow polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.76 + }, + { + "min": 50, + "max": 199, + "price": 18.77 + }, + { + "min": 200, + "max": null, + "price": 17.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4345/psb-6986-cheeseburger-tds-dt20231017224808314936.pdf?1697582890", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9381/cheeseburger-psb-6986-dt20231030150344527766-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6986/cheeseburger", + "scraped_at": "2026-05-01T14:40:46.730Z" + }, + { + "sku": "PSB-6989", + "color_name": "BURNT CHERRY", + "description": "Burnt Cherry is a dark burnt red polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.21 + }, + { + "min": 50, + "max": 199, + "price": 15.4 + }, + { + "min": 200, + "max": null, + "price": 14.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9382/burnt-cherry-psb-6989-dt2024041922471607047-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6989/burnt-cherry", + "scraped_at": "2026-05-01T14:40:59.563Z" + }, + { + "sku": "PSB-6995", + "color_name": "GLAZED PUDDING", + "description": "Glazed Pudding is a muted standard brown polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.41 + }, + { + "min": 50, + "max": 199, + "price": 13.69 + }, + { + "min": 200, + "max": null, + "price": 12.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9384/glazed-pudding-psb-6995-dt20240123214857035761-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6995/glazed-pudding", + "scraped_at": "2026-05-01T14:41:09.595Z" + }, + { + "sku": "PSB-6996", + "color_name": "Flat Banana Smoothie", + "description": "Flat Banana Smoothie is a flat, light banana yellow. This color is a polyester solid tone powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.26 + }, + { + "min": 50, + "max": 199, + "price": 18.3 + }, + { + "min": 200, + "max": null, + "price": 17.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3890/flat-banana-smoothie-psb-6996-dt20210208172935669-thumbnail.jpg?1612805376&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6996/flat-banana-smoothie", + "scraped_at": "2026-05-01T14:41:22.797Z" + }, + { + "sku": "PSB-7000", + "color_name": "Flat Iron Grey", + "description": "Flat Iron Grey is a dark grey polyester solid tone and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.21 + }, + { + "min": 50, + "max": 199, + "price": 13.5 + }, + { + "min": 200, + "max": null, + "price": 12.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4298/psb-7000-flat-iron-grey-tds-dt20231009212419675523.pdf?1696886661", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9386/flat-iron-grey-psb-7000-dt2025060221280696467-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7000/flat-iron-grey", + "scraped_at": "2026-05-01T14:41:32.581Z" + }, + { + "sku": "PSB-7001", + "color_name": "Zombie Green", + "description": "Zombie Green is a bright green solid tone. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Please be aware that the pigment used to formulate this color may have small black or red specks. This is due to the process and chemistry adherent to fluorescent colors. Fluorescent colors are not recommended for exterior exposure without applying a UV-resistant topcoat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats or top coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.84 + }, + { + "min": 50, + "max": 199, + "price": 25.5 + }, + { + "min": 200, + "max": null, + "price": 24.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4196/psb-7001-zombie-green-tds-dt20231004163459697419.pdf?1696437302", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3892/zombie-green-psb-7001-dt20251107205935183935-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7001/zombie-green", + "scraped_at": "2026-05-01T14:41:46.571Z" + }, + { + "sku": "PSB-7007", + "color_name": "LARIAT TAN", + "description": "Lariat Tan is a grey tan polyester solid tone and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.48 + }, + { + "min": 50, + "max": 199, + "price": 12.81 + }, + { + "min": 200, + "max": null, + "price": 12.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7387/psb-7007-lariat-tan-dt20250611180611584364.pdf?1749665173", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9388/lariat-tan-psb-7007-dt20250430180142849315-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7007/lariat-tan", + "scraped_at": "2026-05-01T14:41:56.814Z" + }, + { + "sku": "PSB-7020", + "color_name": "DRIED MUSTARD", + "description": "Dried Mustard is a burnt orange brown polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.69 + }, + { + "min": 50, + "max": 199, + "price": 13.96 + }, + { + "min": 200, + "max": null, + "price": 13.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9390/dried-mustard-psb-7020-dt20240123221300145752-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7020/dried-mustard", + "scraped_at": "2026-05-01T14:42:06.767Z" + }, + { + "sku": "PSB-7030", + "color_name": "HOT MUSTARD", + "description": "Hot Mustard is a zesty bright mustard yellow. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.41 + }, + { + "min": 50, + "max": 199, + "price": 16.54 + }, + { + "min": 200, + "max": null, + "price": 15.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5829/psb-7030-hot-mustard-tds-dt20240320161728972551.pdf?1710951451", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3896/hot-mustard-psb-7030-dt20250813180942082284-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7030/hot-mustard", + "scraped_at": "2026-05-01T14:42:21.944Z" + }, + { + "sku": "PSB-7053", + "color_name": "Maroogundy", + "description": "Maroogundy is a deep maroon burgundy. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.42 + }, + { + "min": 50, + "max": 199, + "price": 15.6 + }, + { + "min": 200, + "max": null, + "price": 14.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3898/maroogundy-psb-7053-dt20200520225739053-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7053/maroogundy", + "scraped_at": "2026-05-01T14:42:36.328Z" + }, + { + "sku": "PSB-7057", + "color_name": "Racing Pink", + "description": "Racing Pink is a rich blushy pink polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.09 + }, + { + "min": 50, + "max": 199, + "price": 22.89 + }, + { + "min": 200, + "max": null, + "price": 21.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7793/psb-7057-racing-pink-dt20251230172042530908.pdf?1767115244", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9394/racing-pink-psb-7057-dt20260126192931452072-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7057/racing-pink", + "scraped_at": "2026-05-01T14:42:50.080Z" + }, + { + "sku": "PSB-7060", + "color_name": "GLAZED CANTALOUPE", + "description": "Glazed Cantaloupe is a light cantaloupe, peach/beige color. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.99 + }, + { + "min": 50, + "max": 199, + "price": 22.79 + }, + { + "min": 200, + "max": null, + "price": 21.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3793/psb-7060-glazed-cantaloupe-tds-dt20230925161545073119.pdf?1695658547", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3900/glazed-canteloupe-psb-7062-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7060/glazed-cantaloupe", + "scraped_at": "2026-05-01T14:43:02.621Z" + }, + { + "sku": "PSB-7067", + "color_name": "FALLOW BUFF", + "description": "Fallow Buff is a medium sandy tan polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.98 + }, + { + "min": 50, + "max": 199, + "price": 16.13 + }, + { + "min": 200, + "max": null, + "price": 15.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5320/psb-7067-fallow-buff-tds-dt20231205174838784442.pdf?1701798520", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9398/fallow-buff-psb-7067-dt20231201213535717782-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7067/fallow-buff", + "scraped_at": "2026-05-01T14:43:13.070Z" + }, + { + "sku": "PSB-7077", + "color_name": "SANDY BEACH", + "description": "Sandy Beach is a muted tan polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.19 + }, + { + "min": 50, + "max": 199, + "price": 17.28 + }, + { + "min": 200, + "max": null, + "price": 16.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5550/psb-7077-sandy-beach-tds-dt20240116211910073455.pdf?1705439954", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9402/sandy-beach-psb-7077-dt20240123205332593287-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7077/sandy-beach", + "scraped_at": "2026-05-01T14:43:27.157Z" + }, + { + "sku": "PSB-7079", + "color_name": "GLAZED BUTTERSCOTCH STEP 1", + "description": "Glazed Butterscotch Step 2 over Step 1 creates a reddish autumn orange highlighted with shimmering yellow gold metallics. This color is a polyester solid tone powder coat with a flat finish. Two Coat Information: To achieve this color as shown, Glazed Butterscotch Step 2 PPB-7080 must be applied as a top coat. Flat: 0-6 Gloss Units Proposition 65 Warning CREATIONS MADE WITH GLAZED BUTTERSCOTCH STEP 1 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.17 + }, + { + "min": 50, + "max": 199, + "price": 12.51 + }, + { + "min": 200, + "max": null, + "price": 11.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9404/glazed-butterscotch-step-1-psb-7079-dt20210927165827863-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7079/glazed-butterscotch-step-1", + "scraped_at": "2026-05-01T14:43:40.912Z" + }, + { + "sku": "PSB-7089", + "color_name": "Bitter Sweet Honey", + "description": "Bitter Sweet Honey is a rich orange/yellow solid tone. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.09 + }, + { + "min": 50, + "max": 199, + "price": 21.94 + }, + { + "min": 200, + "max": null, + "price": 20.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3902/bitter-sweet-honey-psb-7089-dt20200522180125383-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7089/bitter-sweet-honey", + "scraped_at": "2026-05-01T14:43:56.701Z" + }, + { + "sku": "PSB-8000", + "color_name": "RUSTIC BURGUNDY", + "description": "Rustic Burgundy is a dark burgundy polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.48 + }, + { + "min": 50, + "max": 199, + "price": 19.46 + }, + { + "min": 200, + "max": null, + "price": 18.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4731/psb-8000-rustic-burgundy-tds-dt20231120200158193947.pdf?1700510520", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9410/rustic-burgundy-psb-8000-dt20231115223621387586-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8000/rustic-burgundy", + "scraped_at": "2026-05-01T14:44:12.365Z" + }, + { + "sku": "PSB-8003", + "color_name": "Dreary Blue", + "description": "Dreary Blue is a muted blue grey polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.96 + }, + { + "min": 50, + "max": 199, + "price": 15.16 + }, + { + "min": 200, + "max": null, + "price": 14.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4910/psb-8003-dreary-blue-tds-dt20231127155832086146.pdf?1701100714", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9412/dreary-blue-psb-8003-dt20231122221703892643-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8003/dreary-blue", + "scraped_at": "2026-05-01T14:44:27.554Z" + }, + { + "sku": "PSB-8006", + "color_name": "Yeti White", + "description": "Yeti White is a low gloss, solid white. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.26 + }, + { + "min": 50, + "max": 199, + "price": 12.6 + }, + { + "min": 200, + "max": null, + "price": 11.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7350/psb-8006-yeti-white-dt20250513214022307086.pdf?1747172426", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7088/yeti-white-psb-8006-dt20200522164432038-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8006/yeti-white", + "scraped_at": "2026-05-01T14:44:43.472Z" + }, + { + "sku": "PSB-8009", + "color_name": "Navy Blue", + "description": "Navy Blue is a deep blue. This color is a polyester solid tone powder coat with a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.23 + }, + { + "min": 50, + "max": 199, + "price": 15.42 + }, + { + "min": 200, + "max": null, + "price": 14.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8020/navy-blue-psb-8009-dt20250819205116592537-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8009/navy-blue", + "scraped_at": "2026-05-01T14:44:59.049Z" + }, + { + "sku": "PSB-8035", + "color_name": "SHADED BEIGE", + "description": "Shaded Beige is a darker tan color that has a smooth glossy look. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.74 + }, + { + "min": 50, + "max": 199, + "price": 14 + }, + { + "min": 200, + "max": null, + "price": 13.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7030/shaded-beige-psb-8035-dt20250624211343306551-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8035/shaded-beige", + "scraped_at": "2026-05-01T14:45:11.501Z" + }, + { + "sku": "PSB-8038", + "color_name": "SNOW BUSTER", + "description": "Snow Buster is a bright white. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.2 + }, + { + "min": 50, + "max": 199, + "price": 12.54 + }, + { + "min": 200, + "max": null, + "price": 11.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7077/snow-buster-psb-8038-dt20180717181549273-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8038/snow-buster", + "scraped_at": "2026-05-01T14:45:27.875Z" + }, + { + "sku": "PSB-8043", + "color_name": "Apricot", + "description": "Apricot is a smooth, speckled coral color. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.14 + }, + { + "min": 50, + "max": 199, + "price": 15.33 + }, + { + "min": 200, + "max": null, + "price": 14.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3779/psb-8043-apricot-tds-dt20230925153721225515.pdf?1695656243", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7179/apricot-psb-8043-dt20240123210905394082-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8043/apricot", + "scraped_at": "2026-05-01T14:45:39.167Z" + }, + { + "sku": "PSB-8049", + "color_name": "FLAT FILE FOLDER", + "description": "Flat File Folder is a file folder beige. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: River (Satin): Ivory River PRB-1082 Solid Tone (High Gloss): File Folder PSS-3061 Vein (Satin): Cream Gold PVB-2564 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.81 + }, + { + "min": 50, + "max": 199, + "price": 13.12 + }, + { + "min": 200, + "max": null, + "price": 12.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3086/psb-8049-flat-file-folder-tds-dt20230830192554731039.pdf?1693423556", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3908/flat-file-folder-psb-8049-dt20200424215345306-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8049/flat-file-folder", + "scraped_at": "2026-05-01T14:45:52.579Z" + }, + { + "sku": "PSB-8051", + "color_name": "Dirty White", + "description": "Dirty White is an off-white solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.12 + }, + { + "min": 50, + "max": 199, + "price": 10.56 + }, + { + "min": 200, + "max": null, + "price": 10.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3910/dirty-white-psb-8051-dt20250708200147230898-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8051/dirty-white", + "scraped_at": "2026-05-01T14:46:10.358Z" + }, + { + "sku": "PSB-8052", + "color_name": "SATIN CRIMSON", + "description": "Satin Crimson is a rich satin crimson. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.69 + }, + { + "min": 50, + "max": 199, + "price": 16.81 + }, + { + "min": 200, + "max": null, + "price": 15.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6043/psb-8052-satin-crimson-tds-dt20240404164925964646.pdf?1712249368", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3912/satin-crimson-psb-8052-dt20191114232146459-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8052/satin-crimson", + "scraped_at": "2026-05-01T14:46:19.777Z" + }, + { + "sku": "PSB-8054", + "color_name": "SATIN CHEVY", + "description": "Satin Chevy is a bright orange solid tone. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.69 + }, + { + "min": 50, + "max": 199, + "price": 16.81 + }, + { + "min": 200, + "max": null, + "price": 15.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3916/satin-chevy-psb-8054-dt20250902195848509558-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8054/satin-chevy", + "scraped_at": "2026-05-01T14:46:33.649Z" + }, + { + "sku": "PSB-8055", + "color_name": "Yellow Jasper", + "description": "Yellow Jasper is a bright yellow solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.04 + }, + { + "min": 50, + "max": 199, + "price": 18.09 + }, + { + "min": 200, + "max": null, + "price": 17.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5831/psb-8055-yellow-jasper-tds-dt20240320162029014386.pdf?1710951631", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3918/yellow-jasper-psb-8055-dt20210115230844409-thumbnail.jpg?1610752125&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8055/yellow-jasper", + "scraped_at": "2026-05-01T14:46:45.780Z" + }, + { + "sku": "PSB-8060", + "color_name": "Nostalgic Red", + "description": "Nostalgic Red is a medium red that looks very retro. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.95 + }, + { + "min": 50, + "max": 199, + "price": 17.05 + }, + { + "min": 200, + "max": null, + "price": 16.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3920/nostalgic-red-psb-8060-dt2020051216371732-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8060/nostalgic-red", + "scraped_at": "2026-05-01T14:46:59.782Z" + }, + { + "sku": "PSB-8080", + "color_name": "FLAT WILLOW GREY", + "description": "Flat Willow Grey is a smooth lower gloss light grey. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Willow Grey PSS-1750 River (Satin): Willow River PRB-1751 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.13 + }, + { + "min": 50, + "max": 199, + "price": 13.42 + }, + { + "min": 200, + "max": null, + "price": 12.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8031/psb-8080-flat-willow-grey-dt202601161701027025.pdf?1768582864", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3922/flat-willow-grey-psb-8080-dt20210201223311316-thumbnail.jpg?1612218792&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8080/flat-willow-grey", + "scraped_at": "2026-05-01T14:47:12.243Z" + }, + { + "sku": "PSB-8081", + "color_name": "HOT MUD", + "description": "Hot Mud is a smooth, tan color. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.07 + }, + { + "min": 50, + "max": 199, + "price": 14.32 + }, + { + "min": 200, + "max": null, + "price": 13.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2465/psb-8081-hot-mud-tds-dt20230807194255070883.pdf?1691437377", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7124/hot-mud-psb-8081-dt20180928171409146-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8081/hot-mud", + "scraped_at": "2026-05-01T14:47:25.000Z" + }, + { + "sku": "PSB-8085", + "color_name": "Lemon Drop", + "description": "Lemon Drop is a bold lemon yellow. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.68 + }, + { + "min": 50, + "max": 199, + "price": 20.6 + }, + { + "min": 200, + "max": null, + "price": 19.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2418/psb-8085-lemon-drop-tds-dt20230803171002711273.pdf?1691082604", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7325/lemon-drop-psb-8085-dt20200901143748991-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8085/lemon-drop", + "scraped_at": "2026-05-01T14:47:40.876Z" + }, + { + "sku": "PSB-8087", + "color_name": "MARSH MUD", + "description": "Marsh Mud is a mossy mud brown polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.43 + }, + { + "min": 50, + "max": 199, + "price": 14.66 + }, + { + "min": 200, + "max": null, + "price": 13.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5319/psb-8087-marsh-mud-tds-dt20231205174559165351.pdf?1701798361", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9416/marsh-mud-psb-8087-dt20231201215237403474-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8087/marsh-mud", + "scraped_at": "2026-05-01T14:47:54.333Z" + }, + { + "sku": "PSB-8088", + "color_name": "Thatch Brown", + "description": "Thatch Brown is a khaki sand. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS THATCH BROWN TEXTURE PTB-10120 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.66 + }, + { + "min": 50, + "max": 199, + "price": 12.98 + }, + { + "min": 200, + "max": null, + "price": 12.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5360/psb-8088-thatch-brown-tds-dt20231206154458568922.pdf?1701877500", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7319/thatch-brown-psb-8088-dt20250702225312433898-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8088/thatch-brown", + "scraped_at": "2026-05-01T14:48:10.641Z" + }, + { + "sku": "PSB-8090", + "color_name": "SNOW BUNNY", + "description": "Snow Bunny is a low gloss floral white. This color is a polyester solid tone powder coat with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.17 + }, + { + "min": 50, + "max": 199, + "price": 12.51 + }, + { + "min": 200, + "max": null, + "price": 11.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7512/psb-8090-snow-bunny-dt20250728211455124037.pdf?1753737298", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9418/snow-bunny-psb-8090-dt20200918212509449-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8090/snow-bunny", + "scraped_at": "2026-05-01T14:48:22.035Z" + }, + { + "sku": "PSB-8092", + "color_name": "NAVY PEARL STEP 1", + "description": "Navy Pearl Step 1 under Navy Pearl Step 2 is a deep blue two coat with a pearl metallic flake. This color is a polyester solid tone powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Navy Pearl Step 2 PPB-8093 must be applied as a top coat. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH NAVY PEARL STEP 1 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.47 + }, + { + "min": 50, + "max": 199, + "price": 13.75 + }, + { + "min": 200, + "max": null, + "price": 13.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9420/navy-pearl-step-1-psb-8092-dt20190415214210433-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8092/navy-pearl-step-1", + "scraped_at": "2026-05-01T14:48:34.075Z" + }, + { + "sku": "PSB-8096", + "color_name": "Satin Yellow", + "description": "Satin Yellow is a soft daisy yellow. This color is a polyester solid tone powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.24 + }, + { + "min": 50, + "max": 199, + "price": 24.93 + }, + { + "min": 200, + "max": null, + "price": 23.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8129/satin-yellow-psb-8096-dt20250813180309655033-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8096/satin-yellow", + "scraped_at": "2026-05-01T14:48:43.862Z" + }, + { + "sku": "PSB-8097", + "color_name": "THUNDER CLOUDS", + "description": "Thunder Clouds is a muted blue grey polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.55 + }, + { + "min": 50, + "max": 199, + "price": 14.77 + }, + { + "min": 200, + "max": null, + "price": 14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5438/psb-8097-thunder-clouds-tds-dt20231221195351342062.pdf?1703188433", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9422/thunder-clouds-psb-8097-dt20250710205443997843-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8097/thunder-clouds", + "scraped_at": "2026-05-01T14:48:54.363Z" + }, + { + "sku": "PSB-8105", + "color_name": "Matte Tundra Green", + "description": "Matte Tundra Green is an olive drab color. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Tundra Green PSS-4007 Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: CAN A FLAT CLEAR BE APPLIED AS A TOPCOAT - Jeff Postle Tire Inc 03/12/19 10:52 am Answer: Absolutely! - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.47 + }, + { + "min": 50, + "max": 199, + "price": 14.7 + }, + { + "min": 200, + "max": null, + "price": 13.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3924/matte-tundra-psb-8105-dt20180918210140416-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8105/matte-tundra-green", + "scraped_at": "2026-05-01T14:49:08.585Z" + }, + { + "sku": "PSB-8106", + "color_name": "FLAT CURRANT", + "description": "Flat Currant is a dark burgundy red. This color is a polyester solid tone powder coat with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.51 + }, + { + "min": 50, + "max": 199, + "price": 16.63 + }, + { + "min": 200, + "max": null, + "price": 15.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9424/flat-currant-psb-8106-dt20190412230224336-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8106/flat-currant", + "scraped_at": "2026-05-01T14:49:19.140Z" + }, + { + "sku": "PSB-8107", + "color_name": "Matte Papaya", + "description": "Matte Papaya is a peachy salmon pink. This color is a polyester solid tone powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.68 + }, + { + "min": 50, + "max": 199, + "price": 20.6 + }, + { + "min": 200, + "max": null, + "price": 19.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6042/psb-8107-matte-papaya-tds-dt20240404143556850107.pdf?1712241359", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9426/matte-papaya-psb-8107-dt20190412230522012-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8107/matte-papaya", + "scraped_at": "2026-05-01T14:49:32.146Z" + }, + { + "sku": "PSB-8113", + "color_name": "Retro Avocado", + "description": "Retro Avocado is a muted green yellow polyester solid tone and has a high gloss finish. Matte: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.58 + }, + { + "min": 50, + "max": 199, + "price": 20.5 + }, + { + "min": 200, + "max": null, + "price": 19.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5545/psb-8113-retro-avocado-tds-dt20240116184137694825.pdf?1705430500", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9428/retro-avocado-psb-8113-dt20240201181957531347-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8113/retro-avocado", + "scraped_at": "2026-05-01T14:49:43.611Z" + }, + { + "sku": "PSB-8115", + "color_name": "RAWHIDE", + "description": "Rawhide is a smooth, high gloss tan. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.6 + }, + { + "min": 50, + "max": 199, + "price": 12.92 + }, + { + "min": 200, + "max": null, + "price": 12.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7213/rawhide-psb-8115-dt20180713202457721-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8115/rawhide", + "scraped_at": "2026-05-01T14:49:55.584Z" + }, + { + "sku": "PSB-8118", + "color_name": "Battleship", + "description": "Battleship is a blueish light grey polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.36 + }, + { + "min": 50, + "max": 199, + "price": 14.59 + }, + { + "min": 200, + "max": null, + "price": 13.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4700/psb-8118-battleship-tds-dt20231120173109326943.pdf?1700501471", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9430/battleship-psb-8118-dt20231114180222795342-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8118/battleship", + "scraped_at": "2026-05-01T14:50:04.359Z" + }, + { + "sku": "PSB-8125", + "color_name": "Matte Quater Blue", + "description": "Matte Quater Blue is a smooth lower gloss medium/dark blue. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: River (Matte): Blue Hawaiian River PRB-6104 Solid Tone (High Gloss): Quater Blue PSS-1210 Vein (Matte): Blue/Gold PVB-1241 Metallic (Gloss): Ridgeway Blue PMB-1956 Vein (Satin): Blue/Silver PVB-8102 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.89 + }, + { + "min": 50, + "max": 199, + "price": 15.1 + }, + { + "min": 200, + "max": null, + "price": 14.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6022/psb-8125-matte-quater-blue-tds-dt20240402223218390159.pdf?1712097140", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3926/matte-quater-blue-psb-8125-dt20180711195609516-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8125/matte-quater-blue", + "scraped_at": "2026-05-01T14:50:17.925Z" + }, + { + "sku": "PSB-8127", + "color_name": "Coo Coo Coat", + "description": "Coo Coo Coat is a light white with a grey hue. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.25 + }, + { + "min": 50, + "max": 199, + "price": 15.44 + }, + { + "min": 200, + "max": null, + "price": 14.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7323/coo-coo-coat-psb-8127-dt20190412230125863-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8127/coo-coo-coat", + "scraped_at": "2026-05-01T14:50:29.746Z" + }, + { + "sku": "PSB-8128", + "color_name": "FLAT THUNDER", + "description": "Flat Thunder is a low gloss grey. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-10 Gloss Unit *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Thunder Grey PSS-5080 River (Satin): Dark Grey River PRB-2427 Solid Tone (Semi-Gloss): Flannel Grey PSB-5203 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.31 + }, + { + "min": 50, + "max": 199, + "price": 13.59 + }, + { + "min": 200, + "max": null, + "price": 12.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6527/psb-8128-flat-thunder-tds-dt20240509201326070667.pdf?1715285608", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3928/flat-thunder-psb-8128-dt20210329162239403-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8128/flat-thunder", + "scraped_at": "2026-05-01T14:50:40.888Z" + }, + { + "sku": "PSB-8137", + "color_name": "RAW STONE", + "description": "Raw Stone is a dark muted grey polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.72 + }, + { + "min": 50, + "max": 199, + "price": 13.98 + }, + { + "min": 200, + "max": null, + "price": 13.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7982/psb-8137-raw-stone-dt20260107204131421307.pdf?1767818493", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9432/raw-stone-psb-8137-dt2023120121381017797-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8137/raw-stone", + "scraped_at": "2026-05-01T14:50:55.950Z" + }, + { + "sku": "PSB-8147", + "color_name": "Burgundy Icing", + "description": "Burgundy Icing is a deep burgundy red. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.15 + }, + { + "min": 50, + "max": 199, + "price": 18.19 + }, + { + "min": 200, + "max": null, + "price": 17.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3931/burgundy-icing-psb-8147-dt20210106185603823-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8147/burgundy-icing", + "scraped_at": "2026-05-01T14:51:12.020Z" + }, + { + "sku": "PSB-8152", + "color_name": "Black Bruise", + "description": "Black Bruise is a very dark blue. It is black in most lights, and then under direct light you can see the blue. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.74 + }, + { + "min": 50, + "max": 199, + "price": 14 + }, + { + "min": 200, + "max": null, + "price": 13.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5259/psb-8152-black-bruise-tds-dt20231204175232325396.pdf?1701712354", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3932/black-bruise-psb-8152-dt20190426180916018-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8152/black-bruise", + "scraped_at": "2026-05-01T14:51:26.862Z" + }, + { + "sku": "PSB-8153", + "color_name": "Blizzard", + "description": "Blizzard is an off white. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.73 + }, + { + "min": 50, + "max": 199, + "price": 14.94 + }, + { + "min": 200, + "max": null, + "price": 14.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3933/blizzard-psb-8153-dt20180713212949661-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8153/blizzard", + "scraped_at": "2026-05-01T14:51:40.992Z" + }, + { + "sku": "PSB-8156", + "color_name": "DESIGNER SLATE", + "description": "Designer Slate is a darker grey with a green hue and a light speckle that looks like fine granite. This color is a polyester solid tone powder coat with a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.39 + }, + { + "min": 50, + "max": 199, + "price": 20.32 + }, + { + "min": 200, + "max": null, + "price": 19.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7633/designer-slate-psb-8156-dt20200529220415944-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8156/designer-slate", + "scraped_at": "2026-05-01T14:51:55.195Z" + }, + { + "sku": "PSB-8162", + "color_name": "FLAT VERY GREY", + "description": "Flat Very Grey is a flat medium grey. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Very Grey PSS-4412 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.13 + }, + { + "min": 50, + "max": 199, + "price": 14.37 + }, + { + "min": 200, + "max": null, + "price": 13.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6864/psb-8162-flat-very-grey-dt2024091117175128973692.pdf?1726075072", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3934/flat-very-grey-psb-8162-dt20200403141921167-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8162/flat-very-grey", + "scraped_at": "2026-05-01T14:52:08.623Z" + }, + { + "sku": "PSB-8164", + "color_name": "SALTED CARAMEL", + "description": "Salted Caramel is a rich medium tan. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.6 + }, + { + "min": 50, + "max": 199, + "price": 14.82 + }, + { + "min": 200, + "max": null, + "price": 14.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3935/salted-caramel-psb-8164-dt20190612213324225-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8164/salted-caramel", + "scraped_at": "2026-05-01T14:52:18.675Z" + }, + { + "sku": "PSB-8166", + "color_name": "Cozy White", + "description": "Cozy White is a very warm white with a grey hue. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.88 + }, + { + "min": 50, + "max": 199, + "price": 11.29 + }, + { + "min": 200, + "max": null, + "price": 10.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3938/cozy-white-psb-8168-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8166/cozy-white", + "scraped_at": "2026-05-01T14:52:29.281Z" + }, + { + "sku": "PSB-8171", + "color_name": "Cotton Grey", + "description": "Cotton Grey is a subtle multi-color, which has grey and white pigments in it, giving it a very unique finish. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.5 + }, + { + "min": 50, + "max": 199, + "price": 10.93 + }, + { + "min": 200, + "max": null, + "price": 10.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3939/cotton-grey-psb-8171-dt20200831160913478-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8171/cotton-grey", + "scraped_at": "2026-05-01T14:52:41.005Z" + }, + { + "sku": "PSS-0105", + "color_name": "FLAG RED", + "description": "Flag Red is a classic red polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.49 + }, + { + "min": 50, + "max": 199, + "price": 17.57 + }, + { + "min": 200, + "max": null, + "price": 16.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5338/pss-0105-flag-red-tds-dt20231205215533781335.pdf?1701813335", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3941/flag-red-pss-0105-dt20250520200909478925-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0105/flag-red", + "scraped_at": "2026-05-01T14:52:51.956Z" + }, + { + "sku": "PSS-0106", + "color_name": "Ink Black", + "description": "Ink Black is a gloss black, polyester solid tone with a mirror-like finish. High Gloss: 85+ Gloss Units Prismatic Powders developed Ink Black to be the only high gloss black powder coating you will ever need. It has an incredibly deep, mirror like finish with amazing flow out, yielding the highest gloss, true black finish available in a powder coating. Ink Black is our customers #1 choice for gloss black. Ink Black is a polyester solid tone and is the best option to use as a base coat with all of our clear metallics, because of its mirror-like finish. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): NFL TeamsDesignerAutomotive-OEMMajestic ShadowsExquisite Spaces", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 10.04 + }, + { + "min": 50, + "max": 199, + "price": 9.54 + }, + { + "min": 200, + "max": null, + "price": 9.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4810/pss-0106-ink-black-tds-dt20231121181127959397.pdf?1700590289", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3943/ink-black-pss-0106-dt20250530165338592149-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0106/ink-black", + "scraped_at": "2026-05-01T14:53:02.337Z" + }, + { + "sku": "PSS-0116", + "color_name": "TACATE GREEN", + "description": "Tacate Green is a lime green. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.43 + }, + { + "min": 50, + "max": 199, + "price": 17.51 + }, + { + "min": 200, + "max": null, + "price": 16.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3945/tacate-green-pss-0116-dt20211101172236879-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0116/tacate-green", + "scraped_at": "2026-05-01T14:53:21.739Z" + }, + { + "sku": "PSS-0118", + "color_name": "Spring Yellow", + "description": "Spring Yellow is a bright yellow with a smooth appearance. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Pastels", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.86 + }, + { + "min": 50, + "max": 199, + "price": 12.22 + }, + { + "min": 200, + "max": null, + "price": 11.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6845/pss-0118-spring-yellow-dt2024090423110426395.pdf?1725491466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3947/spring-yellow-pss-0118-dt2025081318015897394-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0118/spring-yellow", + "scraped_at": "2026-05-01T14:53:34.440Z" + }, + { + "sku": "PSS-0163", + "color_name": "Chevy Orange", + "description": "Chevy Orange is a medium orange. This color is a polyurethane solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.38 + }, + { + "min": 50, + "max": 199, + "price": 15.56 + }, + { + "min": 200, + "max": null, + "price": 14.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5381/pss-0163-chevy-orange-tds-dt20231208230203323072.pdf?1702076525", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3949/chevy-orange-pss-0163-dt20251210225219214199-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0163/chevy-orange", + "scraped_at": "2026-05-01T14:53:44.180Z" + }, + { + "sku": "PSS-0385", + "color_name": "634 Green", + "description": "634 Green is a dark forest green. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.62 + }, + { + "min": 50, + "max": 199, + "price": 11.04 + }, + { + "min": 200, + "max": null, + "price": 10.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7413/pss-0385-634-green-dt20250711183654747396.pdf?1752259016", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3953/634-green-pss-0385-dt20190426180358482-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0385/634-green", + "scraped_at": "2026-05-01T14:53:54.971Z" + }, + { + "sku": "PSS-0408", + "color_name": "Cloud White", + "description": "Cloud White is a bright white. This color is a polyester solid tone powder coat and has a glossy finish. High Gloss: 85+ Gloss Units This product was developed to meet or exceed the 2603 AAMA rating. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance Coatings", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 10.04 + }, + { + "min": 50, + "max": 199, + "price": 9.54 + }, + { + "min": 200, + "max": null, + "price": 9.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7029/pss-0408-cloud-white-dt20250121215012200403.pdf?1737496214", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3955/cloud-white-pss-0408-dt20250617195515752557-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0408/cloud-white", + "scraped_at": "2026-05-01T14:54:07.765Z" + }, + { + "sku": "PSS-0474", + "color_name": "1922 Page Beige", + "description": "1922 Page Beige is a light beige. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.03 + }, + { + "min": 50, + "max": 199, + "price": 12.38 + }, + { + "min": 200, + "max": null, + "price": 11.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3957/1922-page-beige-pss-0474-dt20181113232252875-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0474/1922-page-beige", + "scraped_at": "2026-05-01T14:54:18.395Z" + }, + { + "sku": "PSS-0579", + "color_name": "Harbor Blue", + "description": "Harbor Blue is a grey blue. This color is a polyester solid tone powder coat with a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HARBOR BLUE RIVER PRB-11099 CLICK FOR DETAILS HARBOR BLUE TEXTURE PTB-11100 CLICK FOR DETAILS MATTE HARBOR BLUE PSB-11098 CLICK FOR DETAILS HARBOR BLUE SILVER VEIN PVB-11101 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.61 + }, + { + "min": 50, + "max": 199, + "price": 13.88 + }, + { + "min": 200, + "max": null, + "price": 13.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5376/pss-0579-harbor-blue-tds-dt20231208224948633967.pdf?1702075790", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3958/harbor-blue-pss-0579-dt20260318203924266951-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0579/harbor-blue", + "scraped_at": "2026-05-01T14:54:32.363Z" + }, + { + "sku": "PSS-0589", + "color_name": "Pro Blue", + "description": "Pro Blue is a dark blue solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Semi-Gloss): Frost Bite PSB-6843 Metallic (Gloss): Fly Boy Blue PMB-4322 / Deep Blue Sparkle PMB-6769 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.92 + }, + { + "min": 50, + "max": 199, + "price": 16.07 + }, + { + "min": 200, + "max": null, + "price": 15.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4683/pss-0589-pro-blue-tds-dt20231120164502632417.pdf?1700498704", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3961/pro-blue-pss-0589-dt20190514204335882-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0589/pro-blue", + "scraped_at": "2026-05-01T14:54:44.309Z" + }, + { + "sku": "PSS-0645", + "color_name": "Bing Cherry", + "description": "Bing Cherry is a medium to darker shade of burgundy with a hint of red. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: River (Gloss): Bing Cherry River PRB-1015 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.93 + }, + { + "min": 50, + "max": 199, + "price": 17.98 + }, + { + "min": 200, + "max": null, + "price": 17.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3228/pss-0645-bing-cherry-tds-dt20230907160521495215.pdf?1694102723", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3962/bing-cherry-pss-0645-dt20220516210851925074-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0645/bing-cherry", + "scraped_at": "2026-05-01T14:55:00.444Z" + }, + { + "sku": "PSS-0822", + "color_name": "Dumbell Blue", + "description": "Dumbell Blue is a cobalt blue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units This product was developed to meet or exceed the 2603 AAMA rating. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance Coatings", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.31 + }, + { + "min": 50, + "max": 199, + "price": 12.64 + }, + { + "min": 200, + "max": null, + "price": 11.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2982/pss-0822-dumbell-blue-tds-dt20230829194913668339.pdf?1693338555", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3972/dumbell-blue-pss-0822-dt20210426172336478-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0822/dumbell-blue", + "scraped_at": "2026-05-01T14:55:11.538Z" + }, + { + "sku": "PSS-0845", + "color_name": "Southwest Blue", + "description": "Southwest Blue is a true blue. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Low Gloss: Matte Southwest Blue PSB-11079 Vein Finish: Southwest Blue Silver Vein PVB-11081 River: Southwest Blue River PRB-11080 Texture: Southwest Blue Texture PTB-10075 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.99 + }, + { + "min": 50, + "max": 199, + "price": 13.29 + }, + { + "min": 200, + "max": null, + "price": 12.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5349/pss-0845-southwest-blue-tds-dt20231206151959414436.pdf?1701876001", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3974/southwest-blue-pss-0845-dt20201231224953565-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0845/southwest-blue", + "scraped_at": "2026-05-01T14:55:20.953Z" + }, + { + "sku": "PSS-0874", + "color_name": "Whimsy Pink", + "description": "Whimsy Pink is a rich dark pink. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS WHIMSY PINK TEXTURE PTB-11052 CLICK FOR DETAILS WHIMSY PINK RIVER PRB-11051 CLICK FOR DETAILS WHIMSY PINK SILVER VEIN PVB-11053 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.91 + }, + { + "min": 50, + "max": 199, + "price": 25.56 + }, + { + "min": 200, + "max": null, + "price": 24.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7788/pss-0874-whimsy-pink-dt20251230171151122688.pdf?1767114712", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3976/whimsy-pink-pss-0874-dt2025070717234966492-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0874/whimsy-pink", + "scraped_at": "2026-05-01T14:55:40.749Z" + }, + { + "sku": "PSS-0875", + "color_name": "GRAPE APE", + "description": "Grape Ape is a dark plum purple. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Matte: Matte Grape Ape PSB-11054 River: Grape Ape River PRB-11055 Texture: Grape Ape Texture PTB-8122 Vein Finish: Grape Ape Silver Vein PVB-11056 Proposition 65 Warning CREATIONS MADE WITH GRAPE APE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.86 + }, + { + "min": 50, + "max": 199, + "price": 18.87 + }, + { + "min": 200, + "max": null, + "price": 17.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2656/pss-0875-grape-ape-tds-dt2023081423091655907.pdf?1692054558", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3978/grape-ape-pss-0875-dt20220824162748836636-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0875/grape-ape", + "scraped_at": "2026-05-01T14:55:56.432Z" + }, + { + "sku": "PSS-0879", + "color_name": "Bright Orange", + "description": "Bright Orange is a bright construction orange. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS BRIGHT ORANGE TEXTURE PTB-10382 CLICK FOR DETAILS FLAT BRIGHT ORANGE PSB-10153 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.03 + }, + { + "min": 50, + "max": 199, + "price": 17.13 + }, + { + "min": 200, + "max": null, + "price": 16.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3980/bright-orange-pss-0879-dt20250902193937852949-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0879/bright-orange", + "scraped_at": "2026-05-01T14:56:12.239Z" + }, + { + "sku": "PSS-0892", + "color_name": "Savannah Blue", + "description": "Savannah Blue is a medium cobalt blue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.92 + }, + { + "min": 50, + "max": 199, + "price": 12.27 + }, + { + "min": 200, + "max": null, + "price": 11.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2385/pss-0892-savannah-blue-tds-dt20230707231025869593.pdf?1688771427", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3982/savannah-blue-pss-0892-dt20260420152731621135-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0892/savannah-blue", + "scraped_at": "2026-05-01T14:56:29.455Z" + }, + { + "sku": "PSS-0950", + "color_name": "Dunbar Teal", + "description": "Dunbar Teal is a medium shade of teal. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.84 + }, + { + "min": 50, + "max": 199, + "price": 15.05 + }, + { + "min": 200, + "max": null, + "price": 14.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4293/pss-0950-dunbar-teal-tds-dt20231009211307633737.pdf?1696885990", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3984/dunbar-teal-pss-0950-dt20250729195526154961-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0950/dunbar-teal", + "scraped_at": "2026-05-01T14:56:46.276Z" + }, + { + "sku": "PSS-0961", + "color_name": "Orchid Lavender", + "description": "Orchid Lavender is a lilac purple. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Metallic (Gloss): Cosmic Lilac II PMB-2849 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Pastels CREATIONS MADE WITH ORCHID LAVENDER View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.47 + }, + { + "min": 50, + "max": 199, + "price": 15.65 + }, + { + "min": 200, + "max": null, + "price": 14.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2670/pss-0961-orchid-lavender-tds-dt2023081520312029558.pdf?1692131482", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3988/orchid-lavender-pss-0961-dt20250421174314059565-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0961/orchid-lavender", + "scraped_at": "2026-05-01T14:57:04.033Z" + }, + { + "sku": "PSS-0991", + "color_name": "Wheatland", + "description": "Wheatland is a dark almond color. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Metallic (Semi-Gloss): Limited Edition PMB-4055 Vein (Semi-Gloss): Sandstone/Silver PVB-8122 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.07 + }, + { + "min": 50, + "max": 199, + "price": 17.17 + }, + { + "min": 200, + "max": null, + "price": 16.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3006/pss-0991-wheatland-tds-dt20230829224724464505.pdf?1693349245", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3990/wheatland-pss-0991-dt20181212215017258-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0991/wheatland", + "scraped_at": "2026-05-01T14:57:20.476Z" + }, + { + "sku": "PSS-0995", + "color_name": "LIGHT OAK", + "description": "Light Oak is a light almond color. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.44 + }, + { + "min": 50, + "max": 199, + "price": 11.82 + }, + { + "min": 200, + "max": null, + "price": 11.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3992/light-oak-pss-0995-dt20210421195612866-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0995/light-oak", + "scraped_at": "2026-05-01T14:57:31.426Z" + }, + { + "sku": "PSS-10154", + "color_name": "Spring Purple", + "description": "Spring Purple is a pastel violet. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Flat): Flat Spring Purple PSB-10257 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Pastels", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.8 + }, + { + "min": 50, + "max": 199, + "price": 26.41 + }, + { + "min": 200, + "max": null, + "price": 25.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2621/pss-10154-spring-purple-tds-dt20230814203245566366.pdf?1692045167", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9900/spring-purple-pss-10154-dt20220912172446281144-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10154/spring-purple", + "scraped_at": "2026-05-01T14:57:46.939Z" + }, + { + "sku": "PSS-10249", + "color_name": "Vermillion Red", + "description": "Vermillion Red is a sleek candy apple red. This color is a polyester solid tone powder coat with a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17 + }, + { + "min": 50, + "max": 199, + "price": 16.15 + }, + { + "min": 200, + "max": null, + "price": 15.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2971/pss-10249-vermillion-red-tds-dt20230829174523914022.pdf?1693331125", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11144/vermillion-red-pss-10249-dt20250707164458319599-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10249/vermillion-red", + "scraped_at": "2026-05-01T14:57:59.032Z" + }, + { + "sku": "PSS-1025", + "color_name": "Cat Black", + "description": "Cat Black is a rich silvery black. This color is a polyester solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 10.87 + }, + { + "min": 50, + "max": 199, + "price": 10.33 + }, + { + "min": 200, + "max": null, + "price": 9.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7021/cat-black-pss-1025-dt20250623150304566923-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1025/cat-black", + "scraped_at": "2026-05-01T14:58:15.219Z" + }, + { + "sku": "PSS-10284", + "color_name": "SUNFLOWER", + "description": "Sunflower is a rich sunny yellow with a hint of orange. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.17 + }, + { + "min": 50, + "max": 199, + "price": 25.81 + }, + { + "min": 200, + "max": null, + "price": 24.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3114/pss-10284-sunflower-tds-dt20230831192857656331.pdf?1693510139", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12175/sunflower-pss-10284-dt20230119162731190795-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10284/sunflower", + "scraped_at": "2026-05-01T14:58:29.989Z" + }, + { + "sku": "PSS-10285", + "color_name": "Vintage Leather", + "description": "Vintage Leather is a warm caramel yellow. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Matte): Matte Vintage Leather PSB-10487 River (Gloss): Vintage Leather River PRB-10488 Texture (Satin): Vintage Leather Texture PTB-10489 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.21 + }, + { + "min": 50, + "max": 199, + "price": 14.45 + }, + { + "min": 200, + "max": null, + "price": 13.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3057/pss-10285-vintage-leather-tds-dt20230830170325861018.pdf?1693415007", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11581/vintage-leather-pss-10285-dt20210825181944716-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10285/vintage-leather", + "scraped_at": "2026-05-01T14:58:44.193Z" + }, + { + "sku": "PSS-10292", + "color_name": "Vulcan Salute", + "description": "Vulcan Salute is a black polyester solid tone and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.55 + }, + { + "min": 50, + "max": 199, + "price": 12.87 + }, + { + "min": 200, + "max": null, + "price": 12.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7555/pss-10292-vulcan-salute-dt20250917210202200897.pdf?1758142924", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11265/vulcan-salute-pss-10292-dt20240424211037622608-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10292/vulcan-salute", + "scraped_at": "2026-05-01T14:58:58.553Z" + }, + { + "sku": "PSS-10390", + "color_name": "Citron", + "description": "Citron is a rich pineapple yellow. This color is a polyester solid tone powder coat with a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.59 + }, + { + "min": 50, + "max": 199, + "price": 20.51 + }, + { + "min": 200, + "max": null, + "price": 19.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3035/pss-10390-citron-tds-dt20230830160056612629.pdf?1693411258", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12314/citron-pss-10390-dt20210415142632907-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10390/citron", + "scraped_at": "2026-05-01T14:59:13.034Z" + }, + { + "sku": "PSS-10391", + "color_name": "ROSE", + "description": "Rose is a sleek watermelon red. This color is a polyester solid tone powder coat with a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.44 + }, + { + "min": 50, + "max": 199, + "price": 27.02 + }, + { + "min": 200, + "max": null, + "price": 25.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12316/rose-pss-10391-dt20210415143657482-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10391/rose", + "scraped_at": "2026-05-01T14:59:27.228Z" + }, + { + "sku": "PSS-10392", + "color_name": "Jet Black", + "description": "Jet Black is a deep, sleek black. This color is a polyester solid tone powder coat with a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.15 + }, + { + "min": 50, + "max": 199, + "price": 15.34 + }, + { + "min": 200, + "max": null, + "price": 14.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7523/pss-10392-jet-black-dt20250825175341114121.pdf?1756144423", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12318/jet-black-pss-10392-dt2025062420494354069-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10392/jet-black", + "scraped_at": "2026-05-01T14:59:40.995Z" + }, + { + "sku": "PSS-10393", + "color_name": "Feeling Blue", + "description": "Feeling Blue is a very rich and sleek periwinkle blue. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.24 + }, + { + "min": 50, + "max": 199, + "price": 26.83 + }, + { + "min": 200, + "max": null, + "price": 25.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2734/pss-10393-feeling-blue-tds-dt20230816213553668162.pdf?1692221755", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12322/feeling-blue-pss-10393-dt20201231161321531-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10393/feeling-blue", + "scraped_at": "2026-05-01T14:59:56.425Z" + }, + { + "sku": "PSS-10394", + "color_name": "RHODAMINE", + "description": "Rhodamine is a sleek hot pink. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS RHODAMINE RIVER PRB-10407 CLICK FOR DETAILS RHODAMINE SPARKLE PMB-10409 CLICK FOR DETAILS MATTE RHODAMINE PSB-10408 CLICK FOR DETAILS RHODAMINE TEXTURE PTB-10406 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 50.56 + }, + { + "min": 50, + "max": 199, + "price": 48.03 + }, + { + "min": 200, + "max": null, + "price": 45.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7763/pss-10394-rhodamine-dt20251229220407384289.pdf?1767045849", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12324/rhodamine-pss-10394-dt20250707162216211295-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10394/rhodamine", + "scraped_at": "2026-05-01T15:00:05.418Z" + }, + { + "sku": "PSS-10398", + "color_name": "White Smoke", + "description": "White Smoke is a cool, crisp white. This color is a polyester solid tone powder coat with a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH WHITE SMOKE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.7 + }, + { + "min": 50, + "max": 199, + "price": 10.65 + }, + { + "min": 200, + "max": null, + "price": 9.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2751/pss-10398-white-smoke-tds-dt20230817145356339266.pdf?1692284038", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12328/white-smoke-pss-10398-dt20210107154520461-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10398/white-smoke", + "scraped_at": "2026-05-01T15:00:17.594Z" + }, + { + "sku": "PSS-10399", + "color_name": "Cotton Candy Blue", + "description": "Cotton Candy Blue is a very light powder blue with a hint of green. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEM RELATED PRODUCTS COTTON CANDY BLUE RIVER PRB-10415 CLICK FOR DETAILS COTTON CANDY BLUE SPARKLE PMB-10417 CLICK FOR DETAILS COTTON CANDY BLUE TEXTURE PTB-10414 CLICK FOR DETAILS MATTE COTTON CANDY BLUE PSB-10416 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.54 + }, + { + "min": 50, + "max": 199, + "price": 23.31 + }, + { + "min": 200, + "max": null, + "price": 22.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2755/pss-10399-cotton-candy-blue-tds-dt20230817150329071747.pdf?1692284611", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12332/cotton-candy-blue-pss-10399-dt2025062522072689712-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10399/cotton-candy-blue", + "scraped_at": "2026-05-01T15:00:38.606Z" + }, + { + "sku": "PSS-1040", + "color_name": "ROWDEN GREY", + "description": "Rowden Grey is a medium grey solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Matte): Flat Rowden Grey PSB-8129 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.66 + }, + { + "min": 50, + "max": 199, + "price": 11.08 + }, + { + "min": 200, + "max": null, + "price": 10.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4019/pss-1040-rowden-grey-tds-dt20230928210953961002.pdf?1695935396", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3994/rowden-grey-pss-1040-dt20220601175838001042-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1040/rowden-grey", + "scraped_at": "2026-05-01T15:00:49.591Z" + }, + { + "sku": "PSS-10521", + "color_name": "Black Mamba", + "description": "Black Mamba is a smooth midnight black. This color is a urethane solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): AnodizedCerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.94 + }, + { + "min": 50, + "max": 199, + "price": 17.04 + }, + { + "min": 200, + "max": null, + "price": 16.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7198/pss-10521-black-mamba-dt20250424181934034672.pdf?1745518776", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12503/black-mamba-pss-10521-dt20250530163819188935-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10521/black-mamba", + "scraped_at": "2026-05-01T15:01:03.173Z" + }, + { + "sku": "PSS-1054", + "color_name": "SWEET PLUM", + "description": "Sweet Plum is a plum purple. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Vein (Semi-Gloss): Lavender Vein PVB-4708 Metallic (Semi-Gloss): Fuchsia Metallic PMB-4190 Metallic (High Gloss): Fuchsia Glitter PMB-2536 Proposition 65 Warning RELATED PRODUCTS SWEET PLUM RIVER PRB-11059 CLICK FOR DETAILS SWEET PLUM TEXTURE PTB-11060 CLICK FOR DETAILS MATTE SWEET PLUM PSB-11058 CLICK FOR DETAILS SWEET PLUM SILVER VEIN PVB-11061 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.17 + }, + { + "min": 50, + "max": 199, + "price": 16.31 + }, + { + "min": 200, + "max": null, + "price": 15.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2628/pss-1054-sweet-plum-tds-dt20230814205736707945.pdf?1692046658", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3996/sweet-plum-pss-1054-dt20200518183827206-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1054/sweet-plum", + "scraped_at": "2026-05-01T15:01:21.190Z" + }, + { + "sku": "PSS-10638", + "color_name": "Evasive Green", + "description": "Prismatic Powders Evasive Green is our closest match to 2013 Polaris RZR Evasive Green. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color MatchesPowersportsPolaris", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.99 + }, + { + "min": 50, + "max": 199, + "price": 23.74 + }, + { + "min": 200, + "max": null, + "price": 22.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2920/pss-10638-evasive-green-tds-dt2023082219132150904.pdf?1692731603", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12791/evasive-green-pss-10638-dt20210823171126747-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10638/evasive-green", + "scraped_at": "2026-05-01T15:01:36.809Z" + }, + { + "sku": "PSS-10641", + "color_name": "Spectra Orange", + "description": "Prismatic Powders Spectra Orange is our closest match to 2016 Polaris Turbo RZR Spectra Orange. This color is a polyester solid tone powder coat with a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsPolaris", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.59 + }, + { + "min": 50, + "max": 199, + "price": 16.71 + }, + { + "min": 200, + "max": null, + "price": 15.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2929/pss-10641-spectra-orange-tds-dt20230823144805641012.pdf?1692802087", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12795/spectra-orange-pss-10641-dt20250708203620860928-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10641/spectra-orange", + "scraped_at": "2026-05-01T15:01:50.057Z" + }, + { + "sku": "PSS-10642", + "color_name": "Velocity Blue", + "description": "Prismatic Powders Velocity Blue is our closest match to 2016-2021 Polaris RZR Velocity Blue. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsPolaris", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.65 + }, + { + "min": 50, + "max": 199, + "price": 12.97 + }, + { + "min": 200, + "max": null, + "price": 12.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2935/pss-10642-velocity-blue-tds-dt20230823172005333709.pdf?1692811207", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12797/velocity-blue-pss-10642-dt20210521225606713-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10642/velocity-blue", + "scraped_at": "2026-05-01T15:02:08.360Z" + }, + { + "sku": "PSS-10645", + "color_name": "Manta Green", + "description": "Prismatic Powders Manta Green is our closest match to Can-Am's Maverick Manta Green. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsCan-Am", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.87 + }, + { + "min": 50, + "max": 199, + "price": 28.38 + }, + { + "min": 200, + "max": null, + "price": 26.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2938/pss-10645-manta-green-tds-dt20230823172931074135.pdf?1692811772", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12819/manta-green-pss-10645-dt20210521225349779-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10645/manta-green", + "scraped_at": "2026-05-01T15:02:25.933Z" + }, + { + "sku": "PSS-10646", + "color_name": "Maverick Yellow", + "description": "Prismatic Powders Maverick Yellow is a deep amber yellow, and is our closest match to Can-am's Maverick Sunburst Yellow. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsCan-Am", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.21 + }, + { + "min": 50, + "max": 199, + "price": 22.05 + }, + { + "min": 200, + "max": null, + "price": 20.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2939/pss-10646-maverick-yellow-tds-dt20230823173515918871.pdf?1692812118", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12821/maverick-yellow-pss-10646-dt2021052122540891-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10646/maverick-yellow", + "scraped_at": "2026-05-01T15:02:39.125Z" + }, + { + "sku": "PSS-10649", + "color_name": "KTM Orange", + "description": "Prismatic Powders KTM Orange is our closest match to 2014-2016 KTM Orange. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsKTM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.3 + }, + { + "min": 50, + "max": 199, + "price": 20.24 + }, + { + "min": 200, + "max": null, + "price": 19.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2931/pss-10649-ktm-orange-tds-dt20230823151907945993.pdf?1692803950", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12799/ktm-orange-pss-10649-dt20210521225309333-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10649/ktm-orange", + "scraped_at": "2026-05-01T15:02:49.448Z" + }, + { + "sku": "PSS-10651", + "color_name": "Honda Passion", + "description": "Prismatic Powders Honda Passion is our closest match to Honda's Passion Red. This color is a polyester solid tone powder coat with a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsHonda", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.5 + }, + { + "min": 50, + "max": 199, + "price": 17.58 + }, + { + "min": 200, + "max": null, + "price": 16.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2932/pss-10651-honda-passion-tds-dt20230823152213372489.pdf?1692804135", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12801/honda-passion-pss-10651-dt20250527185126696094-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10651/honda-passion", + "scraped_at": "2026-05-01T15:03:04.421Z" + }, + { + "sku": "PSS-10652", + "color_name": "Fighting Red", + "description": "Prismatic Powders Fighting Red is is our closest match to Honda's Fighting Red. This color is a polyester solid tone powder coat with a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsHonda", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.07 + }, + { + "min": 50, + "max": 199, + "price": 18.12 + }, + { + "min": 200, + "max": null, + "price": 17.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2933/pss-10652-fighting-red-tds-dt20230823171527464109.pdf?1692810930", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12803/fighting-red-pss-10652-dt2025073122164376587-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10652/fighting-red", + "scraped_at": "2026-05-01T15:03:20.874Z" + }, + { + "sku": "PSS-10654", + "color_name": "Tahitian Red", + "description": "Prismatic Powders Tahitian Red is our closest match to the 1970's Honda dirt bikes' Tahitian Red R23. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsHonda", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.63 + }, + { + "min": 50, + "max": 199, + "price": 17.7 + }, + { + "min": 200, + "max": null, + "price": 16.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2919/pss-10654-tahitian-red-tds-dt20230822190701354516.pdf?1692731223", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12805/tahitian-red-pss-10654-dt20210521225543867-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10654/tahitian-red", + "scraped_at": "2026-05-01T15:03:36.399Z" + }, + { + "sku": "PSS-10656", + "color_name": "Zuki Yellow", + "description": "Prismatic Powders Zuki Yellow is our closest match to Suzuki's TM125/250/400 Yellow. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsSuzuki", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.63 + }, + { + "min": 50, + "max": 199, + "price": 17.7 + }, + { + "min": 200, + "max": null, + "price": 16.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2921/pss-10656-zuki-yellow-tds-dt2023082219164439685.pdf?1692731806", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12807/zuki-yellow-pss-10656-dt2021052014505419-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10656/zuki-yellow", + "scraped_at": "2026-05-01T15:03:49.414Z" + }, + { + "sku": "PSS-10659", + "color_name": "YZ Blue", + "description": "Prismatic Powders YZ Blue is our closest match to 2000-2021 Yamaha Blue (bikes and quad plastics). This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsYamaha PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.56 + }, + { + "min": 50, + "max": 199, + "price": 14.78 + }, + { + "min": 200, + "max": null, + "price": 14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7530/pss-10659-yz-blue-dt2025090322005168779.pdf?1756936854", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12809/yz-blue-pss-10659-dt2021052014414302-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10659/yz-blue", + "scraped_at": "2026-05-01T15:04:05.794Z" + }, + { + "sku": "PSS-10660", + "color_name": "YZ Yellow", + "description": "Prismatic Powders YZ Yellow is our closest match to 1983 Yamaha bike's plastics. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsYamaha", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.26 + }, + { + "min": 50, + "max": 199, + "price": 19.25 + }, + { + "min": 200, + "max": null, + "price": 18.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2941/pss-10660-yz-yellow-tds-dt20230823174209311339.pdf?1692812531", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12823/yz-yellow-pss-10660-dt20210520144652399-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10660/yz-yellow", + "scraped_at": "2026-05-01T15:04:19.170Z" + }, + { + "sku": "PSS-10661", + "color_name": "Ski-Doo Yellow", + "description": "Prismatic Powders Ski-Doo Yellow is our closest match to the 2017 Ski-Doo Sunburst Yellow. This color is a polyester solid tone powder coat with a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsSki-Doo", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3010/pss-10661-ski-doo-yellow-tds-dt20230830143335103588.pdf?1693406016", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12825/ski-doo-yellow-pss-10661-dt20250714151826323162-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10661/ski-doo-yellow", + "scraped_at": "2026-05-01T15:04:30.997Z" + }, + { + "sku": "PSS-10664", + "color_name": "Kawi Green", + "description": "Kawi Green is our closest match to Kawasaki's ATV and Dirt Bikes color Green 777. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color MatchesPowersportsKawasaki", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.31 + }, + { + "min": 50, + "max": 199, + "price": 19.29 + }, + { + "min": 200, + "max": null, + "price": 18.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2934/pss-10664-kawi-green-tds-dt20230823171743643277.pdf?1692811065", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12811/kawi-green-pss-10664-dt20251210232953720726-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10664/kawi-green", + "scraped_at": "2026-05-01T15:04:40.922Z" + }, + { + "sku": "PSS-10672", + "color_name": "Electric Green", + "description": "Electric Green is a bright lime green. This color is a polyester solid tone powder coat with a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS ELECTRIC GREEN TEXTURE PTB-10689 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.31 + }, + { + "min": 50, + "max": 199, + "price": 20.24 + }, + { + "min": 200, + "max": null, + "price": 19.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7863/pss-10672-electric-green-dt20260102201334256393.pdf?1767384815", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12873/electric-green-pss-10672-dt20250519210954389616-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10672/electric-green", + "scraped_at": "2026-05-01T15:04:56.759Z" + }, + { + "sku": "PSS-1070", + "color_name": "SWEET PEA GREEN", + "description": "Sweet Pea Green is a dark lime green. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: River (Semi-Gloss): Sweet Pea River PRB-6594 River (Satin): Lime Peel PRB-6841 Metallic (Gloss): Jalopy Green PMB-1244 / Designer Green PMB-5343 Metallic (Semi-Gloss): Lime Juice Green PMB-2304 / Mantis Green PMB-4420 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.07 + }, + { + "min": 50, + "max": 199, + "price": 17.17 + }, + { + "min": 200, + "max": null, + "price": 16.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3488/pss-1070-sweet-pea-green-tds-dt20230915210013079483.pdf?1694811614", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/3998/sweet-pea-green-pss-1070-dt20200518183228097-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1070/sweet-pea-green", + "scraped_at": "2026-05-01T15:05:15.726Z" + }, + { + "sku": "PSS-10706", + "color_name": "SUPER DURABLE VINTAGE MINT", + "description": "Super Durable Vintage Mint is a dark and rich seafoam green. This color is a polyester solid tone powder coat with a semi-gloss finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. Semi-Gloss: 37-70 Gloss Units Compliant to AAMA 2604 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Durables", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.84 + }, + { + "min": 50, + "max": 199, + "price": 17.9 + }, + { + "min": 200, + "max": null, + "price": 16.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12981/vintage-mint-pss-10706-dt20211012210357505-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10706/super-durable-vintage-mint", + "scraped_at": "2026-05-01T15:05:27.940Z" + }, + { + "sku": "PSS-10724", + "color_name": "Realtree Edge", + "description": "Realtree Edge is a light grey white polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.58 + }, + { + "min": 50, + "max": 199, + "price": 15.75 + }, + { + "min": 200, + "max": null, + "price": 14.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13041/realtree-edge-pss-10724-dt2023112123221385198-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10724/realtree-edge", + "scraped_at": "2026-05-01T15:05:42.186Z" + }, + { + "sku": "PSS-10764", + "color_name": "CEDAR SHIMMER STEP 1", + "description": "Cedar Shimmer Step 2 over Cedar Shimmer Step 1 creates a deep, burnt red/orange with shimmering orange/gold metallic. This color is a polyester solid tone powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Cedar Shimmer Step 2 PPB-10765 must be applied as a top coat. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH CEDAR SHIMMER STEP 1 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.23 + }, + { + "min": 50, + "max": 199, + "price": 14.47 + }, + { + "min": 200, + "max": null, + "price": 13.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3211/pss-10764-cedar-shimmer-step-1-tds-dt20230906160524199627.pdf?1694016325", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13377/cedar-shimmer-step-1-pss-10764-dt20220113181815853-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10764/cedar-shimmer-step-1", + "scraped_at": "2026-05-01T15:05:52.953Z" + }, + { + "sku": "PSS-10766", + "color_name": "Firethorn Red Step 1", + "description": "Firethorn Red Step 2 over Firethorn Red Step 1 creates a rich scarlet red with shimmering gold metallic. This color is a polyester solid tone powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Firethorn Red Step 2 PPB-10767 must be applied as a top coat. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH FIRETHORN RED STEP 1 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.07 + }, + { + "min": 50, + "max": 199, + "price": 18.12 + }, + { + "min": 200, + "max": null, + "price": 17.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3570/pss-10766-firethorn-red-step-1-tds-dt20230918221300829823.pdf?1695075182", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13379/firethorn-red-step-1-pss-10766-dt20220324210740737417-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10766/firethorn-red-step-1", + "scraped_at": "2026-05-01T15:06:08.007Z" + }, + { + "sku": "PSS-10768", + "color_name": "Kodiak Brown Step 1", + "description": "Kodiak Brown Step 2 over Kodiak Brown Step 1 creates a rich red/orange with glistening metallic. This color is a polyester solid tone powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Kodiak Brown Step 2 PPB-10769 must be applied as a top coat. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH KODIAK BROWN STEP 1 View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.37 + }, + { + "min": 50, + "max": 199, + "price": 13.65 + }, + { + "min": 200, + "max": null, + "price": 12.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3568/pss-10768-kodiak-brown-step-1-tds-dt20230918220923690877.pdf?1695074965", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13381/kodiak-brown-step-1-pss-10768-dt20220113181949798-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10768/kodiak-brown-step-1", + "scraped_at": "2026-05-01T15:06:23.632Z" + }, + { + "sku": "PSS-1086", + "color_name": "Sienna Brown", + "description": "Sienna Brown is a dark chocolate brown with a hint of plum. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS SIENNA BROWN RIVER PRB-2101 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.77 + }, + { + "min": 50, + "max": 199, + "price": 11.18 + }, + { + "min": 200, + "max": null, + "price": 10.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3179/pss-1086-sienna-brown-tds-dt20230905181937092487.pdf?1693937979", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4000/sienna-brown-pss-1086-dt2025070716381719509-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1086/sienna-brown", + "scraped_at": "2026-05-01T15:06:35.154Z" + }, + { + "sku": "PSS-1101", + "color_name": "Manzanita Brown", + "description": "Manzanita Brown is a dark brown solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Metallic (Semi-Gloss): Sweet Cocoa PMB-5087 River (Gloss): Melted Chocolate PRB-6833 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.18 + }, + { + "min": 50, + "max": 199, + "price": 13.47 + }, + { + "min": 200, + "max": null, + "price": 12.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4002/manzanita-brown-pss-1101-dt20190122175409133-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1101/manzanita-brown", + "scraped_at": "2026-05-01T15:06:49.759Z" + }, + { + "sku": "PSS-1104", + "color_name": "Neon Yellow", + "description": "Neon Yellow is a florescent yellow that glows when exposed to black light. (This is not a glow-in-the-dark product.) This color is a polyester solid tone powder coat and has a high gloss finish. ***NOTE: Please be aware that the pigment used to formulate this color may have small black or red specks. This is due to the process and chemistry that is inherent to this pigment. This color may have limited UV stability. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.26 + }, + { + "min": 50, + "max": 199, + "price": 18.3 + }, + { + "min": 200, + "max": null, + "price": 17.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3408/pss-1104-neon-yellow-tds-dt20230914154526970628.pdf?1694706328", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4004/neon-yellow-pss-1104-dt20250519222218307731-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1104/neon-yellow", + "scraped_at": "2026-05-01T15:07:03.750Z" + }, + { + "sku": "PSS-11136", + "color_name": "Super Durable Tiki Brown", + "description": "Super Durable Tiki Brown is a dark brown super durable polyester solid tone and has a satin finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. Satin: 21-35 Gloss Units This product was developed to meet or exceed the 2604 AAMA rating. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Durables PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.59 + }, + { + "min": 50, + "max": 199, + "price": 20.51 + }, + { + "min": 200, + "max": null, + "price": 19.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7395/pss-11136-super-durable-tiki-brown-dt2025063019224564957.pdf?1751311368", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14283/super-durable-tiki-brown-pss-11136-dt20231110232442113059-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11136/super-durable-tiki-brown", + "scraped_at": "2026-05-01T15:07:16.360Z" + }, + { + "sku": "PSS-11175", + "color_name": "Vintage Snowmobile Purple", + "description": "Vintage Snowmobile Purple is a medium purple solid tone polyester and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.47 + }, + { + "min": 50, + "max": 199, + "price": 25.15 + }, + { + "min": 200, + "max": null, + "price": 23.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2830/pss-11175-vintage-snowmobile-purple-tds-dt20230821191124649944.pdf?1692645086", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14481/vintage-snowmobile-purple-pss-11175-dt20250409203654800031-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11175/vintage-snowmobile-purple", + "scraped_at": "2026-05-01T15:07:28.211Z" + }, + { + "sku": "PSS-11181", + "color_name": "Super Durable Matte Black", + "description": "Super Durable Matte Black is a smooth solid tone black with a matte finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Durables PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.54 + }, + { + "min": 50, + "max": 199, + "price": 13.81 + }, + { + "min": 200, + "max": null, + "price": 13.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5505/pss-11181-super-durable-matte-black-tds-dt20240108174926227441.pdf?1704736168", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14503/super-durable-matte-black-pss-11181-dt20250819204818659343-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11181/super-durable-matte-black", + "scraped_at": "2026-05-01T15:07:43.574Z" + }, + { + "sku": "PSS-11182", + "color_name": "Super Durable Gloss Black", + "description": "Super Durable Gloss Black is a black solid tone super durable polyester with a high gloss finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Durables PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.13 + }, + { + "min": 50, + "max": 199, + "price": 19.12 + }, + { + "min": 200, + "max": null, + "price": 18.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7935/pss-11182-super-durable-gloss-black-dt2026010221420384496.pdf?1767390125", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14505/super-durable-gloss-black-pss-11182-dt20230821164948677227-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11182/super-durable-gloss-black", + "scraped_at": "2026-05-01T15:07:53.788Z" + }, + { + "sku": "PSS-11186", + "color_name": "Super Durable ANSI 61 Grey", + "description": "Super Durable ANSI 61 Grey is a light grey polyester, with a smooth satin finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Durables PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.54 + }, + { + "min": 50, + "max": 199, + "price": 13.81 + }, + { + "min": 200, + "max": null, + "price": 13.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2146/pss-11186-super-durable-ansi-61-grey-tds-dt20230424230924052791.pdf?1682377765", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14507/super-durable-ansi-61-grey-pss-11186-dt20250530173221233233-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11186/super-durable-ansi-61-grey", + "scraped_at": "2026-05-01T15:08:03.772Z" + }, + { + "sku": "PSS-11188", + "color_name": "Super Durable White", + "description": "Super Durable White is a bright white polyester with a smooth semi-gloss finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. Semi Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Durables PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.03 + }, + { + "min": 50, + "max": 199, + "price": 15.23 + }, + { + "min": 200, + "max": null, + "price": 14.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2148/pss-11188-super-durable-white-tds-dt20230424231444680802.pdf?1682378086", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14510/super-durable-white-pss-11188-dt20250617195235904415-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11188/super-durable-white", + "scraped_at": "2026-05-01T15:08:19.873Z" + }, + { + "sku": "PSS-11189", + "color_name": "Super Durable Orange", + "description": "Super Durable Orange is a bright, glossy orange polyester with a smooth finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Durables PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.75 + }, + { + "min": 50, + "max": 199, + "price": 21.61 + }, + { + "min": 200, + "max": null, + "price": 20.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5715/pss-11189-super-durable-orange-tds-dt20240220231359518147.pdf?1708470842", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14512/super-durable-orange-pss-11189-dt20230330215859207238-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11189/super-durable-orange", + "scraped_at": "2026-05-01T15:08:34.320Z" + }, + { + "sku": "PSS-11191", + "color_name": "Super Durable Red", + "description": "Super Durable Red is a big bright red super durable polyester, that has a smooth, high gloss finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Durables", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.16 + }, + { + "min": 50, + "max": 199, + "price": 20.1 + }, + { + "min": 200, + "max": null, + "price": 19.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6524/pss-11191-super-durable-red-tds-dt20240508220748307762.pdf?1715206071", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14516/super-durable-red-pss-11191-dt20250710205644801569-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11191/super-durable-red", + "scraped_at": "2026-05-01T15:08:47.325Z" + }, + { + "sku": "PSS-11198", + "color_name": "High Reflectance White", + "description": "High Reflectance White is a pure white polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units This coating has High Light Reflectance Value (LRV) Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.89 + }, + { + "min": 50, + "max": 199, + "price": 11.3 + }, + { + "min": 200, + "max": null, + "price": 10.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3239/pss-11198-reflective-white-tds-dt20230907181437284169.pdf?1694110479", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14787/high-reflectance-white-pss-11198-dt20260306170316154492-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11198/high-reflectance-white", + "scraped_at": "2026-05-01T15:08:56.830Z" + }, + { + "sku": "PSS-11202", + "color_name": "Obsidian Black", + "description": "Obsidian Black has improved mar and scratch resistance and is a pitch-black solid tone super durable polyester with a high gloss finish. High Gloss: 85+ Gloss Units Compliant to AAMA 2604 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Super DurablesPerformance Coatings", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.04 + }, + { + "min": 50, + "max": 199, + "price": 12.39 + }, + { + "min": 200, + "max": null, + "price": 11.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7518/pss-11202-obsidian-black-dt20250821163446089147.pdf?1755794088", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14925/obsidian-black-pss-11202-dt20250923161601169918-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11202/obsidian-black", + "scraped_at": "2026-05-01T15:09:08.092Z" + }, + { + "sku": "PSS-11207", + "color_name": "Whiteboard", + "description": "Whiteboard is a pure white poly solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.21 + }, + { + "min": 50, + "max": 199, + "price": 22.05 + }, + { + "min": 200, + "max": null, + "price": 20.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2872/pss-11207-whiteboard-tds-dt20230822134241510269.pdf?1692711763", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14933/whiteboard-pss-11207-dt20231005222120068665-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11207/whiteboard", + "scraped_at": "2026-05-01T15:09:18.380Z" + }, + { + "sku": "PSS-11227", + "color_name": "Black Soot", + "description": "Black Soot is a deep black flat solid tone polyester and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 37.37 + }, + { + "min": 50, + "max": 199, + "price": 35.5 + }, + { + "min": 200, + "max": null, + "price": 33.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7455/pss-11227-black-soot-dt20250728174450987894.pdf?1753724693", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14953/black-soot-pss-11227-dt20230914210845845495-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11227/black-soot", + "scraped_at": "2026-05-01T15:09:33.642Z" + }, + { + "sku": "PSS-11239", + "color_name": "AMS FED 33446", + "description": "AMS FED 33446 is a light tan polyester solid tone and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.05 + }, + { + "min": 50, + "max": 199, + "price": 18.1 + }, + { + "min": 200, + "max": null, + "price": 17.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4263/pss-11239-ams-fed-33446-tds-dt20231006161435842791.pdf?1696608877", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15006/ams-fed-33446-pss-11239-dt20231010165943123345-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11239/ams-fed-33446", + "scraped_at": "2026-05-01T15:09:47.027Z" + }, + { + "sku": "PSS-11248", + "color_name": "High Gloss Black", + "description": "Prismatic Powders developed High Gloss Black to be the only high gloss black powder coating you will ever need. It has an incredibly deep, mirror like finish with amazing flow out, yielding the highest gloss, true black finish available in a powder coating. High Gloss Black is a polyester solid tone and is the best option to use as a base coat with all of our clear metallics, because of its mirror-like finish. Gloss Units: 85+ Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.47 + }, + { + "min": 50, + "max": 199, + "price": 11.85 + }, + { + "min": 200, + "max": null, + "price": 11.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5536/pss-11248-high-gloss-black-tds-dt20240111230300658308.pdf?1705014182", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15027/high-gloss-black-pss-11248-dt20251107212621375559-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11248/high-gloss-black", + "scraped_at": "2026-05-01T15:10:00.138Z" + }, + { + "sku": "PSS-11249", + "color_name": "Super Durable Olympic White", + "description": "Super Durable Olympic White is a pure white Super Durable Polyester solid tone and has a high gloss finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Durables", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.44 + }, + { + "min": 50, + "max": 199, + "price": 13.72 + }, + { + "min": 200, + "max": null, + "price": 13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7527/pss-11249-super-durable-olympic-white-dt20250826215509368334.pdf?1756245313", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15017/olympic-white-pss-11249-dt2023101120372228404-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11249/super-durable-olympic-white", + "scraped_at": "2026-05-01T15:10:12.780Z" + }, + { + "sku": "PSS-1126", + "color_name": "Truck Blue", + "description": "Truck Blue is a solid navy blue. This color is a polyester solid tone powder coat and has a high gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS TRUCK BLUE RIVER PRB-4596 CLICK FOR DETAILS TRUCK BLUE TEXTURE PTB-11082 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.11 + }, + { + "min": 50, + "max": 199, + "price": 11.5 + }, + { + "min": 200, + "max": null, + "price": 10.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3342/pss-1126-truck-blue-tds-dt20230913150847765789.pdf?1694617729", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4006/truck-blue-pss-1126-dt20250627180150400344-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1126/truck-blue", + "scraped_at": "2026-05-01T15:10:28.036Z" + }, + { + "sku": "PSS-11333", + "color_name": "Ford Code Orange", + "description": "Ford Code Orange is a citrus orange super durable polyester solid tone and has a high gloss finish. Color Match: Ford Code Orange CN M7468 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.28 + }, + { + "min": 50, + "max": 199, + "price": 22.12 + }, + { + "min": 200, + "max": null, + "price": 20.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5739/pss-11333-ford-code-orange-tds-dt20240228173238683058.pdf?1709141560", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16422/ford-code-orange-pss-11333-dt20240221211253211906-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11333/ford-code-orange", + "scraped_at": "2026-05-01T15:10:42.546Z" + }, + { + "sku": "PSS-11335", + "color_name": "Ford Oxford White Z1", + "description": "Ford Oxford White Z1 is a classic white super durable polyester solid tone and has a high gloss finish. Color Match: Ford Oxford White High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.27 + }, + { + "min": 50, + "max": 199, + "price": 10.71 + }, + { + "min": 200, + "max": null, + "price": 10.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5783/pss-11335-ford-oxford-white-z1-tds-dt20240307223225746344.pdf?1709850748", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16523/ford-oxford-white-z1-pss-11335-dt20240311152103333818-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11335/ford-oxford-white-z1", + "scraped_at": "2026-05-01T15:10:51.129Z" + }, + { + "sku": "PSS-11337", + "color_name": "Ford Shadow Black", + "description": "Ford Shadow Black is deep black polyester solid tone and has a high gloss finish. Color Match: Ford Shadow Black G1 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 10.64 + }, + { + "min": 50, + "max": 199, + "price": 8.59 + }, + { + "min": 200, + "max": null, + "price": 7.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5741/pss-11337-ford-shadow-black-tds-dt20240228173905553771.pdf?1709141948", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16452/ford-shadow-black-pss-11337-dt20240312145609480787-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11337/ford-shadow-black", + "scraped_at": "2026-05-01T15:11:05.333Z" + }, + { + "sku": "PSS-11338", + "color_name": "Ford Race Red", + "description": "Ford Race Red is a classic apple red polyester solid tone and has a high gloss finish. Color Match: Ford Race Red PQ High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.72 + }, + { + "min": 50, + "max": 199, + "price": 13.98 + }, + { + "min": 200, + "max": null, + "price": 13.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5742/pss-11338-ford-race-red-tds-dt20240228174102474642.pdf?1709142064", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16454/ford-race-red-pss-11338-dt20240319181530159349-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11338/ford-race-red", + "scraped_at": "2026-05-01T15:11:15.883Z" + }, + { + "sku": "PSS-11345", + "color_name": "Ford Lithium Gray", + "description": "Ford Lithium Gray is a deep dark grey polyester solid tone and has a high gloss finish. Color Match: Ford Lithium Gray TB High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.55 + }, + { + "min": 50, + "max": 199, + "price": 12.87 + }, + { + "min": 200, + "max": null, + "price": 12.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5781/pss-11345-ford-lithium-gray-tds-dt20240307222733297329.pdf?1709850456", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16535/ford-lithium-gray-pss-11345-dt20240311152821475893-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11345/ford-lithium-gray", + "scraped_at": "2026-05-01T15:11:28.896Z" + }, + { + "sku": "PSS-11346", + "color_name": "Ford Absolute Black", + "description": "Ford Absolute Black is deep black OEM matched polyester solid tone and has a high gloss finish. Color Match: Ford Absolute Black G1 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.15 + }, + { + "min": 50, + "max": 199, + "price": 12.49 + }, + { + "min": 200, + "max": null, + "price": 11.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16537/ford-absolute-black-pss-11346-dt20240522171133911559-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11346/ford-absolute-black", + "scraped_at": "2026-05-01T15:11:41.005Z" + }, + { + "sku": "PSS-11347", + "color_name": "Lincoln Black Velvet", + "description": "Lincoln Black Velvet is deep black OEM matched polyester solid tone and has a high gloss finish. Color Match: Lincoln Black Velvet G1 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMLincoln", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.41 + }, + { + "min": 50, + "max": 199, + "price": 11.79 + }, + { + "min": 200, + "max": null, + "price": 11.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16539/lincoln-black-velvet-pss-11347-dt20240522170934214289-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11347/lincoln-black-velvet", + "scraped_at": "2026-05-01T15:11:53.094Z" + }, + { + "sku": "PSS-11361", + "color_name": "Ford White Z1", + "description": "Ford White Z1 is an OEM matched white polyester super durable solid tone and has a high gloss finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. High Gloss: 85+ Gloss Units Color Match: Ford White Z1 Note: Each additional coat of powder will act as an insulator, which will require extra time for the substrate to reach temperature. Extend cure times as needed. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsFordAutomotive-OEMSuper Durables", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 9.51 + }, + { + "min": 50, + "max": 199, + "price": 9.03 + }, + { + "min": 200, + "max": null, + "price": 8.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5801/pss-11361-ford-white-z1-tds-dt20240314152937972884.pdf?1710430180", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16557/ford-white-z1-pss-11361-dt2024101421171898287-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11361/ford-white-z1", + "scraped_at": "2026-05-01T15:12:07.416Z" + }, + { + "sku": "PSS-11362", + "color_name": "Lincoln Oxford White Z1", + "description": "Lincoln Oxford White Z1 is an OEM matched white polyester solid tone and has a high gloss finish. Color Match: Lincoln Oxford White Z1 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMLincoln PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 9.51 + }, + { + "min": 50, + "max": 199, + "price": 9.03 + }, + { + "min": 200, + "max": null, + "price": 8.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7355/pss-11362-lincoln-oxford-white-z1-dt2025051516441722232.pdf?1747327461", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16559/lincoln-oxford-white-z1-pss-11362-dt20240325181328918724-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11362/lincoln-oxford-white-z1", + "scraped_at": "2026-05-01T15:12:21.270Z" + }, + { + "sku": "PSS-11363", + "color_name": "Chrysler Flame Red", + "description": "Chrysler Flame Red is an OEM matched red polyester solid tone and has a high gloss finish. Color Match: Chrysler Flame Red PR4 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMChrysler", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.44 + }, + { + "min": 50, + "max": 199, + "price": 15.62 + }, + { + "min": 200, + "max": null, + "price": 14.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16561/chrysler-flame-red-pss-11363-dt20240326175720228472-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11363/chrysler-flame-red", + "scraped_at": "2026-05-01T15:12:32.657Z" + }, + { + "sku": "PSS-11364", + "color_name": "Jeep Flame Red", + "description": "Jeep Flame Red is an OEM matched red polyester solid tone and has a high gloss finish. Color Match: Jeep Flame Red PR4 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): JeepAutomotive-OEM PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.44 + }, + { + "min": 50, + "max": 199, + "price": 15.62 + }, + { + "min": 200, + "max": null, + "price": 14.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5815/pss-11364-jeep-flame-red-tds-dt20240314192519340471.pdf?1710444321", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16568/jeep-flame-red-pss-11364-dt2024032618022010447-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11364/jeep-flame-red", + "scraped_at": "2026-05-01T15:12:47.745Z" + }, + { + "sku": "PSS-11365", + "color_name": "Dodge Flame Red", + "description": "Dodge Flame Red is an OEM matched red polyester solid tone and has a high gloss finish. Color Match: Dodge Flame Red PR4 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DodgeAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.44 + }, + { + "min": 50, + "max": 199, + "price": 15.62 + }, + { + "min": 200, + "max": null, + "price": 14.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5814/pss-11365-dodge-flame-red-tds-dt20240314192250213687.pdf?1710444172", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16570/dodge-flame-red-pss-11365-dt20240326175924315688-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11365/dodge-flame-red", + "scraped_at": "2026-05-01T15:13:01.381Z" + }, + { + "sku": "PSS-11367", + "color_name": "Ford Vermillion", + "description": "Ford Vermillion is an OEM matched red polyester solid tone and has a high gloss finish. Color Match: Ford Vermillion Red E4 F1 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.44 + }, + { + "min": 50, + "max": 199, + "price": 15.62 + }, + { + "min": 200, + "max": null, + "price": 14.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5802/pss-11367-ford-vermillion-tds-dt20240314154159672726.pdf?1710430922", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16563/ford-vermillion-pss-11367-dt20240326180841886929-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11367/ford-vermillion", + "scraped_at": "2026-05-01T15:13:17.356Z" + }, + { + "sku": "PSS-11368", + "color_name": "Jeep Black", + "description": "Jeep Black is an OEM matched black solid tone super durable polyester with a high gloss finish. Color Match: Jeep Black PX8 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): JeepAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.35 + }, + { + "min": 50, + "max": 199, + "price": 20.28 + }, + { + "min": 200, + "max": null, + "price": 19.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7944/pss-11368-jeep-black-dt20260102214912229599.pdf?1767390553", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16576/jeep-black-pss-11368-dt20240318182146651124-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11368/jeep-black", + "scraped_at": "2026-05-01T15:13:28.846Z" + }, + { + "sku": "PSS-11369", + "color_name": "Dodge Venom Black", + "description": "Dodge Venom Black is an OEM matched black solid tone super durable polyester with a high gloss finish. Color Match: Dodge Venom Black PX8 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DodgeAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.35 + }, + { + "min": 50, + "max": 199, + "price": 20.28 + }, + { + "min": 200, + "max": null, + "price": 19.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7943/pss-11369-dodge-venom-black-dt2026010221483738032.pdf?1767390518", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16578/dodge-venom-black-pss-11369-dt20240318181720497351-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11369/dodge-venom-black", + "scraped_at": "2026-05-01T15:13:43.542Z" + }, + { + "sku": "PSS-11370", + "color_name": "Dodge Pitch Black", + "description": "Dodge Pitch Black is an OEM matched black solid tone super durable polyester with a high gloss finish. Color Match: Dodge Pitch Black PX8 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DodgeAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.35 + }, + { + "min": 50, + "max": 199, + "price": 20.28 + }, + { + "min": 200, + "max": null, + "price": 19.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7942/pss-11370-dodge-pitch-black-dt20260102214800260769.pdf?1767390481", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16580/dodge-pitch-black-pss-11370-dt20240318145153328858-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11370/dodge-pitch-black", + "scraped_at": "2026-05-01T15:13:55.796Z" + }, + { + "sku": "PSS-11371", + "color_name": "Jeep Firecracker Red", + "description": "Jeep Firecracker Red is an OEM matched red polyester solid tone and has a high gloss finish. Color Match: Jeep Firecracker Red PRC High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): JeepAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.25 + }, + { + "min": 50, + "max": 199, + "price": 11.64 + }, + { + "min": 200, + "max": null, + "price": 11.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5818/pss-11371-jeep-firecracker-red-tds-dt20240318180658668164.pdf?1710785221", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16582/jeep-firecracker-red-pss-11371-dt20240325161533581871-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11371/jeep-firecracker-red", + "scraped_at": "2026-05-01T15:14:04.823Z" + }, + { + "sku": "PSS-11372", + "color_name": "Jeep Colorado Red", + "description": "Jeep Colorado Red is an OEM matched red polyester solid tone and has a high gloss finish. Color Match: Jeep Colorado Red PRX High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): JeepAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.24 + }, + { + "min": 50, + "max": 199, + "price": 13.53 + }, + { + "min": 200, + "max": null, + "price": 12.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16708/jeep-colorado-red-pss-11372-dt20240418204839411214-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11372/jeep-colorado-red", + "scraped_at": "2026-05-01T15:14:16.269Z" + }, + { + "sku": "PSS-11373", + "color_name": "Fiat Rovente Red", + "description": "Fiat Rovente Red is an OEM matched red polyester solid tone and has a high gloss finish. Color Match: Fiat Rovente Red PRX High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMFiat", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.09 + }, + { + "min": 50, + "max": 199, + "price": 13.39 + }, + { + "min": 200, + "max": null, + "price": 12.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5871/pss-11373-fiat-rovente-red-tds-dt2024032021314943103.pdf?1710970311", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16602/fiat-rovente-red-pss-11373-dt20240325162007649635-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11373/fiat-rovente-red", + "scraped_at": "2026-05-01T15:14:31.789Z" + }, + { + "sku": "PSS-11378", + "color_name": "Alfa-Romeo Nero", + "description": "Alfa-Romeo Nero is an OEM matched black solid tone super durable polyester with a high gloss finish. Color Match: Alfa-Romeo Neo PX8 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMAlfa Romeo", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.96 + }, + { + "min": 50, + "max": 199, + "price": 24.66 + }, + { + "min": 200, + "max": null, + "price": 23.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7941/pss-11378-alfa-romeo-nero-dt20260102214730114288.pdf?1767390451", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16659/alfa-romeo-nero-pss-11378-dt20240401145208608338-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11378/alfa-romeo-nero", + "scraped_at": "2026-05-01T15:14:46.021Z" + }, + { + "sku": "PSS-11379", + "color_name": "Fiat Nero Puro", + "description": "Fiat Nero Puro is an OEM matched black solid tone super durable polyester with a high gloss finish. Color Match: Fiat Nero Puro PX8 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMFiat", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.96 + }, + { + "min": 50, + "max": 199, + "price": 24.66 + }, + { + "min": 200, + "max": null, + "price": 23.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7940/pss-11379-fiat-nero-puro-dt20260102214659309544.pdf?1767390421", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16661/fiat-nero-puro-pss-11379-dt20240401144902950171-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11379/fiat-nero-puro", + "scraped_at": "2026-05-01T15:14:59.886Z" + }, + { + "sku": "PSS-11380", + "color_name": "Fiat Nero Cinema", + "description": "Fiat Nero Cinema is an OEM matched black solid tone super durable polyester with a high gloss finish. Color Match: Fiat Nero Cinema PX8 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMFiat", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.96 + }, + { + "min": 50, + "max": 199, + "price": 24.66 + }, + { + "min": 200, + "max": null, + "price": 23.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7939/pss-11380-fiat-nero-cinema-dt20260102214612806897.pdf?1767390374", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16663/fiat-nero-cinema-pss-11380-dt20240401144610772107-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11380/fiat-nero-cinema", + "scraped_at": "2026-05-01T15:15:12.656Z" + }, + { + "sku": "PSS-11381", + "color_name": "Fiat Pure Black", + "description": "Fiat Pure Black is an OEM matched black solid tone super durable polyester with a high gloss finish. Color Match: Fiat Pure Black PX8 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMFiat", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.96 + }, + { + "min": 50, + "max": 199, + "price": 24.66 + }, + { + "min": 200, + "max": null, + "price": 23.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7938/pss-11381-fiat-pure-black-dt20260102214544104584.pdf?1767390345", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16665/fiat-pure-black-pss-11381-dt20240401144321593804-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11381/fiat-pure-black", + "scraped_at": "2026-05-01T15:15:22.988Z" + }, + { + "sku": "PSS-11388", + "color_name": "Super Durable High Gloss White", + "description": "Super Durable High Gloss White is a white super durable polyester solid tone and has a high gloss finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Durables PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.69 + }, + { + "min": 50, + "max": 199, + "price": 12.06 + }, + { + "min": 200, + "max": null, + "price": 11.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7486/pss-11388-super-durable-gloss-white-dt20250728192118705924.pdf?1753730480", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16572/super-durable-high-gloss-white-pss-11388-dt20240422215917745809-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11388/super-durable-high-gloss-white", + "scraped_at": "2026-05-01T15:15:35.976Z" + }, + { + "sku": "PSS-11394", + "color_name": "Chrysler Pitch Black", + "description": "Chrysler Pitch Black is an OEM matched black solid tone super durable polyester with a high gloss finish. Color Match: Chrysler Pitch Black PX8 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMChrysler PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.74 + }, + { + "min": 50, + "max": 199, + "price": 22.55 + }, + { + "min": 200, + "max": null, + "price": 21.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7937/pss-11394-chrysler-pitch-black-dt20260102214459268731.pdf?1767390300", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16594/chrysler-pitch-black-pss-11394-dt20240326185543081203-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11394/chrysler-pitch-black", + "scraped_at": "2026-05-01T15:15:50.528Z" + }, + { + "sku": "PSS-11395", + "color_name": "Chevy Summit White", + "description": "Chevy Summit White is a white OEM matched super durable polyester solid tone and has a high gloss finish. Color Match: Chevy Summit White WA8624 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ChevroletAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.91 + }, + { + "min": 50, + "max": 199, + "price": 17.01 + }, + { + "min": 200, + "max": null, + "price": 16.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5866/pss-11395-chevy-summit-white-tds-dt20240320191325967208.pdf?1710962008", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16596/chevy-summit-white-pss-11395-dt20240325162220726701-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11395/chevy-summit-white", + "scraped_at": "2026-05-01T15:15:59.232Z" + }, + { + "sku": "PSS-11396", + "color_name": "Dodge Black", + "description": "Dodge Black is an OEM matched black solid tone super durable polyester with a high gloss finish. Color Match: Dodge Black PX8 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DodgeAutomotive-OEM PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.37 + }, + { + "min": 50, + "max": 199, + "price": 22.2 + }, + { + "min": 200, + "max": null, + "price": 21.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7936/pss-11396-dodge-black-dt20260102214437750302.pdf?1767390279", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16598/dodge-black-pss-11396-dt20240326185335507006-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11396/dodge-black", + "scraped_at": "2026-05-01T15:16:14.655Z" + }, + { + "sku": "PSS-11398", + "color_name": "Chevy Olympic White", + "description": "Chevy Olympic White is a white OEM matched super durable polyester solid tone and has a high gloss finish. Color Match: Chevy Olympic White WA8624 GAZ High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ChevroletAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.63 + }, + { + "min": 50, + "max": 199, + "price": 17.7 + }, + { + "min": 200, + "max": null, + "price": 16.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16604/chevy-olympic-white-pss-11398-dt20240410150615147247-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11398/chevy-olympic-white", + "scraped_at": "2026-05-01T15:16:26.240Z" + }, + { + "sku": "PSS-11400", + "color_name": "Chevy Blue White", + "description": "Chevy Blue White is a muted off-white OEM matched super durable polyester solid tone and has a high gloss finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. Color match: Chevy Blue White WA8624 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsChevroletSuper DurablesAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.76 + }, + { + "min": 50, + "max": 199, + "price": 17.82 + }, + { + "min": 200, + "max": null, + "price": 16.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16711/chevy-blue-white-pss-11400-dt20240522175036611282-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11400/chevy-blue-white", + "scraped_at": "2026-05-01T15:16:39.852Z" + }, + { + "sku": "PSS-11401", + "color_name": "Chevy Red Hot", + "description": "Chevy Red Hot is an OEM matched red polyester solid tone with a gloss finish. Color Match: Chevy Red Hot WA130X G7C Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ChevroletAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.78 + }, + { + "min": 50, + "max": 199, + "price": 20.69 + }, + { + "min": 200, + "max": null, + "price": 19.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5869/pss-11401-chevy-red-hot-tds-dt20240320211652259431.pdf?1710969414", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16606/chevy-red-hot-pss-11401-dt20240401172720819292-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11401/chevy-red-hot", + "scraped_at": "2026-05-01T15:16:52.367Z" + }, + { + "sku": "PSS-11402", + "color_name": "GMC Cardinal Red", + "description": "GMC Cardinal Red is an OEM matched red polyester solid tone with a gloss finish. Color Match: GMC Cardinal Red WA130X G7C Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): GMCAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.99 + }, + { + "min": 50, + "max": 199, + "price": 21.84 + }, + { + "min": 200, + "max": null, + "price": 20.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16618/gmc-cardinal-red-pss-11402-dt20240401171926611296-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11402/gmc-cardinal-red", + "scraped_at": "2026-05-01T15:17:03.421Z" + }, + { + "sku": "PSS-11403", + "color_name": "Cadillac Velocity Red", + "description": "Cadillac Velocity Red is an OEM matched red polyester solid tone with a high gloss finish. Color Match: Cadillac Velocity Red WA130X G7C Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): CadillacAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.59 + }, + { + "min": 50, + "max": 199, + "price": 20.51 + }, + { + "min": 200, + "max": null, + "price": 19.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16620/cadillac-velocity-red-pss-11403-dt20240401172121381864-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11403/cadillac-velocity-red", + "scraped_at": "2026-05-01T15:17:20.016Z" + }, + { + "sku": "PSS-11405", + "color_name": "Chevy Victory Red", + "description": "Chevy Victory Red is an OEM matched red polyester solid tone with a high gloss finish. Color Match: Chevy Victory Red WA9260 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ChevroletAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.53 + }, + { + "min": 50, + "max": 199, + "price": 17.6 + }, + { + "min": 200, + "max": null, + "price": 16.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6071/pss-11405-chevy-victory-red-tds-dt20240405204557455614.pdf?1712349959", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16624/chevrolet-victory-red-pss-11405-dt20240408205244634094-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11405/chevy-victory-red", + "scraped_at": "2026-05-01T15:17:47.497Z" + }, + { + "sku": "PSS-11406", + "color_name": "GMC Victory Red", + "description": "GMC Victory Red is an OEM matched red polyester solid tone with a high gloss finish. Color Match: GMC Victory Red WA9260 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMGMC", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.88 + }, + { + "min": 50, + "max": 199, + "price": 17.94 + }, + { + "min": 200, + "max": null, + "price": 16.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5980/pss-11406-gmc-victory-red-tds-dt20240329153117224603.pdf?1711726279", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16633/gmc-victory-red-pss-11406-dt20240408205603266339-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11406/gmc-victory-red", + "scraped_at": "2026-05-01T15:18:00.729Z" + }, + { + "sku": "PSS-11407", + "color_name": "Cadillac Victory Red", + "description": "Cadillac Victory Red is an OEM matched red polyester solid tone with a high gloss finish. Color Match: Cadillac Victory Red WA9260 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMCadillac", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.96 + }, + { + "min": 50, + "max": 199, + "price": 18.01 + }, + { + "min": 200, + "max": null, + "price": 17.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5977/pss-11407-cadillac-victory-red-tds-dt20240329152549960438.pdf?1711725952", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16635/cadillac-victory-red-pss-11407-dt20240408205416699794-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11407/cadillac-victory-red", + "scraped_at": "2026-05-01T15:18:15.184Z" + }, + { + "sku": "PSS-11408", + "color_name": "Jeep Solar Yellow", + "description": "Jeep Solar Yellow is an OEM matched yellow polyester solid tone with a high gloss finish. Color Match: Jeep Solar Yellow PYB High Gloss: 85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): JeepAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.22 + }, + { + "min": 50, + "max": 199, + "price": 23.96 + }, + { + "min": 200, + "max": null, + "price": 22.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6327/pss-11408-jeep-solar-yellow-tds-dt20240423223503974185.pdf?1713911706", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16637/jeep-solar-yellow-pss-11408-dt20240408204302976197-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11408/jeep-solar-yellow", + "scraped_at": "2026-05-01T15:18:31.485Z" + }, + { + "sku": "PSS-11409", + "color_name": "Dodge Detonator Yellow", + "description": "Dodge Detonator Yellow is an OEM matched yellow polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Dodge Detonator Yellow PYB To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DodgeAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.13 + }, + { + "min": 50, + "max": 199, + "price": 23.87 + }, + { + "min": 200, + "max": null, + "price": 22.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16639/dodge-detonator-yellow-pss-11409-dt20240801204849822274-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11409/dodge-detonator-yellow", + "scraped_at": "2026-05-01T15:18:45.889Z" + }, + { + "sku": "PSS-11414", + "color_name": "Dodge Go Mango", + "description": "Dodge Go Mango is an OEM matched orange red polyester solid tone with a high gloss finish. Color Match: Dodge Go Mango PVP High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DodgeAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.46 + }, + { + "min": 50, + "max": 199, + "price": 18.49 + }, + { + "min": 200, + "max": null, + "price": 17.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6002/pss-11414-dodge-go-mango-tds-dt2024032920175374345.pdf?1711743476", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16676/dodge-go-mango-pss-11414-dt20240408154202015485-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11414/dodge-go-mango", + "scraped_at": "2026-05-01T15:18:56.626Z" + }, + { + "sku": "PSS-11415", + "color_name": "Toyota Black Onyx", + "description": "Toyota Black Onyx is an OEM matched black polyester solid tone with a high gloss finish. Color Match: Toyota Black 202 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ToyotaAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.7 + }, + { + "min": 50, + "max": 199, + "price": 14.92 + }, + { + "min": 200, + "max": null, + "price": 14.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16678/toyota-black-onyx-pss-11415-dt20240410155503548346-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11415/toyota-black-onyx", + "scraped_at": "2026-05-01T15:19:11.760Z" + }, + { + "sku": "PSS-11416", + "color_name": "Lexus Black", + "description": "Lexus Black is an OEM matched black polyester solid tone with a high gloss finish. Color Match: Lexus Black 202 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMLexus", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.76 + }, + { + "min": 50, + "max": 199, + "price": 15.92 + }, + { + "min": 200, + "max": null, + "price": 15.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6001/pss-11416-lexus-black-tds-dt20240329201558992956.pdf?1711743361", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16680/lexus-black-pss-11416-dt2024040821492570507-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11416/lexus-black", + "scraped_at": "2026-05-01T15:19:23.010Z" + }, + { + "sku": "PSS-11417", + "color_name": "Cadillac Black Raven", + "description": "Cadillac Black Raven is an OEM matched black polyester solid tone with a high gloss finish. Color Match: Cadillac Black Raven WA8555 GBA High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): CadillacAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.76 + }, + { + "min": 50, + "max": 199, + "price": 15.92 + }, + { + "min": 200, + "max": null, + "price": 15.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6000/pss-11417-cadillac-black-raven-tds-dt202403292014139648.pdf?1711743256", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16682/cadillac-black-raven-pss-11417-dt20240408215044118676-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11417/cadillac-black-raven", + "scraped_at": "2026-05-01T15:19:34.084Z" + }, + { + "sku": "PSS-11418", + "color_name": "GMC Onyx Black", + "description": "GMC Onyx Black is an OEM matched black polyester solid tone with a high gloss finish. Color Match: GMC Onyx Black WA8555 GBA High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): GMCAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.76 + }, + { + "min": 50, + "max": 199, + "price": 15.92 + }, + { + "min": 200, + "max": null, + "price": 15.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5999/pss-11418-gmc-onyx-black-tds-dt20240329201229201923.pdf?1711743151", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16684/gmc-onyx-black-pss-11418-dt20240408215221156017-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11418/gmc-onyx-black", + "scraped_at": "2026-05-01T15:19:48.807Z" + }, + { + "sku": "PSS-11419", + "color_name": "Hummer Void Black", + "description": "Hummer Void Black is an OEM matched black polyester solid tone with a high gloss finish. Color Match: Hummer Void Black WA8555 GBA High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): HummerAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.85 + }, + { + "min": 50, + "max": 199, + "price": 16.01 + }, + { + "min": 200, + "max": null, + "price": 15.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5998/pss-11419-hummer-void-black-tds-dt20240329171854585481.pdf?1711732736", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16686/hummer-void-black-pss-11419-dt20240408215407604798-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11419/hummer-void-black", + "scraped_at": "2026-05-01T15:19:58.970Z" + }, + { + "sku": "PSS-11420", + "color_name": "Chevy Torch Red", + "description": "Chevy Torch Red is an OEM matched red polyester solid tone with a high gloss finish. Color Match: Chevy Torch Red WA9075 GKZ High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ChevroletAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.8 + }, + { + "min": 50, + "max": 199, + "price": 16.91 + }, + { + "min": 200, + "max": null, + "price": 16.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5996/pss-11420-chevy-torch-red-tds-dt20240329171549838965.pdf?1711732552", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16688/chevy-torch-red-pss-11420-dt20240408205058175218-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11420/chevy-torch-red", + "scraped_at": "2026-05-01T15:20:12.714Z" + }, + { + "sku": "PSS-11421", + "color_name": "GMC Summit White", + "description": "GMC Summit White is a white OEM matched super durable polyester solid tone and has a high gloss finish. Color Match: GMC Summit White WA8624 GAZ High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): GMCAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.91 + }, + { + "min": 50, + "max": 199, + "price": 17.01 + }, + { + "min": 200, + "max": null, + "price": 16.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16713/gmc-summit-white-pss-11421-dt2024041015125293031-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11421/gmc-summit-white", + "scraped_at": "2026-05-01T15:20:27.783Z" + }, + { + "sku": "PSS-11422", + "color_name": "Cadillac Summit White", + "description": "Cadillac Summit White is a white OEM matched super durable polyester solid tone and has a high gloss finish. Color Match: Cadillac Summit White WA8624 GAZ High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): CadillacAutomotive-OEM PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.93 + }, + { + "min": 50, + "max": 199, + "price": 17.98 + }, + { + "min": 200, + "max": null, + "price": 17.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16715/cadillac-summit-white-pss-11422-dt20240410151445539727-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11422/cadillac-summit-white", + "scraped_at": "2026-05-01T15:20:41.676Z" + }, + { + "sku": "PSS-11423", + "color_name": "GMC Olympic White", + "description": "GMC Olympic White is a white OEM matched super durable polyester solid tone and has a high gloss finish. Color Match: GMC Olympic White WA8624 GAZ High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): GMCAutomotive-OEM PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.91 + }, + { + "min": 50, + "max": 199, + "price": 17.01 + }, + { + "min": 200, + "max": null, + "price": 16.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16717/gmc-olympic-white-pss-11423-dt2024041015084212201-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11423/gmc-olympic-white", + "scraped_at": "2026-05-01T15:20:51.875Z" + }, + { + "sku": "PSS-11424", + "color_name": "Cadillac Olympic White", + "description": "Cadillac Olympic White is a white OEM matched super durable polyester solid tone and has a high gloss finish. Color Match: Cadillac Olympic White WA8624 GAZ High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): CadillacAutomotive-OEM PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.93 + }, + { + "min": 50, + "max": 199, + "price": 17.98 + }, + { + "min": 200, + "max": null, + "price": 17.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16719/cadillac-olympic-white-pss-11424-dt20240410150340425735-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11424/cadillac-olympic-white", + "scraped_at": "2026-05-01T15:21:03.959Z" + }, + { + "sku": "PSS-11426", + "color_name": "Ford Performance White", + "description": "Ford Performance White is an OEM matched white polyester solid tone with a high gloss finish. Color Match: Ford Performance White WT HP High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.13 + }, + { + "min": 50, + "max": 199, + "price": 13.42 + }, + { + "min": 200, + "max": null, + "price": 12.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6080/pss-11426-ford-performance-white-tds-dt20240408174442417964.pdf?1712598284", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16741/ford-performance-white-pss-11426-dt20240408204900134692-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11426/ford-performance-white", + "scraped_at": "2026-05-01T15:21:19.061Z" + }, + { + "sku": "PSS-11429", + "color_name": "Toyota Radiant Red", + "description": "Toyota Radiant Red is an OEM matched red polyester solid tone with a gloss finish. Color Match: Toyota Radiant Red 3L5 Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ToyotaAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.45 + }, + { + "min": 50, + "max": 199, + "price": 22.28 + }, + { + "min": 200, + "max": null, + "price": 21.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16743/toyota-radiant-red-pss-11429-dt20240418205126887988-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11429/toyota-radiant-red", + "scraped_at": "2026-05-01T15:21:30.892Z" + }, + { + "sku": "PSS-11430", + "color_name": "Porsche Guards Red", + "description": "Porsche Guards Red is an OEM matched red polyester solid tone and has a high gloss finish. Color Match: Porsche Guards Red High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMPorsche", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.24 + }, + { + "min": 50, + "max": 199, + "price": 13.53 + }, + { + "min": 200, + "max": null, + "price": 12.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6085/pss-11430-porsche-guards-red-tds-dt20240408175537491829.pdf?1712598939", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16745/porsche-guards-red-pss-11430-dt2024040820471080292-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11430/porsche-guards-red", + "scraped_at": "2026-05-01T15:21:41.925Z" + }, + { + "sku": "PSS-11431", + "color_name": "Genesis Super Red", + "description": "Genesis Super Red is an OEM matched red polyester solid tone and has a high gloss finish. Color Match: Genesis Super Red NGA High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): GenesisAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.24 + }, + { + "min": 50, + "max": 199, + "price": 13.53 + }, + { + "min": 200, + "max": null, + "price": 12.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6082/pss-11431-genesis-super-red-tds-dt20240408174908502164.pdf?1712598550", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16747/genesis-super-red-pss-11431-dt20240408204514723308-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11431/genesis-super-red", + "scraped_at": "2026-05-01T15:21:53.049Z" + }, + { + "sku": "PSS-11432", + "color_name": "Mazda True Red", + "description": "Mazda True Red is an OEM matched red polyester solid tone with a high gloss finish. Color Match: Mazda True Red A4A High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): MazdaAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.64 + }, + { + "min": 50, + "max": 199, + "price": 18.66 + }, + { + "min": 200, + "max": null, + "price": 17.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16749/mazda-true-red-pss-11432-dt20240408205804733074-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11432/mazda-true-red", + "scraped_at": "2026-05-01T15:22:06.508Z" + }, + { + "sku": "PSS-11436", + "color_name": "Chevy Crush Orange", + "description": "Chevy Crush Orange is an OEM matched orange super durable polyester solid tone and has a high gloss finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. Color Match: Chevy Crush WA413C G16 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsChevroletAutomotive-OEMSuper Durables", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.71 + }, + { + "min": 50, + "max": 199, + "price": 24.42 + }, + { + "min": 200, + "max": null, + "price": 23.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6098/pss-11436-chevy-crush-orange-tds-dt20240408210323446416.pdf?1712610205", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16763/chevy-crush-orange-pss-11436-dt20240904225030678228-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11436/chevy-crush-orange", + "scraped_at": "2026-05-01T15:22:16.770Z" + }, + { + "sku": "PSS-11440", + "color_name": "Ford Grabber Blue", + "description": "Ford Grabber Blue is an OEM matched blue polyester solid tone with a high gloss finish. Color Match: Ford Grabber Blue CI High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.09 + }, + { + "min": 50, + "max": 199, + "price": 15.29 + }, + { + "min": 200, + "max": null, + "price": 14.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6100/pss-11440-ford-grabber-blue-tds-dt20240408210702031658.pdf?1712610424", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16765/ford-grabber-blue-pss-11440-dt20240417172601359839-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11440/ford-grabber-blue", + "scraped_at": "2026-05-01T15:22:30.773Z" + }, + { + "sku": "PSS-11442", + "color_name": "Chevy Black", + "description": "Chevy Black is an OEM matched black polyester solid tone with a high gloss finish. Color Match: Chevy Black WA8555 GBA High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ChevroletAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.7 + }, + { + "min": 50, + "max": 199, + "price": 14.92 + }, + { + "min": 200, + "max": null, + "price": 14.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6101/pss-11442-chevy-black-tds-dt20240408210841354463.pdf?1712610524", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16767/chevy-black-pss-11442-dt20240408214724242347-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11442/chevy-black", + "scraped_at": "2026-05-01T15:22:41.828Z" + }, + { + "sku": "PSS-11470", + "color_name": "Toyota Sun Fusion", + "description": "Toyota Sun Fusion is an OEM matched yellow polyester solid tone and has a high gloss finish. Color Match: Toyota Sun Fusion 5A3 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ToyotaAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.78 + }, + { + "min": 50, + "max": 199, + "price": 20.69 + }, + { + "min": 200, + "max": null, + "price": 19.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16866/toyota-sun-fusion-pss-11470-dt20240530164352025731-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11470/toyota-sun-fusion", + "scraped_at": "2026-05-01T15:22:53.665Z" + }, + { + "sku": "PSS-11477", + "color_name": "Toyota Ice Cap", + "description": "Toyota Ice Cap is an OEM matched white polyester solid tone and has a high gloss finish. Color Match: Toyota Ice Cap 040 High Gloss: 85+ Gloss Units Note: To achieve the proper color, a clear topcoat must be applied. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ToyotaAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.52 + }, + { + "min": 50, + "max": 199, + "price": 12.84 + }, + { + "min": 200, + "max": null, + "price": 12.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16891/toyota-ice-cap-pss-11477-dt20240517202447698294-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11477/toyota-ice-cap", + "scraped_at": "2026-05-01T15:23:04.756Z" + }, + { + "sku": "PSS-11482", + "color_name": "USPS Blue", + "description": "USPS Blue is a Post Office matched navy blue polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22 + }, + { + "min": 50, + "max": 199, + "price": 20.9 + }, + { + "min": 200, + "max": null, + "price": 19.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6755/pss-11482-usps-blue-dt20240724154822692938.pdf?1721836105", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17067/united-states-post-office-blue-pss-11482-dt20240712180924082072-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11482/usps-blue", + "scraped_at": "2026-05-01T15:23:17.123Z" + }, + { + "sku": "PSS-11486", + "color_name": "Briggs & Stratton Red", + "description": "Briggs and Stratton Red an OEM matched red polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.23 + }, + { + "min": 50, + "max": 199, + "price": 21.12 + }, + { + "min": 200, + "max": null, + "price": 20.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17118/briggs-and-stratton-red-pss-11486-dt20240523223853189267-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11486/briggs-stratton-red", + "scraped_at": "2026-05-01T15:23:27.540Z" + }, + { + "sku": "PSS-11487", + "color_name": "Briggs & Stratton Orange", + "description": "Briggs and Stratton Orange is an OEM matched orange polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.18 + }, + { + "min": 50, + "max": 199, + "price": 21.07 + }, + { + "min": 200, + "max": null, + "price": 19.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17120/briggs-stratton-orange-pss-11487-dt20240603215907345146-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11487/briggs-stratton-orange", + "scraped_at": "2026-05-01T15:23:38.050Z" + }, + { + "sku": "PSS-11488", + "color_name": "Kubota Orange", + "description": "Kubota Orange is an OEM matched orange polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.56 + }, + { + "min": 50, + "max": 199, + "price": 27.13 + }, + { + "min": 200, + "max": null, + "price": 25.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7567/pss-11488-kubota-orange-dt20251006192200996911.pdf?1759778523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17122/kubota-orange-pss-11488-dt20240712175707382891-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11488/kubota-orange", + "scraped_at": "2026-05-01T15:23:46.879Z" + }, + { + "sku": "PSS-11491", + "color_name": "Ford Competition Orange", + "description": "Ford Competition Orange is an OEM matched orange super durable polyester solid tone and has a high gloss finish. Color Match: Ford Competition Orange CY High Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.79 + }, + { + "min": 50, + "max": 199, + "price": 22.6 + }, + { + "min": 200, + "max": null, + "price": 21.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17153/ford-competition-orange-pss-11491-dt20240703211318378659-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11491/ford-competition-orange", + "scraped_at": "2026-05-01T15:24:02.241Z" + }, + { + "sku": "PSS-11493", + "color_name": "Cummins Red", + "description": "Cummins Red is an OEM matched red polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.56 + }, + { + "min": 50, + "max": 199, + "price": 27.13 + }, + { + "min": 200, + "max": null, + "price": 25.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6604/pss-11493-cummins-red-tds-dt20240517163329918227.pdf?1715963612", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17166/cummins-red-pss-11493-dt2024082621001460654-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11493/cummins-red", + "scraped_at": "2026-05-01T15:24:16.414Z" + }, + { + "sku": "PSS-11494", + "color_name": "Toyota Absolutely Red", + "description": "Toyota Absolutely Red is an OEM matched red polyester solid tone and has a high gloss finish. Color Match: Toyota Absolutely Red 3P0 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ToyotaAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.84 + }, + { + "min": 50, + "max": 199, + "price": 16 + }, + { + "min": 200, + "max": null, + "price": 15.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17168/toyota-absolutely-red-pss-11494-dt20240520214050765818-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11494/toyota-absolutely-red", + "scraped_at": "2026-05-01T15:24:31.610Z" + }, + { + "sku": "PSS-11495", + "color_name": "Subaru Pure Red", + "description": "Subaru Pure Red is an OEM matched red polyester solid tone and has a high gloss finish. Color Match: Subaru Pure Red M7Y High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): SubaruAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.65 + }, + { + "min": 50, + "max": 199, + "price": 15.82 + }, + { + "min": 200, + "max": null, + "price": 14.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6588/pss-11495-subaru-pure-red-tds-dt20240517154435351056.pdf?1715960677", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17170/subaru-pure-red-pss-11495-dt20240520214616742487-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11495/subaru-pure-red", + "scraped_at": "2026-05-01T15:24:42.713Z" + }, + { + "sku": "PSS-11496", + "color_name": "BMW Alpine White", + "description": "BMW Alpine Whtie is an OEM matched white polyester solid tone and has a high gloss finish. Color Match: BMW Alpine White 300 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMBMW", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.5 + }, + { + "min": 50, + "max": 199, + "price": 20.43 + }, + { + "min": 200, + "max": null, + "price": 19.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17172/bmw-alpine-white-pss-11496-dt20240730170933545716-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11496/bmw-alpine-white", + "scraped_at": "2026-05-01T15:24:54.482Z" + }, + { + "sku": "PSS-11500", + "color_name": "Suzuki Fire Red", + "description": "Suzuki Fire Red is an OEM matched red polyester solid tone and has a high gloss finish. Color Match: Suzuki Fire Red Z4Q High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.44 + }, + { + "min": 50, + "max": 199, + "price": 15.62 + }, + { + "min": 200, + "max": null, + "price": 14.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6585/pss-11500-suzuki-fire-red-tds-dt20240517153512532241.pdf?1715960114", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17174/suzuki-fire-red-pss-11500-dt20240520214835767427-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11500/suzuki-fire-red", + "scraped_at": "2026-05-01T15:25:09.448Z" + }, + { + "sku": "PSS-11501", + "color_name": "Honda Rallye Red", + "description": "Honda Rallye Red is an OEM matched red polyester solid tone and has a high gloss finish. Color Match: Honda Rallye Red R513 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMHonda Auto", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.73 + }, + { + "min": 50, + "max": 199, + "price": 15.89 + }, + { + "min": 200, + "max": null, + "price": 15.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6586/pss-11501-honda-rallye-red-tds-dt20240517153913827671.pdf?1715960356", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17176/honda-rallye-red-pss-11501-dt20240520215011943122-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11501/honda-rallye-red", + "scraped_at": "2026-05-01T15:25:21.335Z" + }, + { + "sku": "PSS-11502", + "color_name": "Acura Rallye Red", + "description": "Acura Rallye Red is an OEM matched red polyester solid tone and has a high gloss finish. Color Match: Acura Rallye Red R513-H High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): AcuraAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.44 + }, + { + "min": 50, + "max": 199, + "price": 15.62 + }, + { + "min": 200, + "max": null, + "price": 14.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17274/acura-rallye-red-pss-11502-dt2024052822485401922-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11502/acura-rallye-red", + "scraped_at": "2026-05-01T15:25:31.791Z" + }, + { + "sku": "PSS-11503", + "color_name": "Toyota Super Red", + "description": "Toyota Super Red is an OEM matched red polyester solid tone and has a high gloss finish. Color Match: Toyota Super Red 3E5 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ToyotaAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.5 + }, + { + "min": 50, + "max": 199, + "price": 16.63 + }, + { + "min": 200, + "max": null, + "price": 15.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17178/toyota-super-red-pss-11503-dt20240520215255342032-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11503/toyota-super-red", + "scraped_at": "2026-05-01T15:25:46.313Z" + }, + { + "sku": "PSS-11504", + "color_name": "Dodge TorRed", + "description": "Dodge TorRed is an OEM matched red polyester super durable solid tone and has a high gloss finish. Color Match: Dodge TorRed PR3 ZR3 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DodgeAutomotive-OEM PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.64 + }, + { + "min": 50, + "max": 199, + "price": 19.61 + }, + { + "min": 200, + "max": null, + "price": 18.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17180/dodge-torred-pss-11504-dt20240603215305230269-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11504/dodge-torred", + "scraped_at": "2026-05-01T15:25:59.158Z" + }, + { + "sku": "PSS-11505", + "color_name": "Dodge High Performance Red", + "description": "Dodge High Performance Red is an OEM matched red polyester super durable solid tone and has a high gloss finish. Color Match: Dodge High Performance Red PR3 ZR3 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DodgeAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.32 + }, + { + "min": 50, + "max": 199, + "price": 19.3 + }, + { + "min": 200, + "max": null, + "price": 18.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17182/dodge-high-performance-red-pss-11505-dt20240603215551807982-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11505/dodge-high-performance-red", + "scraped_at": "2026-05-01T15:26:09.845Z" + }, + { + "sku": "PSS-11506", + "color_name": "Ford Colorado Red", + "description": "Ford Colorado Red is an OEM matched red super durable polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Ford Colorado Red D3 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.68 + }, + { + "min": 50, + "max": 199, + "price": 19.65 + }, + { + "min": 200, + "max": null, + "price": 18.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17184/ford-colorado-red-pss-11506-dt20240801205548225184-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11506/ford-colorado-red", + "scraped_at": "2026-05-01T15:26:24.986Z" + }, + { + "sku": "PSS-11507", + "color_name": "Dodge Bright Red", + "description": "Dodge Bright Red an OEM matched red polyester solid tone and has a high gloss finish. Color Match: Dodge Bright Red P12 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DodgeAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.23 + }, + { + "min": 50, + "max": 199, + "price": 21.12 + }, + { + "min": 200, + "max": null, + "price": 20.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17186/dodge-bright-red-pss-11507-dt20240523222524722567-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11507/dodge-bright-red", + "scraped_at": "2026-05-01T15:26:41.700Z" + }, + { + "sku": "PSS-11508", + "color_name": "Ford Performance Red", + "description": "Ford Performance Red an OEM matched red polyester solid tone and has a high gloss finish. Color Match: Ford Performance Red ES High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.14 + }, + { + "min": 50, + "max": 199, + "price": 21.03 + }, + { + "min": 200, + "max": null, + "price": 19.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6590/pss-11508-ford-performance-red-tds-dt2024051716043389148.pdf?1715961876", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17188/ford-performance-red-pss-11508-dt20240523221742342159-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11508/ford-performance-red", + "scraped_at": "2026-05-01T15:26:53.634Z" + }, + { + "sku": "PSS-11509", + "color_name": "Toyota Super White", + "description": "Toyota Super White is an OEM matched white polyester solid tone and has a high gloss finish. Color Match: Toyota Super White 040 High Gloss: 85+ Gloss Units Note: To achieve the proper color, a clear topcoat must be applied. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ToyotaAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.52 + }, + { + "min": 50, + "max": 199, + "price": 12.84 + }, + { + "min": 200, + "max": null, + "price": 12.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7148/pss-11509-toyota-super-white-dt20250327180724804058.pdf?1743098849", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17264/toyota-super-white-pss-11509-dt20240712143920185978-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11509/toyota-super-white", + "scraped_at": "2026-05-01T15:27:05.481Z" + }, + { + "sku": "PSS-11524", + "color_name": "Chevy Rapid Blue", + "description": "Chevy Rapid Blue is an OEM matched blue polyester solid tone and has a gloss finish. Color Match: Chevy Rapid Blue GMO WA632D Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ChevroletAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.28 + }, + { + "min": 50, + "max": 199, + "price": 19.27 + }, + { + "min": 200, + "max": null, + "price": 18.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8140/pss-11524-chevy-rapid-blue-dt20260217211955524125.pdf?1771363197", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17403/chevy-rapid-blue-pss-11524-dt20240703210934259113-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11524/chevy-rapid-blue", + "scraped_at": "2026-05-01T15:27:19.704Z" + }, + { + "sku": "PSS-11536", + "color_name": "Tesla Solid Black", + "description": "Tesla Solid Black is an OEM matched black polyester super durable solid tone and has a high gloss finish. Color Match: Tesla Solid Black PBSB High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMTesla", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.97 + }, + { + "min": 50, + "max": 199, + "price": 25.62 + }, + { + "min": 200, + "max": null, + "price": 24.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7829/pss-11536-tesla-solid-black-dt20260102185107949423.pdf?1767379869", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17462/tesla-solid-black-pss-11536-dt20240712144506348486-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11536/tesla-solid-black", + "scraped_at": "2026-05-01T15:27:32.599Z" + }, + { + "sku": "PSS-11539", + "color_name": "Porsche Black", + "description": "Porsche Black is an OEM matched black polyester solid tone and has a high gloss finish. Color Match: Porsche Black 041 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMPorsche", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.71 + }, + { + "min": 50, + "max": 199, + "price": 15.87 + }, + { + "min": 200, + "max": null, + "price": 15.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6812/pss-11539-porsche-black-dt2024081519052350285.pdf?1723748725", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17625/porsche-black-pss-11539-dt20240905150036999679-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11539/porsche-black", + "scraped_at": "2026-05-01T15:27:45.945Z" + }, + { + "sku": "PSS-11542", + "color_name": "BMW Imola Red", + "description": "BMW Imola Red is an OEM matched deep red polyester solid tone and has a high gloss finish. Color Match: BMW Imola Red 405 Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMBMW", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.81 + }, + { + "min": 50, + "max": 199, + "price": 20.72 + }, + { + "min": 200, + "max": null, + "price": 19.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6717/pss-11542-bmw-imola-red-dt20240701211430206936.pdf?1719868471", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17464/bmw-imola-red-pss-11542-dt20240705175151718408-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11542/bmw-imola-red", + "scraped_at": "2026-05-01T15:27:59.941Z" + }, + { + "sku": "PSS-11543", + "color_name": "Lambo Deep Black", + "description": "Lambo Deep Black is an OEM matched black polyester solid tone and has a high gloss finish. Color Match: Lamborghini Deep Black 231524 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): LamborghiniAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.82 + }, + { + "min": 50, + "max": 199, + "price": 16.93 + }, + { + "min": 200, + "max": null, + "price": 16.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6803/pss-11543-lambo-deep-black-dt20240812224635018707.pdf?1723502797", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17474/lambo-deep-black-pss-11543-dt20240821210942719298-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11543/lambo-deep-black", + "scraped_at": "2026-05-01T15:28:11.174Z" + }, + { + "sku": "PSS-11545", + "color_name": "BMW Jet Black", + "description": "BMW Jet Black is an OEM matched black polyester solid tone and has a high gloss finish. Color Match: BMW Jet Black 668 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMBMW", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.7 + }, + { + "min": 50, + "max": 199, + "price": 14.92 + }, + { + "min": 200, + "max": null, + "price": 14.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6727/pss-11545-bmw-jet-black-dt20240708220340013747.pdf?1720476222", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17476/bmw-jet-black-pss-11545-dt20240821213527912473-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11545/bmw-jet-black", + "scraped_at": "2026-05-01T15:28:21.462Z" + }, + { + "sku": "PSS-11546", + "color_name": "Ferrari Rosso Corsa Red", + "description": "Ferrari Rosso Corsa Red is an OEM matched red polyester solid tone and has a gloss finish. Color Match: Ferrari Rosso Corso Red 322 Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FerrariAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.78 + }, + { + "min": 50, + "max": 199, + "price": 20.69 + }, + { + "min": 200, + "max": null, + "price": 19.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6728/pss-11546-ferrari-rosso-corsa-red-dt20240708220354012374.pdf?1720476236", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17478/ferrari-rosso-corsa-red-pss-11546-dt20240905144205573993-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11546/ferrari-rosso-corsa-red", + "scraped_at": "2026-05-01T15:28:36.762Z" + }, + { + "sku": "PSS-11547", + "color_name": "Mercedes Black", + "description": "Mercedes Black is an OEM matched black polyester solid tone and has a high gloss finish. Color Match: Mercedes Black DB040 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMMercedes Benz", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.87 + }, + { + "min": 50, + "max": 199, + "price": 15.08 + }, + { + "min": 200, + "max": null, + "price": 14.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6724/pss-11547-mercedes-black-dt20240708220234821725.pdf?1720476156", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17480/mercedes-black-pss-11547-dt20240821210425824629-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11547/mercedes-black", + "scraped_at": "2026-05-01T15:28:49.544Z" + }, + { + "sku": "PSS-11556", + "color_name": "Ferrari Rosso Scuderia Red", + "description": "Ferrari Rosso Scuderia Red is an OEM matched red polyester solid tone and has a high gloss finish. Color Match: Ferrari Rosso Scuderia Red 323 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FerrariAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.23 + }, + { + "min": 50, + "max": 199, + "price": 21.12 + }, + { + "min": 200, + "max": null, + "price": 20.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6753/pss-11556-ferrari-rosso-scuderia-red-dt20240723212053065557.pdf?1721769654", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17555/ferrari-rosso-scuderia-red-pss-11556-dt20240821212401924988-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11556/ferrari-rosso-scuderia-red", + "scraped_at": "2026-05-01T15:29:01.331Z" + }, + { + "sku": "PSS-11557", + "color_name": "Audi Ibis White", + "description": "Audi Ibis White is an OEM matched white super durable polyester and has a high gloss finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. Color Match: Audi Ibis White LY9C High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsAutomotive-OEMAudiSuper Durables", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.03 + }, + { + "min": 50, + "max": 199, + "price": 16.18 + }, + { + "min": 200, + "max": null, + "price": 15.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6782/pss-11557-audi-ibis-white-dt2024080720455152057.pdf?1723063553", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17627/audi-ibis-white-pss-11557-dt20240919214152395945-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11557/audi-ibis-white", + "scraped_at": "2026-05-01T15:29:14.435Z" + }, + { + "sku": "PSS-11558", + "color_name": "Mercedes Polar White", + "description": "Mercedes Polar White is an OEM matched white polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Mercedes Polar White 149 To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMMercedes Benz", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.04 + }, + { + "min": 50, + "max": 199, + "price": 18.09 + }, + { + "min": 200, + "max": null, + "price": 17.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6781/pss-11558-mercedes-polar-white-dt20240807204443765724.pdf?1723063485", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17598/mercedes-polar-white-pss-11558-dt20241007211055842564578-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11558/mercedes-polar-white", + "scraped_at": "2026-05-01T15:29:29.235Z" + }, + { + "sku": "PSS-11559", + "color_name": "Porsche Orange", + "description": "Porsche Orange is an OEM matched orange polyester solid tone and has a high gloss finish. Color Match: Porsche Orange 8C6 M2 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMPorsche", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.75 + }, + { + "min": 50, + "max": 199, + "price": 18.76 + }, + { + "min": 200, + "max": null, + "price": 17.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6756/pss-11559-porsche-orange-dt20240730160154951444.pdf?1722355317", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17571/porsche-orange-pss-11559-dt20240821210250447605-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11559/porsche-orange", + "scraped_at": "2026-05-01T15:29:41.254Z" + }, + { + "sku": "PSS-1156", + "color_name": "Sierra Brown", + "description": "Sierra Brown is a brown solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.89 + }, + { + "min": 50, + "max": 199, + "price": 11.3 + }, + { + "min": 200, + "max": null, + "price": 10.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5362/pss-1156-sierra-brown-tds-dt20231206154742417072.pdf?1701877664", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4008/sierra-brown-pss-1156-dt2023012016330257643-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1156/sierra-brown", + "scraped_at": "2026-05-01T15:29:56.377Z" + }, + { + "sku": "PSS-11560", + "color_name": "Albino", + "description": "Albino is a white super durable polyester solid tone and has a high gloss finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Super Durables", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.04 + }, + { + "min": 50, + "max": 199, + "price": 16.19 + }, + { + "min": 200, + "max": null, + "price": 15.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6822/pss-11560-albino-dt20240820220310748452.pdf?1724191393", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17674/albino-pss-11560-dt20241126211556202597-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11560/albino", + "scraped_at": "2026-05-01T15:30:11.852Z" + }, + { + "sku": "PSS-11566", + "color_name": "Audi Solar Orange", + "description": "Audi Solar Orange is an OEM matched orange polyester solid tone and has a high gloss finish. Color Match: Audi Solar Orange Y2G High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): AudiAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.09 + }, + { + "min": 50, + "max": 199, + "price": 21.94 + }, + { + "min": 200, + "max": null, + "price": 20.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6770/pss-11566-audi-solar-orange-dt20240806163013162473.pdf?1722961815", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17581/audi-solar-orange-pss-11566-dt2024082121374441747-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11566/audi-solar-orange", + "scraped_at": "2026-05-01T15:30:26.388Z" + }, + { + "sku": "PSS-11567", + "color_name": "Ford Wimbledon White", + "description": "Ford Wimbledon White is an OEM matched cream white polyester solid tone and has a high gloss finish. Color Match: Ford Wimbledon White N4 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.47 + }, + { + "min": 50, + "max": 199, + "price": 13.75 + }, + { + "min": 200, + "max": null, + "price": 13.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6771/pss-11567-ford-wimbledon-white-dt20240807201752885252.pdf?1723061875", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17600/ford-wimbledon-white-pss-11567-dt20240906165053368719-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11567/ford-wimbledon-white", + "scraped_at": "2026-05-01T15:30:39.155Z" + }, + { + "sku": "PSS-11573", + "color_name": "Porsche Carrara White", + "description": "Porsche Carrara White is an OEM matched white super durable polyester solid tone and has a gloss finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. Color Match: Porsche Carrara White B9A Gloss: 71-85 Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We recommend spraying a test panel before applying additional base coats or topcoats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsAutomotive-OEMSuper DurablesPorsche", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.92 + }, + { + "min": 50, + "max": 199, + "price": 17.97 + }, + { + "min": 200, + "max": null, + "price": 17.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6988/pss-11573-porsche-carrara-white-dt20241127185713581338.pdf?1732733835", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17602/porsche-carrera-white-pss-11573-dt20240905150310387845-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11573/porsche-carrara-white", + "scraped_at": "2026-05-01T15:30:51.597Z" + }, + { + "sku": "PSS-11574", + "color_name": "Chrysler Bright White", + "description": "Chrysler Bright White is an OEM matched white super durable polyester solid tone and has a high gloss finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. Color Match: Chrysler Bright White PW6 High Gloss: 85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. The ideal flash time is 2 minutes after the powder flows to a gloss state with oven and part metal temperatures at the suggested cure temperature; an applicator must visually confirm this state has been reached, as times will vary. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsAutomotive-OEMSuper DurablesChrysler", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.5 + }, + { + "min": 50, + "max": 199, + "price": 20.43 + }, + { + "min": 200, + "max": null, + "price": 19.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6780/pss-11574-chrysler-bright-white-dt20240807204400233231.pdf?1723063442", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17604/chrysler-bright-white-pss-11574-dt20240904225450720821-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11574/chrysler-bright-white", + "scraped_at": "2026-05-01T15:31:05.495Z" + }, + { + "sku": "PSS-11577", + "color_name": "Porsche Lava Orange", + "description": "Porsche Lava Orange is an OEM matched orange polyester solid tone and has a high gloss finish. Color Match: Porsche Lava Orange M2A High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMPorsche", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.23 + }, + { + "min": 50, + "max": 199, + "price": 21.12 + }, + { + "min": 200, + "max": null, + "price": 20.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6788/pss-11577-porsche-lava-orange-dt20240807204951191155.pdf?1723063793", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17606/porsche-lava-orange-pss-11577-dt20240905150913858792-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11577/porsche-lava-orange", + "scraped_at": "2026-05-01T15:31:16.099Z" + }, + { + "sku": "PSS-11581", + "color_name": "Dodge Bright White", + "description": "Dodge Bright White is an OEM matched white super durable polyester solid tone and has a high gloss finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. Color Match: Dodge Bright White PW6 High Gloss: 85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. The ideal flash time is 2 minutes after the powder flows to a gloss state with oven and part metal temperatures at the suggested cure temperature; an applicator must visually confirm this state has been reached, as times will vary. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsDodgeAutomotive-OEMSuper Durables", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.5 + }, + { + "min": 50, + "max": 199, + "price": 20.43 + }, + { + "min": 200, + "max": null, + "price": 19.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6783/pss-11581-dodge-bright-white-dt20240807204659895498.pdf?1723063622", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17757/dodge-bright-white-pss-11581-dt20240905210630032338-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11581/dodge-bright-white", + "scraped_at": "2026-05-01T15:31:30.598Z" + }, + { + "sku": "PSS-11583", + "color_name": "Jeep Bright White", + "description": "Jeep Bright White is an OEM matched white super durable polyester solid tone and has a high gloss finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. Color Match: Jeep Bright White PW6 High Gloss: 85+ Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats or top coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsJeepAutomotive-OEMSuper Durables", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.07 + }, + { + "min": 50, + "max": 199, + "price": 19.07 + }, + { + "min": 200, + "max": null, + "price": 18.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6785/pss-11583-jeep-bright-white-dt20240807204805100771.pdf?1723063687", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17631/jeep-bright-white-pss-11583-dt20240905143636223317-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11583/jeep-bright-white", + "scraped_at": "2026-05-01T15:31:43.990Z" + }, + { + "sku": "PSS-1159", + "color_name": "EDGEWOOD BEIGE", + "description": "Edgewood Beige is a medium-dark beige. This color is a polyester solid tone powder coat and has a glossy finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: River (Gloss): Edgewood Beige River PRB-10476 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.18 + }, + { + "min": 50, + "max": 199, + "price": 13.47 + }, + { + "min": 200, + "max": null, + "price": 12.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3397/pss-1159-edgewood-beige-tds-dt20230914152112998599.pdf?1694704874", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4010/edgewood-beige-pss-1159-dt2025070716255282948-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1159/edgewood-beige", + "scraped_at": "2026-05-01T15:32:01.113Z" + }, + { + "sku": "PSS-11590", + "color_name": "Chevy Amplify Orange", + "description": "Chevy Amplify Orange is an OEM matched orange polyester solid tone and has a high gloss finish. Color Match: Chevy Amplify Orange WA625G GC5 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ChevroletAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.62 + }, + { + "min": 50, + "max": 199, + "price": 20.54 + }, + { + "min": 200, + "max": null, + "price": 19.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6817/pss-11590-chevy-amplify-orange-dt2024081519104014109.pdf?1723749042", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17633/chevy-amplify-orange-pss-11590-dt20240904224740945408-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11590/chevy-amplify-orange", + "scraped_at": "2026-05-01T15:32:13.336Z" + }, + { + "sku": "PSS-11629", + "color_name": "Lambo Bianco Monocerus", + "description": "Lambo Bianco Monocerus is an OEM matched white super durable polyester solid tone and has a high gloss finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. High Gloss: 85+ Gloss Units Color Match: Lamborghini Bianco Monocerus LY9C Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsLamborghiniSuper DurablesAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.85 + }, + { + "min": 50, + "max": 199, + "price": 16.96 + }, + { + "min": 200, + "max": null, + "price": 16.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6977/pss-11629-lambo-bianco-monocerus-dt20241121214422537454.pdf?1732225464", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17882/lambo-bianco-monocerus-pss-11629-dt20241213215415881009-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11629/lambo-bianco-monocerus", + "scraped_at": "2026-05-01T15:32:23.892Z" + }, + { + "sku": "PSS-11632", + "color_name": "Porsche Speed Yellow", + "description": "Porsche Speed Yellow is an OEM matched yellow polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Porsche Speed Yellow 12H X4 To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMPorsche", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.13 + }, + { + "min": 50, + "max": 199, + "price": 25.77 + }, + { + "min": 200, + "max": null, + "price": 24.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6890/pss-11632-porsche-speed-yellow-dt20241007154734257825659.pdf?1728316055", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17908/porsche-speed-yellow-pss-11632-dt20241111194216629102-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11632/porsche-speed-yellow", + "scraped_at": "2026-05-01T15:32:34.297Z" + }, + { + "sku": "PSS-11640", + "color_name": "Polaris Sky Blue", + "description": "Polaris Sky Blue is an OEM matched sky blue polyester solid tone with and has a high gloss finish. High Gloss: 85+ Gloss Units Color Match: Polaris Sky Blue To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsPolaris", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.2 + }, + { + "min": 50, + "max": 199, + "price": 15.39 + }, + { + "min": 200, + "max": null, + "price": 14.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6985/pss-11640-polaris-sky-blue-dt20241122211838437649.pdf?1732310320", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18049/polaris-sky-blue-pss-11640-dt20241213215634265088-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11640/polaris-sky-blue", + "scraped_at": "2026-05-01T15:32:48.857Z" + }, + { + "sku": "PSS-11657", + "color_name": "AMS FED 27038", + "description": "AMS FED 27038 is a deep black polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.16 + }, + { + "min": 50, + "max": 199, + "price": 10.6 + }, + { + "min": 200, + "max": null, + "price": 10.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7097/pss-11657-ams-fed-27038-dt20250305162000674041.pdf?1741191602", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18250/ams-fed-27038-pss-11657-dt20250311203212087048-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11657/ams-fed-27038", + "scraped_at": "2026-05-01T15:33:00.396Z" + }, + { + "sku": "PSS-1167", + "color_name": "SNOWBIRD", + "description": "Snowbird is an off white. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.8 + }, + { + "min": 50, + "max": 199, + "price": 12.16 + }, + { + "min": 200, + "max": null, + "price": 11.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2592/pss-1167-snowbird-tds-dt2023081120000749501.pdf?1691784009", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4012/snowbird-pss-1167-dt20210202222108227-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1167/snowbird", + "scraped_at": "2026-05-01T16:11:11.386Z" + }, + { + "sku": "PSS-1168", + "color_name": "Stone Black", + "description": "Stone Black is a matte black. This color is a polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 10.81 + }, + { + "min": 50, + "max": 199, + "price": 10.27 + }, + { + "min": 200, + "max": null, + "price": 9.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7451/pss-1168-stone-black-dt20250725184804318188.pdf?1753469286", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4014/stone-black-pss-1168-dt20250923160720852048-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1168/stone-black", + "scraped_at": "2026-05-01T16:11:25.864Z" + }, + { + "sku": "PSS-11714", + "color_name": "Maple Glaze", + "description": "Maple Glaze is a maple tan polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS MATTE MAPLE GLAZE PSB-11741 CLICK FOR DETAILS MAPLE GLAZE SHIMMER PMB-11735 CLICK FOR DETAILS MAPLE GLAZE TEXTURE PTB-11737 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.7 + }, + { + "min": 50, + "max": 199, + "price": 13.97 + }, + { + "min": 200, + "max": null, + "price": 13.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7525/pss-11714-maple-glaze-dt20250825214759615482.pdf?1756158481", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18863/maple-glaze-pss-11714-dt20250923164659547294-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11714/maple-glaze", + "scraped_at": "2026-05-01T16:11:35.863Z" + }, + { + "sku": "PSS-11715", + "color_name": "Violet Grape", + "description": "Violet Grape is a vivid purple super durable polyester solid tone and has a high gloss finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Super Durables RELATED PRODUCTS VIOLET GRAPE SHIMMER PMB-11734 CLICK FOR DETAILS VIOLET GRAPE TEXTURE PTB-11736 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.63 + }, + { + "min": 50, + "max": 199, + "price": 26.25 + }, + { + "min": 200, + "max": null, + "price": 24.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7526/pss-11715-violet-grape-dt20250825214959329068.pdf?1756158601", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18865/violet-grape-pss-11715-dt20250923165348368494-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11715/violet-grape", + "scraped_at": "2026-05-01T16:11:48.261Z" + }, + { + "sku": "PSS-11722", + "color_name": "SW In The Pink", + "description": "SW In The Pink is a light pink polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Please note that this color exhibits a significant color change when a clear coat is applied. Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.96 + }, + { + "min": 50, + "max": 199, + "price": 18.96 + }, + { + "min": 200, + "max": null, + "price": 17.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19090/sw-in-the-pink-pss-11722-dt20251205223755329627-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11722/sw-in-the-pink", + "scraped_at": "2026-05-01T16:12:05.070Z" + }, + { + "sku": "PSS-11725", + "color_name": "SW Forget Me Not", + "description": "SW Forget Me Not is a muted purple polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.82 + }, + { + "min": 50, + "max": 199, + "price": 16.93 + }, + { + "min": 200, + "max": null, + "price": 16.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19092/sw-forget-me-not-pss-11725-dt20251205224133302536-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11725/sw-forget-me-not", + "scraped_at": "2026-05-01T16:12:20.200Z" + }, + { + "sku": "PSS-11726", + "color_name": "SW Coral Bells", + "description": "SW Coral Bells is a blush pink polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Please note that this color exhibits a significant color change when a clear coat is applied. Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.63 + }, + { + "min": 50, + "max": 199, + "price": 28.15 + }, + { + "min": 200, + "max": null, + "price": 26.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19094/sw-coral-bells-pss-11726-dt20251205224706061215-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11726/sw-coral-bells", + "scraped_at": "2026-05-01T16:12:30.928Z" + }, + { + "sku": "PSS-11727", + "color_name": "Pantone 4525 C", + "description": "Pantone 4525 C is a beige polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.24 + }, + { + "min": 50, + "max": 199, + "price": 14.48 + }, + { + "min": 200, + "max": null, + "price": 13.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7591/pss-11727-pantone-4525c-dt20251014145734282593.pdf?1760453856", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19013/pantone-4525c-pss-11727-dt20251107220905287095-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11727/pantone-4525-c", + "scraped_at": "2026-05-01T16:12:43.624Z" + }, + { + "sku": "PSS-11729", + "color_name": "Ford Ebony Black", + "description": "Ford Ebony Black is an OEM matched black polyester solid tone and has a high gloss finish. Color Match: Ford Ebony Black UA High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FordAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.85 + }, + { + "min": 50, + "max": 199, + "price": 15.06 + }, + { + "min": 200, + "max": null, + "price": 14.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7590/pss-11729-ford-ebony-black-dt20251014145430303834.pdf?1760453672", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19015/ford-ebony-black-pss-11729-dt20251014163658423773-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11729/ford-ebony-black", + "scraped_at": "2026-05-01T16:12:58.184Z" + }, + { + "sku": "PSS-1210", + "color_name": "Quater Blue", + "description": "Quater Blue is a medium blue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: River (Matte): Blue Hawaiian River PRB-6104 Solid Tone (Satin): Matte Quater Blue PSB-8125 Vein (Matte): Blue/Gold PVB-1241 Metallic (Gloss): Ridgeway Blue PMB-1956 Vein (Satin): Blue/Silver PVB-8102 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.73 + }, + { + "min": 50, + "max": 199, + "price": 13.99 + }, + { + "min": 200, + "max": null, + "price": 13.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6021/pss-1210-quater-blue-tds-dt20240402223040363181.pdf?1712097043", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4016/quater-blue-pss-1210-dt20220916213153296409-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1210/quater-blue", + "scraped_at": "2026-05-01T16:13:12.459Z" + }, + { + "sku": "PSS-1221", + "color_name": "NEON GREEN", + "description": "Neon Green is a fluorescent green that glows when exposed to black light. (This is not a glow-in-the-dark product.) This color is a polyester solid tone powder coat and has a glossy finish. (This is not a glow-in-the-dark product.)***NOTE: Please be aware that the pigment used to formulate this color may have small black or red specks. This is due to the process and chemistry that is inherent to this pigment. This color may have limited UV stability. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.68 + }, + { + "min": 50, + "max": 199, + "price": 18.7 + }, + { + "min": 200, + "max": null, + "price": 17.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2701/pss-1221-neon-green-tds-dt20230815225537683502.pdf?1692140139", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4018/neon-green-pss-1221-dt20250722203647174339-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1221/neon-green", + "scraped_at": "2026-05-01T16:13:25.511Z" + }, + { + "sku": "PSS-1236", + "color_name": "Edgewood Brown", + "description": "Edgewood Brown is a reddish brown. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.05 + }, + { + "min": 50, + "max": 199, + "price": 13.35 + }, + { + "min": 200, + "max": null, + "price": 12.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3401/pss-1236-edgewood-brown-tds-dt20230914152942594945.pdf?1694705384", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4020/edgewood-brown-pss-1236-dt20220629161109079815-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1236/edgewood-brown", + "scraped_at": "2026-05-01T16:13:39.117Z" + }, + { + "sku": "PSS-1249", + "color_name": "OLD TOWN BEIGE", + "description": "Old Town Beige is a medium caramel beige. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units This product was developed to meet or exceed the 2603 AAMA rating. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance Coatings", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.58 + }, + { + "min": 50, + "max": 199, + "price": 11.95 + }, + { + "min": 200, + "max": null, + "price": 11.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4022/old-town-beige-pss-1249-dt20181119175229953-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1249/old-town-beige", + "scraped_at": "2026-05-01T16:13:52.713Z" + }, + { + "sku": "PSS-1260", + "color_name": "Trapper Yellow", + "description": "Trapper Yellow is a deep solid yellow. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.49 + }, + { + "min": 50, + "max": 199, + "price": 15.67 + }, + { + "min": 200, + "max": null, + "price": 14.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4024/trapper-yellow-pss-1260-dt20210127173223977-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1260/trapper-yellow", + "scraped_at": "2026-05-01T16:14:01.922Z" + }, + { + "sku": "PSS-1353", + "color_name": "Soft Satin White", + "description": "Soft Satin White is a bright soft white. This color is a polyester solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.37 + }, + { + "min": 50, + "max": 199, + "price": 10.8 + }, + { + "min": 200, + "max": null, + "price": 10.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6874/pss-1353-soft-satin-white-dt20240911174842317994417.pdf?1726076923", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4026/soft-satin-white-pss-1353-dt20250617193330327868-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1353/soft-satin-white", + "scraped_at": "2026-05-01T16:14:16.516Z" + }, + { + "sku": "PSS-1377", + "color_name": "Vista Green", + "description": "Vista Green is a lighter green solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Vein (Satin): Iced Mint PVB-2474 Metallic (Gloss): Hint-O-Mint PMB-1962 Proposition 65 Warning CREATIONS MADE WITH VISTA GREEN View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can you do color match based on a Pantone color, hex #, or RGB value? - Tavolo Design 05/01/19 01:35 pm Answer: For color match questions, please contact our color match department at colormatch@prismaticpowders.com - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.84 + }, + { + "min": 50, + "max": 199, + "price": 14.1 + }, + { + "min": 200, + "max": null, + "price": 13.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2864/pss-1377-vista-green-tds-dt20230822130313246983.pdf?1692709395", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4028/vista-green-pss-1377-dt2020072917511864-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1377/vista-green", + "scraped_at": "2026-05-01T16:14:29.899Z" + }, + { + "sku": "PSS-1395", + "color_name": "Federation Brown", + "description": "Federation Brown is a chocolate brown. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS FEDERATION RIVER PRB-6338 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.15 + }, + { + "min": 50, + "max": 199, + "price": 12.49 + }, + { + "min": 200, + "max": null, + "price": 11.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3473/pss-1395-federation-brown-tds-dt20230915192514029688.pdf?1694805916", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4030/federation-brown-pss-1395-dt20250707161810327464-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1395/federation-brown", + "scraped_at": "2026-05-01T16:14:45.616Z" + }, + { + "sku": "PSS-1414", + "color_name": "SMOKE HOUSE GREEN", + "description": "Smoke House Green is a dark green/brown with a smooth appearance. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.44 + }, + { + "min": 50, + "max": 199, + "price": 17.52 + }, + { + "min": 200, + "max": null, + "price": 16.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6113/pss-1414-smoke-house-green-tds-dt20240412154301488598.pdf?1712936584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4032/smoke-house-green-pss-1414-dt20220824173000419375-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1414/smoke-house-green", + "scraped_at": "2026-05-01T16:15:00.694Z" + }, + { + "sku": "PSS-1423", + "color_name": "Light Cherry Red", + "description": "Light Cherry Red is a light brick red. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS LIGHT CHERRY RED TEXTURE PTB-10987 CLICK FOR DETAILS LIGHT CHERRY RED SILVER VEIN PVB-10968 CLICK FOR DETAILS MATTE LIGHT CHERRY PSB-10853 CLICK FOR DETAILS SATIN LIGHT CHERRY RED PSB-10170 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.01 + }, + { + "min": 50, + "max": 199, + "price": 19.96 + }, + { + "min": 200, + "max": null, + "price": 18.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3199/pss-1423-light-cherry-red-tds-dt20230906145737565961.pdf?1694012260", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4034/light-cherry-red-pss-1423-dt20250623222146187147-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1423/light-cherry-red", + "scraped_at": "2026-05-01T16:15:15.503Z" + }, + { + "sku": "PSS-1429", + "color_name": "Cabot Orange", + "description": "Cabot Orange is a dark red/orange. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS MATTE CABOT ORANGE PSB-11231 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.62 + }, + { + "min": 50, + "max": 199, + "price": 16.74 + }, + { + "min": 200, + "max": null, + "price": 15.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4036/cabot-orange-pss-1429-dt2025062522050970215-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1429/cabot-orange", + "scraped_at": "2026-05-01T16:15:31.258Z" + }, + { + "sku": "PSS-1452", + "color_name": "China Mint", + "description": "China Mint is a pastel mint green. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Pastels RELATED PRODUCTS CHINA MINT RIVER PRB-2696 CLICK FOR DETAILS CHINA MINT TEXTURE PTB-8154 CLICK FOR DETAILS SATIN CHINA MINT PSB-10166 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15 + }, + { + "min": 50, + "max": 199, + "price": 14.25 + }, + { + "min": 200, + "max": null, + "price": 13.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3170/pss-1452-china-mint-tds-dt20230905175729782761.pdf?1693936651", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4038/china-mint-pss-1452-dt20250623224632007435-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1452/china-mint", + "scraped_at": "2026-05-01T16:15:42.465Z" + }, + { + "sku": "PSS-1464", + "color_name": "Pinelake Blue", + "description": "Pinelake Blue is a bright cobalt blue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Low Gloss: Matte Pinelake Blue PSB-11088 Vein Finish: Pinelake Blue Silver Vein PVB-11091 Texture: Pinelake Blue Texture PTB-11090 River: Pinelake Blue River PRB-11089 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.58 + }, + { + "min": 50, + "max": 199, + "price": 12.9 + }, + { + "min": 200, + "max": null, + "price": 12.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4040/pinelake-blue-pss-1464-dt20200410222107317-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1464/pinelake-blue", + "scraped_at": "2026-05-01T16:15:56.453Z" + }, + { + "sku": "PSS-1474", + "color_name": "SAGE GREEN", + "description": "Sage Green is a dark green. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Semi-Gloss): Flat Sage Green PSB-7014 Texture (Flat): Sage Green Texture PTB-8140 Vein (Satin): Sage/Copper PVB-1678 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15 + }, + { + "min": 50, + "max": 199, + "price": 14.25 + }, + { + "min": 200, + "max": null, + "price": 13.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6046/pss-1474-sage-green-tds-dt20240404165347960989.pdf?1712249630", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4042/sage-green-pss-1474-dt20220906220715441606-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1474/sage-green", + "scraped_at": "2026-05-01T16:16:10.640Z" + }, + { + "sku": "PSS-1523", + "color_name": "Card Black", + "description": "Card Black is a deep black. This color is a polyester solid tone powder coat and has semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 10.04 + }, + { + "min": 50, + "max": 199, + "price": 9.54 + }, + { + "min": 200, + "max": null, + "price": 9.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6324/pss-1523-card-black-tds-dt2024042322293605505.pdf?1713911378", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4046/card-black-pss-1523-dt20251124213248375151-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1523/card-black", + "scraped_at": "2026-05-01T16:16:21.537Z" + }, + { + "sku": "PSS-1546", + "color_name": "Hawaiian Flower", + "description": "Hawaiian Flower is a bright red. This color is a polyester solid tone powder coat and has a high gloss finish. Color will change when clear top coat is applied. High Gloss: 85+ Gloss Units Due to the specific pigment used in this product, a clear or other top coat may dramatically change the color. Spray a test piece to ensure that the final color meets your requirements. Proposition 65 Warning CREATIONS MADE WITH HAWAIIAN FLOWER View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.12 + }, + { + "min": 50, + "max": 199, + "price": 23.86 + }, + { + "min": 200, + "max": null, + "price": 22.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3327/pss-1546-hawaiian-flower-tds-dt20230912204159083894.pdf?1694551321", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4048/hawaiian-flower-pss-1546-dt20210428150332823-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1546/hawaiian-flower", + "scraped_at": "2026-05-01T16:16:34.891Z" + }, + { + "sku": "PSS-1577", + "color_name": "Highland Yellow", + "description": "Highland Yellow is a medium yellow. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.03 + }, + { + "min": 50, + "max": 199, + "price": 14.28 + }, + { + "min": 200, + "max": null, + "price": 13.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8103/pss-1577-highland-yellow-sds-dt20260130160546785745.pdf?1769789148", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8100/pss-1577-highland-yellow-dt20260129192037068439.pdf?1769714438", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4052/highland-yellow-pss-1577-dt20250923160039577983-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1577/highland-yellow", + "scraped_at": "2026-05-01T16:16:48.122Z" + }, + { + "sku": "PSS-1584", + "color_name": "Blue Velvet", + "description": "Blue Velvet is a sleek dark blue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.62 + }, + { + "min": 50, + "max": 199, + "price": 14.84 + }, + { + "min": 200, + "max": null, + "price": 14.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2984/pss-1584-blue-velvet-tds-dt20230829195341064453.pdf?1693338822", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4054/blue-velvet-pss-1584-dt20210111194017968-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1584/blue-velvet", + "scraped_at": "2026-05-01T16:17:00.953Z" + }, + { + "sku": "PSS-1605", + "color_name": "Claret", + "description": "Claret is a dark maroon. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Metallic (Gloss): Golden Glazed Cherry PMB-1974 River (Gloss): Claret River PRB-4822 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.76 + }, + { + "min": 50, + "max": 199, + "price": 14.97 + }, + { + "min": 200, + "max": null, + "price": 14.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3359/pss-1605-claret-tds-dt2023091316484458726.pdf?1694623726", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4056/claret-pss-1605-dt2022061322364919457-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1605/claret", + "scraped_at": "2026-05-01T16:17:13.353Z" + }, + { + "sku": "PSS-1610", + "color_name": "HUNTER GREEN", + "description": "Hunter Green is a dark forest green. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.69 + }, + { + "min": 50, + "max": 199, + "price": 12.06 + }, + { + "min": 200, + "max": null, + "price": 11.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4058/hunter-green-pss-1610-dt20250520202243020447-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1610/hunter-green", + "scraped_at": "2026-05-01T16:17:31.756Z" + }, + { + "sku": "PSS-1623", + "color_name": "Hot Yellow", + "description": "Hot Yellow is a bright yellow. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HOT YELLOW RIVER PRB-10485 CLICK FOR DETAILS MATTE HOT YELLOW PSB-10484 CLICK FOR DETAILS HOT YELLOW TEXTURE PTB-10486 CLICK FOR DETAILS HOT YELLOW SILVER VEIN PVB-10948 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.99 + }, + { + "min": 50, + "max": 199, + "price": 17.09 + }, + { + "min": 200, + "max": null, + "price": 16.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8130/pss-1623-hot-yellow-dt20260206222916673928.pdf?1770416958", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4060/hot-yellow-pss-1623-dt20260227214621450158-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1623/hot-yellow", + "scraped_at": "2026-05-01T16:17:42.470Z" + }, + { + "sku": "PSS-1627", + "color_name": "Hot Orange", + "description": "Hot Orange is a deep burnt orange with a red appearance. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.92 + }, + { + "min": 50, + "max": 199, + "price": 16.07 + }, + { + "min": 200, + "max": null, + "price": 15.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3929/pss-1627-hot-orange-tds-dt2023092717525764851.pdf?1695837179", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4062/hot-orange-pss-1627-dt20200512161415808-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1627/hot-orange", + "scraped_at": "2026-05-01T16:17:56.473Z" + }, + { + "sku": "PSS-1670", + "color_name": "Rosette Pink", + "description": "Rosette Pink is a medium-dark Barbie pink. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Metallic (Semi-Gloss): Cherry Blossom Pink PMB-1371 Metallic (Gloss): Frosty Pink PMB-4114 / Sparkling Pink PMB-4116 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Pastels RELATED PRODUCTS ROSETTE PINK TEXTURE PTB-11040 CLICK FOR DETAILS ROSETTE PINK SILVER VEIN PVB-11041 CLICK FOR DETAILS ROSETTE PINK RIVER PRB-11039 CLICK FOR DETAILS MATTE ROSETTE PINK PSB-11038 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.3 + }, + { + "min": 50, + "max": 199, + "price": 16.44 + }, + { + "min": 200, + "max": null, + "price": 15.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7767/pss-1670-rosette-pink-dt20251229221758363235.pdf?1767046680", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4064/rosette-pink-pss-1670-dt20250527194227530349-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1670/rosette-pink", + "scraped_at": "2026-05-01T16:18:10.022Z" + }, + { + "sku": "PSS-1676", + "color_name": "Sinbad Purple", + "description": "Sinbad Purple is a grape purple. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS SINBAD PURPLE TEXTURE PTB-10384 CLICK FOR DETAILS MATTE SINBAD PURPLE PSB-10116 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.26 + }, + { + "min": 50, + "max": 199, + "price": 13.55 + }, + { + "min": 200, + "max": null, + "price": 12.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6911/pss-1676-sinbad-purple-dt20241017212734244728.pdf?1729200456", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4066/sinbad-purple-pss-1676-dt20250421174028209153-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1676/sinbad-purple", + "scraped_at": "2026-05-01T16:18:24.350Z" + }, + { + "sku": "PSS-1715", + "color_name": "Playboy Blue", + "description": "Playboy Blue is a dark sky blue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS SATIN PLAYBOY BLUE PSB-10212 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.45 + }, + { + "min": 50, + "max": 199, + "price": 12.78 + }, + { + "min": 200, + "max": null, + "price": 12.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2980/pss-1715-playboy-blue-tds-dt20230829194424187636.pdf?1693338265", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4068/playboy-blue-pss-1715-dt2025061020224752486-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1715/playboy-blue", + "scraped_at": "2026-05-01T16:18:37.964Z" + }, + { + "sku": "PSS-1718", + "color_name": "Captive Blue", + "description": "Captive Blue is a medium blue. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: River (Satin): Captive River PRB-1717 / Ashley Blue River PRB-2903 Metallic (Gloss): Mystical Blue PMB-1362 Metallic (High Gloss): Hollywood Blue PMB-1966 Proposition 65 Warning CREATIONS MADE WITH CAPTIVE BLUE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15 + }, + { + "min": 50, + "max": 199, + "price": 14.25 + }, + { + "min": 200, + "max": null, + "price": 13.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3220/pss-1718-captive-blue-tds-dt20230906171438234357.pdf?1694020479", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4070/captive-blue-pss-1718-dt20220824160705741107-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1718/captive-blue", + "scraped_at": "2026-05-01T16:18:54.253Z" + }, + { + "sku": "PSS-1738", + "color_name": "Astatic Red", + "description": "Astatic Red is a deep cherry red. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units This product was developed to meet or exceed the 2603 AAMA rating. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance Coatings", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.85 + }, + { + "min": 50, + "max": 199, + "price": 13.16 + }, + { + "min": 200, + "max": null, + "price": 12.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2796/pss-1738-astatic-red-tds-dt20230818155756858625.pdf?1692374278", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4072/astatic-red-pss-1738-dt2025030619544071008-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1738/astatic-red", + "scraped_at": "2026-05-01T16:19:08.188Z" + }, + { + "sku": "PSS-1750", + "color_name": "Willow Grey", + "description": "Willow Grey is a medium grey solid tone. This color is a polyester solid tone powder coat and has a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS WILLOW GREY RIVER PRB-1751 CLICK FOR DETAILS FLAT WILLOW GREY PSB-8080 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.53 + }, + { + "min": 50, + "max": 199, + "price": 10.95 + }, + { + "min": 200, + "max": null, + "price": 10.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3207/pss-1750-willow-grey-tds-dt20230906154800371919.pdf?1694015282", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4074/willow-grey-pss-1750-dt20250602215441499698-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1750/willow-grey", + "scraped_at": "2026-05-01T16:19:21.896Z" + }, + { + "sku": "PSS-1777", + "color_name": "Burnt Brown", + "description": "Burnt Brown is a burnt brown solid tone. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.45 + }, + { + "min": 50, + "max": 199, + "price": 12.78 + }, + { + "min": 200, + "max": null, + "price": 12.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5558/pss-1777-burnt-brown-tds-dt20240117191315204084.pdf?1705518797", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4076/burnt-brown-pss-1777-dt20220824160305273498-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1777/burnt-brown", + "scraped_at": "2026-05-01T16:19:33.175Z" + }, + { + "sku": "PSS-1791", + "color_name": "Juju Orange", + "description": "Juju Orange is a bright orange solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS MATTE JUJU ORANGE PSB-10848 CLICK FOR DETAILS JUJU ORANGE RIVER PRB-10872 CLICK FOR DETAILS JUJU ORANGE SILVER VEIN PVB-10963 CLICK FOR DETAILS JUJU ORANGE TEXTURE PTB-10797 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.59 + }, + { + "min": 50, + "max": 199, + "price": 18.61 + }, + { + "min": 200, + "max": null, + "price": 17.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3661/pss-1791-juju-orange-tds-dt20230920150139979553.pdf?1695222102", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4078/juju-orange-pss-1791-dt20250603220857502111-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1791/juju-orange", + "scraped_at": "2026-05-01T16:19:44.892Z" + }, + { + "sku": "PSS-1846", + "color_name": "HERITAGE CREAM", + "description": "Heritage Cream is a light cream. This color is a solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units River: Heritage River PRB-2571 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.11 + }, + { + "min": 50, + "max": 199, + "price": 10.55 + }, + { + "min": 200, + "max": null, + "price": 10 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2505/pss-1846-heritage-cream-tds-dt20230808222043777867.pdf?1691533245", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14339/heritage-cream-pss-1846-dt20230908183704204449-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1846/heritage-cream", + "scraped_at": "2026-05-01T16:19:59.224Z" + }, + { + "sku": "PSS-1896", + "color_name": "Tangy Orange", + "description": "Tangy Orange is a vivid citrus orange polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.43 + }, + { + "min": 50, + "max": 199, + "price": 17.51 + }, + { + "min": 200, + "max": null, + "price": 16.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9439/tangy-orange-pss-1896-dt20241021151240341183-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1896/tangy-orange", + "scraped_at": "2026-05-01T16:20:10.473Z" + }, + { + "sku": "PSS-2094", + "color_name": "Porcelain White", + "description": "Porcelain White is a light cream. This color is a polyester solid tone powder coat and has a high gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS MATTE PORCELAIN WHITE PSB-10457 CLICK FOR DETAILS PORCELAIN WHITE SILVER VEIN PVB-10937 CLICK FOR DETAILS PORCELAIN WHITE RIVER PRB-10458 CLICK FOR DETAILS PORCELAIN WHITE TEXTURE PTB-10459 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.08 + }, + { + "min": 50, + "max": 199, + "price": 11.48 + }, + { + "min": 200, + "max": null, + "price": 10.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3071/pss-2094-porcelain-white-tds-dt20230830175446923002.pdf?1693418088", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4082/porcelain-white-pss-2094-dt20250714151204579645-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2094/porcelain-white", + "scraped_at": "2026-05-01T16:20:24.415Z" + }, + { + "sku": "PSS-2111", + "color_name": "Internal White", + "description": "Internal White is a bright white with a faint sparkle. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.85 + }, + { + "min": 50, + "max": 199, + "price": 17.91 + }, + { + "min": 200, + "max": null, + "price": 16.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2961/pss-2111-internal-white-tds-dt20230829155910374877.pdf?1693324751", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4084/internal-white-pss-2111-dt20201002144957386-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2111/internal-white", + "scraped_at": "2026-05-01T16:20:38.905Z" + }, + { + "sku": "PSS-2127", + "color_name": "Sudden Yellow", + "description": "Sudden Yellow is a dark yellow. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: River (Semi-Gloss): Suddenly Yellow PRB-2053 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.65 + }, + { + "min": 50, + "max": 199, + "price": 15.82 + }, + { + "min": 200, + "max": null, + "price": 14.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3437/pss-2127-sudden-yellow-tds-dt20230914215021032604.pdf?1694728222", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4086/sudden-yellow-pss-2127-dt20220527212209407592-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2127/sudden-yellow", + "scraped_at": "2026-05-01T16:20:55.503Z" + }, + { + "sku": "PSS-2128", + "color_name": "Bonnie Sue Blue", + "description": "Bonnie Sue Blue is a medium sky blue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.79 + }, + { + "min": 50, + "max": 199, + "price": 14.05 + }, + { + "min": 200, + "max": null, + "price": 13.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4088/bonnie-sue-blue-pss-2128-dt20210111231629631-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2128/bonnie-sue-blue", + "scraped_at": "2026-05-01T16:21:07.349Z" + }, + { + "sku": "PSS-2243", + "color_name": "HARBOR GREY", + "description": "Harbor Grey is a dark grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Flat): Flat Harbor Grey PSB-8053 River (Semi-Gloss): Harbor Grey River PRB-1963 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.32 + }, + { + "min": 50, + "max": 199, + "price": 12.65 + }, + { + "min": 200, + "max": null, + "price": 11.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3182/pss-2243-harbor-grey-tds-dt20230905194744570775.pdf?1693943266", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4090/harbor-grey-pss-2243-dt20220824163618719498-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2243/harbor-grey", + "scraped_at": "2026-05-01T16:21:22.204Z" + }, + { + "sku": "PSS-2287", + "color_name": "HONEY MUSTARD", + "description": "Honey Mustard is a honey mustard yellow solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.58 + }, + { + "min": 50, + "max": 199, + "price": 11 + }, + { + "min": 200, + "max": null, + "price": 10.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4094/honey-mustard-pss-2287-dt20190515172100101-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2287/honey-mustard", + "scraped_at": "2026-05-01T16:21:36.393Z" + }, + { + "sku": "PSS-2337", + "color_name": "Tomato Sauce Red", + "description": "Tomato Sauce Red is a red-orange. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Semi-Gloss): Matte Red PSB-6466 River (Satin): Tomato River PRB-4079 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.32 + }, + { + "min": 50, + "max": 199, + "price": 14.55 + }, + { + "min": 200, + "max": null, + "price": 13.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4096/tomato-sauce-red-pss-2337-dt20181212170846055-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2337/tomato-sauce-red", + "scraped_at": "2026-05-01T16:21:52.244Z" + }, + { + "sku": "PSS-2356", + "color_name": "Crest Blue", + "description": "Crest Blue is a dark navy blue polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.89 + }, + { + "min": 50, + "max": 199, + "price": 17.95 + }, + { + "min": 200, + "max": null, + "price": 17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4915/pss-2356-crest-blue-tds-dt20231127160811517366.pdf?1701101293", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9442/crest-blue-pss-2356-dt20231127212853019731-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2356/crest-blue", + "scraped_at": "2026-05-01T16:22:04.014Z" + }, + { + "sku": "PSS-2380", + "color_name": "Traffic Yellow", + "description": "Traffic Yellow is a bright deep yellow. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.38 + }, + { + "min": 50, + "max": 199, + "price": 15.56 + }, + { + "min": 200, + "max": null, + "price": 14.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4100/traffic-yellow-pss-2380-dt20211103204423946-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2380/traffic-yellow", + "scraped_at": "2026-05-01T16:22:20.309Z" + }, + { + "sku": "PSS-2550", + "color_name": "Caterpillar Yellow II", + "description": "Caterpillar Yellow II is a dark yellow. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CATERPILLAR YELLOW II TEXTURE PTB-10438 CLICK FOR DETAILS MATTE CATERPILLAR YELLOW II PSB-10436 CLICK FOR DETAILS CATERPILLAR YELLOW II SILVER VEIN PVB-10930 CLICK FOR DETAILS CATERPILLAR YELLOW II RIVER PRB-10437 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.48 + }, + { + "min": 50, + "max": 199, + "price": 19.46 + }, + { + "min": 200, + "max": null, + "price": 18.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3040/pss-2550-caterpillar-yellow-ii-tds-dt20230830161238728331.pdf?1693411960", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4104/caterpillar-yellow-ii-pss-2550-dt20250813181508608024-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2550/caterpillar-yellow-ii", + "scraped_at": "2026-05-01T16:22:37.864Z" + }, + { + "sku": "PSS-2600", + "color_name": "Sunshine Yellow", + "description": "Sunshine Yellow is a very bright sunshine yellow. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Metallic (Semi-Gloss): Willet Yeller PMB-2863 Proposition 65 Warning RELATED PRODUCTS SUNSHINE YELLOW RIVER PRB-10473 CLICK FOR DETAILS SUNSHINE YELLOW SILVER VEIN PVB-10944 CLICK FOR DETAILS SUNSHINE YELLOW TEXTURE PTB-10474 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.03 + }, + { + "min": 50, + "max": 199, + "price": 15.23 + }, + { + "min": 200, + "max": null, + "price": 14.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3098/pss-2600-sunshine-yellow-tds-dt20230831141808073893.pdf?1693491489", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4106/sunshine-yellow-pss-2600-dt20251002142230177515-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2600/sunshine-yellow", + "scraped_at": "2026-05-01T16:23:01.254Z" + }, + { + "sku": "PSS-2622", + "color_name": "Olive Drab", + "description": "Olive Drab is a grey color with a slight green appearance. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: River (Gloss): Yosemite Green River PRB-4743 Metallic (Gloss): Barnum Green PMB-4044 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.65 + }, + { + "min": 50, + "max": 199, + "price": 14.87 + }, + { + "min": 200, + "max": null, + "price": 14.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4108/olive-drab-pss-2622-dt20210519184959558-thumbnail.jpg?1621450200&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2622/olive-drab", + "scraped_at": "2026-05-01T16:23:11.735Z" + }, + { + "sku": "PSS-2625", + "color_name": "TEXAS GREY II", + "description": "Texas Grey II is a light grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.82 + }, + { + "min": 50, + "max": 199, + "price": 12.18 + }, + { + "min": 200, + "max": null, + "price": 11.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3177/pss-2625-texas-grey-ii-tds-dt20230905181433339899.pdf?1693937675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4110/texas-grey-ii-pss-2625-dt20250708204139039544-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2625/texas-grey-ii", + "scraped_at": "2026-05-01T16:23:27.615Z" + }, + { + "sku": "PSS-2638", + "color_name": "Note Pad Yellow", + "description": "Note Pad Yellow is a pale yellow. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.16 + }, + { + "min": 50, + "max": 199, + "price": 26.75 + }, + { + "min": 200, + "max": null, + "price": 25.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4112/note-pad-yellow-pss-2638-dt20181121211457405-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2638/note-pad-yellow", + "scraped_at": "2026-05-01T16:23:39.833Z" + }, + { + "sku": "PSS-2643", + "color_name": "Almond Delight", + "description": "Almond Delight is a light almond color. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.69 + }, + { + "min": 50, + "max": 199, + "price": 12.06 + }, + { + "min": 200, + "max": null, + "price": 11.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3509/pss-2643-almond-delight-tds-dt20230918152341892987.pdf?1695050623", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4114/almond-delight-pss-2643-dt20210129181917562-thumbnail.jpg?1611944359&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2643/almond-delight", + "scraped_at": "2026-05-01T16:23:55.691Z" + }, + { + "sku": "PSS-2657", + "color_name": "Troll Blue", + "description": "Troll Blue is a light sky blue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Pastels", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.98 + }, + { + "min": 50, + "max": 199, + "price": 14.23 + }, + { + "min": 200, + "max": null, + "price": 13.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8137/pss-2657-troll-blue-dt20260216193221264541.pdf?1771270343", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4116/troll-blue-pss-2657-dt20250519211125286352-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2657/troll-blue", + "scraped_at": "2026-05-01T16:24:05.380Z" + }, + { + "sku": "PSS-2694", + "color_name": "Red Wheel", + "description": "Red Wheel is a bright vibrant red. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.23 + }, + { + "min": 50, + "max": 199, + "price": 15.42 + }, + { + "min": 200, + "max": null, + "price": 14.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5441/pss-2694-red-wheel-tds-dt20231222174851362524.pdf?1703267333", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4118/red-wheel-pss-2694-dt20250306195709469125-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2694/red-wheel", + "scraped_at": "2026-05-01T16:24:19.587Z" + }, + { + "sku": "PSS-2708", + "color_name": "Dark Autumn Orange", + "description": "Dark Autumn Orange is a rich orange. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Texture (Flat): Autumn Texture PTB-6953 Metallic (High Gloss): Lite Autumn Orange PMB-2707 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Miami", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.73 + }, + { + "min": 50, + "max": 199, + "price": 18.74 + }, + { + "min": 200, + "max": null, + "price": 17.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3649/pss-2708-dark-autumn-orange-tds-dt20230919223833434947.pdf?1695163115", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4122/dark-autumn-orange-pss-2708-dt20210915160959963-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2708/dark-autumn-orange", + "scraped_at": "2026-05-01T16:24:31.653Z" + }, + { + "sku": "PSS-2712", + "color_name": "Red Devil", + "description": "Red Devil is a dull red-orange. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Metallic (Semi-Gloss): APC Orange PMB-2854 River (Satin): Diablo River PRB-2021 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.55 + }, + { + "min": 50, + "max": 199, + "price": 16.67 + }, + { + "min": 200, + "max": null, + "price": 15.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3765/pss-2712-red-devil-tds-dt20230922223920240394.pdf?1695422362", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4124/red-devil-pss-2712-dt20181204214448549-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2712/red-devil", + "scraped_at": "2026-05-01T16:24:48.492Z" + }, + { + "sku": "PSS-2724", + "color_name": "Lucky Blue", + "description": "Lucky Blue is a dark slate blue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): NFL TeamsDetroit Lions", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.78 + }, + { + "min": 50, + "max": 199, + "price": 14.04 + }, + { + "min": 200, + "max": null, + "price": 13.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2869/pss-2724-lucky-blue-tds-dt2023082213313936535.pdf?1692711102", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4126/lucky-blue-pss-2724-dt20200428145000323-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2724/lucky-blue", + "scraped_at": "2026-05-01T16:25:01.105Z" + }, + { + "sku": "PSS-2725", + "color_name": "VANILLA ICE CREAM", + "description": "Vanilla Ice Cream is a creamy white. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.6 + }, + { + "min": 50, + "max": 199, + "price": 11.97 + }, + { + "min": 200, + "max": null, + "price": 11.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5529/pss-2725-vanilla-ice-cream-tds-dt20240111200118748478.pdf?1705003280", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4128/vanilla-ice-cream-pss-2725-dt20211011152042897-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2725/vanilla-ice-cream", + "scraped_at": "2026-05-01T16:25:12.218Z" + }, + { + "sku": "PSS-2732", + "color_name": "PEACH ICE CREAM", + "description": "Peach Ice Cream is a rich peach solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: River (Gloss): Mocha Peach River PRB-1920 Metallic (Gloss): Coral Peach PMB-2253 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.27 + }, + { + "min": 50, + "max": 199, + "price": 15.46 + }, + { + "min": 200, + "max": null, + "price": 14.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3388/pss-2732-peach-ice-cream-tds-dt20230913220059869988.pdf?1694642462", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4130/peach-ice-cream-pss-2732-dt20211103203314224-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2732/peach-ice-cream", + "scraped_at": "2026-05-01T16:25:25.277Z" + }, + { + "sku": "PSS-2743", + "color_name": "CREAMY ALMOND", + "description": "Creamy Almond is a light tan/almond solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Tribo Compatible *This color is also available in the following alternative finishes: River (High Gloss): Hay River PRB-2682 Solid Tone (Satin): Sandy Beige PSB-4893 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.74 + }, + { + "min": 50, + "max": 199, + "price": 11.15 + }, + { + "min": 200, + "max": null, + "price": 10.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3048/pss-2743-creamy-almond-tds-dt20230830163226016568.pdf?1693413147", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4132/creamy-almond-pss-2743-dt20210218222642961-thumbnail.jpg?1613687204&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2743/creamy-almond", + "scraped_at": "2026-05-01T16:25:40.195Z" + }, + { + "sku": "PSS-2748", + "color_name": "CANNON GREY", + "description": "Cannon Grey is a dark blue/grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: River (Semi-Gloss): Frontier Grey PRB-1704 Solid Tone (Semi-Gloss): Dull Grey PSB-5995 Metallic (Semi-Gloss): Ash Sparkle PMB-6324 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.7 + }, + { + "min": 50, + "max": 199, + "price": 11.12 + }, + { + "min": 200, + "max": null, + "price": 10.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3673/pss-2748-cannon-grey-tds-dt20230920155633686593.pdf?1695225396", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4134/cannon-grey-pss-2748-dt20220912155735438091-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2748/cannon-grey", + "scraped_at": "2026-05-01T16:25:54.416Z" + }, + { + "sku": "PSS-2760", + "color_name": "Patrick Bronze", + "description": "Patrick Bronze is a dark brown/bronze. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.29 + }, + { + "min": 50, + "max": 199, + "price": 12.63 + }, + { + "min": 200, + "max": null, + "price": 11.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5532/pss-2760-patrick-bronze-tds-dt20240111221732965073.pdf?1705011454", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4136/patrick-bronze-pss-2760-dt20210115230224823-thumbnail.jpg?1610751746&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2760/patrick-bronze", + "scraped_at": "2026-05-01T16:26:10.066Z" + }, + { + "sku": "PSS-2779", + "color_name": "International Orange", + "description": "International Orange is a medium solid tone orange. This color is a polyester solid tone powder coat and has a high gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS MATTE INTERNATIONAL ORANGE PSB-10847 CLICK FOR DETAILS INTERNATIONAL ORANGE RIVER PRB-5622 CLICK FOR DETAILS INTERNATIONAL ORANGE SILVER VEIN PVB-10962 CLICK FOR DETAILS INTERNATIONAL ORANGE TEXTURE PTB-10796 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.83 + }, + { + "min": 50, + "max": 199, + "price": 17.89 + }, + { + "min": 200, + "max": null, + "price": 16.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4138/international-orange-pss-2779-dt20250610202010480592-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2779/international-orange", + "scraped_at": "2026-05-01T16:26:27.006Z" + }, + { + "sku": "PSS-2790", + "color_name": "SAFFRON", + "description": "Saffron is a medium straw yellow. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.01 + }, + { + "min": 50, + "max": 199, + "price": 19.96 + }, + { + "min": 200, + "max": null, + "price": 18.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3093/pss-2790-saffron-tds-dt20230831140331319932.pdf?1693490613", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4142/saffron-pss-2790-dt20220601180305327587-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2790/saffron", + "scraped_at": "2026-05-01T16:26:42.688Z" + }, + { + "sku": "PSS-2791", + "color_name": "NATIVE TURQUOISE", + "description": "Native Turquoise is a solid tone medium turquoise. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PastelsMiami", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.38 + }, + { + "min": 50, + "max": 199, + "price": 13.66 + }, + { + "min": 200, + "max": null, + "price": 12.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4144/indian-turquoise-pss-2791-dt20201117182827405-thumbnail.jpg?1605637710&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2791/native-turquoise", + "scraped_at": "2026-05-01T16:26:54.716Z" + }, + { + "sku": "PSS-2834", + "color_name": "Electric Yellow", + "description": "Electric Yellow is a bright yellow. This color is polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS ELECTRIC YELLOW TEXTURE PTB-10717 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.15 + }, + { + "min": 50, + "max": 199, + "price": 22.94 + }, + { + "min": 200, + "max": null, + "price": 21.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4146/electric-yellow-pss-2834-dt20250926155451300358-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2834/electric-yellow", + "scraped_at": "2026-05-01T16:27:11.935Z" + }, + { + "sku": "PSS-2847", + "color_name": "Highlight Yellow", + "description": "Highlight Yellow is a light yellow polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.44 + }, + { + "min": 50, + "max": 199, + "price": 24.17 + }, + { + "min": 200, + "max": null, + "price": 22.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9447/highlight-yellow-pss-2847-dt20250926171644596482-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2847/highlight-yellow", + "scraped_at": "2026-05-01T16:27:22.439Z" + }, + { + "sku": "PSS-2873", + "color_name": "Ultramarine Blue", + "description": "Ultramarine Blue is a medium blue solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.34 + }, + { + "min": 50, + "max": 199, + "price": 11.72 + }, + { + "min": 200, + "max": null, + "price": 11.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4148/ultramarine-blue-pss-2873-dt20250627175832219879-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2873/ultramarine-blue", + "scraped_at": "2026-05-01T16:27:33.109Z" + }, + { + "sku": "PSS-2876", + "color_name": "Orange Glow", + "description": "Orange Glow is a bright fluorescent orange that glows when exposed to black light. (This is not a glow-in-the-dark product.) This color is a polyester solid tone powder coat and has a high gloss finish. This product has limited flexibility and impact resistance. This color may have limited UV stability. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS ORANGE GLOW TEXTURE PTB-10386 CLICK FOR DETAILS CREATIONS MADE WITH ORANGE GLOW View Details View Details View Details View Details PRODUCT SUPPORT Q&As 3 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Does Orange Glow PSS-2876 require a white base coat ? - Custom Cures Powder Coating 10/15/20 03:03 pm Answer: Orange Glow PSS-2876 does not require a base coat. However, if applied over a white base coat vs. sand blasted steel you could see a difference in overall brightness. Also, applying a base coat should be decided based on the application need. Perhaps a primer (either Zinc Rich ESS-10171 or Epoxy ESS-6518) should be used if applied over steel or aluminum that will be exposed to a wet environment. - Prismatic Support Question: Orange Glow PSS-2876 has a high gloss finish. Is there a matte finish or textured finish available in this color ? - Kennye Mckenzie 09/21/20 12:30 pm Answer: Orange Glow is a very bright neon orange and we do not offer this same bright color in a textured or matte finish. You can apply a Matte Clear PPB-4509 to tone the gloss level down but that could also shift the color slightly. If you would like to see how this turns out we offer a 2-color panel spray-out sample option. Here are the details of this service: If you would like a custom spray-out of any combination, we can provide that for a fee of $9.95 each plus shipping. This would be a custom panel with two coats of your choice. For a custom panel with three coats (base, mid and top coat), the fee is $14.95. The custom panels measure 3” x 5” and can take approximately 2 - 4 days to complete. Any order for such panels would need to be called in as they are not available online at this time. - Prismatic Support Question: Having difficulty curing Orange Glow PSS-2876 at the recommended temperature of 400 Degrees F. without getting blotchy pigment discoloration. - Applied Plastic Coating 09/18/20 02:36 pm Answer: There are a number of things that can cause a cured powder to look blotchy or discolored. Thickness, oven temperature, cure time, substrate static build-up, moisture in your air lines, contaminated substrate, lack of outgassing, etc., etc. I recommend sending pictures to technicalsupport@prismaticpowders.com and having our tech dept. take a look. Include pictures of the part in question in different angles, and make sure they are in focus and well lit. Also include the order number (pic of the bag label) and customer number (pic of the bag label). - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.84 + }, + { + "min": 50, + "max": 199, + "price": 19.8 + }, + { + "min": 200, + "max": null, + "price": 18.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6924/pss-2876-orange-glow-dt20241023191013166927.pdf?1729710615", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4150/orange-glow-pss-2876-dt20250902200829785818-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2876/orange-glow", + "scraped_at": "2026-05-01T16:27:46.503Z" + }, + { + "sku": "PSS-2902", + "color_name": "BUCKSKIN", + "description": "Buckskin is an olive brown solid tone. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Satin): Flat Buckskin PSB-6978 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.19 + }, + { + "min": 50, + "max": 199, + "price": 15.38 + }, + { + "min": 200, + "max": null, + "price": 14.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4008/pss-2902-buckskin-tds-dt20230928204314524215.pdf?1695933796", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4152/buckskin-pss-2902-dt201811052121351-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2902/buckskin", + "scraped_at": "2026-05-01T16:27:59.234Z" + }, + { + "sku": "PSS-2937", + "color_name": "GRAPESICLE", + "description": "Grapesicle is a bright purple. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Metallic (Semi-Gloss): Amethyst PMB-2958 Vein (Satin): Lavender/Silver PVB-8115 Metallic (Gloss): Lavender Mist PMB-6943 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS GRAPESICLE TEXTURE PTB-11032 CLICK FOR DETAILS GRAPESICLE SILVER VEIN PVB-11033 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.6 + }, + { + "min": 50, + "max": 199, + "price": 23.37 + }, + { + "min": 200, + "max": null, + "price": 22.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3938/pss-2937-grapesicle-tds-dt2023092718200609733.pdf?1695838808", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4154/grapesicle-pss-2937-dt20250421174210314881-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2937/grapesicle", + "scraped_at": "2026-05-01T16:28:16.593Z" + }, + { + "sku": "PSS-2965", + "color_name": "Oh So Blue", + "description": "Oh So Blue is a bright, sky blue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes:\\n River (Gloss): Oh So Blue River PRB-2874 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PastelsMiami PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15 + }, + { + "min": 50, + "max": 199, + "price": 14.25 + }, + { + "min": 200, + "max": null, + "price": 13.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3296/pss-2965-oh-so-blue-tds-dt20230911212029209937.pdf?1694467231", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4156/oh-so-blue-pss-2965-dt20220824164835944605-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2965/oh-so-blue", + "scraped_at": "2026-05-01T16:28:28.994Z" + }, + { + "sku": "PSS-2980", + "color_name": "OLDE YELLER", + "description": "Olde Yeller is a dark school bus yellow. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.91 + }, + { + "min": 50, + "max": 199, + "price": 20.81 + }, + { + "min": 200, + "max": null, + "price": 19.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3067/pss-2980-olde-yeller-tds-dt202308301742049389.pdf?1693417326", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4158/olde-yeller-pss-2980-dt2018120622594643-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2980/olde-yeller", + "scraped_at": "2026-05-01T16:28:40.955Z" + }, + { + "sku": "PSS-2984", + "color_name": "SAND CASTLE", + "description": "Sand Castle is a sleek sandy beige. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.53 + }, + { + "min": 50, + "max": 199, + "price": 13.8 + }, + { + "min": 200, + "max": null, + "price": 13.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2972/pss-2984-sand-castle-tds-dt20230829174728049696.pdf?1693331249", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8941/sand-castle-pss-2984-dt20190621182937014-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2984/sand-castle", + "scraped_at": "2026-05-01T16:28:55.686Z" + }, + { + "sku": "PSS-2993", + "color_name": "Ritzy Red", + "description": "Ritzy Red is a solid dark red. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Metallic (Semi-Gloss): Mataza Orange PMB-4250 Solid Tone (Satin): Flat Red PSB-4777 River (Satin): Wichita River PRB-1999 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.32 + }, + { + "min": 50, + "max": 199, + "price": 17.4 + }, + { + "min": 200, + "max": null, + "price": 16.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2646/pss-2993-ritzy-red-tds-dt20230814222644616054.pdf?1692052006", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4160/ritzy-red-pss-2993-dt20250306195938985327-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2993/ritzy-red", + "scraped_at": "2026-05-01T16:29:10.977Z" + }, + { + "sku": "PSS-3013", + "color_name": "Vampire Red", + "description": "Vampire Red is a dark red. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Low Gloss: Matte Vampire Red PSB-10857 Flat Gloss: Flat Vampire Red PSB-10049 Vein Finish: Vampire Red Silver Vein PVB-10972 Proposition 65 Warning RELATED PRODUCTS FLAT VAMPIRE RED PSB-10049 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.32 + }, + { + "min": 50, + "max": 199, + "price": 17.4 + }, + { + "min": 200, + "max": null, + "price": 16.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7653/pss-3013-vampire-red-dt20251107210541953782.pdf?1762549543", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4162/vampire-red-pss-3013-dt20190514215617187-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3013/vampire-red", + "scraped_at": "2026-05-01T16:29:27.107Z" + }, + { + "sku": "PSS-3019", + "color_name": "SAD BEIGE", + "description": "Sad Beige is a yellowish beige. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.84 + }, + { + "min": 50, + "max": 199, + "price": 13.15 + }, + { + "min": 200, + "max": null, + "price": 12.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3076/pss-3019-sad-beige-tds-dt20230830181047775305.pdf?1693419049", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4164/sad-beige-pss-3019-dt20210115230526358-thumbnail.jpg?1610751927&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3019/sad-beige", + "scraped_at": "2026-05-01T16:29:40.203Z" + }, + { + "sku": "PSS-3026", + "color_name": "Destroyer Blue", + "description": "Destroyer Blue is a dark navy blue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: River (Satin): Destroyer Blue River PRB-6938 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.59 + }, + { + "min": 50, + "max": 199, + "price": 15.76 + }, + { + "min": 200, + "max": null, + "price": 14.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3496/pss-3026-destroyer-blue-tds-dt20230915224738846012.pdf?1694818060", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4166/destroyer-blue-pss-3026-dt20200423214743017-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3026/destroyer-blue", + "scraped_at": "2026-05-01T16:29:54.156Z" + }, + { + "sku": "PSS-3041", + "color_name": "Boron Blue", + "description": "Boron Blue is a rich bright blue. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Metallic (Gloss): Nitro Blue PMB-5530 River (Eggshell): Blizzard Blue PRB-2098 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4168/boron-blue-pss-3041-dt20230120155626232235-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3041/boron-blue", + "scraped_at": "2026-05-01T16:30:08.663Z" + }, + { + "sku": "PSS-3042", + "color_name": "Bubba", + "description": "Bubba is a medium solid tone blue. This color is a polyester solid tone powder coat and has a high gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.92 + }, + { + "min": 50, + "max": 199, + "price": 12.27 + }, + { + "min": 200, + "max": null, + "price": 11.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4170/bubba-pss-3042-dt20250530162533793566-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3042/bubba", + "scraped_at": "2026-05-01T16:30:21.976Z" + }, + { + "sku": "PSS-3043", + "color_name": "TUSK", + "description": "Tusk is a warm white polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 32.14 + }, + { + "min": 50, + "max": 199, + "price": 30.53 + }, + { + "min": 200, + "max": null, + "price": 28.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2988/pss-3043-tusk-tds-dt20230829200909049452.pdf?1693339750", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4172/tusk-pss-3043-dt20260319204526128657-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3043/tusk", + "scraped_at": "2026-05-01T16:30:31.966Z" + }, + { + "sku": "PSS-3047", + "color_name": "POSEIDON GREEN", + "description": "Poseidon Green is a light blue/green with a smooth feel. This color a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Semi-Gloss): Flat Poseidon Green PSB-4685 Metallic (Gloss): Caribbean Mist PMB-6805 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.14 + }, + { + "min": 50, + "max": 199, + "price": 15.33 + }, + { + "min": 200, + "max": null, + "price": 14.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4174/poseidon-green-pss-3047-dt20200521213919963-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3047/poseidon-green", + "scraped_at": "2026-05-01T16:30:48.198Z" + }, + { + "sku": "PSS-3061", + "color_name": "FILE FOLDER", + "description": "File Folder is a gloss cream. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: River (Satin): Ivory River PRB-1082 Solid Tone (Semi-Gloss): Flat File Folder PSB-8049 Vein (Satin): Cream Gold PVB-2564 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.92 + }, + { + "min": 50, + "max": 199, + "price": 14.17 + }, + { + "min": 200, + "max": null, + "price": 13.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3087/pss-3061-file-folder-tds-dt20230830192806177918.pdf?1693423688", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4178/file-folder-pss-3061-dt20201204164122573-thumbnail.jpg?1607100085&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3061/file-folder", + "scraped_at": "2026-05-01T16:31:02.050Z" + }, + { + "sku": "PSS-3063", + "color_name": "SASSY", + "description": "Sassy is a florescent light pink that glows when exposed to black light. (This is not a glow-in-the-dark product.) This color is a polyester solid tone powder coat and has a high gloss finish. This product has limited flexibility and impact resistance. This color may have limited UV stability. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Miami RELATED PRODUCTS SASSY TEXTURE PTB-8076 CLICK FOR DETAILS SASSY VEIN PVB-6715 CLICK FOR DETAILS COSMIC SASSY PMB-10015 CLICK FOR DETAILS FLAT SASSY PSB-6961 CLICK FOR DETAILS CREATIONS MADE WITH SASSY View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.38 + }, + { + "min": 50, + "max": 199, + "price": 15.56 + }, + { + "min": 200, + "max": null, + "price": 14.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7955/pss-3063-sassy-dt20260105170657174809.pdf?1767632819", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4180/sassy-pss-3063-dt20250520203610445241-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3063/sassy", + "scraped_at": "2026-05-01T16:31:17.552Z" + }, + { + "sku": "PSS-3089", + "color_name": "HUSH PUPPY", + "description": "Hush Puppy is a deep rich brown. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.8 + }, + { + "min": 50, + "max": 199, + "price": 12.16 + }, + { + "min": 200, + "max": null, + "price": 11.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3233/pss-3089-hush-puppy-tds-dt2023090717175604542.pdf?1694107078", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4182/hush-puppy-pss-3089-dt20200415225053953-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3089/hush-puppy", + "scraped_at": "2026-05-01T16:31:33.166Z" + }, + { + "sku": "PSS-3090", + "color_name": "Loafer Red", + "description": "Loafer Red is a brown with a hint of burnt red. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: River (Semi-Gloss): Loafer Red River PRB-6501 Metallic (High Gloss): Copper Sparkle PMB-1080 Solid Tone (Eggshell): Colonial Red PSB-6442 Vein (Semi-Gloss): Rust/Silver PVB-2438 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.72 + }, + { + "min": 50, + "max": 199, + "price": 13.03 + }, + { + "min": 200, + "max": null, + "price": 12.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3500/pss-3090-loafer-red-tds-dt2023091814562715103.pdf?1695048989", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4184/loafer-red-pss-3090-dt20200414143528909-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3090/loafer-red", + "scraped_at": "2026-05-01T16:31:48.200Z" + }, + { + "sku": "PSS-3092", + "color_name": "Stout Brown", + "description": "Stout Brown is a chocolate brown. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4186/stout-brown-pss-3092-dt20181210192229534-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3092/stout-brown", + "scraped_at": "2026-05-01T16:31:58.150Z" + }, + { + "sku": "PSS-4008", + "color_name": "JEWEL GREY", + "description": "Jewel Grey is a medium grey solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: River (Satin): Jewel Grey River PRB-5073 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.09 + }, + { + "min": 50, + "max": 199, + "price": 11.49 + }, + { + "min": 200, + "max": null, + "price": 10.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3373/pss-4008-jewel-grey-tds-dt2023091321221124615.pdf?1694640133", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4190/jewel-grey-pss-4008-dt20250527184954415547-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4008/jewel-grey", + "scraped_at": "2026-05-01T16:32:15.079Z" + }, + { + "sku": "PSS-4009", + "color_name": "Powder Blue", + "description": "Powder Blue is a baby blue with a smooth appearance. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PastelsMiami", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.43 + }, + { + "min": 50, + "max": 199, + "price": 12.76 + }, + { + "min": 200, + "max": null, + "price": 12.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3515/pss-4009-powder-blue-tds-dt20230918153446294799.pdf?1695051288", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4192/powder-blue-pss-4009-dt20201002152452058-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4009/powder-blue", + "scraped_at": "2026-05-01T16:32:32.990Z" + }, + { + "sku": "PSS-4035", + "color_name": "LEMON PEEL", + "description": "Lemon Peel is a bright, neon like yellow. This color is a polyester solid tone powder coat and has a high gloss finish. ***NOTE: Please be aware that the pigment used to formulate this color may have small black or red specks. This is due to the process and chemistry that is inherent to this pigment. This color may have limited UV stability. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS LEMON PEEL TEXTURE PTB-10468 CLICK FOR DETAILS LEMON PEEL RIVER PRB-10467 CLICK FOR DETAILS MATTE LEMON PEEL PSB-10466 CLICK FOR DETAILS LEMON PEEL SILVER VEIN PVB-10942 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.13 + }, + { + "min": 50, + "max": 199, + "price": 21.02 + }, + { + "min": 200, + "max": null, + "price": 19.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3025/pss-4035-lemon-peel-tds-dt20230830153411332321.pdf?1693409652", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4194/lemon-peel-pss-4035-dt20250624213135794399-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4035/lemon-peel", + "scraped_at": "2026-05-01T16:32:49.442Z" + }, + { + "sku": "PSS-4063", + "color_name": "SEA FOAM GREEN", + "description": "Sea Foam Green is a unique mixture of blue and green. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Pastels RELATED PRODUCTS SEA FOAM GREEN RIVER PRB-10283 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.01 + }, + { + "min": 50, + "max": 199, + "price": 12.36 + }, + { + "min": 200, + "max": null, + "price": 11.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3235/pss-4063-sea-foam-green-tds-dt20230907172439144174.pdf?1694107481", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4204/sea-foam-green-pss-4063-dt2025060222033058258-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4063/sea-foam-green", + "scraped_at": "2026-05-01T16:33:41.199Z" + }, + { + "sku": "PSS-4076", + "color_name": "Flag Blue", + "description": "Flag Blue is a deep blue polyester solid tone and has a gloss finish. High Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.43 + }, + { + "min": 50, + "max": 199, + "price": 16.56 + }, + { + "min": 200, + "max": null, + "price": 15.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9449/flag-blue-pss-4076-dt20260316205156098856-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4076/flag-blue", + "scraped_at": "2026-05-01T16:33:55.664Z" + }, + { + "sku": "PSS-4084", + "color_name": "OVERCAST", + "description": "Overcast is an off white-light grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Satin): Low Overcast PSB-6634 River (Satin): Overcast River PRB-4653 / Lite Grey River PRB-6110 Solid Tone (Semi-Gloss): Stormy Sky PSB-4106 Texture (Semi-Gloss): Overcast Texture PTB-10378 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.14 + }, + { + "min": 50, + "max": 199, + "price": 10.58 + }, + { + "min": 200, + "max": null, + "price": 10.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3349/pss-4084-overcast-tds-dt20230913161648624653.pdf?1694621810", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4206/overcast-pss-4084-dt20220913201933632636-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4084/overcast", + "scraped_at": "2026-05-01T16:34:11.608Z" + }, + { + "sku": "PSS-4090", + "color_name": "Sunrise Yellow", + "description": "Sunrise Yellow is an early dawn yellow. This color is a polyester solid tone powder coat and has a gloss finish. High Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: River: Sunrise River PRB-4067 Low Gloss: Matte Sunrise Yellow PSB-10439 Texture: Sunrise Yellow Texture PTB-10441 Vein Finish: Sunrise Yellow Silver Vein PVB-10931 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.12 + }, + { + "min": 50, + "max": 199, + "price": 19.11 + }, + { + "min": 200, + "max": null, + "price": 18.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2379/pss-4090-sunrise-yellow-tds-dt20230707194242172005.pdf?1688758964", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4208/sunrise-yellow-pss-4090-dt20230710174124076606-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4090/sunrise-yellow", + "scraped_at": "2026-05-01T16:34:24.876Z" + }, + { + "sku": "PSS-4094", + "color_name": "Bud Brown", + "description": "Bud Brown is a rich brown. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.86 + }, + { + "min": 50, + "max": 199, + "price": 14.12 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4210/bud-brown-pss-4094-dt20220629161018559607-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4094/bud-brown", + "scraped_at": "2026-05-01T16:34:35.091Z" + }, + { + "sku": "PSS-4095", + "color_name": "Cobalt Grey", + "description": "Cobalt Grey is a dark grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.41 + }, + { + "min": 50, + "max": 199, + "price": 13.69 + }, + { + "min": 200, + "max": null, + "price": 12.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3203/pss-4095-cobalt-grey-tds-dt20230906153434926482.pdf?1694014476", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4212/cobalt-grey-pss-4095-dt20220912160303925379-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4095/cobalt-grey", + "scraped_at": "2026-05-01T16:34:47.814Z" + }, + { + "sku": "PSS-4099", + "color_name": "EMINENT TAN", + "description": "Eminent Tan is a light sand/tan. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.26 + }, + { + "min": 50, + "max": 199, + "price": 12.6 + }, + { + "min": 200, + "max": null, + "price": 11.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4216/eminent-tan-pss-4099-dt20181106235144306-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4099/eminent-tan", + "scraped_at": "2026-05-01T16:35:03.537Z" + }, + { + "sku": "PSS-4103", + "color_name": "White Out", + "description": "White Out is an off white. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.98 + }, + { + "min": 50, + "max": 199, + "price": 11.38 + }, + { + "min": 200, + "max": null, + "price": 10.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4218/white-out-pss-4103-dt20250707172052054089-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4103/white-out", + "scraped_at": "2026-05-01T16:35:21.516Z" + }, + { + "sku": "PSS-4311", + "color_name": "GREY DAY", + "description": "Grey Day is a grey/brown with a smooth appearance. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.07 + }, + { + "min": 50, + "max": 199, + "price": 12.42 + }, + { + "min": 200, + "max": null, + "price": 11.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2847/pss-4311-grey-day-tds-dt20230821205649290053.pdf?1692651411", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4222/grey-day-pss-4311-dt20220906175032820712-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4311/grey-day", + "scraped_at": "2026-05-01T16:35:39.401Z" + }, + { + "sku": "PSS-4316", + "color_name": "LIMA GREEN", + "description": "Lima Green is a pale cream color with subtle yellow/green hues. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Tribo Compatible Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.5 + }, + { + "min": 50, + "max": 199, + "price": 18.53 + }, + { + "min": 200, + "max": null, + "price": 17.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2420/pss-4316-lima-green-tds-dt2023080317172058868.pdf?1691083042", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4224/lima-green-pss-4316-dt20211104224950024-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4316/lima-green", + "scraped_at": "2026-05-01T16:35:54.783Z" + }, + { + "sku": "PSS-4320", + "color_name": "Box White", + "description": "Box White is a white solid tone. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.34 + }, + { + "min": 50, + "max": 199, + "price": 14.57 + }, + { + "min": 200, + "max": null, + "price": 13.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6016/pss-4320-box-white-tds-dt20240402151050848489.pdf?1712070653", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4226/box-white-pss-4320-dt20210429154842113-thumbnail.jpg?1619711323&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4320/box-white", + "scraped_at": "2026-05-01T16:36:06.829Z" + }, + { + "sku": "PSS-4325", + "color_name": "Red Clay", + "description": "Red Clay is a dark copper. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.44 + }, + { + "min": 50, + "max": 199, + "price": 11.82 + }, + { + "min": 200, + "max": null, + "price": 11.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4230/red-clay-pss-4325-dt20220620185945691915-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4325/red-clay", + "scraped_at": "2026-05-01T16:36:22.548Z" + }, + { + "sku": "PSS-4328", + "color_name": "Island Blue", + "description": "Island Blue is a dark island blue solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: River: Island Blue River PRB-11113 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.53 + }, + { + "min": 50, + "max": 199, + "price": 15.7 + }, + { + "min": 200, + "max": null, + "price": 14.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4232/island-blue-pss-4328-dt20200518174136643-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4328/island-blue", + "scraped_at": "2026-05-01T16:36:39.457Z" + }, + { + "sku": "PSS-4334", + "color_name": "School Bus Yellow", + "description": "School Bus Yellow is a bright yellow solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS SCHOOL BUS YELLOW RIVER PRB-10500 CLICK FOR DETAILS SCHOOL BUS YELLOW TEXTURE PTB-10501 CLICK FOR DETAILS MATTE SCHOOL BUS YELLOW PSB-10499 CLICK FOR DETAILS SCHOOL BUS YELLOW SILVER VEIN PVB-10953 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.44 + }, + { + "min": 50, + "max": 199, + "price": 17.52 + }, + { + "min": 200, + "max": null, + "price": 16.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3081/pss-4334-school-bus-yellow-tds-dt20230830191248292669.pdf?1693422770", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4234/school-bus-yellow-pss-4334-dt20250722203346941283-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4334/school-bus-yellow", + "scraped_at": "2026-05-01T16:36:55.704Z" + }, + { + "sku": "PSS-4350", + "color_name": "Rust Brown", + "description": "Rust Brown is a light chocolate brown. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.56 + }, + { + "min": 50, + "max": 199, + "price": 12.88 + }, + { + "min": 200, + "max": null, + "price": 12.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4236/rust-brown-pss-4350-dt20230119162127553735-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4350/rust-brown", + "scraped_at": "2026-05-01T16:37:10.191Z" + }, + { + "sku": "PSS-4360", + "color_name": "Danny Boy Blue", + "description": "Danny Boy Blue is a medium blue solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.51 + }, + { + "min": 50, + "max": 199, + "price": 14.73 + }, + { + "min": 200, + "max": null, + "price": 13.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4238/danny-boy-blue-pss-4360-dt20200402223015578-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4360/danny-boy-blue", + "scraped_at": "2026-05-01T16:37:23.798Z" + }, + { + "sku": "PSS-4361", + "color_name": "Bruski Blue", + "description": "Bruski Blue is a rich deep blue with a slight hint of grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.24 + }, + { + "min": 50, + "max": 199, + "price": 14.48 + }, + { + "min": 200, + "max": null, + "price": 13.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5357/pss-4361-bruski-blue-tds-dt20231206153927701455.pdf?1701877169", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4240/bruski-blue-pss-4361-dt20220916205631209272-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4361/bruski-blue", + "scraped_at": "2026-05-01T16:37:36.806Z" + }, + { + "sku": "PSS-4362", + "color_name": "METAL GREY", + "description": "Metal Grey is a solid, medium grey. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Semi-Gloss): Chroman Grey PSB-5616 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.36 + }, + { + "min": 50, + "max": 199, + "price": 11.74 + }, + { + "min": 200, + "max": null, + "price": 11.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3353/pss-4362-metal-grey-tds-dt20230913162610579242.pdf?1694622372", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4242/metal-grey-pss-4362-dt20200731152225709-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4362/metal-grey", + "scraped_at": "2026-05-01T16:37:48.671Z" + }, + { + "sku": "PSS-4369", + "color_name": "Snowcone White", + "description": "Snowcone White is a solid snow white color. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 10.88 + }, + { + "min": 50, + "max": 199, + "price": 10.34 + }, + { + "min": 200, + "max": null, + "price": 9.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4244/snowcone-white-pss-4369-dt20211007210427923-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4369/snowcone-white", + "scraped_at": "2026-05-01T16:37:57.902Z" + }, + { + "sku": "PSS-4371", + "color_name": "Basic White", + "description": "Basic White is an off white. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.91 + }, + { + "min": 50, + "max": 199, + "price": 11.31 + }, + { + "min": 200, + "max": null, + "price": 10.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2879/pss-4371-basic-white-tds-dt20230822141224365342.pdf?1692713546", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4246/basic-white-pss-4371-dt20230728181804327924-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4371/basic-white", + "scraped_at": "2026-05-01T16:38:19.892Z" + }, + { + "sku": "PSS-4412", + "color_name": "VERY GREY", + "description": "Very Grey is a medium-dark grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Satin): Flat Very Grey PSB-8162 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.07 + }, + { + "min": 50, + "max": 199, + "price": 12.42 + }, + { + "min": 200, + "max": null, + "price": 11.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4248/very-grey-pss-4412-dt20220913220521248442-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4412/very-grey", + "scraped_at": "2026-05-01T16:38:36.185Z" + }, + { + "sku": "PSS-4415", + "color_name": "Lentel Brown", + "description": "Lentel Brown is a medium to dark brown solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.7 + }, + { + "min": 50, + "max": 199, + "price": 11.12 + }, + { + "min": 200, + "max": null, + "price": 10.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3196/pss-4415-lentel-brown-tds-dt20230905202352294196.pdf?1693945434", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4250/lentel-brown-pss-4415-dt20190128222227157-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4415/lentel-brown", + "scraped_at": "2026-05-01T16:38:49.455Z" + }, + { + "sku": "PSS-4416", + "color_name": "Really Red", + "description": "Really Red is a tomato red. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS REALLY RED SILVER VEIN PVB-10965 CLICK FOR DETAILS MATTE REALLY RED PSB-10850 CLICK FOR DETAILS REALLY RED TEXTURE PTB-8079 CLICK FOR DETAILS REALLY RED RIVER PRB-10874 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.53 + }, + { + "min": 50, + "max": 199, + "price": 15.7 + }, + { + "min": 200, + "max": null, + "price": 14.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2651/pss-4416-really-red-tds-dt20230814225551240584.pdf?1692053753", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4252/really-red-pss-4416-dt20250624211705830301-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4416/really-red", + "scraped_at": "2026-05-01T16:39:07.395Z" + }, + { + "sku": "PSS-4419", + "color_name": "Candle Orange", + "description": "Candle Orange is a carrot orange with a hint of yellow. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Pastels", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.07 + }, + { + "min": 50, + "max": 199, + "price": 17.17 + }, + { + "min": 200, + "max": null, + "price": 16.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2997/pss-4419-candle-orange-tds-dt20230829203831121009.pdf?1693341512", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4254/candle-orange-pss-4419-dt20220520170221477786-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4419/candle-orange", + "scraped_at": "2026-05-01T16:39:26.465Z" + }, + { + "sku": "PSS-4423", + "color_name": "TRITAN GREY", + "description": "Tritan Grey is a dark grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Semi-Gloss): Titan Grey PSB-5238 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.72 + }, + { + "min": 50, + "max": 199, + "price": 13.03 + }, + { + "min": 200, + "max": null, + "price": 12.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8217/pss-4423-tritan-grey-dt20260317145244865804.pdf?1773759168", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4258/tritan-grey-pss-4423-dt20220912172927631945-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4423/tritan-grey", + "scraped_at": "2026-05-01T16:39:40.179Z" + }, + { + "sku": "PSS-4466", + "color_name": "KELLY GREEN", + "description": "Kelly Green is a grass green. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: River (Satin): Kelly Green River PRB-6976 Metallic (Gloss): Tomaco Green PMB-4054 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.92 + }, + { + "min": 50, + "max": 199, + "price": 14.17 + }, + { + "min": 200, + "max": null, + "price": 13.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7169/pss-4466-kelly-green-dt20250417180243998181.pdf?1744912966", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4266/kelly-green-pss-4466-dt20210330152623313-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4466/kelly-green", + "scraped_at": "2026-05-01T16:39:49.087Z" + }, + { + "sku": "PSS-4479", + "color_name": "Pretty Pink", + "description": "Pretty Pink is a light/medium pink. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Metallic (Gloss): Cosmic Pretty Pink PMB-10017 River (Gloss): Pretty Pink River PRB-5362 Metallic (Semi-Gloss): Pinch Pink PMB-2136 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PastelsMiami RELATED PRODUCTS PRETTY PINK TEXTURE PTB-10995 CLICK FOR DETAILS PRETTY PINK RIVER PRB-5362 CLICK FOR DETAILS PRETTY PINK SILVER VEIN PVB-10976 CLICK FOR DETAILS MATTE PRETTY PINK PSB-10861 CLICK FOR DETAILS COSMIC PRETTY PINK PMB-10017 CLICK FOR DETAILS CREATIONS MADE WITH PRETTY PINK View Details View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.94 + }, + { + "min": 50, + "max": 199, + "price": 23.69 + }, + { + "min": 200, + "max": null, + "price": 22.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7752/pss-4479-pretty-pink-dt20251229213040512032.pdf?1767043842", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4268/pretty-pink-pss-4479-dt20250523201439990203-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4479/pretty-pink", + "scraped_at": "2026-05-01T16:40:05.000Z" + }, + { + "sku": "PSS-4484", + "color_name": "CASTLE BRONZE", + "description": "Castle Bronze is a dark bronze solid tone. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.29 + }, + { + "min": 50, + "max": 199, + "price": 12.63 + }, + { + "min": 200, + "max": null, + "price": 11.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4270/castle-bronze-pss-4484-dt2025061617552135545-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4484/castle-bronze", + "scraped_at": "2026-05-01T16:40:20.710Z" + }, + { + "sku": "PSS-4486", + "color_name": "FROG GREEN", + "description": "Frog Green is a bold medium green. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: River (Gloss): Frog Green River PRB-10030 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.72 + }, + { + "min": 50, + "max": 199, + "price": 13.03 + }, + { + "min": 200, + "max": null, + "price": 12.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3284/pss-4486-frog-green-tds-dt20230911203600894796.pdf?1694464563", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4272/frog-green-pss-4486-dt20220906173543759152-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4486/frog-green", + "scraped_at": "2026-05-01T16:40:38.836Z" + }, + { + "sku": "PSS-4500", + "color_name": "CREST GREY", + "description": "Crest Grey is a true grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.37 + }, + { + "min": 50, + "max": 199, + "price": 13.65 + }, + { + "min": 200, + "max": null, + "price": 12.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5442/pss-4500-crest-grey-tds-dt20231222175049571276.pdf?1703267451", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4274/crest-grey-pss-4500-dt20250523195755036482-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4500/crest-grey", + "scraped_at": "2026-05-01T16:40:53.340Z" + }, + { + "sku": "PSS-4503", + "color_name": "Crest White", + "description": "Crest White is an off white solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.8 + }, + { + "min": 50, + "max": 199, + "price": 12.16 + }, + { + "min": 200, + "max": null, + "price": 11.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4278/crest-white-pss-4503-dt20230120160150776037-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4503/crest-white", + "scraped_at": "2026-05-01T16:41:09.393Z" + }, + { + "sku": "PSS-4510", + "color_name": "Sail Blue", + "description": "Sail Blue is a dark blue, almost purple. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: River (Satin): Sailor River PRB-1692 Metallic (Gloss): Sail Purple PMB-0578 / Mad Hatter PMB-3028 / Cosmic Purple PMB-2159 / Lonestar Blue PMB-5588 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.43 + }, + { + "min": 50, + "max": 199, + "price": 16.56 + }, + { + "min": 200, + "max": null, + "price": 15.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4280/sail-blue-pss-4510-dt20181206232252298-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4510/sail-blue", + "scraped_at": "2026-05-01T16:41:19.887Z" + }, + { + "sku": "PSS-4513", + "color_name": "Illusion Blue", + "description": "Illusion Blue is a high gloss dark blue purple. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ILLUSION BLUE View Details PRODUCT SUPPORT Q&As 4 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: Can an Illusion powder be applied over another illusion powder that has been clear coated and get the expected results? - Lanier Powder Coating 08/06/20 01:47 pm Answer: Illusion series powders are designed to be applied directly over a metal substrate and then clear coated in order to achieve results shown on our website or swatch sample. Illusion series powders applied over a primer base or another color including an illusion coating with a clear coat can have have abnormal or unexpected results. - Prismatic Support Question: When applying an Illusion Series Powder, which of your clear coats can be applied to an Illusion Base? - Rocko's Automotive 07/07/20 08:44 pm Answer: The beauty of our Illusion series powder line-up is that you can be extra creative with any of our clear-coat finishes including Clear Vision PPS-2974 and Casper Clear PPS-4005, transparent top-coat finishes including Transparent Copper PPS-5162, Lollypop Red UPS-1506, Metallic Transparent top-coats like Metallic Clear PPB-6325 and even our clear coat metallics including the Frosted series, Rockstar series and ...Lights series including City Lights PMB-2689. It is very important that whichever top-coat you choose from our long list of available top-coats that you also download and follow the application guide that goes along with that coating. REMEMBER, cure timer should not start until the part metal reaches cure temperature. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.76 + }, + { + "min": 50, + "max": 199, + "price": 23.52 + }, + { + "min": 200, + "max": null, + "price": 22.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6953/pss-4513-illusion-blue-dt20241029191938956333.pdf?1730229580", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4282/illusion-blue-pss-4513-dt20250923161929584353-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4513/illusion-blue", + "scraped_at": "2026-05-01T16:41:38.928Z" + }, + { + "sku": "PSS-4514", + "color_name": "ILLUSION VIOLET", + "description": "Illusion Violet is a solid grape color. This color is a polyester solid tone powder coat with a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ILLUSION VIOLET View Details View Details View Details View Details PRODUCT SUPPORT Q&As 8 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: When applying an Illusion color like Illusion Orange PMS-4620 can any clear coat be used as the Illusion top-coat? - Rey Rivera 08/23/20 08:58 pm Answer: Any Clear Coat or Top-Coat can be used as an Illusion top-coat. Keep in mind that the end result will be different than the on-line S-panel representation or the sample swatches that are shipped out for reference. These images and swatches have Clear Vision PPS-2974 applied. You can find examples of other top-coats used including tinted transparent top-coats on our website gallery and \"creations\" section. - Prismatic Support Question: Can an Illusion powder be applied over another illusion powder that has been clear coated and get the expected results? - Lanier Powder Coating 08/06/20 01:47 pm Answer: Illusion series powders are designed to be applied directly over a metal substrate and then clear coated in order to achieve results shown on our website or swatch sample. Illusion series powders applied over a primer base or another color including an illusion coating with a clear coat can have have abnormal or unexpected results. - Prismatic Support Question: When applying an Illusion Series Powder, which of your clear coats can be applied to an Illusion Base? - Rocko's Automotive 07/07/20 08:44 pm Answer: The beauty of our Illusion series powder line-up is that you can be extra creative with any of our clear-coat finishes including Clear Vision PPS-2974 and Casper Clear PPS-4005, transparent top-coat finishes including Transparent Copper PPS-5162, Lollypop Red UPS-1506, Metallic Transparent top-coats like Metallic Clear PPB-6325 and even our clear coat metallics including the Frosted series, Rockstar series and ...Lights series including City Lights PMB-2689. It is very important that whichever top-coat you choose from our long list of available top-coats that you also download and follow the application guide that goes along with that coating. REMEMBER, cure timer should not start until the part metal reaches cure temperature. - Prismatic Support Question: What is the proper way to cure Illusion colors before applying Clear Vision PPS-2974? I've read a few contradicting things. Want to make sure i get the best results possible. - Mark Kampman 05/01/20 02:36 pm Answer: Illusion series should only be applied directly over substrate. There should be NO base coat under an illusion series powder. Apply powders cold. No need to hot flock. Apply your first coat and then bring to flow-out + 2 minutes (aka Gel-out). In other words, in about 3-5 minutes approx. the base coat will turn from a powder into a liquid looking coating, once this happens, add 2 minutes to your timer. After that flow-out + 2, pull and allow to cool. Apply your top coat. In this case, applying clear vision you will again apply cold (room temp) cover the base coat in a white powder. Place into the oven and follow the cure schedule for the Clear Vision. Which happens to be 375 degree F for 18 minutes. That 18 minute timer should not start until the THICKEST portion of your substrate reaches 375 degrees F. The curing of the clear coat will pull the underlying pigments to the surface giving you a brilliant color that you are looking for. Each coating should be around 3 mil thick. That is .003\" thousandths of an inch not millimeter. There is a great video on our website for applying Illusion Malbec. https://www.youtube.com/watch?time_continue=7&v=NCRt5weNbew&feature=emb_logo - Prismatic Support Question: How do I apply decals onto my Brembo Calipers when powder coating with Illusion Violet? When I applied the decal between the Illusion Violet base coat and it's required Clear Coat the decal shrunk and turned purple. - Orlanndo Flores 03/02/20 01:22 pm Answer: Illusion Colors like Illusion Violet PSS-4514 act a little differently than standard base and top coat powders in that there are dormant pigments in the Violet Base Coat that rise to the clear coats (Clear Vision PPS-2974) surface during the it's cure process. This is why your decal turned color. You would need to apply your Clear Vision on top of the partially cured Illusion base, fully cure the Clear Vision (375 def F for 18 minutes once thickest part of substrate reaches temperature) then apply your decal with an additional coating of clear over top of the decal and full cured Clear Vision. If you only partial cure the first clear coat you will get purple pull or bleed into the final clear coat as well. You want to fully apply any additional clear coat to the entire piece (not just over the decal) otherwise it will turn out rough and look like over-spray. Decals need to be high-temp because powder cures at a higher temp than what standard vinyl decals can handle. I believe Brembo offers a foil type decal for this purpose…? - Prismatic Support Question: I'm after the same color as wiggin clamps. - James Drivas 05/10/19 12:41 pm Answer: For color match questions, please contact our color match department at colormatch@prismaticpowders.com - Prismatic Support Question: Can I apply matt clear directly over the ilusion violet? - Rolamuito - Repaação De Jantes 04/24/19 04:16 am Answer: Yes you can, you would use that instead of Clear Vision. - Prismatic Support Question: I had this color Illusion Violet done at a shop. They dont know what top coat they used. Mine has a glitter effect to it and I am trying to get more done but they said I need to find out what top coat has the glitter. - Megan Collins-fajardo 04/17/19 06:39 pm Answer: If you send our color match department a picture of what you're trying to match, they may be able to help you find what you're looking for. Please email them at colormatch@prismaticpowders.com - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.59 + }, + { + "min": 50, + "max": 199, + "price": 23.36 + }, + { + "min": 200, + "max": null, + "price": 22.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2760/pss-4514-illusion-violet-tds-dt20230817151446120651.pdf?1692285288", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4284/illusion-violet-pss-4514-dt20251205230710204846-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4514/illusion-violet", + "scraped_at": "2026-05-01T16:41:53.960Z" + }, + { + "sku": "PSS-4517", + "color_name": "TRACTOR GREEN", + "description": "Tractor Green is a dark kelly green polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS TRACTOR GREEN TEXTURE PTB-10051 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.4 + }, + { + "min": 50, + "max": 199, + "price": 14.63 + }, + { + "min": 200, + "max": null, + "price": 13.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7817/pss-4517-tractor-green-dt20251231223120105536.pdf?1767220281", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4286/tractor-green-pss-4517-dt20260114195013833109-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4517/tractor-green", + "scraped_at": "2026-05-01T16:42:10.825Z" + }, + { + "sku": "PSS-4530", + "color_name": "Brentwood Brown", + "description": "Brentwood Brown is a rich medium brown. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.78 + }, + { + "min": 50, + "max": 199, + "price": 12.14 + }, + { + "min": 200, + "max": null, + "price": 11.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4290/brentwood-brown-pss-4530-dt2022061322300166612-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4530/brentwood-brown", + "scraped_at": "2026-05-01T16:42:23.410Z" + }, + { + "sku": "PSS-4531", + "color_name": "RACER GREEN", + "description": "Racer Green is a bright and vibrant green. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.56 + }, + { + "min": 50, + "max": 199, + "price": 19.53 + }, + { + "min": 200, + "max": null, + "price": 18.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7194/pss-4531-racer-green-dt20250424181351349462.pdf?1745518433", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4292/racer-green-pss-4531-dt20250527185238062648-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4531/racer-green", + "scraped_at": "2026-05-01T16:42:35.494Z" + }, + { + "sku": "PSS-4552", + "color_name": "PEA GREEN", + "description": "Pea Green is an army green. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Texture (Satin): Pea Green Texture PTB-8124 Metallic (Gloss): Mossburg Green PMB-2938 / Calypso Green PMB-1961 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.61 + }, + { + "min": 50, + "max": 199, + "price": 13.88 + }, + { + "min": 200, + "max": null, + "price": 13.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4294/pea-green-pss-4552-dt2018112617583696-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4552/pea-green", + "scraped_at": "2026-05-01T16:42:51.545Z" + }, + { + "sku": "PSS-4553", + "color_name": "Cadet Blue II", + "description": "Cadet Blue II is a dull navy blue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: River (Satin): Cadet Blue River II PRB-6334 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3315/pss-4553-cadet-blue-ii-tds-dt20230911224848463886.pdf?1694472530", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4296/cadet-blue-pss-4553-dt20220916210209822657-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4553/cadet-blue-ii", + "scraped_at": "2026-05-01T16:43:03.822Z" + }, + { + "sku": "PSS-4571", + "color_name": "HONEY YELLOW", + "description": "Honey Yellow is a medium yellow solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.27 + }, + { + "min": 50, + "max": 199, + "price": 15.46 + }, + { + "min": 200, + "max": null, + "price": 14.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2815/pss-4571-honey-yellow-tds-dt20230821143125718347.pdf?1692628287", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4298/honey-yellow-pss-4571-dt20181114190253391-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4571/honey-yellow", + "scraped_at": "2026-05-01T16:43:14.974Z" + }, + { + "sku": "PSS-4577", + "color_name": "CASCADE PEACH", + "description": "Cascade Peach is a yellow-orange peach. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Semi-Gloss): Bitter Sweet Honey PSB-7089 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.8 + }, + { + "min": 50, + "max": 199, + "price": 26.41 + }, + { + "min": 200, + "max": null, + "price": 25.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3108/pss-4577-cascade-peach-tds-dt20230831171055272605.pdf?1693501857", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4300/cascade-peach-pss-4577-dt20200728181134814-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4577/cascade-peach", + "scraped_at": "2026-05-01T16:43:23.538Z" + }, + { + "sku": "PSS-4598", + "color_name": "MUSTARD YELLOW", + "description": "Mustard Yellow is a bright mustard yellow. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.74 + }, + { + "min": 50, + "max": 199, + "price": 16.85 + }, + { + "min": 200, + "max": null, + "price": 15.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4304/mustard-yellow-pss-4598-dt2025081920332789941-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4598/mustard-yellow", + "scraped_at": "2026-05-01T16:43:38.479Z" + }, + { + "sku": "PSS-4610", + "color_name": "Cherry Bliss", + "description": "Cherry Bliss is a dark maroon. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.71 + }, + { + "min": 50, + "max": 199, + "price": 14.92 + }, + { + "min": 200, + "max": null, + "price": 14.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4306/cherry-bliss-pss-4610-dt20190514211332162-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4610/cherry-bliss", + "scraped_at": "2026-05-01T16:43:50.631Z" + }, + { + "sku": "PSS-4615", + "color_name": "DOVE GREY", + "description": "Dove Grey is a medium shade of grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.83 + }, + { + "min": 50, + "max": 199, + "price": 11.24 + }, + { + "min": 200, + "max": null, + "price": 10.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4308/dove-grey-pss-4615-dt20220906172421540356-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4615/dove-grey", + "scraped_at": "2026-05-01T16:44:01.989Z" + }, + { + "sku": "PSS-4627", + "color_name": "Nutmeg Brown", + "description": "Nutmeg Brown is a copper/brown. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.94 + }, + { + "min": 50, + "max": 199, + "price": 12.29 + }, + { + "min": 200, + "max": null, + "price": 11.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4310/nutmeg-brown-pss-4627-dt20200403152008182-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4627/nutmeg-brown", + "scraped_at": "2026-05-01T16:44:11.207Z" + }, + { + "sku": "PSS-4628", + "color_name": "SANDAL GREY", + "description": "Sandal Grey is a light grey solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: River (Semi-Gloss): Sandle Grey River PRB-5375 Metallic (High Gloss): Kat Beige PMB-0979 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.2 + }, + { + "min": 50, + "max": 199, + "price": 11.59 + }, + { + "min": 200, + "max": null, + "price": 10.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3383/pss-4628-sandal-grey-tds-dt20230913214643087764.pdf?1694641604", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4312/sandal-grey-pss-4628-dt20210201223808417-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4628/sandal-grey", + "scraped_at": "2026-05-01T16:44:28.250Z" + }, + { + "sku": "PSS-4633", + "color_name": "Western Beige", + "description": "Western Beige is a medium yellow beige. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Vein (Satin): Western Saddle PVB-4480 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.64 + }, + { + "min": 50, + "max": 199, + "price": 14.86 + }, + { + "min": 200, + "max": null, + "price": 14.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5583/pss-4633-western-beige-tds-dt20240122193706452209.pdf?1705952229", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4314/western-beige-pss-4633-dt20200910142138988-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4633/western-beige", + "scraped_at": "2026-05-01T16:44:41.847Z" + }, + { + "sku": "PSS-4646", + "color_name": "Very White", + "description": "Very White is a standard white. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS VERY WHITE RIVER PRB-5460 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.84 + }, + { + "min": 50, + "max": 199, + "price": 11.25 + }, + { + "min": 200, + "max": null, + "price": 10.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3381/pss-4646-very-white-tds-dt20230913214144767247.pdf?1694641306", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4316/very-white-pss-4646-dt20250714153822448887-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4646/very-white", + "scraped_at": "2026-05-01T16:44:54.751Z" + }, + { + "sku": "PSS-4647", + "color_name": "Beach Tan", + "description": "Beach Tan is a light tan. This color is a polyester solid tone powder coat and has a high gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.01 + }, + { + "min": 50, + "max": 199, + "price": 12.36 + }, + { + "min": 200, + "max": null, + "price": 11.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7836/pss-4647-beach-tan-dt20260102190545563834.pdf?1767380747", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4318/beach-tan-pss-4647-dt20250625215831506265-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4647/beach-tan", + "scraped_at": "2026-05-01T16:45:11.259Z" + }, + { + "sku": "PSS-4679", + "color_name": "Passion Pink", + "description": "Passion Pink is a dark pink panther pink. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Metallic (Gloss): Cosmic Passion PMB-10016 / Lazer Polka Dot Pink PMB-2340 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Miami RELATED PRODUCTS PASSION PINK SILVER VEIN PVB-11069 CLICK FOR DETAILS PASSION PINK RIVER PRB-11067 CLICK FOR DETAILS PASSION PINK TEXTURE PTB-11068 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.61 + }, + { + "min": 50, + "max": 199, + "price": 16.73 + }, + { + "min": 200, + "max": null, + "price": 15.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7773/pss-4679-passion-pink-dt20251229222442898648.pdf?1767047084", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4322/passion-pink-pss-4679-dt20250519210127696407-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4679/passion-pink", + "scraped_at": "2026-05-01T16:45:24.005Z" + }, + { + "sku": "PSS-4680", + "color_name": "Arizona Turquoise", + "description": "Arizona Turquoise is a light turquoise. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Texture (Flat): Turquoise Texture PTB-10060 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.45 + }, + { + "min": 50, + "max": 199, + "price": 22.28 + }, + { + "min": 200, + "max": null, + "price": 21.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3158/pss-4680-arizona-turquoise-tds-dt20230901173734734033.pdf?1693589856", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4324/arizona-turquoise-pss-4680-dt20200602163517445-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4680/arizona-turquoise", + "scraped_at": "2026-05-01T16:45:39.504Z" + }, + { + "sku": "PSS-4735", + "color_name": "Moccasin Brown", + "description": "Moccasin Brown is a rich medium brown. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.84 + }, + { + "min": 50, + "max": 199, + "price": 13.15 + }, + { + "min": 200, + "max": null, + "price": 12.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4332/indian-brown-pss-4735-dt20220601164041366605-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4735/moccasin-brown", + "scraped_at": "2026-05-01T16:45:53.858Z" + }, + { + "sku": "PSS-4753", + "color_name": "Skiers Blue", + "description": "Skiers Blue is a dark sky blue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: River (Satin): Blue Paradise PRB-6100 Texture (Matte): Paradise Texture PTB-8075 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.35 + }, + { + "min": 50, + "max": 199, + "price": 13.63 + }, + { + "min": 200, + "max": null, + "price": 12.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4882/pss-4753-skiers-blue-tds-dt20231122183954895956.pdf?1700678397", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4334/skiers-blue-pss-4753-dt20200424142820123-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4753/skiers-blue", + "scraped_at": "2026-05-01T16:46:06.739Z" + }, + { + "sku": "PSS-4767", + "color_name": "China Red", + "description": "China Red is a rich red solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CHINA RED SILVER VEIN PVB-10983 CLICK FOR DETAILS CHINA RED RIVER PRB-11027 CLICK FOR DETAILS MATTE CHINA RED PSB-10868 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.43 + }, + { + "min": 50, + "max": 199, + "price": 16.56 + }, + { + "min": 200, + "max": null, + "price": 15.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2641/pss-4767-china-red-tds-dt20230814214549678785.pdf?1692049551", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4336/china-red-pss-4767-dt20220913182735208535-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4767/china-red", + "scraped_at": "2026-05-01T16:46:23.429Z" + }, + { + "sku": "PSS-4774", + "color_name": "Alpine Grey", + "description": "Alpine Grey is a medium grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: River (Gloss): Alpine Grey River PRB-5391 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.78 + }, + { + "min": 50, + "max": 199, + "price": 12.14 + }, + { + "min": 200, + "max": null, + "price": 11.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3292/pss-4774-alpine-grey-tds-dt20230911211108172405.pdf?1694466670", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4338/alpine-grey-pss-4774-dt20220524164806130949-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4774/alpine-grey", + "scraped_at": "2026-05-01T16:46:33.594Z" + }, + { + "sku": "PSS-4779", + "color_name": "Coastal Grey", + "description": "Coastal Grey is a medium grey solid tone. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Eggshell): Elephant Hide PSB-6765 River (Satin): Cavern Grey PRB-1988 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.3 + }, + { + "min": 50, + "max": 199, + "price": 11.69 + }, + { + "min": 200, + "max": null, + "price": 11.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4017/pss-4779-coastal-grey-tds-dt20230928210354562482.pdf?1695935036", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4340/coastal-grey-pss-4779-dt20210129182247391-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4779/coastal-grey", + "scraped_at": "2026-05-01T16:46:44.896Z" + }, + { + "sku": "PSS-4783", + "color_name": "Passion Red", + "description": "Passion Red is a bright red with a hint of dark orange. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Automotive-OEMCerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.23 + }, + { + "min": 50, + "max": 199, + "price": 13.52 + }, + { + "min": 200, + "max": null, + "price": 12.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3525/pss-4783-passion-red-tds-dt20230918160236070159.pdf?1695052958", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4342/passion-red-pss-4783-dt20250306195602094454-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4783/passion-red", + "scraped_at": "2026-05-01T16:46:54.683Z" + }, + { + "sku": "PSS-4815", + "color_name": "Winter Green", + "description": "Winter Green is a dark green solid tone. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Satin): Camo Green PSB-10151 Metallic (High Gloss): Frosted Winter Green PMB-6859 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.61 + }, + { + "min": 50, + "max": 199, + "price": 13.88 + }, + { + "min": 200, + "max": null, + "price": 13.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4346/winter-green-pss-4815-dt2019061221414229-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4815/winter-green", + "scraped_at": "2026-05-01T16:47:06.580Z" + }, + { + "sku": "PSS-4827", + "color_name": "FOREST GREEN", + "description": "Forest Green is a dark green. This color is a polyester solid tone powder coat and has a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.14 + }, + { + "min": 50, + "max": 199, + "price": 15.33 + }, + { + "min": 200, + "max": null, + "price": 14.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4348/forest-green-pss-4827-dt20250523201200974912-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4827/forest-green", + "scraped_at": "2026-05-01T16:47:21.191Z" + }, + { + "sku": "PSS-4874", + "color_name": "LIGHT GREY", + "description": "Light Grey is a light grey solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: River (Satin): Light Grey River PRB-2348 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.79 + }, + { + "min": 50, + "max": 199, + "price": 11.2 + }, + { + "min": 200, + "max": null, + "price": 10.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3140/pss-4874-light-grey-tds-dt20230901165001891953.pdf?1693587003", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4350/light-grey-pss-4874-dt20220601164558734596-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4874/light-grey", + "scraped_at": "2026-05-01T16:47:35.698Z" + }, + { + "sku": "PSS-4886", + "color_name": "EVERGREEN", + "description": "Evergreen is a dark green solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.23 + }, + { + "min": 50, + "max": 199, + "price": 18.27 + }, + { + "min": 200, + "max": null, + "price": 17.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2976/pss-4886-evergreen-tds-dt20230829175904122539.pdf?1693331945", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4352/evergreen-pss-4886-dt20200413223932772-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4886/evergreen", + "scraped_at": "2026-05-01T16:47:48.149Z" + }, + { + "sku": "PSS-4894", + "color_name": "SAGE YELLOW", + "description": "Sage Yellow is a curry yellow color. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.82 + }, + { + "min": 50, + "max": 199, + "price": 19.78 + }, + { + "min": 200, + "max": null, + "price": 18.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3534/pss-4894-sage-yellow-tds-dt20230918162041518658.pdf?1695054043", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4354/sage-yellow-pss-4894-dt20220524165823443267-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4894/sage-yellow", + "scraped_at": "2026-05-01T16:47:59.935Z" + }, + { + "sku": "PSS-4915", + "color_name": "Candy Brown", + "description": "Candy Brown is a rich dark chocolate brown. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.07 + }, + { + "min": 50, + "max": 199, + "price": 11.47 + }, + { + "min": 200, + "max": null, + "price": 10.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5729/pss-4915-candy-brown-tds-dt20240222151306617585.pdf?1708614789", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4356/candy-brown-pss-4915-dt20220601163254998026-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4915/candy-brown", + "scraped_at": "2026-05-01T16:48:16.302Z" + }, + { + "sku": "PSS-4924", + "color_name": "Magenta Red", + "description": "Magenta Red is a dark magenta red. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: River: Magenta Red River PRB-11043 Low Gloss: Matte Magenta Red PSB-11042 Texture: Magenta Red Texture PTB-11044 Vein Finish: Magenta Red Silver Vein PVB-11045 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.19 + }, + { + "min": 50, + "max": 199, + "price": 22.03 + }, + { + "min": 200, + "max": null, + "price": 20.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2675/pss-4924-magenta-red-tds-dt20230815205819265647.pdf?1692133101", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4358/magenta-red-pss-4924-dt20190612205305424-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4924/magenta-red", + "scraped_at": "2026-05-01T16:48:27.798Z" + }, + { + "sku": "PSS-4950", + "color_name": "Clean White", + "description": "Clean White is a bright white. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.17 + }, + { + "min": 50, + "max": 199, + "price": 10.61 + }, + { + "min": 200, + "max": null, + "price": 10.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2962/pss-4950-clean-white-tds-dt20230829161020993274.pdf?1693325422", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4364/clean-white-pss-4950-dt20210128192451508-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4950/clean-white", + "scraped_at": "2026-05-01T16:48:43.868Z" + }, + { + "sku": "PSS-4970", + "color_name": "Skyline Blue", + "description": "Skyline Blue is a medium cobalt blue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: River (Gloss): Skyline Blue River PRB-6950 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.62 + }, + { + "min": 50, + "max": 199, + "price": 12.94 + }, + { + "min": 200, + "max": null, + "price": 12.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3503/pss-4970-skyline-blue-tds-dt20230918150545907081.pdf?1695049547", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4366/skyline-blue-pss-4970-dt20220524165907204178-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4970/skyline-blue", + "scraped_at": "2026-05-01T16:48:59.859Z" + }, + { + "sku": "PSS-4971", + "color_name": "Very Red", + "description": "Very Red is a true red. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS SATIN VERY RED PSB-10210 CLICK FOR DETAILS MATTE VERY RED PSB-10851 CLICK FOR DETAILS VERY RED TEXTURE PTB-10985 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.33 + }, + { + "min": 50, + "max": 199, + "price": 15.51 + }, + { + "min": 200, + "max": null, + "price": 14.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3861/pss-4971-very-red-tds-dt20230925223845426545.pdf?1695681527", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4368/very-red-pss-4971-dt2025052719485182489-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4971/very-red", + "scraped_at": "2026-05-01T16:49:14.513Z" + }, + { + "sku": "PSS-4972", + "color_name": "Melon Orange", + "description": "Melon Orange is a rich orange. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.53 + }, + { + "min": 50, + "max": 199, + "price": 20.45 + }, + { + "min": 200, + "max": null, + "price": 19.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3668/pss-4972-melon-orange-tds-dt20230920152632940775.pdf?1695223595", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4370/melon-orange-pss-4972-dt20220603212120486713-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4972/melon-orange", + "scraped_at": "2026-05-01T16:49:30.407Z" + }, + { + "sku": "PSS-4991", + "color_name": "DELTA GREEN", + "description": "Delta Green is a dark army green. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Satin): Mushroom PSB-5937 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.68 + }, + { + "min": 50, + "max": 199, + "price": 11.1 + }, + { + "min": 200, + "max": null, + "price": 10.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4372/delta-green-pss-4991-dt20200518150009435-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4991/delta-green", + "scraped_at": "2026-05-01T16:49:44.523Z" + }, + { + "sku": "PSS-5000", + "color_name": "Sultan Blue", + "description": "Sultan Blue is a true navy blue solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.35 + }, + { + "min": 50, + "max": 199, + "price": 12.68 + }, + { + "min": 200, + "max": null, + "price": 12.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4374/sultan-blue-pss-5000-dt20210504215243013-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5000/sultan-blue", + "scraped_at": "2026-05-01T16:49:56.859Z" + }, + { + "sku": "PSS-5010", + "color_name": "STONE BEIGE", + "description": "Stone Beige is a light beige polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.56 + }, + { + "min": 50, + "max": 199, + "price": 12.88 + }, + { + "min": 200, + "max": null, + "price": 12.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4161/pss-5010-stone-beige-tds-dt20231003194906313954.pdf?1696362548", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9454/stone-beige-pss-5010-dt20231010163022901098-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5010/stone-beige", + "scraped_at": "2026-05-01T16:50:05.612Z" + }, + { + "sku": "PSS-5053", + "color_name": "Polar White", + "description": "Polar White is a bright white. This color is polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 10.59 + }, + { + "min": 50, + "max": 199, + "price": 10.06 + }, + { + "min": 200, + "max": null, + "price": 9.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4230/pss-5053-polar-white-tds-dt20231005205554108208.pdf?1696539357", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4376/polar-white-pss-5053-dt20250617193812295724-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5053/polar-white", + "scraped_at": "2026-05-01T16:50:14.472Z" + }, + { + "sku": "PSS-5075", + "color_name": "Stark Orange", + "description": "Stark Orange is a medium orange. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Texture (Flat): Stark Orange Texture PTB-8141 Metallic (High Gloss): Jammin Orange PMB-4697 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.1 + }, + { + "min": 50, + "max": 199, + "price": 18.15 + }, + { + "min": 200, + "max": null, + "price": 17.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3045/pss-5075-stark-orange-tds-dt20230830162509333457.pdf?1693412711", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4378/stark-orange-pss-5075-dt2021021715393726-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5075/stark-orange", + "scraped_at": "2026-05-01T16:50:23.924Z" + }, + { + "sku": "PSS-5080", + "color_name": "THUNDER GREY", + "description": "Thunder Grey is a medium grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Matte): Flat Thunder PSB-8128 River (Satin): Dark Grey River PRB-2427 Solid Tone (Semi-Gloss): Flannel Grey PSB-5203 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.25 + }, + { + "min": 50, + "max": 199, + "price": 11.64 + }, + { + "min": 200, + "max": null, + "price": 11.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4010/pss-5080-thunder-grey-tds-dt20230928204642869717.pdf?1695934004", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4380/thunder-grey-pss-5080-dt2020051915292613-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5080/thunder-grey", + "scraped_at": "2026-05-01T16:50:40.821Z" + }, + { + "sku": "PSS-5082", + "color_name": "FLAME RED", + "description": "Flame Red is a red orange solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.41 + }, + { + "min": 50, + "max": 199, + "price": 15.59 + }, + { + "min": 200, + "max": null, + "price": 14.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7166/pss-5082-flame-red-dt20250416190135821562.pdf?1744830097", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4382/flame-red-pss-5082-dt20201117181322807-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5082/flame-red", + "scraped_at": "2026-05-01T16:50:54.132Z" + }, + { + "sku": "PSS-5207", + "color_name": "Highland Brown", + "description": "Highland Brown is a medium brown solid tone. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.58 + }, + { + "min": 50, + "max": 199, + "price": 12.9 + }, + { + "min": 200, + "max": null, + "price": 12.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5557/pss-5207-highland-brown-tds-dt20240117191146687654.pdf?1705518710", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4384/highland-brown-pss-5207-dt20220629161241047533-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5207/highland-brown", + "scraped_at": "2026-05-01T16:51:08.227Z" + }, + { + "sku": "PSS-5225", + "color_name": "MOSS GREEN", + "description": "Moss Green is a light olive green. This color is a polyester solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15 + }, + { + "min": 50, + "max": 199, + "price": 14.25 + }, + { + "min": 200, + "max": null, + "price": 13.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/6122/moss-green-pss-5225-dt20220906195639476739-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5225/moss-green", + "scraped_at": "2026-05-01T16:51:23.543Z" + }, + { + "sku": "PSS-5236", + "color_name": "LAVA GREY", + "description": "Lava Grey is a lighter to medium grey. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: River (Satin): Lava River Grey PRB-2540 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.45 + }, + { + "min": 50, + "max": 199, + "price": 12.78 + }, + { + "min": 200, + "max": null, + "price": 12.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4023/pss-5236-lava-grey-tds-dt20230928211906060277.pdf?1695935948", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4386/lava-grey-pss-5236-dt20220629161323590986-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5236/lava-grey", + "scraped_at": "2026-05-01T16:51:36.014Z" + }, + { + "sku": "PSS-5312", + "color_name": "Chocolate Brown", + "description": "Chocolate Brown is a dark brown polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.67 + }, + { + "min": 50, + "max": 199, + "price": 13.94 + }, + { + "min": 200, + "max": null, + "price": 13.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4338/pss-5312-chocolate-brown-tds-dt2023101721230484764.pdf?1697577787", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9458/chocolate-brown-pss-5312-dt20231030155057555068-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5312/chocolate-brown", + "scraped_at": "2026-05-01T16:51:46.064Z" + }, + { + "sku": "PSS-5314", + "color_name": "Barbie Pink", + "description": "Barbie Pink is a bright red/pink solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: River (Gloss): Barbie Pink River PRB-4096 Solid Tone (Semi-Gloss): Flat Barbie Pink PSB-6984 Vein (Semi-Gloss): Dark Red/Silver PVB-8119 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Miami", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.27 + }, + { + "min": 50, + "max": 199, + "price": 20.21 + }, + { + "min": 200, + "max": null, + "price": 19.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3249/pss-5314-barbie-pink-tds-dt20230908190348717335.pdf?1694199830", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4388/barbie-pink-pss-5314-dt20220912154849883936-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5314/barbie-pink", + "scraped_at": "2026-05-01T16:51:56.845Z" + }, + { + "sku": "PSS-5337", + "color_name": "Flag Orange", + "description": "Flag Orange is a bright orange. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Matte): Matte Flag Orange PSB-10842 River (Gloss): Flag Orange River PRB-10869 Texture (Flat): Flag Orange Texture PTB-10790 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.09 + }, + { + "min": 50, + "max": 199, + "price": 18.14 + }, + { + "min": 200, + "max": null, + "price": 17.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3718/pss-5337-flag-orange-tds-dt20230921220939577455.pdf?1695334181", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4390/flag-orange-pss-5337-dt2022051621112278589-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5337/flag-orange", + "scraped_at": "2026-05-01T16:52:10.451Z" + }, + { + "sku": "PSS-5340", + "color_name": "GARDNER GREY", + "description": "Gardner Grey is a grey/brown solid tone. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Matte): Flat Gardner Grey PSB-10024 River (Semi-Gloss): Elephant Trunk PRB-2979 Vein (Eggshell): Grey/Mauve PVB-8105 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.64 + }, + { + "min": 50, + "max": 199, + "price": 12.01 + }, + { + "min": 200, + "max": null, + "price": 11.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4022/pss-5340-gardner-grey-tds-dt20230928211713981953.pdf?1695935836", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4392/gardner-grey-pss-5340-dt20220913184752735078-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5340/gardner-grey", + "scraped_at": "2026-05-01T16:52:24.835Z" + }, + { + "sku": "PSS-5353", + "color_name": "Autumn Brown", + "description": "Autumn Brown is a medium to light brown. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.56 + }, + { + "min": 50, + "max": 199, + "price": 11.93 + }, + { + "min": 200, + "max": null, + "price": 11.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4394/autumn-brown-pss-5353-dt20200923161700256-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5353/autumn-brown", + "scraped_at": "2026-05-01T16:52:39.142Z" + }, + { + "sku": "PSS-5355", + "color_name": "Bowman Brown", + "description": "Bowman Brown is a medium brown solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.84 + }, + { + "min": 50, + "max": 199, + "price": 13.15 + }, + { + "min": 200, + "max": null, + "price": 12.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4396/bowman-brown-pss-5355-dt20220912155316820932-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5355/bowman-brown", + "scraped_at": "2026-05-01T16:52:49.460Z" + }, + { + "sku": "PSS-5366", + "color_name": "PO Blue", + "description": "PO Blue is a medium to dark blue solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.11 + }, + { + "min": 50, + "max": 199, + "price": 15.3 + }, + { + "min": 200, + "max": null, + "price": 14.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5531/pss-5366-po-blue-tds-dt20240111200545697382.pdf?1705003547", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4398/po-blue-pss-5366-dt20210426172729969-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5366/po-blue", + "scraped_at": "2026-05-01T16:53:04.931Z" + }, + { + "sku": "PSS-5394", + "color_name": "Hard Red", + "description": "Hard Red is a medium-dark red. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4402/hard-red-pss-5394-dt20211004181045028-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5394/hard-red", + "scraped_at": "2026-05-01T16:53:21.350Z" + }, + { + "sku": "PSS-5401", + "color_name": "DIJON YELLOW", + "description": "Dijon Yellow is a mustard yellow. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Metallic (Semi-Gloss): Royal Gold PMB-5742 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.07 + }, + { + "min": 50, + "max": 199, + "price": 17.17 + }, + { + "min": 200, + "max": null, + "price": 16.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3431/pss-5401-dijon-yellow-tds-dt20230914195611666547.pdf?1694721373", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4404/dijon-yellow-pss-5401-dt20220520170405558736-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5401/dijon-yellow", + "scraped_at": "2026-05-01T16:53:40.464Z" + }, + { + "sku": "PSS-5463", + "color_name": "FARM GREEN", + "description": "Farm Green is a medium grass green. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Do you carry John Deere green powder? - Rmc Powder Coating 02/26/19 02:51 pm Answer: We don't have anything under that name but most we do have a couple of powder color that are commonly used for a match. They are PASTURE GREEN PSS 5895 and TRACTOR GREEN PSS 4517 Tractor Green is a better match to the post 1980's generation machines but you may want to order color swatches of both for comparison. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.75 + }, + { + "min": 50, + "max": 199, + "price": 13.06 + }, + { + "min": 200, + "max": null, + "price": 12.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2975/pss-5463-farm-green-tds-dt20230829175535445331.pdf?1693331736", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4406/farm-green-pss-5463-dt20200520224816176-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5463/farm-green", + "scraped_at": "2026-05-01T16:53:54.390Z" + }, + { + "sku": "PSS-5468", + "color_name": "Sleek White", + "description": "Sleek White is a very bright white. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.25 + }, + { + "min": 50, + "max": 199, + "price": 11.64 + }, + { + "min": 200, + "max": null, + "price": 11.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6018/pss-5468-sleek-white-tds-dt2024040215152255723.pdf?1712070924", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4408/sleek-white-pss-5468-dt20210325225857132-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5468/sleek-white", + "scraped_at": "2026-05-01T16:54:05.325Z" + }, + { + "sku": "PSS-5480", + "color_name": "CARAMEL BEIGE", + "description": "Caramel Beige is a dark caramel beige. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.19 + }, + { + "min": 50, + "max": 199, + "price": 13.48 + }, + { + "min": 200, + "max": null, + "price": 12.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4410/caramel-beige-pss-5480-dt20201210223544047-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5480/caramel-beige", + "scraped_at": "2026-05-01T16:54:21.518Z" + }, + { + "sku": "PSS-5547", + "color_name": "Yellow Olive", + "description": "Yellow Olive is a light yellow/green with a smooth appearance. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.94 + }, + { + "min": 50, + "max": 199, + "price": 17.04 + }, + { + "min": 200, + "max": null, + "price": 16.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3404/pss-5547-yellow-olive-tds-dt20230914153659275907.pdf?1694705820", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4412/yellow-olive-pss-5547-dt20210429155739601-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5547/yellow-olive", + "scraped_at": "2026-05-01T16:54:32.512Z" + }, + { + "sku": "PSS-5584", + "color_name": "Beige", + "description": "Beige is a medium beige. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.27 + }, + { + "min": 50, + "max": 199, + "price": 11.66 + }, + { + "min": 200, + "max": null, + "price": 11.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4414/beige-pss-5584-dt20181101201556424-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5584/beige", + "scraped_at": "2026-05-01T16:54:47.475Z" + }, + { + "sku": "PSS-5642", + "color_name": "CORSAIR GOLD", + "description": "Corsair Gold is a caterpillar gold/yellow. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.58 + }, + { + "min": 50, + "max": 199, + "price": 11.95 + }, + { + "min": 200, + "max": null, + "price": 11.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7582/pss-5642-corsair-gold-dt20251008194222046915.pdf?1759952544", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4416/corsair-gold-pss-5642-dt2025062718355580272-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5642/corsair-gold", + "scraped_at": "2026-05-01T16:55:02.958Z" + }, + { + "sku": "PSS-5649", + "color_name": "Racer Red", + "description": "Racer Red is a bright red. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.41 + }, + { + "min": 50, + "max": 199, + "price": 15.59 + }, + { + "min": 200, + "max": null, + "price": 14.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7344/pss-5649-racer-red-dt20250502203035931606.pdf?1746217838", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4418/racer-red-pss-5649-dt20210421195846159-thumbnail.jpg?1619035127&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5649/racer-red", + "scraped_at": "2026-05-01T16:55:17.452Z" + }, + { + "sku": "PSS-5666", + "color_name": "KIWI GREEN", + "description": "Kiwi Green is a bright lime green. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.41 + }, + { + "min": 50, + "max": 199, + "price": 26.04 + }, + { + "min": 200, + "max": null, + "price": 24.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6720/pss-5666-kiwi-green-tds-dt2024070821580564334.pdf?1720475887", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4420/kiwi-green-pss-5666-dt2025061719450699004-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5666/kiwi-green", + "scraped_at": "2026-05-01T16:55:27.588Z" + }, + { + "sku": "PSS-5678", + "color_name": "M & M Orange", + "description": "M & M Orange is a bright orange. This color is a polyester solid tone powder coat and has a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS M & M ORANGE SILVER VEIN PVB-10961 CLICK FOR DETAILS M & M ORANGE RIVER PRB-8007 CLICK FOR DETAILS M & M ORANGE TEXTURE PTB-10795 CLICK FOR DETAILS MATTE M & M ORANGE PSB-10846 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.13 + }, + { + "min": 50, + "max": 199, + "price": 21.02 + }, + { + "min": 200, + "max": null, + "price": 19.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4424/m-m-orange-pss-5678-dt20250523202148819449-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5678/m-m-orange", + "scraped_at": "2026-05-01T16:55:47.234Z" + }, + { + "sku": "PSS-5690", + "color_name": "Gloss White", + "description": "Gloss White is a pure bright white. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 10.42 + }, + { + "min": 50, + "max": 199, + "price": 9.9 + }, + { + "min": 200, + "max": null, + "price": 9.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5533/pss-5690-gloss-white-tds-dt20240111221853379558.pdf?1705011535", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4426/gloss-white-pss-5690-dt2025092315495253049-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5690/gloss-white", + "scraped_at": "2026-05-01T16:55:57.960Z" + }, + { + "sku": "PSS-5691", + "color_name": "Yes Yellow", + "description": "Yes Yellow is a bright yellow. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS YES YELLOW RIVER PRB-10482 CLICK FOR DETAILS MATTE YES YELLOW PSB-10481 CLICK FOR DETAILS YES YELLOW TEXTURE PTB-10483 CLICK FOR DETAILS YES YELLOW SILVER VEIN PVB-10947 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.66 + }, + { + "min": 50, + "max": 199, + "price": 20.58 + }, + { + "min": 200, + "max": null, + "price": 19.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3030/pss-5691-yes-yellow-tds-dt20230830154640265986.pdf?1693410401", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4428/yes-yellow-pss-5691-dt20250819204017961058-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5691/yes-yellow", + "scraped_at": "2026-05-01T16:56:12.519Z" + }, + { + "sku": "PSS-5695", + "color_name": "Brown Green", + "description": "Brown Green is a mossy muddy brown polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.56 + }, + { + "min": 50, + "max": 199, + "price": 11.93 + }, + { + "min": 200, + "max": null, + "price": 11.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4706/pss-5695-brown-green-tds-dt20231120174300854146.pdf?1700502182", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9464/brown-green-pss-5695-dt20231114180656508905-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5695/brown-green", + "scraped_at": "2026-05-01T16:56:23.347Z" + }, + { + "sku": "PSS-5768", + "color_name": "SUBLIME", + "description": "Sublime is a lime green with a tint of yellow/brown. This color is a polyester solid tone powder coat with a satin finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Pastels RELATED PRODUCTS SUBLIME TEXTURE PTB-10361 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.01 + }, + { + "min": 50, + "max": 199, + "price": 27.56 + }, + { + "min": 200, + "max": null, + "price": 26.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2973/pss-5768-sublime-tds-dt20230829174928857677.pdf?1693331370", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4432/sublime-pss-5768-dt20250523202619620753-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5768/sublime", + "scraped_at": "2026-05-01T16:56:35.243Z" + }, + { + "sku": "PSS-5780", + "color_name": "GREEN OLIVE", + "description": "Green Olive is a dark green olive/brown. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.24 + }, + { + "min": 50, + "max": 199, + "price": 14.48 + }, + { + "min": 200, + "max": null, + "price": 13.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4434/green-olive-pss-5780-dt20220524165005949539-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5780/green-olive", + "scraped_at": "2026-05-01T16:56:45.989Z" + }, + { + "sku": "PSS-5806", + "color_name": "HURRICANE MIST", + "description": "Hurricane Mist is a light, cool grey. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.66 + }, + { + "min": 50, + "max": 199, + "price": 11.08 + }, + { + "min": 200, + "max": null, + "price": 10.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7382/pss-5806-hurricane-mist-dt20250611175621137751.pdf?1749664583", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4438/hurricane-mist-pss-5806-dt20201231161423392-thumbnail.jpg?1609431264&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5806/hurricane-mist", + "scraped_at": "2026-05-01T16:56:54.700Z" + }, + { + "sku": "PSS-5930", + "color_name": "Washed Red", + "description": "Washed Red is a pale orangish red. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Metallic (Semi-Gloss): Orange Aid PMB-5554 Metallic (Gloss): Adobe Orange PMB-2454 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.81 + }, + { + "min": 50, + "max": 199, + "price": 16.92 + }, + { + "min": 200, + "max": null, + "price": 16.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3864/pss-5930-washed-red-tds-dt20230925224639387243.pdf?1695682001", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4445/washed-red-pss-5930-dt20190524182724001-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5930/washed-red", + "scraped_at": "2026-05-01T16:57:08.859Z" + }, + { + "sku": "PSS-5933", + "color_name": "JUNGLE GREY", + "description": "Jungle Grey is a dark grey solid tone with a bluish hue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Satin): Flat Jungle Grey PSB-10037 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.98 + }, + { + "min": 50, + "max": 199, + "price": 11.38 + }, + { + "min": 200, + "max": null, + "price": 10.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3190/pss-5933-jungle-grey-tds-dt20230905201127982568.pdf?1693944690", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4447/jungle-grey-pss-5933-dt2023012016061696216-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5933/jungle-grey", + "scraped_at": "2026-05-01T16:57:21.487Z" + }, + { + "sku": "PSS-6339", + "color_name": "Perfect Teal", + "description": "Perfect Teal is a dark blue teal solid tone. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *This color is also available in the following alternative finishes: Metallic (Semi-Gloss): Hot Springs PMB-0889 Metallic (Gloss): Geyser Teal PMB-1073 / Catalina Blue PMB-0676 / Truck-N-Teal PMB-1870 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.44 + }, + { + "min": 50, + "max": 199, + "price": 17.52 + }, + { + "min": 200, + "max": null, + "price": 16.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4449/perfect-teal-pss-6339-dt20201022210111609-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6339/perfect-teal", + "scraped_at": "2026-05-01T16:57:34.993Z" + }, + { + "sku": "PSS-6372", + "color_name": "SPORTS BEIGE", + "description": "Sports Beige is a medium beige. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.36 + }, + { + "min": 50, + "max": 199, + "price": 17.44 + }, + { + "min": 200, + "max": null, + "price": 16.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4453/sports-beige-pss-6372-dt20181210171104514-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6372/sports-beige", + "scraped_at": "2026-05-01T16:57:48.583Z" + }, + { + "sku": "PSS-6443", + "color_name": "Guava", + "description": "Guava is a pinkish red solid color. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.55 + }, + { + "min": 50, + "max": 199, + "price": 26.17 + }, + { + "min": 200, + "max": null, + "price": 24.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4455/guava-pss-6443-dt20230119154906975885-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6443/guava", + "scraped_at": "2026-05-01T16:58:04.085Z" + }, + { + "sku": "PSS-6455", + "color_name": "Orange Guava", + "description": "Orange Guava is a guava orange solid tone. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Pastels", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.32 + }, + { + "min": 50, + "max": 199, + "price": 17.4 + }, + { + "min": 200, + "max": null, + "price": 16.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5353/pss-6455-orange-guava-tds-dt20231206152806168984.pdf?1701876488", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4457/orange-guava-pss-6455-dt20201231224912586-thumbnail.jpg?1609454953&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6455/orange-guava", + "scraped_at": "2026-05-01T16:58:18.418Z" + }, + { + "sku": "PSS-6492", + "color_name": "Proulx White", + "description": "Proulx White is a clean gloss white. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.25 + }, + { + "min": 50, + "max": 199, + "price": 11.64 + }, + { + "min": 200, + "max": null, + "price": 11.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3012/pss-6492-proulx-white-tds-dt20230830144149537055.pdf?1693406511", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4459/proulx-white-pss-6492-dt20210420175240282-thumbnail.jpg?1618941161&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6492/proulx-white", + "scraped_at": "2026-05-01T16:58:32.684Z" + }, + { + "sku": "PSS-6560", + "color_name": "Dark Mauve", + "description": "Dark Mauve is a dark mauve. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.86 + }, + { + "min": 50, + "max": 199, + "price": 18.87 + }, + { + "min": 200, + "max": null, + "price": 17.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3933/pss-6560-dark-mauve-tds-dt20230927180459755935.pdf?1695837902", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4463/dark-mauve-pss-6560-dt20190612164933448-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6560/dark-mauve", + "scraped_at": "2026-05-01T16:58:45.928Z" + }, + { + "sku": "PSS-6568", + "color_name": "MUSTARD GREEN", + "description": "Mustard Green is a mustard solid tone with a hint of green. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.24 + }, + { + "min": 50, + "max": 199, + "price": 23.98 + }, + { + "min": 200, + "max": null, + "price": 22.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5579/pss-6568-mustard-green-tds-dt20240122192852818139.pdf?1705951735", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4465/mustard-green-pss-6568-dt20201222211523143-thumbnail.jpg?1608671724&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6568/mustard-green", + "scraped_at": "2026-05-01T16:59:01.894Z" + }, + { + "sku": "PSS-6608", + "color_name": "BURNT CHOCOLATE", + "description": "Burnt Chocolate is a dark brown/black. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.56 + }, + { + "min": 50, + "max": 199, + "price": 11.93 + }, + { + "min": 200, + "max": null, + "price": 11.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4467/burnt-chocolate-pss-6610-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6608/burnt-chocolate", + "scraped_at": "2026-05-01T16:59:15.789Z" + }, + { + "sku": "PSS-6626", + "color_name": "Greenish Brown", + "description": "Greenish Brown is a brown that has a slight green hue to it. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.69 + }, + { + "min": 50, + "max": 199, + "price": 15.86 + }, + { + "min": 200, + "max": null, + "price": 15.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4469/greenish-brown-pss-6626-dt20190528175414114-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6626/greenish-brown", + "scraped_at": "2026-05-01T16:59:27.213Z" + }, + { + "sku": "PSS-6728", + "color_name": "Brown Haze", + "description": "Brown Haze is a dark brown solid tone. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.21 + }, + { + "min": 50, + "max": 199, + "price": 16.35 + }, + { + "min": 200, + "max": null, + "price": 15.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4471/brown-haze-pss-6728-dt20210419174209067-thumbnail.jpg?1618854130&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6728/brown-haze", + "scraped_at": "2026-05-01T16:59:37.732Z" + }, + { + "sku": "PSS-6837", + "color_name": "TROPICAL BREEZE", + "description": "Tropical Breeze is a turquoise solid tone. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PastelsMiami", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.12 + }, + { + "min": 50, + "max": 199, + "price": 26.71 + }, + { + "min": 200, + "max": null, + "price": 25.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7637/pss-6837-tropical-breeze-dt20251017153414098586.pdf?1760715256", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4473/tropical-breeze-pss-6837-dt20250603220220374354-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6837/tropical-breeze", + "scraped_at": "2026-05-01T16:59:54.523Z" + }, + { + "sku": "PSS-6844", + "color_name": "Throw Back Blue", + "description": "Throw Back Blue is a retro light blue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Miami RELATED PRODUCTS THROW BACK TEXTURE PTB-10366 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.25 + }, + { + "min": 50, + "max": 199, + "price": 26.84 + }, + { + "min": 200, + "max": null, + "price": 25.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5786/pss-6844-throw-back-blue-tds-dt2024030722390174374.pdf?1709851143", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4475/throw-back-blue-pss-6844-dt20250702223848512105-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6844/throw-back-blue", + "scraped_at": "2026-05-01T17:00:12.143Z" + }, + { + "sku": "PSS-6853", + "color_name": "Yak Brown", + "description": "Yak Brown is a medium brown solid tone. This color is a polyester solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.62 + }, + { + "min": 50, + "max": 199, + "price": 14.84 + }, + { + "min": 200, + "max": null, + "price": 14.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/42/glaze-application-guide-dt20190107154449894.pdf?1546875892", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4477/yak-brown-pss-6853-dt20210329162805829-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6853/yak-brown", + "scraped_at": "2026-05-01T17:00:27.859Z" + }, + { + "sku": "PSS-6954", + "color_name": "Pink Chalk", + "description": "Pink Chalk is a light pink. This color is a polyester solid tone powder coat and has a flat finish. Flat: 0-6 Gloss Units Note: This color exhibits a significant color change when a clear coat is applied. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PastelsMiami", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.11 + }, + { + "min": 50, + "max": 199, + "price": 27.65 + }, + { + "min": 200, + "max": null, + "price": 26.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7749/pss-6954-pink-chalk-dt20251229212508754817.pdf?1767043510", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4485/pink-chalk-pss-6954-dt20260126185901608669-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6954/pink-chalk", + "scraped_at": "2026-05-01T17:00:41.184Z" + }, + { + "sku": "PSS-7011", + "color_name": "RS Red", + "description": "RS Red is a vivid classic apple red polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.44 + }, + { + "min": 50, + "max": 199, + "price": 15.62 + }, + { + "min": 200, + "max": null, + "price": 14.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4919/pss-7011-rs-red-tds-dt20231127165625153602.pdf?1701104187", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9466/rs-red-pss-7011-dt20231127214356951861-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-7011/rs-red", + "scraped_at": "2026-05-01T17:00:54.759Z" + }, + { + "sku": "PSS-7012", + "color_name": "SUZUKI YELLOW II", + "description": "Suzuki Yellow II is a medium-light yellow. This color is a polyester solid tone powder coat with a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.22 + }, + { + "min": 50, + "max": 199, + "price": 20.16 + }, + { + "min": 200, + "max": null, + "price": 19.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6116/pss-7012-suzuki-yellow-ii-tds-dt20240412155322373349.pdf?1712937204", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7463/suzuki-yellow-ii-pss-7012-dt2019022722071601-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-7012/suzuki-yellow-ii", + "scraped_at": "2026-05-01T17:01:11.434Z" + }, + { + "sku": "PSS-7068", + "color_name": "Chartreuse Sherbert", + "description": "Chartreuse Sherbert is a bright neon lime green. This color is a polyester solid tone powder coat and has a high gloss finish. ***NOTE: Please be aware that the pigment used to formulate this color may have small black or red specks. This is due to the process and chemistry that is inherent to this pigment. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS SATIN CHARTREUSE PSB-10209 CLICK FOR DETAILS CHARTREUSE TEXTURE PTB-10365 CLICK FOR DETAILS COSMIC CHARTREUSE PMB-10802 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.06 + }, + { + "min": 50, + "max": 199, + "price": 28.56 + }, + { + "min": 200, + "max": null, + "price": 27.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2566/pss-7068-chartreuse-sherbert-tds-dt20230811154123559529.pdf?1691768485", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4491/chartreuse-sherbert-pss-7068-dt20250519222816451907-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-7068/chartreuse-sherbert", + "scraped_at": "2026-05-01T17:01:26.736Z" + }, + { + "sku": "PTB-10026", + "color_name": "SHIMMER TEXTURE", + "description": "Shimmer Texture has a sandpaper texture with a silver pearl in it. This color is a polyester texture powder coat and has a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.54 + }, + { + "min": 50, + "max": 199, + "price": 18.56 + }, + { + "min": 200, + "max": null, + "price": 17.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3217/ptb-10026-shimmer-texture-tds-dt20230906162231679444.pdf?1694017354", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7215/shimmer-texture-ptb-10026-dt20210408211820687-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10026/shimmer-texture", + "scraped_at": "2026-05-01T17:01:37.651Z" + }, + { + "sku": "PTB-10053", + "color_name": "Plum Violet Texture", + "description": "Plum Violet Texture is a medium purple that has a fine texture and is still able to hold a sheen. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.92 + }, + { + "min": 50, + "max": 199, + "price": 25.57 + }, + { + "min": 200, + "max": null, + "price": 24.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4493/plum-violet-texture-ptb-10053-dt20200519145232541-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10053/plum-violet-texture", + "scraped_at": "2026-05-01T17:01:46.872Z" + }, + { + "sku": "PTB-10054", + "color_name": "Brown Bronze Texture", + "description": "Brown Bronze Texture is a dark brown with a golden bronze shimmer and has a fine texture feel. This color is a polyester texture powder coat with a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: I’m searching for rays wheels colors was Matt bronze can help and I want to order a lot off colors and equipment I have garage in Dubai and I’m interested about coating project - Brothers Auto 05/01/20 06:22 pm Answer: Please contact our color match department for you color match inquiries. They can be reached by emailing colormatch@prismaticpowders.com - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.25 + }, + { + "min": 50, + "max": 199, + "price": 13.54 + }, + { + "min": 200, + "max": null, + "price": 12.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8960/brown-bronze-texture-ptb-10054-dt20200414161533295-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10054/brown-bronze-texture", + "scraped_at": "2026-05-01T17:01:59.367Z" + }, + { + "sku": "PTB-10060", + "color_name": "Arizona Turquoise Texture", + "description": "Arizona Turquoise Texture is a light turquoise with a sandpaper-like texture. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.37 + }, + { + "min": 50, + "max": 199, + "price": 25.05 + }, + { + "min": 200, + "max": null, + "price": 23.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3159/ptb-10060-turquoise-texture-tds-dt20230901173957319094.pdf?1693589999", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8964/turquoise-texture-ptb-10060-dt20190312221249337-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10060/arizona-turquoise-texture", + "scraped_at": "2026-05-01T17:02:10.763Z" + }, + { + "sku": "PTB-10074", + "color_name": "Destroyer Blue Texture", + "description": "Destroyer Blue Texture is a deep navy blue polyester texture and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS DESTROYER BLUE RIVER PRB-6938 CLICK FOR DETAILS MATTE DESTROYER BLUE PSB-11096 CLICK FOR DETAILS DESTROYER BLUE PSS-3026 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.54 + }, + { + "min": 50, + "max": 199, + "price": 19.51 + }, + { + "min": 200, + "max": null, + "price": 18.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3499/ptb-10074-destroyer-blue-text-tds-dt20230915225704908128.pdf?1694818626", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9468/destroyer-blue-text-ptb-10074-dt20231204192030975012-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10074/destroyer-blue-texture", + "scraped_at": "2026-05-01T17:02:23.323Z" + }, + { + "sku": "PTB-10075", + "color_name": "Southwest Blue Texture", + "description": "Southwest Blue Texture is a deep cobalt polyester texture and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS SOUTHWEST BLUE SILVER VEIN PVB-11081 CLICK FOR DETAILS SOUTHWEST BLUE PSS-0845 CLICK FOR DETAILS SOUTHWEST BLUE RIVER PRB-11080 CLICK FOR DETAILS MATTE SOUTHWEST BLUE PSB-11079 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.03 + }, + { + "min": 50, + "max": 199, + "price": 21.88 + }, + { + "min": 200, + "max": null, + "price": 20.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5348/ptb-10075-southwest-blue-text-tds-dt20231206151819517257.pdf?1701875901", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9469/southwest-blue-text-ptb-10075-dt20231204191054241091-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10075/southwest-blue-texture", + "scraped_at": "2026-05-01T17:02:38.030Z" + }, + { + "sku": "PTB-10081", + "color_name": "Iced Blue Texture", + "description": "Iced Blue Texture is a medium blue with a fine sandpaper-like texture and a fine silver sparkle. This color is a polyester texture powder coat with a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.27 + }, + { + "min": 50, + "max": 199, + "price": 17.36 + }, + { + "min": 200, + "max": null, + "price": 16.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8966/iced-blue-texture-ptb-10081-dt20200605162400602-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10081/iced-blue-texture", + "scraped_at": "2026-05-01T17:02:49.651Z" + }, + { + "sku": "PTB-10094", + "color_name": "Lucy's Toast", + "description": "Lucy's Toast is dark black polyester texture and has a satin finish. Satin: 21-36 Gloss Units We recommend the use of a primer base coat under ALL texture and cast finishes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5565/ptb-10094-lucys-toast-tds-dt20240117232548089422.pdf?1705533951", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9470/lucys-toast-ptb-10094-dt20250710203827690913-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10094/lucys-toast", + "scraped_at": "2026-05-01T17:03:03.811Z" + }, + { + "sku": "PTB-10120", + "color_name": "THATCH BROWN TEXTURE", + "description": "Thatch Brown Texture is a muted brown medium tan polyester texture and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS THATCH BROWN PSB-8088 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.36 + }, + { + "min": 50, + "max": 199, + "price": 21.24 + }, + { + "min": 200, + "max": null, + "price": 20.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5322/ptb-10120-thatch-brown-texture-tds-dt20231205175429394487.pdf?1701798871", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9476/thatch-brown-texture-ptb-10120-dt20231201211514074952-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10120/thatch-brown-texture", + "scraped_at": "2026-05-01T17:03:15.927Z" + }, + { + "sku": "PTB-10127", + "color_name": "UV Burnt Coconut", + "description": "UV Burnt Coconut is a dark brown fine texture with a lighter brown peppered appearance. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.71 + }, + { + "min": 50, + "max": 199, + "price": 12.07 + }, + { + "min": 200, + "max": null, + "price": 11.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2524/ptb-10127-uv-burnt-coconut-tds-dt20230809164050462873.pdf?1691599252", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8904/uv-burnt-coconut-ptb-10127-dt20190321212308055-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10127/uv-burnt-coconut", + "scraped_at": "2026-05-01T17:03:29.261Z" + }, + { + "sku": "PTB-10133", + "color_name": "Golden Charcoal Texture", + "description": "Golden Charcoal Texture is a charcoal bronze that has a fine bronze sparkle with a sandpaper-like texture. This color is a polyester texture powder coat with a semi-gloss finish. It is also available in a metallic finish as Golden Charcoal PMB-8046. We recommend the use of a primer base coat under ALL texture and cast finishes. *Due to the potential for metallic oxidation, interior use is recommended* Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Will Golden Charcoal Texture hold up to 400' heat for a grill hood ? Thank you in advance. - Paint And Powder Works 04/09/19 10:06 am Answer: That would probably not be the best choice. It would likely hold up for awhile but the reality is, it's really only rated for about 250F for sustained temps, but can handle spikes in temp up to 350-400F. Long term, it would be better to go will a high temp coating for this kind of application. A product like C-Series Cerakote would be a better option. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.05 + }, + { + "min": 50, + "max": 199, + "price": 18.1 + }, + { + "min": 200, + "max": null, + "price": 17.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8968/golden-charcoal-texture-ptb-10133-dt20190321212103003-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10133/golden-charcoal-texture", + "scraped_at": "2026-05-01T17:03:43.059Z" + }, + { + "sku": "PTB-10134", + "color_name": "Speedway Grey Texture", + "description": "Speedway Grey Texture is a dark asphalt grey black polyester texture and has a satin finish. Satin: 21-35 Gloss Units *Due to the potential for metallic oxidation, interior use is recommended* Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS SPEEDWAY GREY PMB-4911 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.63 + }, + { + "min": 50, + "max": 199, + "price": 19.6 + }, + { + "min": 200, + "max": null, + "price": 18.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3335/ptb-10134-speedway-grey-texture-tds-dt20230912215255106218.pdf?1694555576", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9477/speedway-grey-texture-ptb-10134-dt20231211214039073681-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10134/speedway-grey-texture", + "scraped_at": "2026-05-01T17:03:57.985Z" + }, + { + "sku": "PTB-10135", + "color_name": "Flat Beige Texture", + "description": "Flat Beige Texture is a sandy tan color with a sandpaper-like texture. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.01 + }, + { + "min": 50, + "max": 199, + "price": 21.86 + }, + { + "min": 200, + "max": null, + "price": 20.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5587/ptb-10135-flat-beige-texture-tds-dt20240122223839171907.pdf?1705963121", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9478/flat-beige-texture-ptb-10135-dt20210201223224028-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10135/flat-beige-texture", + "scraped_at": "2026-05-01T17:04:08.147Z" + }, + { + "sku": "PTB-10148", + "color_name": "Sleek White Texture", + "description": "Sleek White Texture is a bright, textured white. This color is a polyester texture powder coat with a semi-gloss finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.25 + }, + { + "min": 50, + "max": 199, + "price": 17.34 + }, + { + "min": 200, + "max": null, + "price": 16.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6019/ptb-10148-sleek-white-texture-tds-dt20240402151745212513.pdf?1712071067", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9758/sleek-white-texture-ptb-10148-dt2022062916200141558-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10148/sleek-white-texture", + "scraped_at": "2026-05-01T17:04:23.260Z" + }, + { + "sku": "PTB-10160", + "color_name": "Manhattan Blue Texture", + "description": "Manhattan Blue Texture is a coarse royal blue. This color is a polyester texture powder coat with a semi-gloss finish. It is also available with a metallic finish as Manhattan Blue UMB-1930. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.01 + }, + { + "min": 50, + "max": 199, + "price": 19.96 + }, + { + "min": 200, + "max": null, + "price": 18.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3686/ptb-10160-manhattan-blue-texture-tds-dt20230920162844645359.pdf?1695227326", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9944/manhattan-blue-texture-ptb-10160-dt20190809173622641-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10160/manhattan-blue-texture", + "scraped_at": "2026-05-01T17:04:33.173Z" + }, + { + "sku": "PTB-10161", + "color_name": "Wizard Black Texture", + "description": "Wizard Black Texture is a shimmery black with a sandpaper feel. This color is a polyester texture powder coat with a Semi-Gloss finish. It is also available with a metallic finish as Wizard Black PMB-4671. We recommend the use of a primer base coat under ALL texture and cast finishes. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.26 + }, + { + "min": 50, + "max": 199, + "price": 16.4 + }, + { + "min": 200, + "max": null, + "price": 15.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9946/wizard-black-texture-ptb-10161-dt20190809174504415-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10161/wizard-black-texture", + "scraped_at": "2026-05-01T17:04:48.540Z" + }, + { + "sku": "PTB-10163", + "color_name": "Victory Silver Texture", + "description": "Victory Silver Texture is a silver polyester texture and has a satin finish. Satin: 21-36 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. We recommend the use of a primer base coat under ALL texture and cast finishes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.54 + }, + { + "min": 50, + "max": 199, + "price": 21.41 + }, + { + "min": 200, + "max": null, + "price": 20.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6937/ptb-10163-victory-silver-texture-dt20241023200845669222.pdf?1729714128", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9950/victory-silver-texture-ptb-10163-dt20241021184227293743-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10163/victory-silver-texture", + "scraped_at": "2026-05-01T17:04:57.252Z" + }, + { + "sku": "PTB-10164", + "color_name": "Patina Blue Texture", + "description": "Patina Blue Texture is an olympic blue color with a sandpaper feel. This color is a polyester texture powder coat with a matte finish. It is also available in a solid finish as Patina Blue PSB-4927. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.92 + }, + { + "min": 50, + "max": 199, + "price": 21.77 + }, + { + "min": 200, + "max": null, + "price": 20.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3810/ptb-10164-patina-blue-texture-tds-dt20230925181211187641.pdf?1695665533", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9952/patina-blue-texture-ptb-10164-dt20190809173706372-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10164/patina-blue-texture", + "scraped_at": "2026-05-01T17:05:10.374Z" + }, + { + "sku": "PTB-10253", + "color_name": "Frosted Grape Texture", + "description": "Frosted Grape Texture is a medium amethyst purple with a coarse finish. This color is a polyester texture powder coat with a flat finish. This color is also available with a smooth finish: Frosted Grape PSB-5922. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.78 + }, + { + "min": 50, + "max": 199, + "price": 18.79 + }, + { + "min": 200, + "max": null, + "price": 17.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11172/frosted-grape-texture-ptb-10253-dt20200528212902818-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10253/frosted-grape-texture", + "scraped_at": "2026-05-01T17:05:23.412Z" + }, + { + "sku": "PTB-10301", + "color_name": "Goldtastic Texture", + "description": "Goldtastic Texture is a rich shimmering gold that glistens with lighter gold metallics. This color is a polyester texture powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units We recommend the use of a primer base coat under ALL texture and cast finishes. This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS GOLDTASTIC PMB-6625 CLICK FOR DETAILS LITE GOLDTASTIC PMB-10088 CLICK FOR DETAILS GOLDTASTIC VEIN PVB-10191 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.17 + }, + { + "min": 50, + "max": 199, + "price": 25.81 + }, + { + "min": 200, + "max": null, + "price": 24.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7681/ptb-10301-goldtastic-texture-dt20251201223756512884.pdf?1764628678", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11289/goldtastic-texture-ptb-10301-dt20251208165353897158-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10301/goldtastic-texture", + "scraped_at": "2026-05-01T17:05:39.636Z" + }, + { + "sku": "PTB-10336", + "color_name": "PRISMADELIC", + "description": "Prismadelic is a deep black with a glistening rainbow color shifting effect. This color is a polyester texture powder coat with a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): HolographicColor Shifting PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.68 + }, + { + "min": 50, + "max": 199, + "price": 25.35 + }, + { + "min": 200, + "max": null, + "price": 24.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7849/ptb-10336-prismadelic-dt20260102192646076474.pdf?1767382007", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11551/prismadelic-ptb-10336-dt20201125223333023-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10336/prismadelic", + "scraped_at": "2026-05-01T17:05:50.368Z" + }, + { + "sku": "PTB-10358", + "color_name": "SEDONA TEXTURE", + "description": "Sedona Texture is a light sandstone orange. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.77 + }, + { + "min": 50, + "max": 199, + "price": 21.63 + }, + { + "min": 200, + "max": null, + "price": 20.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11563/sedona-texture-ptb-10358-dt20210416150845727-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10358/sedona-texture", + "scraped_at": "2026-05-01T17:06:04.209Z" + }, + { + "sku": "PTB-10362", + "color_name": "Pink Chalk Texture", + "description": "Pink Chalk is a light pink. This color is a polyester texture powder coat and has a flat finish. Flat: 0-6 Gloss Units We recommend the use of a primer base coat under ALL texture and cast finishes. Please note that this color exhibits a significant?E color change when a clear coat is applied. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 34.26 + }, + { + "min": 50, + "max": 199, + "price": 32.55 + }, + { + "min": 200, + "max": null, + "price": 30.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7750/ptb-10362-pink-chalk-texture-dt20251229212707667777.pdf?1767043629", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12077/pink-chalk-texture-ptb-10362-dt20260126191843664541-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10362/pink-chalk-texture", + "scraped_at": "2026-05-01T17:06:17.852Z" + }, + { + "sku": "PTB-10363", + "color_name": "TROPICAL BREEZE TEXTURE", + "description": "Tropical Breeze Texture is a rich aqua turquoise. This color is a polyester texture powder coat with a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.63 + }, + { + "min": 50, + "max": 199, + "price": 26.25 + }, + { + "min": 200, + "max": null, + "price": 24.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12079/tropical-breeze-texture-ptb-10363-dt20201104151923587-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10363/tropical-breeze-texture", + "scraped_at": "2026-05-01T17:06:29.377Z" + }, + { + "sku": "PTB-10365", + "color_name": "Chartreuse Texture", + "description": "Chartreuse Texture is a bright, neon yellow-green. This color is a polyester texture powder coat with a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 32.3 + }, + { + "min": 50, + "max": 199, + "price": 30.69 + }, + { + "min": 200, + "max": null, + "price": 29.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3634/ptb-10365-chartreuse-texture-tds-dt2023091920052881526.pdf?1695153930", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12083/chartreuse-texture-ptb-10365-dt20201104151733498-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10365/chartreuse-texture", + "scraped_at": "2026-05-01T17:06:41.990Z" + }, + { + "sku": "PTB-10366", + "color_name": "Throw Back Texture", + "description": "Throw Back Texture is a retro sky blue. This color is a polyester texture powder coat with a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.08 + }, + { + "min": 50, + "max": 199, + "price": 23.83 + }, + { + "min": 200, + "max": null, + "price": 22.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5773/ptb-10366-throw-back-texture-tds-dt20240304171159747507.pdf?1709572322", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12085/throw-back-texture-ptb-10366-dt20201104152215859-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10366/throw-back-texture", + "scraped_at": "2026-05-01T17:07:00.472Z" + }, + { + "sku": "PTB-10373", + "color_name": "SUPER GRIP TIGER", + "description": "Super Grip Tiger is a rich orange sprinkled with black flecks. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-7 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Grip PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.28 + }, + { + "min": 50, + "max": 199, + "price": 26.87 + }, + { + "min": 200, + "max": null, + "price": 25.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2807/ptb-10373-super-grip-tiger-tds-dt20230821140935981907.pdf?1692626978", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12213/super-grip-tiger-ptb-10373-dt20210405152156804-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10373/super-grip-tiger", + "scraped_at": "2026-05-01T17:07:13.669Z" + }, + { + "sku": "PTB-10374", + "color_name": "Super Grip Grape", + "description": "Super Grip Grape is a rich amethyst purple with black flecks. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Grip PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.5 + }, + { + "min": 50, + "max": 199, + "price": 22.33 + }, + { + "min": 200, + "max": null, + "price": 21.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2808/ptb-10374-super-grip-grape-tds-dt20230821141201478236.pdf?1692627123", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12215/super-grip-grape-ptb-10374-dt20250430181049295369-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10374/super-grip-grape", + "scraped_at": "2026-05-01T17:07:27.972Z" + }, + { + "sku": "PTB-10375", + "color_name": "SUPER GRIP TURQUOISE", + "description": "Super Grip Turquoise is a rich aquamarine with black flecks. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Grip PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.94 + }, + { + "min": 50, + "max": 199, + "price": 27.49 + }, + { + "min": 200, + "max": null, + "price": 26.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2819/ptb-10375-super-grip-turquoise-tds-dt20230821145831436959.pdf?1692629913", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12217/super-grip-turquoise-ptb-10375-dt2021041217163102-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10375/super-grip-turquoise", + "scraped_at": "2026-05-01T17:07:39.248Z" + }, + { + "sku": "PTB-10378", + "color_name": "OVERCAST TEXTURE", + "description": "Overcast Texture is a light fog grey. This color is a polyester texture powder coat with a semi gloss finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Semi Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.52 + }, + { + "min": 50, + "max": 199, + "price": 16.64 + }, + { + "min": 200, + "max": null, + "price": 15.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3351/ptb-10378-overcast-texture-tds-dt20230913162027314695.pdf?1694622029", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12219/overcast-texture-ptb-10378-dt2021041514350649-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10378/overcast-texture", + "scraped_at": "2026-05-01T17:07:50.205Z" + }, + { + "sku": "PTB-10379", + "color_name": "DEEP ROSE TEXTURE", + "description": "Deep Rose Texture is a rich berry red. This color is a polyester texture powder coat with a semi gloss finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Semi Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.9 + }, + { + "min": 50, + "max": 199, + "price": 20.81 + }, + { + "min": 200, + "max": null, + "price": 19.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3746/ptb-10379-deep-rose-texture-tds-dt2023092218063148942.pdf?1695405993", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12221/deep-rose-texture-ptb-10379-dt20210415142851156-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10379/deep-rose-texture", + "scraped_at": "2026-05-01T17:08:05.376Z" + }, + { + "sku": "PTB-10382", + "color_name": "Bright Orange Texture", + "description": "Bright Orange Texture is a rich carrot orange. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning RELATED PRODUCTS FLAT BRIGHT ORANGE PSB-10153 CLICK FOR DETAILS BRIGHT ORANGE PSS-0879 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.03 + }, + { + "min": 50, + "max": 199, + "price": 20.93 + }, + { + "min": 200, + "max": null, + "price": 19.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12227/bright-orange-texture-ptb-10382-dt20250902195004075565-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10382/bright-orange-texture", + "scraped_at": "2026-05-01T17:08:18.815Z" + }, + { + "sku": "PTB-10383", + "color_name": "Dumbell Blue Texture", + "description": "Dumbell Blue Texture is a bright cobalt blue. This color is a polyester texture powder coat with a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.13 + }, + { + "min": 50, + "max": 199, + "price": 20.07 + }, + { + "min": 200, + "max": null, + "price": 19.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6920/ptb-10383-dumbell-blue-texture-dt20241023182705821491.pdf?1729708027", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12229/dumbell-blue-texture-ptb-10383-dt20211019150946974-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10383/dumbell-blue-texture", + "scraped_at": "2026-05-01T17:08:35.859Z" + }, + { + "sku": "PTB-10384", + "color_name": "Sinbad Purple Texture", + "description": "Sinbad Purple Texture is a rich iris purple. This color is a polyester texture powder coat with a semi gloss finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Semi Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.34 + }, + { + "min": 50, + "max": 199, + "price": 20.27 + }, + { + "min": 200, + "max": null, + "price": 19.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2987/ptb-10384-sinbad-purple-texture-tds-dt20230829200625807086.pdf?1693339587", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12231/sinbad-purple-texture-ptb-10384-dt20210413170353152-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10384/sinbad-purple-texture", + "scraped_at": "2026-05-01T17:08:44.830Z" + }, + { + "sku": "PTB-10386", + "color_name": "Orange Glow Texture", + "description": "Orange Glow Texture is a bright sunset orange that glows when exposed to black light. This color is a polyester texture powder coat with a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Orange Glow PSS-2876 Metallic (Semi-Gloss): Tangelo/Lite PMB-2282 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 33.23 + }, + { + "min": 50, + "max": 199, + "price": 31.57 + }, + { + "min": 200, + "max": null, + "price": 29.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6923/ptb-10386-orange-glow-texture-dt20241023190948566239.pdf?1729710590", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12235/orange-glow-texture-ptb-10386-dt2021080917105528-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10386/orange-glow-texture", + "scraped_at": "2026-05-01T17:08:58.645Z" + }, + { + "sku": "PTB-10389", + "color_name": "Steel Blue Texture", + "description": "Steel Blue Texture is a dark sea blue. This color is a polyester texture powder coat with a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.43 + }, + { + "min": 50, + "max": 199, + "price": 17.51 + }, + { + "min": 200, + "max": null, + "price": 16.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2736/ptb-10389-steel-blue-texture-tds-dt20230816214038615867.pdf?1692222040", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12311/steel-blue-texture-ptb-10389-dt20210107154213124-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10389/steel-blue-texture", + "scraped_at": "2026-05-01T17:09:10.402Z" + }, + { + "sku": "PTB-10402", + "color_name": "Feeling Blue Texture", + "description": "Feeling Blue Texture is a rich periwinkle blue. This color is a polyester texture powder coat with a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (Gloss): Feeling Blue PSS-10393 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.79 + }, + { + "min": 50, + "max": 199, + "price": 29.25 + }, + { + "min": 200, + "max": null, + "price": 27.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2735/ptb-10402-feeling-blue-texture-tds-dt20230816213842436354.pdf?1692221924", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12364/feeling-blue-texture-ptb-10402-dt20210813222721244-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10402/feeling-blue-texture", + "scraped_at": "2026-05-01T17:09:23.226Z" + }, + { + "sku": "PTB-10406", + "color_name": "RHODAMINE TEXTURE", + "description": "Rhodamine Texture is a hot berry pink. This color is a polyester texture powder coat with a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Gloss: Rhodamine Red PSS-10394 River: Rhodamine River PRB-10407 Metallic: Rhodamine Sparkle PMB-10409 Matte: Matte Rhodamine PSB-10408 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 49.18 + }, + { + "min": 50, + "max": 199, + "price": 46.72 + }, + { + "min": 200, + "max": null, + "price": 44.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2915/ptb-10406-rhodamine-texture-tds-dt20230822180838245372.pdf?1692727720", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12366/rhodamine-texture-ptb-10406-dt202108132239252-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10406/rhodamine-texture", + "scraped_at": "2026-05-01T17:09:36.860Z" + }, + { + "sku": "PTB-10414", + "color_name": "Cotton Candy Blue Texture", + "description": "Cotton Candy Blue Texture is a very light powder blue with a hint of green. This color is a polyester texture powder coat with a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.75 + }, + { + "min": 50, + "max": 199, + "price": 26.36 + }, + { + "min": 200, + "max": null, + "price": 24.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2756/ptb-10414-cotton-candy-blue-texture-tds-dt20230817150519964639.pdf?1692284722", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12368/cotton-candy-blue-texture-ptb-10414-dt20210924144037359-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10414/cotton-candy-blue-texture", + "scraped_at": "2026-05-01T17:09:50.329Z" + }, + { + "sku": "PTB-10426", + "color_name": "CAN-AM TAN '21 TEXTURE", + "description": "Can-am Tan '21 Texture is our closest match to Can-am's Desert Tan 2021. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsCan-Am", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.61 + }, + { + "min": 50, + "max": 199, + "price": 16.73 + }, + { + "min": 200, + "max": null, + "price": 15.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2838/ptb-10426-can-am-tan-21-texture-tds-dt20230821201454618234.pdf?1692648896", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12374/can-am-tan-21-texture-ptb-10426-dt20210812211930553-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10426/can-am-tan-21-texture", + "scraped_at": "2026-05-01T17:10:05.661Z" + }, + { + "sku": "PTB-10429", + "color_name": "Lima Green Texture", + "description": "Lima Green Texture is a pale cream color with subtle yellow/green hues. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Lima Green PSS-4316 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 31.16 + }, + { + "min": 50, + "max": 199, + "price": 29.6 + }, + { + "min": 200, + "max": null, + "price": 28.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12414/lima-green-texture-ptb-10429-dt20210913162514548-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10429/lima-green-texture", + "scraped_at": "2026-05-01T17:10:18.981Z" + }, + { + "sku": "PTB-10432", + "color_name": "CREAMY ALMOND TEXTURE", + "description": "Creamy Almond Texture is a yellow beige. This color is a polyester texture powder coat with a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.25 + }, + { + "min": 50, + "max": 199, + "price": 17.34 + }, + { + "min": 200, + "max": null, + "price": 16.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3049/ptb-10432-creamy-almond-texture-tds-dt20230830163514813227.pdf?1693413316", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12416/creamy-almond-texture-ptb-10432-dt20211018152427113-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10432/creamy-almond-texture", + "scraped_at": "2026-05-01T17:10:35.623Z" + }, + { + "sku": "PTB-10435", + "color_name": "Wheatland Texture", + "description": "Wheatland Texture is a light caramel yellow. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (Gloss): Wheatland PSS-0991 River (Semi-Gloss): Wheatland River PRB-10434 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.22 + }, + { + "min": 50, + "max": 199, + "price": 23.01 + }, + { + "min": 200, + "max": null, + "price": 21.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3007/ptb-10435-wheatland-texture-tds-dt20230830142639000413.pdf?1693405600", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12418/wheatland-texture-ptb-10435-dt20211019151812799-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10435/wheatland-texture", + "scraped_at": "2026-05-01T17:10:46.812Z" + }, + { + "sku": "PTB-10438", + "color_name": "CATERPILLAR YELLOW II TEXTURE", + "description": "Caterpillar Yellow II Texture is a dark yellow with an orange hue. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Caterpillar Yellow II PSS-2550 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.65 + }, + { + "min": 50, + "max": 199, + "price": 25.32 + }, + { + "min": 200, + "max": null, + "price": 23.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3041/ptb-10438-caterpillar-yellow-ii-texture-tds-dt20230830161445596305.pdf?1693412087", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12420/caterpillar-yellow-ii-texture-ptb-10438-dt20211108182631773-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10438/caterpillar-yellow-ii-texture", + "scraped_at": "2026-05-01T17:11:02.530Z" + }, + { + "sku": "PTB-10441", + "color_name": "SUNRISE YELLOW TEXTURE", + "description": "Sunrise Yellow Texture is a dark sunflower yellow. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sunrise Yellow PSS-4090 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.53 + }, + { + "min": 50, + "max": 199, + "price": 25.2 + }, + { + "min": 200, + "max": null, + "price": 23.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3053/ptb-10441-sunrise-yellow-texture-tds-dt20230830164640066088.pdf?1693414001", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12422/sunrise-yellow-texture-ptb-10441-dt20211108183145201-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10441/sunrise-yellow-texture", + "scraped_at": "2026-05-01T17:11:13.802Z" + }, + { + "sku": "PTB-10444", + "color_name": "Mustard Green Texture", + "description": "Mustard Green Texture is a greenish mustard yellow. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (Gloss): Mustard Green PSS-6568 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 32.5 + }, + { + "min": 50, + "max": 199, + "price": 30.88 + }, + { + "min": 200, + "max": null, + "price": 29.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5584/ptb-10444-mustard-green-texture-tds-dt20240122193919306063.pdf?1705952361", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12424/mustard-green-texture-ptb-10444-dt20211122185705587-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10444/mustard-green-texture", + "scraped_at": "2026-05-01T17:11:27.298Z" + }, + { + "sku": "PTB-10447", + "color_name": "Dijon Yellow Texture", + "description": "Dijon Yellow Texture is a mustard yellow polyester texture and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS DIJON YELLOW PSS-5401 CLICK FOR DETAILS DIJON YELLOW RIVER PRB-10446 CLICK FOR DETAILS MATTE DIJON YELLOW PSB-10445 CLICK FOR DETAILS DIJON YELLOW SILVER VEIN PVB-10933 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.5 + }, + { + "min": 50, + "max": 199, + "price": 24.23 + }, + { + "min": 200, + "max": null, + "price": 22.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7698/ptb-10447-dijon-yellow-texture-dt20251212190408974309.pdf?1765566250", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12426/dijon-yellow-texture-ptb-10447-dt20231128215439811135-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10447/dijon-yellow-texture", + "scraped_at": "2026-05-01T17:11:43.846Z" + }, + { + "sku": "PTB-10450", + "color_name": "Sudden Yellow Texture", + "description": "Sudden Yellow Texture is a rich fire yellow with an orange hue. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sudden Yellow PSS-2127 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.89 + }, + { + "min": 50, + "max": 199, + "price": 21.75 + }, + { + "min": 200, + "max": null, + "price": 20.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3440/ptb-10450-sudden-yellow-texture-tds-dt20230914215629000683.pdf?1694728591", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12470/sudden-yellow-texture-ptb-10450-dt20211124180710979-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10450/sudden-yellow-texture", + "scraped_at": "2026-05-01T17:11:55.242Z" + }, + { + "sku": "PTB-10453", + "color_name": "Western Beige Texture", + "description": "Western Beige Texture is a light caramel yellow. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Western Beige PSS-4633 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.55 + }, + { + "min": 50, + "max": 199, + "price": 19.52 + }, + { + "min": 200, + "max": null, + "price": 18.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5581/ptb-10453-western-beige-texture-tds-dt2024012219323381685.pdf?1705951957", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12428/western-beige-texture-ptb-10453-dt20211124180958497-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10453/western-beige-texture", + "scraped_at": "2026-05-01T17:12:10.633Z" + }, + { + "sku": "PTB-10456", + "color_name": "Citron Texture", + "description": "Citron Texture is a rich pineapple yellow. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Citron PSS-10390 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.31 + }, + { + "min": 50, + "max": 199, + "price": 24.04 + }, + { + "min": 200, + "max": null, + "price": 22.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3036/ptb-10456-citron-texture-tds-dt20230830160258164842.pdf?1693411379", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12472/citron-texture-ptb-10456-dt20211108182650821-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10456/citron-texture", + "scraped_at": "2026-05-01T17:12:24.253Z" + }, + { + "sku": "PTB-10459", + "color_name": "Porcelain White Texture", + "description": "Porcelain White Texture is a linen white. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Porcelain White PSS-2094 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.77 + }, + { + "min": 50, + "max": 199, + "price": 16.88 + }, + { + "min": 200, + "max": null, + "price": 15.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3072/ptb-10459-porcelain-white-texture-tds-dt20230830175831215461.pdf?1693418312", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12474/porcelain-white-texture-ptb-10459-dt20211108182822013-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10459/porcelain-white-texture", + "scraped_at": "2026-05-01T17:12:37.369Z" + }, + { + "sku": "PTB-10462", + "color_name": "SAD BEIGE TEXTURE", + "description": "Sad Beige Texture is a yellow beige. This color is a polyester texture powder coat with a satin finish. Satin: 21-35 Gloss Units We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sad Beige PSS-3019 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.71 + }, + { + "min": 50, + "max": 199, + "price": 18.72 + }, + { + "min": 200, + "max": null, + "price": 17.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3077/ptb-10462-sad-beige-texture-tds-dt20230830181259759461.pdf?1693419181", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12430/sad-beige-texture-ptb-10462-dt20211108183023672-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10462/sad-beige-texture", + "scraped_at": "2026-05-01T17:12:47.067Z" + }, + { + "sku": "PTB-10465", + "color_name": "FILE FOLDER TEXTURE", + "description": "File Folder Texture is a creamy white with a warm hue. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): File Folder PSS-3061 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.65 + }, + { + "min": 50, + "max": 199, + "price": 16.77 + }, + { + "min": 200, + "max": null, + "price": 15.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3088/ptb-10465-file-folder-texture-tds-dt2023083019302454437.pdf?1693423826", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12432/file-folder-texture-ptb-10465-dt20211108182714445-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10465/file-folder-texture", + "scraped_at": "2026-05-01T17:12:58.644Z" + }, + { + "sku": "PTB-10468", + "color_name": "LEMON PEEL TEXTURE", + "description": "Lemon Peel Texture is a bright, neon-like yellow. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Lemon Peel PSS-4035 Metallic (High Gloss): Lemon Meringue PMB-2248 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.12 + }, + { + "min": 50, + "max": 199, + "price": 26.71 + }, + { + "min": 200, + "max": null, + "price": 25.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3026/ptb-10468-lemon-peel-texture-tds-dt2023083015360573962.pdf?1693409767", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12434/lemon-peel-texture-ptb-10468-dt20211122185309682-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10468/lemon-peel-texture", + "scraped_at": "2026-05-01T17:13:11.665Z" + }, + { + "sku": "PTB-10471", + "color_name": "SAFFRON TEXTURE", + "description": "Saffron Texture is a golden yellow with an orange hue. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Saffron PSS-2790 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.22 + }, + { + "min": 50, + "max": 199, + "price": 23.01 + }, + { + "min": 200, + "max": null, + "price": 21.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3094/ptb-10471-saffron-texture-tds-dt20230831140549258136.pdf?1693490751", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12436/saffron-texture-ptb-10471-dt20211108183043115-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10471/saffron-texture", + "scraped_at": "2026-05-01T17:13:22.100Z" + }, + { + "sku": "PTB-10474", + "color_name": "Sunshine Yellow Texture", + "description": "Sunshine Yellow Texture is a rich, sunny yellow. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sunshine Yellow PSS-2600 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.89 + }, + { + "min": 50, + "max": 199, + "price": 21.75 + }, + { + "min": 200, + "max": null, + "price": 20.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3104/ptb-10474-sunshine-yellow-texture-tds-dt20230831170037067047.pdf?1693501238", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12438/sunshine-yellow-texture-ptb-10474-dt2021110818330202-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10474/sunshine-yellow-texture", + "scraped_at": "2026-05-01T17:13:35.956Z" + }, + { + "sku": "PTB-10477", + "color_name": "Edgewood Beige Texture", + "description": "Edgewood Beige Texture is a warm tan polyester texture and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.13 + }, + { + "min": 50, + "max": 199, + "price": 19.12 + }, + { + "min": 200, + "max": null, + "price": 18.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13133/edgewood-beige-texture-ptb-10477-dt20260316202429113233-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10477/edgewood-beige-texture", + "scraped_at": "2026-05-01T17:13:49.364Z" + }, + { + "sku": "PTB-10480", + "color_name": "Yellow Olive Texture", + "description": "Yellow Olive Texture is a hazel yellow with a greenish hue. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (Gloss): Yellow Olive PSS-5547 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.34 + }, + { + "min": 50, + "max": 199, + "price": 23.12 + }, + { + "min": 200, + "max": null, + "price": 21.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3407/ptb-10480-yellow-olive-texture-tds-dt20230914154320104409.pdf?1694706202", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12440/yellow-olive-texture-ptb-10480-dt20211122185948327-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10480/yellow-olive-texture", + "scraped_at": "2026-05-01T17:14:01.140Z" + }, + { + "sku": "PTB-10483", + "color_name": "Yes Yellow Texture", + "description": "Yes Yellow Texture is a bright, rich yellow. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Yes Yellow PSS-5691 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.63 + }, + { + "min": 50, + "max": 199, + "price": 26.25 + }, + { + "min": 200, + "max": null, + "price": 24.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3031/ptb-10483-yes-yellow-texture-tds-dt20230830155020586403.pdf?1693410622", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12442/yes-yellow-texture-ptb-10483-dt2022012517054716-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10483/yes-yellow-texture", + "scraped_at": "2026-05-01T17:14:13.231Z" + }, + { + "sku": "PTB-10486", + "color_name": "Hot Yellow Texture", + "description": "Hot Yellow Texture is a bright and rich pineapple yellow. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Hot Yellow PSS-1623 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.22 + }, + { + "min": 50, + "max": 199, + "price": 23.01 + }, + { + "min": 200, + "max": null, + "price": 21.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3063/ptb-10486-hot-yellow-texture-tds-dt20230830172100893505.pdf?1693416062", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12444/hot-yellow-texture-ptb-10486-dt20211108182739173-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10486/hot-yellow-texture", + "scraped_at": "2026-05-01T17:14:29.888Z" + }, + { + "sku": "PTB-10489", + "color_name": "Vintage Leather Texture", + "description": "Vintage Leather Texture is a warm caramel yellow. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (Gloss): Vintage Leather PSS-10285 Solid Tone (Matte): Matte Vintage Leather PSB-10487 River (Gloss): Vintage Leather River PRB-10488 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.48 + }, + { + "min": 50, + "max": 199, + "price": 17.56 + }, + { + "min": 200, + "max": null, + "price": 16.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3058/ptb-10489-vintage-leather-texture-tds-dt20230830170534511086.pdf?1693415136", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12446/vintage-leather-texture-ptb-10489-dt20211108183321176-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10489/vintage-leather-texture", + "scraped_at": "2026-05-01T17:14:41.707Z" + }, + { + "sku": "PTB-10492", + "color_name": "Sage Yellow Texture", + "description": "Sage Yellow Texture is a dark dijon yellow with a slight green hue. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sage Yellow PSS-4894 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.92 + }, + { + "min": 50, + "max": 199, + "price": 23.67 + }, + { + "min": 200, + "max": null, + "price": 22.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3538/ptb-10492-sage-yellow-texture-tds-dt20230918162822120942.pdf?1695054504", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12476/sage-yellow-texture-ptb-10492-dt20211122185817081-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10492/sage-yellow-texture", + "scraped_at": "2026-05-01T17:14:55.923Z" + }, + { + "sku": "PTB-10495", + "color_name": "Olde Yeller Texture", + "description": "Olde Yeller Texture is a dark orange/yellow. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (Gloss): Olde Yeller PSS-2980 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.29 + }, + { + "min": 50, + "max": 199, + "price": 24.98 + }, + { + "min": 200, + "max": null, + "price": 23.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3068/ptb-10495-olde-yeller-texture-tds-dt20230830174404450167.pdf?1693417446", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12478/olde-yeller-texture-ptb-10495-dt20211108182802784-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10495/olde-yeller-texture", + "scraped_at": "2026-05-01T17:15:06.671Z" + }, + { + "sku": "PTB-10498", + "color_name": "Sunflower Texture", + "description": "Sunflower Texture is a rich, sunny yellow with a hint of orange. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (Gloss): Sunflower PSS-10284 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.46 + }, + { + "min": 50, + "max": 199, + "price": 27.99 + }, + { + "min": 200, + "max": null, + "price": 26.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3115/ptb-10498-sunflower-texture-tds-dt20230831193107763638.pdf?1693510269", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12480/sunflower-texture-ptb-10498-dt20211108183123103-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10498/sunflower-texture", + "scraped_at": "2026-05-01T17:15:20.329Z" + }, + { + "sku": "PTB-10501", + "color_name": "School Bus Yellow Texture", + "description": "School Bus Yellow Texture is a rich yellow-orange. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): School Bus Yellow PSS-4334 Proposition 65 Warning RELATED PRODUCTS SCHOOL BUS YELLOW RIVER PRB-10500 CLICK FOR DETAILS MATTE SCHOOL BUS YELLOW PSB-10499 CLICK FOR DETAILS SCHOOL BUS YELLOW SILVER VEIN PVB-10953 CLICK FOR DETAILS SCHOOL BUS YELLOW PSS-4334 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.08 + }, + { + "min": 50, + "max": 199, + "price": 23.83 + }, + { + "min": 200, + "max": null, + "price": 22.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3082/ptb-10501-school-bus-yellow-texture-tds-dt20230830191459638765.pdf?1693422901", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12482/school-bus-yellow-texture-ptb-10501-dt20211108183103392-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10501/school-bus-yellow-texture", + "scraped_at": "2026-05-01T17:15:38.301Z" + }, + { + "sku": "PTB-10504", + "color_name": "Cascade Peach Texture", + "description": "Cascade Peach Texture is a warm, peachy orange. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Cascade Peach PSS-4577 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 33.08 + }, + { + "min": 50, + "max": 199, + "price": 31.43 + }, + { + "min": 200, + "max": null, + "price": 29.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3109/ptb-10504-cascade-peach-texture-tds-dt20230831171250334375.pdf?1693501972", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12484/cascade-peach-texture-ptb-10504-dt20211116193526202-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10504/cascade-peach-texture", + "scraped_at": "2026-05-01T17:15:50.663Z" + }, + { + "sku": "PTB-10508", + "color_name": "Astatic Red Texture", + "description": "Astatic Red Texture is a bright cherry red. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Astatic Red PSS-1738 River (Satin): Astatic Red River PRB 5218 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.57 + }, + { + "min": 50, + "max": 199, + "price": 14.79 + }, + { + "min": 200, + "max": null, + "price": 14.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2803/ptb-10508-astatic-red-texture-tds-dt20230818182230833038.pdf?1692382952", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12486/astatic-red-texture-ptb-10508-dt20210910162515661-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10508/astatic-red-texture", + "scraped_at": "2026-05-01T17:16:04.033Z" + }, + { + "sku": "PTB-10511", + "color_name": "Candle Orange Texture", + "description": "Candle Orange Texture is a tiger orange with a slight yellow hue. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.99 + }, + { + "min": 50, + "max": 199, + "price": 27.54 + }, + { + "min": 200, + "max": null, + "price": 26.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3002/ptb-10511-candle-orange-texture-tds-dt20230829223502543423.pdf?1693348504", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12924/candle-orange-texture-ptb-10511-dt2021101915082713-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10511/candle-orange-texture", + "scraped_at": "2026-05-01T17:16:17.526Z" + }, + { + "sku": "PTB-10547", + "color_name": "Alps White", + "description": "Alps White is a clean, bright white. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.2 + }, + { + "min": 50, + "max": 199, + "price": 17.29 + }, + { + "min": 200, + "max": null, + "price": 16.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12547/alps-white-ptb-10547-dt20211103210703441-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10547/alps-white", + "scraped_at": "2026-05-01T17:16:30.992Z" + }, + { + "sku": "PTB-10608", + "color_name": "SUPER GRIP YELLOW", + "description": "Super Grip Yellow is a rich dandelion yellow. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Grip PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.79 + }, + { + "min": 50, + "max": 199, + "price": 21.65 + }, + { + "min": 200, + "max": null, + "price": 20.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2820/ptb-10608-super-grip-yellow-tds-dt20230821150435763661.pdf?1692630278", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12680/super-grip-yellow-ptb-10608-dt20210914153956293-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10608/super-grip-yellow", + "scraped_at": "2026-05-01T17:16:42.556Z" + }, + { + "sku": "PTB-10628", + "color_name": "Flat Lucky Blue Texture", + "description": "Flat Lucky Blue Texture is a dark ocean blue. This color is a polyester texture powder coat with a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.98 + }, + { + "min": 50, + "max": 199, + "price": 21.83 + }, + { + "min": 200, + "max": null, + "price": 20.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2870/ptb-10628-flat-lucky-blue-texture-tds-dt20230822133319437763.pdf?1692711202", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12746/flat-lucky-blue-texture-ptb-10628-dt20250731222723688575-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10628/flat-lucky-blue-texture", + "scraped_at": "2026-05-01T17:16:54.794Z" + }, + { + "sku": "PTB-10632", + "color_name": "Brown Stache", + "description": "Brown Stache is a rich cedar brown. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.54 + }, + { + "min": 50, + "max": 199, + "price": 16.66 + }, + { + "min": 200, + "max": null, + "price": 15.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2846/ptb-10632-brown-stache-tds-dt20230821205351876335.pdf?1692651233", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12756/brown-stache-ptb-10632-dt20210913162419275-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10632/brown-stache", + "scraped_at": "2026-05-01T17:17:08.827Z" + }, + { + "sku": "PTB-10663", + "color_name": "Neon Kawi Texture", + "description": "Prismatic Powders Neon Kawi Texture is our closest match to 2021 Kawasaki Teryx KRX 1000 Trail's Neon Green Yellow bumpers. This color is a polyester texture powder coat with a glossy finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsKawasaki", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 33.77 + }, + { + "min": 50, + "max": 199, + "price": 32.08 + }, + { + "min": 200, + "max": null, + "price": 30.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2917/ptb-10663-neon-kawi-texture-tds-dt20230822190106808875.pdf?1692730869", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12813/neon-kawi-texture-ptb-10663-dt2021082322225763-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10663/neon-kawi-texture", + "scraped_at": "2026-05-01T17:17:23.315Z" + }, + { + "sku": "PTB-10679", + "color_name": "Super Grip Starlight", + "description": "Super Grip Starlight is a deep black with silver-blue metallics. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsNatural StoneSuper Grip PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.31 + }, + { + "min": 50, + "max": 199, + "price": 16.44 + }, + { + "min": 200, + "max": null, + "price": 15.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7842/ptb-10679-super-grip-starlight-dt20260102191614025352.pdf?1767381375", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12875/super-grip-starlight-ptb-10679-dt20250627170440787769-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10679/super-grip-starlight", + "scraped_at": "2026-05-01T17:17:37.695Z" + }, + { + "sku": "PTB-10684", + "color_name": "SUPER GRIP ELDERBERRY", + "description": "Super Grip Elderberry is a deep indigo-black with glistening blue to violet color shifting metallics. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MorePerformance CoatingsColor ShiftingSuper Grip PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.43 + }, + { + "min": 50, + "max": 199, + "price": 24.16 + }, + { + "min": 200, + "max": null, + "price": 22.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7840/ptb-10684-super-grip-elderberry-dt20260102191409403425.pdf?1767381251", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12941/super-grip-elderberry-ptb-10684-dt20210812214339075-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10684/super-grip-elderberry", + "scraped_at": "2026-05-01T17:17:48.234Z" + }, + { + "sku": "PTB-10685", + "color_name": "SUPER GRIP GALAXY", + "description": "Super Grip Galaxy is a color shifting dark indigo blue to violet with other multi-colored sparkles. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsHolographicColor ShiftingSuper Grip PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 49.86 + }, + { + "min": 50, + "max": 199, + "price": 47.37 + }, + { + "min": 200, + "max": null, + "price": 44.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7847/ptb-10685-super-grip-galaxy-dt20260102192405451963.pdf?1767381847", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12943/super-grip-galaxy-ptb-10685-dt20211012205757038-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10685/super-grip-galaxy", + "scraped_at": "2026-05-01T17:18:01.237Z" + }, + { + "sku": "PTB-10686", + "color_name": "SUPER GRIP KALEIDOSCOPE", + "description": "Super Grip Kaleidoscope is a deep charcoal black with multi-colored metallics. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsHolographicColor ShiftingSuper Grip PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 45.38 + }, + { + "min": 50, + "max": 199, + "price": 43.11 + }, + { + "min": 200, + "max": null, + "price": 40.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7848/ptb-10686-super-grip-kaleidoscope-dt20260102192459459941.pdf?1767381901", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12945/super-grip-kaleidoscope-ptb-10686-dt20210913162855518-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10686/super-grip-kaleidoscope", + "scraped_at": "2026-05-01T17:18:14.147Z" + }, + { + "sku": "PTB-10687", + "color_name": "SUPER GRIP GROLD", + "description": "Super Grip Grold is a charcoal black with green and gold color shifting metallics. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsHolographicColor ShiftingSuper Grip PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.9 + }, + { + "min": 50, + "max": 199, + "price": 23.66 + }, + { + "min": 200, + "max": null, + "price": 22.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7845/ptb-10687-super-grip-grold-dt20260102192006221704.pdf?1767381608", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12947/super-grip-grold-ptb-10687-dt20210913162839148-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10687/super-grip-grold", + "scraped_at": "2026-05-01T17:18:27.208Z" + }, + { + "sku": "PTB-10688", + "color_name": "Ski-Doo Yellow Texture", + "description": "Ski-Doo Yellow Texture is a rich pineapple yellow. This color is a polyester texture powder coat with a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Powersports PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.27 + }, + { + "min": 50, + "max": 199, + "price": 18.31 + }, + { + "min": 200, + "max": null, + "price": 17.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3009/ptb-10688-ski-doo-yellow-texture-tds-dt20230830143134005019.pdf?1693405895", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12949/ski-doo-yellow-texture-ptb-10688-dt20211019151446474-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10688/ski-doo-yellow-texture", + "scraped_at": "2026-05-01T17:18:38.748Z" + }, + { + "sku": "PTB-10710", + "color_name": "Matte FDE Tan Texture", + "description": "Matte FDE Tan Texture is a light cocoa brown. This color is a polyester texture powder coat with a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.09 + }, + { + "min": 50, + "max": 199, + "price": 20.99 + }, + { + "min": 200, + "max": null, + "price": 19.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12983/matte-fde-tan-texture-ptb-10710-dt20250710203242299604-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10710/matte-fde-tan-texture", + "scraped_at": "2026-05-01T17:18:50.966Z" + }, + { + "sku": "PTB-10711", + "color_name": "Matte OD Green Texture", + "description": "Matte OD Green Texture is a dark olive green. This color is a polyester texture powder coat with a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS SUPER GRIP OD GREEN PTB-11135 CLICK FOR DETAILS OD GREEN PSB-10667 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.28 + }, + { + "min": 50, + "max": 199, + "price": 22.12 + }, + { + "min": 200, + "max": null, + "price": 20.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3577/ptb-10711-matte-od-green-texture-tds-dt20230918223109748451.pdf?1695076272", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12985/matte-od-green-texture-ptb-10711-dt20250624211529808227-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10711/matte-od-green-texture", + "scraped_at": "2026-05-01T17:19:02.724Z" + }, + { + "sku": "PTB-10717", + "color_name": "Electric Yellow Texture", + "description": "Electric Yellow Texture is a dayglow yellow polyester texture and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS ELECTRIC YELLOW PSS-2834 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.84 + }, + { + "min": 50, + "max": 199, + "price": 29.3 + }, + { + "min": 200, + "max": null, + "price": 27.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7554/ptb-10717-electric-yellow-texture-dt20250917210052909561.pdf?1758142855", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13006/electric-yellow-texture-ptb-10717-dt20231128223920425024-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10717/electric-yellow-texture", + "scraped_at": "2026-05-01T17:19:17.020Z" + }, + { + "sku": "PTB-10790", + "color_name": "Flag Orange Texture", + "description": "Flag Orange Texture is a darker red/orange. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Flag Orange PSS-5337 Solid Tone (Matte): Matte Flag Orange PSB-10842 River (Gloss): Flag Orange River PRB-10869 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.51 + }, + { + "min": 50, + "max": 199, + "price": 27.08 + }, + { + "min": 200, + "max": null, + "price": 25.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3719/ptb-10790-flag-orange-texture-tds-dt20230921221135127836.pdf?1695334297", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13416/flag-orange-texture-ptb-10790-dt20220131221225270906-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10790/flag-orange-texture", + "scraped_at": "2026-05-01T17:19:31.228Z" + }, + { + "sku": "PTB-10792", + "color_name": "Dark Autumn Orange Texture", + "description": "Dark Autumn Orange Texture is a rich apricot orange. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Dark Autumn Orange PRB-10798 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.6 + }, + { + "min": 50, + "max": 199, + "price": 28.12 + }, + { + "min": 200, + "max": null, + "price": 26.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3659/ptb-10792-dark-autumn-orange-texture-tds-dt20230920145435968874.pdf?1695221678", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13446/dark-autumn-orange-texture-ptb-10792-dt20220324210717878039-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10792/dark-autumn-orange-texture", + "scraped_at": "2026-05-01T17:19:42.463Z" + }, + { + "sku": "PTB-10793", + "color_name": "Just Orange Texture", + "description": "Just Orange Texture is a rich orange. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.34 + }, + { + "min": 50, + "max": 199, + "price": 28.82 + }, + { + "min": 200, + "max": null, + "price": 27.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3017/ptb-10793-just-orange-texture-tds-dt20230830150304295658.pdf?1693407785", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13448/just-orange-texture-ptb-10793-dt20220506173651588432-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10793/just-orange-texture", + "scraped_at": "2026-05-01T17:19:53.431Z" + }, + { + "sku": "PTB-10794", + "color_name": "Melon Orange Texture", + "description": "Melon Orange Texture is a rich tangerine orange. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Melon Orange PSS-4972 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.82 + }, + { + "min": 50, + "max": 199, + "price": 29.28 + }, + { + "min": 200, + "max": null, + "price": 27.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3669/ptb-10794-melon-orange-texture-tds-dt2023092015285605414.pdf?1695223738", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13450/melon-orange-texture-ptb-10794-dt20220324211040341495-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10794/melon-orange-texture", + "scraped_at": "2026-05-01T17:20:04.970Z" + }, + { + "sku": "PTB-10795", + "color_name": "M & M Orange Texture", + "description": "M & M Orange Texture is a dark tiger orange. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 31.67 + }, + { + "min": 50, + "max": 199, + "price": 30.09 + }, + { + "min": 200, + "max": null, + "price": 28.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3414/ptb-10795-m-m-orange-texture-tds-dt20230914160021395363.pdf?1694707223", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13452/m-m-orange-texture-ptb-10795-dt20220506173849322224-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10795/m-m-orange-texture", + "scraped_at": "2026-05-01T17:20:18.201Z" + }, + { + "sku": "PTB-10796", + "color_name": "International Orange Texture", + "description": "International Orange Texture is a pumpkin orange. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): International Orange PSS-2779 River (Gloss): International Orange River PRB-6522 Solid Tone (Matte): Matte International Orange PSB-10847 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.38 + }, + { + "min": 50, + "max": 199, + "price": 26.96 + }, + { + "min": 200, + "max": null, + "price": 25.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13454/international-orange-texture-ptb-10796-dt20220406215512020746-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10796/international-orange-texture", + "scraped_at": "2026-05-01T17:20:35.181Z" + }, + { + "sku": "PTB-10797", + "color_name": "Juju Orange Texture", + "description": "Juju Orange Texture is a rich carrot orange. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Juju Orange PSS-1791 River (Gloss): Juju Orange River PRB-10872 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.6 + }, + { + "min": 50, + "max": 199, + "price": 28.12 + }, + { + "min": 200, + "max": null, + "price": 26.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3664/ptb-10797-juju-orange-texture-tds-dt20230920151818986334.pdf?1695223101", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13456/juju-orange-texture-ptb-10797-dt2022040621553707756-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10797/juju-orange-texture", + "scraped_at": "2026-05-01T17:20:48.374Z" + }, + { + "sku": "PTB-10803", + "color_name": "ELECTRIFIED VIOLET", + "description": "Electrified Violet is a bright orchid purple that glows when exposed to black light. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. * This color has limited UV resistance. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.07 + }, + { + "min": 50, + "max": 199, + "price": 13.37 + }, + { + "min": 200, + "max": null, + "price": 12.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8017/ptb-10803-electrified-violet-dt20260114213933443337.pdf?1768426774", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13469/electrified-violet-ptb-10803-dt20220214174653772417-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10803/electrified-violet", + "scraped_at": "2026-05-01T17:21:04.508Z" + }, + { + "sku": "PTB-10804", + "color_name": "Electrified Pink", + "description": "Electrified Pink is a neon watermelon pink that glows when exposed to black light. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. * This color has limited UV resistance. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.07 + }, + { + "min": 50, + "max": 199, + "price": 13.37 + }, + { + "min": 200, + "max": null, + "price": 12.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7758/ptb-10804-electrified-pink-dt20251229214938065564.pdf?1767044979", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13471/electrified-pink-ptb-10804-dt2022021417463724966-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10804/electrified-pink", + "scraped_at": "2026-05-01T17:21:22.389Z" + }, + { + "sku": "PTB-10805", + "color_name": "ELECTRIFIED YELLOW", + "description": "Electrified Yellow is a light neon yellow with a hint of green that glows when exposed to black light. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. * This color has limited UV resistance. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.07 + }, + { + "min": 50, + "max": 199, + "price": 13.37 + }, + { + "min": 200, + "max": null, + "price": 12.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3961/ptb-10805-electrified-yellow-tds-dt2023092722312281521.pdf?1695853884", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13473/electrified-yellow-ptb-10805-dt20220214174711611343-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10805/electrified-yellow", + "scraped_at": "2026-05-01T17:21:35.329Z" + }, + { + "sku": "PTB-10807", + "color_name": "Electrified Blue", + "description": "Electrified Blue is a rich arctic blue that glows when exposed to black light. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. * This color has limited UV resistance. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.07 + }, + { + "min": 50, + "max": 199, + "price": 13.37 + }, + { + "min": 200, + "max": null, + "price": 12.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3963/ptb-10807-electrified-blue-tds-dt20230927223548311984.pdf?1695854150", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13477/electrified-blue-ptb-10807-dt20220214174544755041-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10807/electrified-blue", + "scraped_at": "2026-05-01T17:21:48.016Z" + }, + { + "sku": "PTB-10808", + "color_name": "ELECTRIFIED CORAL", + "description": "Electrified Coral is a bright coral peach that glows when exposed to black light. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. * This color has limited UV resistance. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.07 + }, + { + "min": 50, + "max": 199, + "price": 13.37 + }, + { + "min": 200, + "max": null, + "price": 12.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3964/ptb-10808-electrified-coral-tds-dt2023092722392658818.pdf?1695854369", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13479/electrified-coral-ptb-10808-dt20220214174601911711-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10808/electrified-coral", + "scraped_at": "2026-05-01T17:21:58.475Z" + }, + { + "sku": "PTB-10809", + "color_name": "Super Grip Dirty White", + "description": "Super Grip Dirty White is a heavily textured bone white. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Grip PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.62 + }, + { + "min": 50, + "max": 199, + "price": 24.34 + }, + { + "min": 200, + "max": null, + "price": 23.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2828/ptb-10809-super-grip-dirty-white-tds-dt20230821154646500343.pdf?1692632808", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13481/super-grip-dirty-white-ptb-10809-dt20220329150537940559-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10809/super-grip-dirty-white", + "scraped_at": "2026-05-01T17:22:10.777Z" + }, + { + "sku": "PTB-10810", + "color_name": "SUPER GRIP BEIGE", + "description": "Super Grip Beige is a warm, yellow beige. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Grip PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.54 + }, + { + "min": 50, + "max": 199, + "price": 24.26 + }, + { + "min": 200, + "max": null, + "price": 22.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2829/ptb-10810-super-grip-beige-tds-dt20230821155506739881.pdf?1692633308", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13483/super-grip-beige-ptb-10810-dt2022032421131169803-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10810/super-grip-beige", + "scraped_at": "2026-05-01T17:22:22.874Z" + }, + { + "sku": "PTB-10811", + "color_name": "Super Grip Red", + "description": "Super Grip Red is a bright crimson red. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Grip PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.43 + }, + { + "min": 50, + "max": 199, + "price": 22.26 + }, + { + "min": 200, + "max": null, + "price": 21.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2831/ptb-10811-super-grip-red-tds-dt20230821191857536478.pdf?1692645539", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13485/super-grip-red-ptb-10811-dt20220324211334904586-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10811/super-grip-red", + "scraped_at": "2026-05-01T17:22:38.942Z" + }, + { + "sku": "PTB-10882", + "color_name": "SUPER GRIP GRANITE", + "description": "Super Grip Granite is a heavily textured, smoky charcoal grey. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsNatural StoneSuper Grip PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.94 + }, + { + "min": 50, + "max": 199, + "price": 16.09 + }, + { + "min": 200, + "max": null, + "price": 15.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2805/ptb-10882-super-grip-granite-tds-dt20230818182929033235.pdf?1692383371", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13672/super-grip-granite-ptb-10882-dt20220603212532500213-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10882/super-grip-granite", + "scraped_at": "2026-05-01T17:22:52.531Z" + }, + { + "sku": "PTB-10984", + "color_name": "Red Devil Texture", + "description": "Red Devil Texture is a bright scarlet red. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Red Devil PSS-2712 Solid Tone (Matte): Matte Red Devil PSB-10849 Vein (Semi-Gloss): Red Devil Silver Vein PVB-10964 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.53 + }, + { + "min": 50, + "max": 199, + "price": 26.15 + }, + { + "min": 200, + "max": null, + "price": 24.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3766/ptb-10984-red-devil-texture-tds-dt20230922224140080842.pdf?1695422502", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13851/red-devil-texture-ptb-10984-dt2022121223175167728-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10984/red-devil-texture", + "scraped_at": "2026-05-01T17:23:07.349Z" + }, + { + "sku": "PTB-10985", + "color_name": "Very Red Texture", + "description": "Very Red Texture is a coarse bright red. This color is a polyester texture powder coat with a semi-gloss finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Very Red PSS-4971 Solid Tone (Matte): Matte Very Red PSB-10851 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.44 + }, + { + "min": 50, + "max": 199, + "price": 25.12 + }, + { + "min": 200, + "max": null, + "price": 23.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7695/ptb-10985-very-red-texture-dt20251209211442099511.pdf?1765314883", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13853/very-red-texture-ptb-10985-dt20230119151814175906-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10985/very-red-texture", + "scraped_at": "2026-05-01T17:23:17.502Z" + }, + { + "sku": "PTB-10986", + "color_name": "Ritzy Red Texture", + "description": "Ritzy Red Texture is a deep red polyester texture and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS RITZY RED SILVER VEIN PVB-10967 CLICK FOR DETAILS RITZY RED RIVER PRB-10876 CLICK FOR DETAILS RITZY RED PSS-2993 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.26 + }, + { + "min": 50, + "max": 199, + "price": 26.85 + }, + { + "min": 200, + "max": null, + "price": 25.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8259/ptb-10986-ritzy-red-texture-dt20260414180821888186.pdf?1776190103", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13855/ritzy-red-texture-ptb-10986-dt20231204191831329683-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10986/ritzy-red-texture", + "scraped_at": "2026-05-01T17:23:28.233Z" + }, + { + "sku": "PTB-10987", + "color_name": "Light Cherry Red Texture", + "description": "Light Cherry Red Texture is a deep red/maroon. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Light Cherry Red PSS-1423 Solid Tone (Matte): Matte Light Cherry Red PSB-10853 River (Satin): Light Cherry River PRB-1891 Vein (Semi-Gloss): Light Cherry Red Silver Vein PVB-10968 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.82 + }, + { + "min": 50, + "max": 199, + "price": 29.28 + }, + { + "min": 200, + "max": null, + "price": 27.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3200/ptb-10987-light-cherry-red-texture-tds-dt20230906150035979307.pdf?1694012438", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13857/light-cherry-red-texture-ptb-10987-dt20221222181316572159-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10987/light-cherry-red-texture", + "scraped_at": "2026-05-01T17:23:41.190Z" + }, + { + "sku": "PTB-10988", + "color_name": "Bing Cherry Texture", + "description": "Bing Cherry Texture is a dark burgundy red. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (Gloss): Bing Cherry PSS-0645 River (Gloss): Bing Cherry River PRB-1015 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.59 + }, + { + "min": 50, + "max": 199, + "price": 24.31 + }, + { + "min": 200, + "max": null, + "price": 23.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3231/ptb-10988-bing-cherry-texture-tds-dt20230907161110769024.pdf?1694103072", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13859/bing-cherry-texture-ptb-10988-dt20221025161410092225-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10988/bing-cherry-texture", + "scraped_at": "2026-05-01T17:24:15.158Z" + }, + { + "sku": "PTB-10989", + "color_name": "Claret Texture", + "description": "Claret Texture is a dark burgundy red. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.82 + }, + { + "min": 50, + "max": 199, + "price": 24.53 + }, + { + "min": 200, + "max": null, + "price": 23.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3362/ptb-10989-claret-texture-tds-dt20230913165514155331.pdf?1694624116", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13861/claret-texture-ptb-10989-dt20221028171554758029-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10989/claret-texture", + "scraped_at": "2026-05-01T17:24:30.999Z" + }, + { + "sku": "PTB-10990", + "color_name": "Loafer Red Texture", + "description": "Loafer Red Texture is a brick red color. This color is a polyester texture powder coat with a semi-gloss finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Loafer Red PSS-3090 River (Semi-Gloss): Loafer Red River PRB-6501 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.88 + }, + { + "min": 50, + "max": 199, + "price": 22.69 + }, + { + "min": 200, + "max": null, + "price": 21.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3486/ptb-10990-loafer-red-texture-tds-dt20230915205416411952.pdf?1694811258", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13863/loafer-red-texture-ptb-10990-dt20221013154214258783-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10990/loafer-red-texture", + "scraped_at": "2026-05-01T17:24:42.929Z" + }, + { + "sku": "PTB-10991", + "color_name": "Vampire Red Texture", + "description": "Vampire Red Texture is a deep red polyester texture and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS VAMPIRE RED SILVER VEIN PVB-10972 CLICK FOR DETAILS VAMPIRE RED PSS-3013 CLICK FOR DETAILS MATTE VAMPIRE RED PSB-10857 CLICK FOR DETAILS VAMPIRE RED RIVER PRB-10877 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.26 + }, + { + "min": 50, + "max": 199, + "price": 26.85 + }, + { + "min": 200, + "max": null, + "price": 25.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6317/ptb-10991-vampire-red-texture-tds-dt20240423221744084911.pdf?1713910666", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13865/vampire-red-texture-ptb-10991-dt20240426180417124122-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10991/vampire-red-texture", + "scraped_at": "2026-05-01T17:24:55.189Z" + }, + { + "sku": "PTB-10992", + "color_name": "Peach Ice Cream Texture", + "description": "Peach Ice Cream Texture is a rich peach color. This color is a polyester texture powder coat with a semi-gloss finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Peach Ice Cream PSS-2732 Solid Tone (Matte): Matte Peach Ice Cream PSB-10858 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.68 + }, + { + "min": 50, + "max": 199, + "price": 25.35 + }, + { + "min": 200, + "max": null, + "price": 24.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3390/ptb-10992-peach-ice-cream-texture-tds-dt2023091322072229935.pdf?1694642844", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13867/peach-ice-cream-texture-ptb-10992-dt2022101118091297633-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10992/peach-ice-cream-texture", + "scraped_at": "2026-05-01T17:25:08.679Z" + }, + { + "sku": "PTB-10993", + "color_name": "Tomato Sauce Red Texture", + "description": "Tomato Sauce Red Texture is a rich, tomato red color. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Tomato Sauce Red PSS-2337 River (Satin): Tomato Sauce Red River PRB-4079 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.99 + }, + { + "min": 50, + "max": 199, + "price": 21.84 + }, + { + "min": 200, + "max": null, + "price": 20.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3246/ptb-10993-tomato-sauce-red-texture-tds-dt20230908181735126593.pdf?1694197056", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13869/tomato-sauce-red-texture-ptb-10993-dt2022101315440180989-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10993/tomato-sauce-red-texture", + "scraped_at": "2026-05-01T17:25:23.476Z" + }, + { + "sku": "PTB-10994", + "color_name": "Guava Texture", + "description": "Guava Texture is a light watermelon pink with a warm hue. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Guava PSS-6443 Solid Tone (Matte): Matte Guava PSB-10860 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 34.93 + }, + { + "min": 50, + "max": 199, + "price": 33.18 + }, + { + "min": 200, + "max": null, + "price": 31.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3759/ptb-10994-guava-texture-tds-dt2023092222255064741.pdf?1695421553", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13871/guava-texture-ptb-10994-dt20221026161311239669-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10994/guava-texture", + "scraped_at": "2026-05-01T17:25:34.713Z" + }, + { + "sku": "PTB-10995", + "color_name": "Pretty Pink Texture", + "description": "Pretty Pink Texture is a light bubblegum pink. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Pretty Pink PSS-4479 Metallic (Gloss): Cosmic Pretty Pink PMB-10017 River (Gloss): Pretty Pink River PRB-5362 Solid Tone (Matte): Matte Pretty Pink PSB-10861 Vein (Semi-Gloss): Pretty Pink Silver Vein PVB-10976 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.77 + }, + { + "min": 50, + "max": 199, + "price": 26.38 + }, + { + "min": 200, + "max": null, + "price": 24.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7746/ptb-10995-pretty-pink-texture-dt20251229211530874068.pdf?1767042932", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13873/pretty-pink-texture-ptb-10995-dt20221212231638419188-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10995/pretty-pink-texture", + "scraped_at": "2026-05-01T17:25:46.897Z" + }, + { + "sku": "PTB-10996", + "color_name": "Washed Red Texture", + "description": "Washed Red Texture is a red/orange color. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Washed Red PSS-11022 Solid Tone (Matte): Matte Washed Red PSB-10862 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 34.72 + }, + { + "min": 50, + "max": 199, + "price": 32.98 + }, + { + "min": 200, + "max": null, + "price": 31.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3869/ptb-10996-washed-red-texture-tds-dt20230926161056478857.pdf?1695744659", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13875/washed-red-texture-ptb-10996-dt2022101315443046833-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10996/washed-red-texture", + "scraped_at": "2026-05-01T17:25:57.295Z" + }, + { + "sku": "PTB-10997", + "color_name": "Rose Texture", + "description": "Rose Texture is a muted rose pink polyester texture and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS MATTE ROSE PSB-10863 CLICK FOR DETAILS ROSE RIVER PRB-11023 CLICK FOR DETAILS ROSE PSS-10391 CLICK FOR DETAILS ROSE SILVER VEIN PVB-10978 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 35.86 + }, + { + "min": 50, + "max": 199, + "price": 34.07 + }, + { + "min": 200, + "max": null, + "price": 32.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3748/ptb-10997-rose-texture-tds-dt20230922181045602948.pdf?1695406247", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13877/rose-texture-ptb-10997-dt20231128215734129933-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10997/rose-texture", + "scraped_at": "2026-05-01T17:26:21.930Z" + }, + { + "sku": "PTB-10998", + "color_name": "Hawaiian Flower Texture", + "description": "Hawaiian Flower Texture is a rich red pink blush polyester texture and has a satin finish. Satin: 21-35 Gloss Units Due to the specific pigment used in this product, a clear or other top coat may dramatically change the color. Spray a test piece to ensure that the final color meets your requirements. Proposition 65 Warning RELATED PRODUCTS MATTE HAWAIIAN FLOWER PSB-10864 CLICK FOR DETAILS HAWAIIAN FLOWER RIVER PRB-11024 CLICK FOR DETAILS HAWAIIAN FLOWER PSS-1546 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 32.75 + }, + { + "min": 50, + "max": 199, + "price": 31.11 + }, + { + "min": 200, + "max": null, + "price": 29.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3331/ptb-10998-hawaiian-flower-texture-tds-dt20230912205730744858.pdf?1694552252", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13879/hawaiian-flower-texture-ptb-10998-dt20231204191650062677-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10998/hawaiian-flower-texture", + "scraped_at": "2026-05-01T17:26:37.431Z" + }, + { + "sku": "PTB-10999", + "color_name": "Hot Orange Texture", + "description": "Hot Orange Texture is a vivid red orange polyester texture and has a satin finish. Satin: 21-35 Gloss Units Low Gloss: Flat Hot Orange PSB-5944 Low Gloss: Satin Hot Orange PSB-10169 Low Gloss: Matte Hot Orange PSB-10865 River: Hot Orange River PRB-11025 Vein Finish: Hot Orange Vein PVB-2374 Vein Finish: Hot Orange Silver Vein PVB-10980 Metallic: Hot Orange Sparkle PMB-6311 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.92 + }, + { + "min": 50, + "max": 199, + "price": 25.57 + }, + { + "min": 200, + "max": null, + "price": 24.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3930/ptb-10999-hot-orange-texture-tds-dt20230927175433007745.pdf?1695837274", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13881/hot-orange-texture-ptb-10999-dt20231010175605676379-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10999/hot-orange-texture", + "scraped_at": "2026-05-01T17:26:51.112Z" + }, + { + "sku": "PTB-11000", + "color_name": "Orange Guava Texture", + "description": "Orange Guava Texture is a peachy orange polyester texture and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.06 + }, + { + "min": 50, + "max": 199, + "price": 25.71 + }, + { + "min": 200, + "max": null, + "price": 24.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3760/ptb-11000-orange-guava-texture-tds-dt20230922222837237988.pdf?1695421719", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13883/orange-guava-texture-ptb-11000-dt20260316203724594484-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11000/orange-guava-texture", + "scraped_at": "2026-05-01T17:27:04.999Z" + }, + { + "sku": "PTB-11001", + "color_name": "Barbie Pink Texture", + "description": "Barbie Pink Texture is a rich pink/red. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (Matte): Matte Barbie Pink PSB-10867 Solid Tone (High Gloss): Barbie Pink PSS-5314 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 31.06 + }, + { + "min": 50, + "max": 199, + "price": 29.51 + }, + { + "min": 200, + "max": null, + "price": 27.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3252/ptb-11001-barbie-pink-texture-tds-dt20230908191132553698.pdf?1694200294", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13885/barbie-pink-texture-ptb-11001-dt20221013153613164374-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11001/barbie-pink-texture", + "scraped_at": "2026-05-01T17:27:15.674Z" + }, + { + "sku": "PTB-11002", + "color_name": "China Red Texture", + "description": "China Red Texture is a red polyester texture and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CHINA RED SILVER VEIN PVB-10983 CLICK FOR DETAILS CHINA RED RIVER PRB-11027 CLICK FOR DETAILS MATTE CHINA RED PSB-10868 CLICK FOR DETAILS CHINA RED PSS-4767 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.86 + }, + { + "min": 50, + "max": 199, + "price": 24.57 + }, + { + "min": 200, + "max": null, + "price": 23.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6161/ptb-11002-china-red-texture-tds-dt20240417172302786322.pdf?1713374585", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13887/china-red-texture-ptb-11002-dt20240419224420384921-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11002/china-red-texture", + "scraped_at": "2026-05-01T17:27:27.653Z" + }, + { + "sku": "PTB-11032", + "color_name": "Grapesicle Texture", + "description": "Grapesicle Texture is a dark lavender purple with a pink hue. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (Gloss): Grapesicle PSS-2937 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 34.23 + }, + { + "min": 50, + "max": 199, + "price": 32.52 + }, + { + "min": 200, + "max": null, + "price": 30.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3941/ptb-11032-grapesicle-texture-tds-dt20230927190252192283.pdf?1695841374", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14028/grapesicle-texture-ptb-11032-dt20220804142157104289-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11032/grapesicle-texture", + "scraped_at": "2026-05-01T17:27:39.640Z" + }, + { + "sku": "PTB-11036", + "color_name": "Dark Mauve Texture", + "description": "Dark Mauve Texture is a dark, rosy pink. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Dark Mauve PSS-6560 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.72 + }, + { + "min": 50, + "max": 199, + "price": 28.23 + }, + { + "min": 200, + "max": null, + "price": 26.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3936/ptb-11036-dark-mauve-texture-tds-dt20230927181124649854.pdf?1695838286", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14030/dark-mauve-texture-ptb-11036-dt20220804141914909809-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11036/dark-mauve-texture", + "scraped_at": "2026-05-01T17:27:51.473Z" + }, + { + "sku": "PTB-11040", + "color_name": "Rosette Pink Texture", + "description": "Rosette Pink Texture is a dark bubblegum pink. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Rosette Pink PSS-1670 River (Gloss): Rosette Pink River PRB-11039 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.89 + }, + { + "min": 50, + "max": 199, + "price": 26.5 + }, + { + "min": 200, + "max": null, + "price": 25.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7770/ptb-11040-rosette-pink-textur-dt20251229222122624719.pdf?1767046884", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14051/rosette-pink-texture-ptb-11040-dt20220810143847066842-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11040/rosette-pink-texture", + "scraped_at": "2026-05-01T17:28:04.934Z" + }, + { + "sku": "PTB-11044", + "color_name": "Magenta Red Texture", + "description": "Magenta Red Texture is a deep cherry red polyester texture and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 31.11 + }, + { + "min": 50, + "max": 199, + "price": 29.55 + }, + { + "min": 200, + "max": null, + "price": 28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2676/ptb-11044-magenta-red-texture-tds-dt20230815210041068537.pdf?1692133243", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14053/magenta-red-texture-ptb-11044-dt2026031620452329318-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11044/magenta-red-texture", + "scraped_at": "2026-05-01T17:28:19.998Z" + }, + { + "sku": "PTB-11048", + "color_name": "Orchid Lavender Texture", + "description": "Orchid Lavender Texture is a light orchid purple. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Orchid Lavender PSS-0961 River (Gloss): Orchid Lavender River PRB-11047 Vein (Semi-Gloss): Orchid Lavender Silver Vein PVB-11049 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.55 + }, + { + "min": 50, + "max": 199, + "price": 25.22 + }, + { + "min": 200, + "max": null, + "price": 23.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2671/ptb-11048-orchid-lavender-texture-tds-dt20230815203536476054.pdf?1692131738", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14071/orchid-lavender-texture-ptb-11048-dt20221025161600608769-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11048/orchid-lavender-texture", + "scraped_at": "2026-05-01T17:28:31.597Z" + }, + { + "sku": "PTB-11052", + "color_name": "Whimsy Pink Texture", + "description": "Whimsy Pink Texture is a deep magenta pink color. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (Gloss): Whimsy Pink PSS-0874 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 36.42 + }, + { + "min": 50, + "max": 199, + "price": 34.6 + }, + { + "min": 200, + "max": null, + "price": 32.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2665/ptb-11052-whimsy-pink-texture-tds-dt20230815173853994273.pdf?1692121136", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14073/whimsy-pink-texture-ptb-11052-dt20220804142716880301-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11052/whimsy-pink-texture", + "scraped_at": "2026-05-01T17:28:45.108Z" + }, + { + "sku": "PTB-11057", + "color_name": "Burnt Red Texture II", + "description": "Burnt Red Texture II is a bright scarlet red. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.42 + }, + { + "min": 50, + "max": 199, + "price": 22.25 + }, + { + "min": 200, + "max": null, + "price": 21.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2631/ptb-11057-burnt-red-texture-ii-tds-dt20230814210845288774.pdf?1692047327", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14100/burnt-red-texture-ii-ptb-11057-dt20220613172755980225-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11057/burnt-red-texture-ii", + "scraped_at": "2026-05-01T17:28:59.117Z" + }, + { + "sku": "PTB-11060", + "color_name": "Sweet Plum Texture", + "description": "Sweet Plum Texture is a light purple polyester texture and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning RELATED PRODUCTS SWEET PLUM RIVER PRB-11059 CLICK FOR DETAILS SWEET PLUM PSS-1054 CLICK FOR DETAILS MATTE SWEET PLUM PSB-11058 CLICK FOR DETAILS SWEET PLUM SILVER VEIN PVB-11061 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.76 + }, + { + "min": 50, + "max": 199, + "price": 24.47 + }, + { + "min": 200, + "max": null, + "price": 23.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6359/ptb-11060-sweet-plum-texture-tds-dt20240425153407418169.pdf?1714059249", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14102/sweet-plum-texture-ptb-11060-dt20240510184751494861-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11060/sweet-plum-texture", + "scraped_at": "2026-05-01T17:29:14.937Z" + }, + { + "sku": "PTB-11064", + "color_name": "Spring Purple Texture", + "description": "Spring Purple Texture is a lilac purple with a pink hue. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (Gloss): Spring Purple PSS-10154 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 37.28 + }, + { + "min": 50, + "max": 199, + "price": 35.42 + }, + { + "min": 200, + "max": null, + "price": 33.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2625/ptb-11064-spring-purple-texture-tds-dt20230814204724047972.pdf?1692046045", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14104/spring-purple-texture-ptb-11064-dt20220728202826180111-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11064/spring-purple-texture", + "scraped_at": "2026-05-01T17:29:27.214Z" + }, + { + "sku": "PTB-11068", + "color_name": "Passion Pink Texture", + "description": "Passion Pink Texture is a vivid pink polyester texture and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS PASSION PINK PSS-4679 CLICK FOR DETAILS PASSION PINK SILVER VEIN PVB-11069 CLICK FOR DETAILS PASSION PINK RIVER PRB-11067 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.66 + }, + { + "min": 50, + "max": 199, + "price": 26.28 + }, + { + "min": 200, + "max": null, + "price": 24.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7777/ptb-11068-passion-pink-texture-dt20251229223227257377.pdf?1767047548", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14106/passion-pink-texture-ptb-11068-dt20231211221024018896-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11068/passion-pink-texture", + "scraped_at": "2026-05-01T17:29:39.799Z" + }, + { + "sku": "PTB-11072", + "color_name": "Sultan Blue Texture", + "description": "Sultan Blue Texture is a deep, steel blue. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sultan Blue PTB-11072 Vein (Semi-Gloss): Sultan Blue Silver Vein PVB-11073 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.39 + }, + { + "min": 50, + "max": 199, + "price": 22.22 + }, + { + "min": 200, + "max": null, + "price": 21.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2596/ptb-11072-sultan-blue-texture-tds-dt20230811210513538743.pdf?1691787917", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14108/sultan-blue-texture-ptb-11072-dt20221212232018929346-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11072/sultan-blue-texture", + "scraped_at": "2026-05-01T17:29:50.172Z" + }, + { + "sku": "PTB-11075", + "color_name": "Matte Snowbird Texture", + "description": "Matte Snowbird Texture is an off-white polyester texture and has a matte finish. Matte: 7-20 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS SNOWBIRD PSS-1167 CLICK FOR DETAILS SNOWBIRD FROST PMB-2189 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.63 + }, + { + "min": 50, + "max": 199, + "price": 21.5 + }, + { + "min": 200, + "max": null, + "price": 20.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2593/ptb-11075-matte-snowbird-texture-tds-dt20230811202611454291.pdf?1691785573", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14110/matte-snowbird-texture-ptb-11075-dt20231211222550688564-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11075/matte-snowbird-texture", + "scraped_at": "2026-05-01T17:30:01.161Z" + }, + { + "sku": "PTB-11077", + "color_name": "Cadet Blue II Texture", + "description": "Cadet Blue II Texture is a muted navy blue polyester texture and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.28 + }, + { + "min": 50, + "max": 199, + "price": 20.22 + }, + { + "min": 200, + "max": null, + "price": 19.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3318/ptb-11077-cadet-blue-ii-texture-tds-dt20230911230017585282.pdf?1694473219", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14167/cadet-blue-ii-texture-ptb-11077-dt20260316202619882552-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11077/cadet-blue-ii-texture", + "scraped_at": "2026-05-01T17:30:15.328Z" + }, + { + "sku": "PTB-11082", + "color_name": "Truck Blue Texture", + "description": "Truck Blue Texture is a rich, dark blue. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Truck Blue PSS-1126 River (Satin): Truck Blue River PRB-4596 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.49 + }, + { + "min": 50, + "max": 199, + "price": 21.37 + }, + { + "min": 200, + "max": null, + "price": 20.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2584/ptb-11082-truck-blue-texture-tds-dt20230811175015150393.pdf?1691776217", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14169/truck-blue-texture-ptb-11082-dt20221025161701592102-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11082/truck-blue-texture", + "scraped_at": "2026-05-01T17:30:26.184Z" + }, + { + "sku": "PTB-11086", + "color_name": "Pro Blue Texture", + "description": "Pro Blue Texture is a deep blue polyester texture and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS PRO BLUE SILVER VEIN PVB-11087 CLICK FOR DETAILS PRO BLUE PSS-0589 CLICK FOR DETAILS PRO BLUE RIVER PRB-11085 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.92 + }, + { + "min": 50, + "max": 199, + "price": 25.57 + }, + { + "min": 200, + "max": null, + "price": 24.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2579/ptb-11086-pro-blue-texture-tds-dt20230811165008734365.pdf?1691772610", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14171/pro-blue-texture-ptb-11086-dt20241126210615739003-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11086/pro-blue-texture", + "scraped_at": "2026-05-01T17:30:43.028Z" + }, + { + "sku": "PTB-11094", + "color_name": "Bruski Blue Texture", + "description": "Bruski Blue Texture is a muted blue grey polyester texture and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.25 + }, + { + "min": 50, + "max": 199, + "price": 23.99 + }, + { + "min": 200, + "max": null, + "price": 22.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5355/ptb-11094-bruski-blue-texture-tds-dt20231206153554023887.pdf?1701876956", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14175/bruski-blue-texture-ptb-11094-dt20231204192230007668-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11094/bruski-blue-texture", + "scraped_at": "2026-05-01T17:30:52.828Z" + }, + { + "sku": "PTB-11100", + "color_name": "Harbor Blue Texture", + "description": "Harbor Blue Texture is a dark teal polyester texture and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS HARBOR BLUE RIVER PRB-11099 CLICK FOR DETAILS HARBOR BLUE PSS-0579 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.46 + }, + { + "min": 50, + "max": 199, + "price": 24.19 + }, + { + "min": 200, + "max": null, + "price": 22.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5347/ptb-11100-harbor-blue-texture-tds-dt20231206151621665094.pdf?1701875783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14177/harbor-blue-texture-ptb-11100-dt20231204190853766859-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11100/harbor-blue-texture", + "scraped_at": "2026-05-01T17:31:07.188Z" + }, + { + "sku": "PTB-11107", + "color_name": "Deep Blue Texture", + "description": "Deep Blue Texture is a deep blue polyester texture and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS DEEP BLUE SILVER VEIN PVB-11108 CLICK FOR DETAILS DEEP BLUE PSS-4501 CLICK FOR DETAILS DEEP BLUE RIVER PRB-2534 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.1 + }, + { + "min": 50, + "max": 199, + "price": 23.85 + }, + { + "min": 200, + "max": null, + "price": 22.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6159/ptb-11107-deep-blue-texture-tds-dt20240417161204768232.pdf?1713370327", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14181/deep-blue-texture-ptb-11107-dt20240419220515500833-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11107/deep-blue-texture", + "scraped_at": "2026-05-01T17:31:19.410Z" + }, + { + "sku": "PTB-11110", + "color_name": "Oh So Blue Texture", + "description": "Oh So Blue Texture is a powder blue polyester texture and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS OH SO BLUE SILVER VEIN PVB-11111 CLICK FOR DETAILS OH SO BLUE PSS-2965 CLICK FOR DETAILS MATTE OH SO BLUE PSB-11109 CLICK FOR DETAILS OH SO BLUE RIVER PRB-2874 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.25 + }, + { + "min": 50, + "max": 199, + "price": 23.99 + }, + { + "min": 200, + "max": null, + "price": 22.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14183/oh-so-blue-texture-ptb-11110-dt20240419215317601438-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11110/oh-so-blue-texture", + "scraped_at": "2026-05-01T17:31:34.063Z" + }, + { + "sku": "PTB-11114", + "color_name": "Island Blue Texture", + "description": "Island Blue Texture is a deep navy blue polyester texture and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.05 + }, + { + "min": 50, + "max": 199, + "price": 23.8 + }, + { + "min": 200, + "max": null, + "price": 22.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14185/island-blue-texture-ptb-11114-dt20260406222033507051-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11114/island-blue-texture", + "scraped_at": "2026-05-01T17:31:47.466Z" + }, + { + "sku": "PTB-11118", + "color_name": "China Blue Texture", + "description": "China Blue Texture is a light grey blue polyester texture and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning RELATED PRODUCTS CHINA BLUE PSS-0580 CLICK FOR DETAILS CHINA BLUE RIVER PRB-11117 CLICK FOR DETAILS CHINA BLUE SILVER VEIN PVB-11119 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.59 + }, + { + "min": 50, + "max": 199, + "price": 21.46 + }, + { + "min": 200, + "max": null, + "price": 20.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8096/ptb-11118-china-blue-texture-dt20260123165242954894.pdf?1769187164", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14187/china-blue-texture-ptb-11118-dt20260406221831435528-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11118/china-blue-texture", + "scraped_at": "2026-05-01T17:31:59.579Z" + }, + { + "sku": "PTB-11122", + "color_name": "Skiers Blue Texture", + "description": "Skiers Blue Texture is a sky blue polyester texture and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS SKIERS BLUE RIVER PRB-11121 CLICK FOR DETAILS SKIERS BLUE SILVER VEIN PVB-11123 CLICK FOR DETAILS SKIERS BLUE PSS-4753 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.49 + }, + { + "min": 50, + "max": 199, + "price": 23.27 + }, + { + "min": 200, + "max": null, + "price": 22.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14189/skiers-blue-texture-ptb-11122-dt20231211213325361482-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11122/skiers-blue-texture", + "scraped_at": "2026-05-01T17:32:14.591Z" + }, + { + "sku": "PTB-11125", + "color_name": "Skyline Blue Texture", + "description": "Skyline Blue Texture is a dark classic blue polyester texture and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS SKYLINE BLUE RIVER PRB-6950 CLICK FOR DETAILS SKYLINE BLUE PSS-4970 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.24 + }, + { + "min": 50, + "max": 199, + "price": 23.03 + }, + { + "min": 200, + "max": null, + "price": 21.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14191/skyline-blue-texture-ptb-11125-dt20231211213732663666-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11125/skyline-blue-texture", + "scraped_at": "2026-05-01T17:32:25.408Z" + }, + { + "sku": "PTB-11134", + "color_name": "Plumburg Texture", + "description": "Plumburg Texture is a cranberry red polyester texture and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.44 + }, + { + "min": 50, + "max": 199, + "price": 27.02 + }, + { + "min": 200, + "max": null, + "price": 25.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2577/ptb-11134-plumburg-texture-tds-dt2023081116434417232.pdf?1691772226", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14251/plumburg-texture-ptb-11134-dt20231211222845533438-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11134/plumburg-texture", + "scraped_at": "2026-05-01T17:32:36.155Z" + }, + { + "sku": "PTB-11137", + "color_name": "Navy Blue Texture", + "description": "Navy Blue Texture is a navy blue polyester texture and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.77 + }, + { + "min": 50, + "max": 199, + "price": 20.68 + }, + { + "min": 200, + "max": null, + "price": 19.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6166/ptb-11137-navy-blue-texture-tds-dt20240417195336271586.pdf?1713383619", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14285/navy-blue-texture-ptb-11137-dt20240419221944259347-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11137/navy-blue-texture", + "scraped_at": "2026-05-01T17:32:50.586Z" + }, + { + "sku": "PTB-11138", + "color_name": "Maroon Texture", + "description": "Maroon Texture is a dark maroon polyester texture and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.34 + }, + { + "min": 50, + "max": 199, + "price": 23.12 + }, + { + "min": 200, + "max": null, + "price": 21.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6171/ptb-11138-maroon-texture-tds-dt20240417200435942927.pdf?1713384279", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14287/maroon-texture-ptb-11138-dt20240424203156373993-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11138/maroon-texture", + "scraped_at": "2026-05-01T17:33:04.627Z" + }, + { + "sku": "PTB-11140", + "color_name": "Sand Pebble II", + "description": "Sand Pebble II is a light tan and stone texture polyester with black specs throughout and has a matte finish. Matte: 7-20 Gloss Units We recommend the use of a primer base coat under ALL texture and cast finishes. Sand Pebble II is a light tan and stone texture polyester with black specs throughout and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone CREATIONS MADE WITH SAND PEBBLE II View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.59 + }, + { + "min": 50, + "max": 199, + "price": 11.96 + }, + { + "min": 200, + "max": null, + "price": 11.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3167/ptb-11140-sand-pebble-ii-tds-dt20230905165229325421.pdf?1693932753", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14289/sand-pebble-ii-ptb-11140-dt20230901202320017878-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11140/sand-pebble-ii", + "scraped_at": "2026-05-01T17:33:20.320Z" + }, + { + "sku": "PTB-11144", + "color_name": "Dark Lavender Texture", + "description": "Dark Lavender is a light purple polyester texture and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.25 + }, + { + "min": 50, + "max": 199, + "price": 24.94 + }, + { + "min": 200, + "max": null, + "price": 23.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14303/dark-lavender-texture-ptb-11144-dt2024051018511934762-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11144/dark-lavender-texture", + "scraped_at": "2026-05-01T17:33:34.643Z" + }, + { + "sku": "PTB-11165", + "color_name": "Basic White Texture", + "description": "Basic White Texture is a soft, creamy white color. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *This color is also available in the following alternative finishes: Solid Tone (Gloss): Basic White PSS-4371 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.3 + }, + { + "min": 50, + "max": 199, + "price": 20.24 + }, + { + "min": 200, + "max": null, + "price": 19.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14367/basic-white-texture-ptb-11165-dt2023081820401423507-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11165/basic-white-texture", + "scraped_at": "2026-05-01T17:33:50.283Z" + }, + { + "sku": "PTB-11178", + "color_name": "CW Blue Texture", + "description": "CW Blue Texture is a deep navy polyester texture with a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.98 + }, + { + "min": 50, + "max": 199, + "price": 25.63 + }, + { + "min": 200, + "max": null, + "price": 24.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3867/ptb-11178-cw-blue-texture-tds-dt20230926154256730651.pdf?1695742979", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14468/cw-blue-texture-ptb-11178-dt20230914210355696931-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11178/cw-blue-texture", + "scraped_at": "2026-05-01T17:34:01.755Z" + }, + { + "sku": "PTB-11193", + "color_name": "Solar Ore", + "description": "Solar Ore is grey copper polyester texture with copper clitter and a flat finish. Flat: 0-6 Gloss Units We recommend the use of a primer base coat under ALL texture and cast finishes. Solar Ore is grey copper polyester texture with copper clitter and a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.69 + }, + { + "min": 50, + "max": 199, + "price": 25.36 + }, + { + "min": 200, + "max": null, + "price": 24.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2152/ptb-11193-solar-ore-tds-dt20230424232554597905.pdf?1682378756", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14518/solar-ore-ptb-11193-dt20230724184945199684-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11193/solar-ore", + "scraped_at": "2026-05-01T17:34:13.703Z" + }, + { + "sku": "PTB-11194", + "color_name": "Blazing Ore", + "description": "Blazing Ore is light copper texture polyester with rose gold shifting metallic and has a flat finish. Flat: 0-6 Gloss Units We recommend the use of a primer base coat under ALL texture and cast finishes. Blazing Ore is light copper texture polyester with rose gold shifting metallic and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.22 + }, + { + "min": 50, + "max": 199, + "price": 20.16 + }, + { + "min": 200, + "max": null, + "price": 19.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2153/ptb-11194-blazing-ore-tds-dt20230424232812171437.pdf?1682378893", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14520/blazing-ore-ptb-11194-dt20230908185932222864-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11194/blazing-ore", + "scraped_at": "2026-05-01T17:34:23.743Z" + }, + { + "sku": "PTB-11195", + "color_name": "Golden Ore", + "description": "Golden Ore is a grey gold texture polyester with gold glitter and a flat finish. Flat: 0-6 Gloss Units We recommend the use of a primer base coat under ALL texture and cast finishes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.47 + }, + { + "min": 50, + "max": 199, + "price": 19.45 + }, + { + "min": 200, + "max": null, + "price": 18.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7715/ptb-11195-golden-ore-dt20251216194838734171.pdf?1765914520", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14522/golden-ore-ptb-11195-dt20260325165924735387-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11195/golden-ore", + "scraped_at": "2026-05-01T17:34:39.262Z" + }, + { + "sku": "PTB-11196", + "color_name": "Lunar Ore", + "description": "Lunar Ore is a silver and grey polyester texture with a flat finish. Flat: 0-6 Gloss Units We recommend the use of a primer base coat under ALL texture and cast finishes. Lunar Ore is a silver and grey polyester texture with a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.22 + }, + { + "min": 50, + "max": 199, + "price": 20.16 + }, + { + "min": 200, + "max": null, + "price": 19.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2155/ptb-11196-lunar-ore-tds-dt20230424233528898527.pdf?1682379330", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14524/lunar-ore-ptb-11196-dt20230724185545717022-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11196/lunar-ore", + "scraped_at": "2026-05-01T17:34:53.429Z" + }, + { + "sku": "PTB-11220", + "color_name": "Black Texture", + "description": "Black Texture is a black polyester texture and has a flat finish. Matte: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 10.45 + }, + { + "min": 50, + "max": 199, + "price": 9.93 + }, + { + "min": 200, + "max": null, + "price": 9.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3783/ptb-11220-black-texture-tds-dt20230925154352530515.pdf?1695656635", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14910/black-texture-ptb-11220-dt20231211224313049634-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11220/black-texture", + "scraped_at": "2026-05-01T17:35:10.757Z" + }, + { + "sku": "PTB-11229", + "color_name": "Etched Silver", + "description": "Etched Silver is a light silver texture polyester with metallic flakes and has a flat finish. Flat: 0-6 Gloss Units We recommend the use of a primer base coat under ALL texture and cast finishes. Etched Silver is a light silver texture polyester with metallic flakes and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.44 + }, + { + "min": 50, + "max": 199, + "price": 13.72 + }, + { + "min": 200, + "max": null, + "price": 13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3100/ptb-11229-etched-silver-tds-dt20230831162737514144.pdf?1693499259", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14961/etched-silver-ptb-11229-dt20230908173707810902-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11229/etched-silver", + "scraped_at": "2026-05-01T17:35:22.125Z" + }, + { + "sku": "PTB-11315", + "color_name": "Super Grip Silver", + "description": "Super Grip Silver is a silver/grey polyester super grip texture and has a matte finish. Matte: 7-20 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Grip PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 32.82 + }, + { + "min": 50, + "max": 199, + "price": 31.18 + }, + { + "min": 200, + "max": null, + "price": 29.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16791/super-grip-silver-ptb-11315-dt20240426171310348824-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11315/super-grip-silver", + "scraped_at": "2026-05-01T17:35:35.421Z" + }, + { + "sku": "PTB-11317", + "color_name": "Classic Brown Texture", + "description": "Classic Brown Texture is a brown polyester texture and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.81 + }, + { + "min": 50, + "max": 199, + "price": 22.62 + }, + { + "min": 200, + "max": null, + "price": 21.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16966/classic-brown-texture-ptb-11317-dt20240514201527375862-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11317/classic-brown-texture", + "scraped_at": "2026-05-01T17:35:50.449Z" + }, + { + "sku": "PTB-11360", + "color_name": "Anthracite Texture", + "description": "Anthracite Texture is a grey super durable polyester texture and has a flat finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Durables PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.14 + }, + { + "min": 50, + "max": 199, + "price": 12.48 + }, + { + "min": 200, + "max": null, + "price": 11.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5795/ptb-11360-anthracite-texture-tds-dt20240312223709423796.pdf?1710283032", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16543/anthracite-texture-ptb-11360-dt20240408155011204913-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11360/anthracite-texture", + "scraped_at": "2026-05-01T17:36:01.950Z" + }, + { + "sku": "PTB-11454", + "color_name": "Clay Texture", + "description": "Clay Texture is a muted tan polyester texture and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 31.66 + }, + { + "min": 50, + "max": 199, + "price": 30.08 + }, + { + "min": 200, + "max": null, + "price": 28.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6109/ptb-11454-clay-texture-tds-dt20240411164957341644.pdf?1712854200", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16798/clay-texture-ptb-11454-dt20240523222832290947-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11454/clay-texture", + "scraped_at": "2026-05-01T17:36:11.691Z" + }, + { + "sku": "PTB-11466", + "color_name": "Super Grip Brown Stache", + "description": "Super Grip Brown Stache is a deep brown polyester texture and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Super Grip PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.56 + }, + { + "min": 50, + "max": 199, + "price": 24.28 + }, + { + "min": 200, + "max": null, + "price": 23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6164/ptb-11466-super-grip-brown-stache-tds-dt20240417173711893303.pdf?1713375434", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16841/super-grip-brown-stache-ptb-11466-dt20240805202548761633-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11466/super-grip-brown-stache", + "scraped_at": "2026-05-01T17:36:21.547Z" + }, + { + "sku": "PTB-11512", + "color_name": "Anthracite Shimmer", + "description": "Anthracite Shimmer is a grey silver super durable polyester texture and has a flat finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Super Durables PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.97 + }, + { + "min": 50, + "max": 199, + "price": 13.27 + }, + { + "min": 200, + "max": null, + "price": 12.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6642/ptb-11512-anthracite-shimmer-tds-dt20240522211933320754.pdf?1716412775", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17266/anthracite-shimmer-ptb-11512-dt20250210161027430651-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11512/anthracite-shimmer", + "scraped_at": "2026-05-01T17:36:37.243Z" + }, + { + "sku": "PTB-11627", + "color_name": "Chevy Orange Texture", + "description": "Chevy Orange Texture is an orange polyurethane texture and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.27 + }, + { + "min": 50, + "max": 199, + "price": 24.96 + }, + { + "min": 200, + "max": null, + "price": 23.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6846/ptb-11627-chevy-orange-texture-dt20240905170232337319.pdf?1725555755", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17754/chevy-orange-texture-ptb-11627-dt20241126205702915976-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11627/chevy-orange-texture", + "scraped_at": "2026-05-01T17:36:49.088Z" + }, + { + "sku": "PTB-11736", + "color_name": "Violet Grape Texture", + "description": "Violet Grape Texture is a purple polyester texture and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS VIOLET GRAPE PSS-11715 CLICK FOR DETAILS VIOLET GRAPE SHIMMER PMB-11734 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 32.64 + }, + { + "min": 50, + "max": 199, + "price": 31.01 + }, + { + "min": 200, + "max": null, + "price": 29.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7589/ptb-11736-violet-grape-texture-dt2025101414535098344.pdf?1760453633", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19017/violet-grape-texture-ptb-11736-dt20251028184442417893-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11736/violet-grape-texture", + "scraped_at": "2026-05-01T17:37:04.991Z" + }, + { + "sku": "PTB-11737", + "color_name": "Maple Glaze Texture", + "description": "Maple Glaze Texture is a light tan polyester texture and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS MATTE MAPLE GLAZE PSB-11741 CLICK FOR DETAILS MAPLE GLAZE SHIMMER PMB-11735 CLICK FOR DETAILS MAPLE GLAZE PSS-11714 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.03 + }, + { + "min": 50, + "max": 199, + "price": 20.93 + }, + { + "min": 200, + "max": null, + "price": 19.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7588/ptb-11737-maple-glaze-texture-dt20251014145254799443.pdf?1760453576", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19019/maple-glaze-texture-ptb-11737-dt20251028151928544914-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11737/maple-glaze-texture", + "scraped_at": "2026-05-01T17:37:16.602Z" + }, + { + "sku": "PTB-11760", + "color_name": "Pantone Grey 2 C Texture", + "description": "Pantone Grey 2 C Texture is grey white polyester texture and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.55 + }, + { + "min": 50, + "max": 199, + "price": 19.52 + }, + { + "min": 200, + "max": null, + "price": 18.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8090/ptb-11760-pantone-grey-2c-texture-dt20260119225037001117.pdf?1768863038", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19180/pantone-grey-2c-texture-ptb-11760-dt20260126185451016255-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11760/pantone-grey-2-c-texture", + "scraped_at": "2026-05-01T17:37:29.778Z" + }, + { + "sku": "PTB-11793", + "color_name": "Toptica Blue Texture", + "description": "Toptica Blue Texture is a standard blue polyester texture and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.04 + }, + { + "min": 50, + "max": 199, + "price": 21.89 + }, + { + "min": 200, + "max": null, + "price": 20.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19401/toptica-blue-texture-ptb-11793-dt2026040216514790494-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11793/toptica-blue-texture", + "scraped_at": "2026-05-01T17:37:39.456Z" + }, + { + "sku": "PTB-1927", + "color_name": "GM Silver Texture", + "description": "GM Silver Texture is a champagne gold with a soft sandpaper texture. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *Due to the potential for metallic oxidation, interior use is recommended* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.88 + }, + { + "min": 50, + "max": 199, + "price": 14.14 + }, + { + "min": 200, + "max": null, + "price": 13.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7507/ptb-1927-gm-silver-texture-dt20250728204827970629.pdf?1753735710", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4494/gm-silver-texture-ptb-1927-dt20210329162327712-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-1927/gm-silver-texture", + "scraped_at": "2026-05-01T17:37:54.778Z" + }, + { + "sku": "PTB-1937", + "color_name": "Rustic Red Texture", + "description": "Rustic Red Texture is a dark espresso brown with a hint of red and a sandpaper like texture. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.97 + }, + { + "min": 50, + "max": 199, + "price": 12.32 + }, + { + "min": 200, + "max": null, + "price": 11.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4496/rustic-red-texture-ptb-1937-dt20210202221947558-thumbnail.jpg?1612304388&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-1937/rustic-red-texture", + "scraped_at": "2026-05-01T17:38:10.815Z" + }, + { + "sku": "PTB-2091", + "color_name": "Pearlized White Texture", + "description": "Pearlized White Texture is a pearl white with a fine texture. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.48 + }, + { + "min": 50, + "max": 199, + "price": 12.81 + }, + { + "min": 200, + "max": null, + "price": 12.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4498/pearlized-white-texture-ptb-2091-dt2020121618232003-thumbnail.jpg?1608143001&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2091/pearlized-white-texture", + "scraped_at": "2026-05-01T17:38:23.821Z" + }, + { + "sku": "PTB-2134", + "color_name": "PEPPERNUT", + "description": "Peppernut is a rust base with small speckles of black. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.45 + }, + { + "min": 50, + "max": 199, + "price": 14.68 + }, + { + "min": 200, + "max": null, + "price": 13.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3588/ptb-2134-peppernut-tds-dt20230919154831762381.pdf?1695138513", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4500/peppernut-ptb-2134-dt20210428150614553-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2134/peppernut", + "scraped_at": "2026-05-01T17:38:38.322Z" + }, + { + "sku": "PTB-2199", + "color_name": "COCOA NUT", + "description": "Cocoa Nut is a medium cocoa nut brown. This color is a polyester texture powder coat and has a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.75 + }, + { + "min": 50, + "max": 199, + "price": 12.11 + }, + { + "min": 200, + "max": null, + "price": 11.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4502/cocoa-nut-ptb-2199-dt20190130175840055-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2199/cocoa-nut", + "scraped_at": "2026-05-01T17:38:54.745Z" + }, + { + "sku": "PTB-2309", + "color_name": "PEWTER GLITTER", + "description": "Pewter Glitter is a shimmering charcoal-silver with a sandpaper like texture. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *Due to the potential for metallic oxidation, interior use is recommended. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5374/ptb-2309-pewter-glitter-tds-dt20231208213037232056.pdf?1702071039", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4504/pewter-glitter-ptb-2309-dt20200515184506318-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2309/pewter-glitter", + "scraped_at": "2026-05-01T17:39:06.944Z" + }, + { + "sku": "PTB-2310", + "color_name": "DAZZLING PEWTER", + "description": "Dazzling Pewter is a dark silver color with a soft sandpaper feel. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *Due to the potential for metallic oxidation, interior use is recommended* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.05 + }, + { + "min": 50, + "max": 199, + "price": 13.35 + }, + { + "min": 200, + "max": null, + "price": 12.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5375/ptb-2310-dazzling-pewter-tds-dt20231208224650961123.pdf?1702075612", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4506/dazzling-pewter-ptb-2310-dt20200918205714649-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2310/dazzling-pewter", + "scraped_at": "2026-05-01T17:39:18.862Z" + }, + { + "sku": "PTB-2486", + "color_name": "Granite Black", + "description": "Granite Black is a granite black with a fine texture. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.78 + }, + { + "min": 50, + "max": 199, + "price": 16.89 + }, + { + "min": 200, + "max": null, + "price": 16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4508/granite-black-ptb-2486-dt2020052218504852-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2486/granite-black", + "scraped_at": "2026-05-01T17:39:31.043Z" + }, + { + "sku": "PTB-2614", + "color_name": "River Stone", + "description": "River Stone is a dark grey charcoal with a stone like texture. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural StoneCerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.6 + }, + { + "min": 50, + "max": 199, + "price": 13.87 + }, + { + "min": 200, + "max": null, + "price": 13.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2552/ptb-2614-river-stone-tds-dt20230810212418192088.pdf?1691702660", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4510/river-stone-ptb-2614-dt20250710205151727559-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2614/river-stone", + "scraped_at": "2026-05-01T17:39:41.092Z" + }, + { + "sku": "PTB-2640", + "color_name": "Hammer Strength", + "description": "Hammer Strength is a silver polyester texture and has a flat finish. Flat: 0-6 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.53 + }, + { + "min": 50, + "max": 199, + "price": 25.2 + }, + { + "min": 200, + "max": null, + "price": 23.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7508/ptb-2640-hammer-strength-dt20250728204914132501.pdf?1753735756", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14551/hammer-strength-ptb-2640-dt20231122221837087744-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2640/hammer-strength", + "scraped_at": "2026-05-01T17:39:55.575Z" + }, + { + "sku": "PTB-2667", + "color_name": "Emory Board Grey Texture", + "description": "Emory Board Grey Texture is a dark charcoal with a silver metallic flake. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.6 + }, + { + "min": 50, + "max": 199, + "price": 11.97 + }, + { + "min": 200, + "max": null, + "price": 11.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2520/ptb-2667-emory-board-grey-texture-tds-dt20230809162723003756.pdf?1691598445", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4512/emory-board-grey-texture-ptb-2667-dt20200803144957186-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2667/emory-board-grey-texture", + "scraped_at": "2026-05-01T17:40:08.859Z" + }, + { + "sku": "PTB-2683", + "color_name": "Wrought Iron II", + "description": "Wrought Iron II is a charcoal grey with a fine texture. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.74 + }, + { + "min": 50, + "max": 199, + "price": 12.1 + }, + { + "min": 200, + "max": null, + "price": 11.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3591/ptb-2683-wrought-iron-ii-tds-dt20230919155806260627.pdf?1695139088", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4514/wrought-iron-ii-ptb-2683-dt20250602221032868631-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2683/wrought-iron-ii", + "scraped_at": "2026-05-01T17:40:21.660Z" + }, + { + "sku": "PTB-2970", + "color_name": "PRUNE ROUGHNECK", + "description": "Prune Roughneck is a bronze/prune with a rough textured appearance. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.17 + }, + { + "min": 50, + "max": 199, + "price": 14.41 + }, + { + "min": 200, + "max": null, + "price": 13.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4516/prune-roughneck-ptb-2970-dt2019020723364962-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2970/prune-roughneck", + "scraped_at": "2026-05-01T17:40:31.676Z" + }, + { + "sku": "PTB-4355", + "color_name": "Dull Black Texture", + "description": "Dull Black Texture is a rich matte black with a sandpaper like texture. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4518/dull-black-texture-ptb-4355-dt2020040223053231-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-4355/dull-black-texture", + "scraped_at": "2026-05-01T17:40:47.975Z" + }, + { + "sku": "PTB-4435", + "color_name": "PEWTER BRONZE II", + "description": "Pewter Bronze II is a dark grey metallic with a slight texture. This color is a polyester texture powder coat and has a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *Due to the potential for metallic oxidation, interior use is recommended* Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can Pewter Bronze II be used on the exterior if cleared, if not what color do you have as an alternative for this color? - C.a.s. Services 10/15/20 04:24 pm Answer: Yes, Pewter Bronze II (PTB-4435) can be used for exterior projects with our Clear Vision (PPS-2974) as a top coat. The Clear Vision will greatly help with UV stability, however, it will diminish the natural texturing of Pewter Bronze II. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.84 + }, + { + "min": 50, + "max": 199, + "price": 15.05 + }, + { + "min": 200, + "max": null, + "price": 14.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4736/ptb-4435-pewter-bronze-ii-tds-dt20231120205400749933.pdf?1700513642", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4520/pewter-bronze-ii-ptb-4435-dt2020102221074462-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-4435/pewter-bronze-ii", + "scraped_at": "2026-05-01T17:41:00.471Z" + }, + { + "sku": "PTB-4551", + "color_name": "Gold Dust Texture", + "description": "Gold Dust Texture is a dark gold-brown color and has a sandpaper-like texture. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.5 + }, + { + "min": 50, + "max": 199, + "price": 14.73 + }, + { + "min": 200, + "max": null, + "price": 13.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7506/ptb-4551-gold-dust-texture-dt2025072820475313225.pdf?1753735678", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4522/gold-dust-texture-ptb-4551-dt20210202210750666-thumbnail.jpg?1612300071&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-4551/gold-dust-texture", + "scraped_at": "2026-05-01T17:41:11.467Z" + }, + { + "sku": "PTB-4574", + "color_name": "Mossberg Brown", + "description": "Mossberg Brown is a multi-colored fine texture that has browns, oranges, and black. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.66 + }, + { + "min": 50, + "max": 199, + "price": 14.88 + }, + { + "min": 200, + "max": null, + "price": 14.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3589/ptb-4574-mossberg-brown-tds-dt20230919155016785527.pdf?1695138619", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4524/mossberg-brown-ptb-4574-dt20210218222950527-thumbnail.jpg?1613687391&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-4574/mossberg-brown", + "scraped_at": "2026-05-01T17:41:25.745Z" + }, + { + "sku": "PTB-4844", + "color_name": "SEASIDE BEIGE", + "description": "Seaside Beige is a medium shade of beige with a sandpaper like texture. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.79 + }, + { + "min": 50, + "max": 199, + "price": 12.15 + }, + { + "min": 200, + "max": null, + "price": 11.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4530/seaside-beige-ptb-4844-dt20210111213536477-thumbnail.jpg?1610400937&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-4844/seaside-beige", + "scraped_at": "2026-05-01T17:41:41.126Z" + }, + { + "sku": "PTB-4883", + "color_name": "Ultra Silver Texture", + "description": "Ultra Silver Texture is a light silver with a sandpaper like texture. This color is a epoxy polyester texture hybrid powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0 - 6 Gloss Units This color is not recommended for exterior exposure with our applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.91 + }, + { + "min": 50, + "max": 199, + "price": 16.06 + }, + { + "min": 200, + "max": null, + "price": 15.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1062/prismatic-powders-h-series-sds-dt20211220200845463.pdf?1673298870", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7490/ptb-4883-ultra-silver-texture-dt20250728203409625698.pdf?1753734851", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4532/ultra-silver-texture-ptb-4883-dt20250702225719652719-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-4883/ultra-silver-texture", + "scraped_at": "2026-05-01T17:41:52.655Z" + }, + { + "sku": "PTB-4923", + "color_name": "Airtech Brown", + "description": "Airtech Brown is a greyish brown that produces a mauve hue in certain lighting. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7865/ptb-4923-airtech-brown-dt2026010220175635326.pdf?1767385078", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4534/airtech-brown-ptb-4923-dt20190129163104294-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-4923/airtech-brown", + "scraped_at": "2026-05-01T17:42:02.756Z" + }, + { + "sku": "PTB-5267", + "color_name": "STAPLETON GREY", + "description": "Stapleton Grey is a charcoal grey with a silver sparkle. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.05 + }, + { + "min": 50, + "max": 199, + "price": 12.4 + }, + { + "min": 200, + "max": null, + "price": 11.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4536/stapleton-grey-ptb-5267-dt20210217153852999-thumbnail.jpg?1613576334&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-5267/stapleton-grey", + "scraped_at": "2026-05-01T17:42:18.164Z" + }, + { + "sku": "PTB-5604", + "color_name": "GOLDEN CHAMPAGNE", + "description": "Golden Champagne is a medium champagne gold with a smooth and mild texture. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *Due to the potential for metallic oxidation, interior use is recommended* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.98 + }, + { + "min": 50, + "max": 199, + "price": 17.08 + }, + { + "min": 200, + "max": null, + "price": 16.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7505/ptb-5604-golden-champagne-dt20250728204716866367.pdf?1753735639", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4538/golden-champagne-ptb-5604-dt20200602173052237-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-5604/golden-champagne", + "scraped_at": "2026-05-01T17:42:29.987Z" + }, + { + "sku": "PTB-5682", + "color_name": "DESIGNERS GOLD", + "description": "Designers Gold is a light gold/silver with a sandpaper like texture. This color is a polyester texture powder coat and has a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *Due to the potential for metallic oxidation, interior use is recommended* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.8 + }, + { + "min": 50, + "max": 199, + "price": 14.06 + }, + { + "min": 200, + "max": null, + "price": 13.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7504/ptb-5682-designers-gold-dt2025072820463442444.pdf?1753735597", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4540/designers-gold-ptb-5682-dt20190131205007303-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-5682/designers-gold", + "scraped_at": "2026-05-01T17:42:45.874Z" + }, + { + "sku": "PTB-5746", + "color_name": "SILVER GRAPHITE", + "description": "Silver Graphite is a dark pewter with a fine silver metallic and a sandpaper like texture. This color is a polyester texture powder coat and has a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.49 + }, + { + "min": 50, + "max": 199, + "price": 10.92 + }, + { + "min": 200, + "max": null, + "price": 10.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7503/ptb-5746-silver-graphite-dt20250728204541401802.pdf?1753735543", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4542/silver-graphite-ptb-5746-dt20250708203804956243-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-5746/silver-graphite", + "scraped_at": "2026-05-01T17:42:54.777Z" + }, + { + "sku": "PTB-5878", + "color_name": "RUSTY SANDPAPER", + "description": "Rusty Sandpaper is a dark brown rust texture. This color is a polyurethane texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.75 + }, + { + "min": 50, + "max": 199, + "price": 14.01 + }, + { + "min": 200, + "max": null, + "price": 13.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7839/ptb-5878-rusty-sandpaper-dt20260102191244446724.pdf?1767381166", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4544/rusty-sandpaper-ptb-5878-dt20250722203537828662-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-5878/rusty-sandpaper", + "scraped_at": "2026-05-01T17:43:09.586Z" + }, + { + "sku": "PTB-5964", + "color_name": "Caldera Texture", + "description": "Caldera Texture is a rusty reddish brown with black specks. This color is a polyester texture powder coat and has a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4546/caldera-texture-ptb-5964-dt20190429222715055-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-5964/caldera-texture", + "scraped_at": "2026-05-01T17:43:23.269Z" + }, + { + "sku": "PTB-6419", + "color_name": "Super Grip Black", + "description": "Super Grip Black is a very unique textured black that has a rubbery feel to it. This color is a polyurethane texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Grip PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: If you know this powder (and every other wrinkle, vein or textured powder) needs a primer base coat for outdoor use, why don't you make it public information? We've had 2 LARGE project re-do's that IMMEDIATELY started to rust for customers because there was no information about these types of powders needing a primer base coat for outdoor use. - Pike Powder Coating 04/06/21 10:43 am Answer: Sorry to hear you are having to redo some recent projects. To clarify, there is not a single powder that has to have a primer applied below. We do recommend it in some cases and in fact, there are some coatings that should not have a primer. This decision has to be made by the applicator based on many factors. Rust coming through a powder has nothing to do with the powder you applied but more with how that powder was applied as well as how the part-metal was prepped. There are also some tricks to help with preventing areas that are difficult to coat and can retain moisture causing rust issues down the road. For outdoor projects the decision has to be made by the applicator whether or not the use of the product being coated should receive a primer or not. For example: If I'm coating iron patio furniture in Florida then I am definitely applying our Zinc-Rich Primer ESS-10171 first because as an applicator I know the potential issue that could come from not applying this primer in this environment. However, I am also taking steps to prepare my project by not only sand-blasting but also outgassing and perhaps even additional steps. If I am coating the same project in Phoenix, AZ then perhaps less part prep is necessary but as an applicator I always want to error on the side of success and sometimes quoting that job accordingly is important. Veins and Artery finishes have high and low spots once cured, these lows spots if not applied heavy enough can lead to substrate exposure. Included are some links that highlight what I am referring to and I will send you a direct email with images and other links showing a couple of tech tips that can help. Which Primer to use Project Specific When to Primer - Prismatic Support Question: How much more grip will Super Grip PTB-6419 provide over textures like Stark Orange Texture PTB-8141? - Roscoe Reed 07/17/20 06:55 pm Answer: There will definitely be an improvement in \"grip\" when using our Super Grip powder like PTB-6419 compared to a standard texture like Stark Orange Texture PTB-8141. However, the level of grip is not really measurable. Application use, age, weather, etc. will all play a determining role in a texture's grip strength. I recommend doing your own comparison by ordering free swatch samples (you pay a minimal postage) or finding an applicator that can spray test pieces for you to try. Super Grip has bits of rubber within the cured powder providing that additional grip over a standard texture. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.41 + }, + { + "min": 50, + "max": 199, + "price": 12.74 + }, + { + "min": 200, + "max": null, + "price": 12.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2833/ptb-6419-super-grip-black-tds-dt20230821192346966409.pdf?1692645829", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4548/super-grip-black-ptb-6419-dt20250415144345213581-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6419/super-grip-black", + "scraped_at": "2026-05-01T17:43:35.563Z" + }, + { + "sku": "PTB-6451", + "color_name": "COAL SPARKLE", + "description": "Coal Sparkle is a dark grey sparkle. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.85 + }, + { + "min": 50, + "max": 199, + "price": 13.16 + }, + { + "min": 200, + "max": null, + "price": 12.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4212/ptb-6451-coal-sparkle-tds-dt2023100516300618493.pdf?1696523408", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4550/coal-sparkle-ptb-6451-dt20190130175405788-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6451/coal-sparkle", + "scraped_at": "2026-05-01T17:43:50.894Z" + }, + { + "sku": "PTB-6461", + "color_name": "Silver Texture", + "description": "Silver Texture is a very sparkly silver texture. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.59 + }, + { + "min": 50, + "max": 199, + "price": 14.81 + }, + { + "min": 200, + "max": null, + "price": 14.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3799/ptb-6461-silver-texture-tds-dt20230925165710384523.pdf?1695661033", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4552/silver-texture-ptb-6461-dt20200417183312108-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6461/silver-texture", + "scraped_at": "2026-05-01T17:44:04.831Z" + }, + { + "sku": "PTB-6557", + "color_name": "Vertex Silver", + "description": "Vertex Silver is a greyish silver. This color is a polyester texture powder coat and has a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.71 + }, + { + "min": 50, + "max": 199, + "price": 12.07 + }, + { + "min": 200, + "max": null, + "price": 11.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7495/ptb-6557-vertex-silver-dt20250728203820255359.pdf?1753735102", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4556/vertex-silver-ptb-6557-dt20200408180035879-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6557/vertex-silver", + "scraped_at": "2026-05-01T17:44:16.254Z" + }, + { + "sku": "PTB-6563", + "color_name": "Grey Texture", + "description": "Grey Texture is a medium grey with a slight sparkle texture. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.83 + }, + { + "min": 50, + "max": 199, + "price": 12.19 + }, + { + "min": 200, + "max": null, + "price": 11.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2547/ptb-6563-grey-texture-tds-dt20230810204517209747.pdf?1691700319", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4558/grey-texture-ptb-6563-dt20200423225700154-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6563/grey-texture", + "scraped_at": "2026-05-01T17:44:27.922Z" + }, + { + "sku": "PTB-6596", + "color_name": "STARCRAFT NICKEL", + "description": "Starcraft Nickel is a bronze nickel. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *Due to the potential for metallic oxidation, interior use is recommended* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.23 + }, + { + "min": 50, + "max": 199, + "price": 16.37 + }, + { + "min": 200, + "max": null, + "price": 15.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7491/ptb-6596-starcraft-nickel-dt20250728203553725099.pdf?1753734956", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4560/starcraft-nickel-ptb-6596-dt20201002154951387-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6596/starcraft-nickel", + "scraped_at": "2026-05-01T17:44:39.150Z" + }, + { + "sku": "PTB-6674", + "color_name": "LAKEVIEW BEIGE", + "description": "Lakeview Beige is a light beige. This color is a polyester texture powder coat and has a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 10.67 + }, + { + "min": 50, + "max": 199, + "price": 10.14 + }, + { + "min": 200, + "max": null, + "price": 9.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4737/ptb-6674-lakeview-beige-tds-dt20231120205647796693.pdf?1700513809", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4562/lakeview-beige-ptb-6674-dt20200424141103596-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6674/lakeview-beige", + "scraped_at": "2026-05-01T17:44:54.887Z" + }, + { + "sku": "PTB-6687", + "color_name": "Antogan Texture", + "description": "Antogan Texture is a dark brown fine texture with a light metallic flake. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.73 + }, + { + "min": 50, + "max": 199, + "price": 11.14 + }, + { + "min": 200, + "max": null, + "price": 10.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4564/antogan-texture-ptb-6687-dt20190130172947244-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6687/antogan-texture", + "scraped_at": "2026-05-01T17:45:08.439Z" + }, + { + "sku": "PTB-6696", + "color_name": "Teridium Texture", + "description": "Teridium Texture is a steel grey with a medium texture. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.79 + }, + { + "min": 50, + "max": 199, + "price": 11.2 + }, + { + "min": 200, + "max": null, + "price": 10.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4566/teridium-texture-ptb-6696-dt20201209235128181-thumbnail.jpg?1607557889&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6696/teridium-texture", + "scraped_at": "2026-05-01T17:45:20.741Z" + }, + { + "sku": "PTB-6726", + "color_name": "LIGHT GREY SPARKLE", + "description": "Light Grey Sparkle is a light grey sparkling texture. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.19 + }, + { + "min": 50, + "max": 199, + "price": 13.48 + }, + { + "min": 200, + "max": null, + "price": 12.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7439/ptb-6726-light-grey-sparkle-dt20250723222452291952.pdf?1753309494", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4568/light-grey-sparkle-ptb-6726-dt20251210220850958615-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6726/light-grey-sparkle", + "scraped_at": "2026-05-01T17:45:35.265Z" + }, + { + "sku": "PTB-6771", + "color_name": "Texture Sparkle", + "description": "Texture Sparkle is a fine textured, dark charcoal with a silver flake. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 10.92 + }, + { + "min": 50, + "max": 199, + "price": 10.37 + }, + { + "min": 200, + "max": null, + "price": 9.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4570/texture-sparkle-ptb-6771-dt20190423222812473-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6771/texture-sparkle", + "scraped_at": "2026-05-01T17:45:49.653Z" + }, + { + "sku": "PTB-6794", + "color_name": "Bronze Texture", + "description": "Bronze Texture is a rich bronze texture. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.36 + }, + { + "min": 50, + "max": 199, + "price": 14.59 + }, + { + "min": 200, + "max": null, + "price": 13.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7502/ptb-6794-bronze-texture-dt20250728204444389181.pdf?1753735487", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4572/bronze-texture-ptb-6794-dt20210201223109979-thumbnail.jpg?1612218671&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6794/bronze-texture", + "scraped_at": "2026-05-01T17:46:01.378Z" + }, + { + "sku": "PTB-6803", + "color_name": "Zollie Lite", + "description": "Zollie Lite is a light stone grey. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-10 Gloss Unit Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.76 + }, + { + "min": 50, + "max": 199, + "price": 11.17 + }, + { + "min": 200, + "max": null, + "price": 10.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3770/ptb-6803-zollie-lite-tds-dt20230925152130315743.pdf?1695655292", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4574/zollie-lite-ptb-6805-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6803/zollie-lite", + "scraped_at": "2026-05-01T17:46:14.753Z" + }, + { + "sku": "PTB-6804", + "color_name": "Zollie Dark", + "description": "Zollie Dark is a medium textured grey. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.51 + }, + { + "min": 50, + "max": 199, + "price": 14.73 + }, + { + "min": 200, + "max": null, + "price": 13.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3771/ptb-6804-zollie-dark-tds-dt20230925152259186465.pdf?1695655381", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4576/zollie-dark-ptb-6804-dt20240111220354175005-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6804/zollie-dark", + "scraped_at": "2026-05-01T17:46:25.477Z" + }, + { + "sku": "PTB-6821", + "color_name": "Coal Blue Texture", + "description": "Coal Blue Texture is a coal blue color. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *Due to the potential for metallic oxidation, interior use is recommended* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.63 + }, + { + "min": 50, + "max": 199, + "price": 14.85 + }, + { + "min": 200, + "max": null, + "price": 14.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2464/ptb-6821-coal-blue-texture-tds-dt20230807194022916097.pdf?1691437224", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4578/coal-blue-texture-ptb-6821-dt20190130174903676-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6821/coal-blue-texture", + "scraped_at": "2026-05-01T17:46:34.786Z" + }, + { + "sku": "PTB-6882", + "color_name": "OLD NAVY", + "description": "Old Navy is an aged navy blue. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.2 + }, + { + "min": 50, + "max": 199, + "price": 10.64 + }, + { + "min": 200, + "max": null, + "price": 10.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7437/ptb-6882-old-navy-dt20250723221523965915.pdf?1753308928", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4580/old-navy-ptb-6882-dt20190207225347256-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6882/old-navy", + "scraped_at": "2026-05-01T17:46:50.164Z" + }, + { + "sku": "PTB-6884", + "color_name": "BURNT RUST", + "description": "Burnt Rust is a dark brown. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.66 + }, + { + "min": 50, + "max": 199, + "price": 11.08 + }, + { + "min": 200, + "max": null, + "price": 10.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7844/ptb-6884-burnt-rust-dt20260102191911988679.pdf?1767381553", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4582/burnt-rust-ptb-6884-dt20200522181504681-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6884/burnt-rust", + "scraped_at": "2026-05-01T17:47:03.283Z" + }, + { + "sku": "PTB-6886", + "color_name": "HAZY BRONZE", + "description": "Hazy Bronze is a sparkling bronze. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2544/ptb-6886-hazy-bronze-tds-dt20230810201524282834.pdf?1691698526", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4584/hazy-bronze-ptb-6886-dt20210430175555458-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6886/hazy-bronze", + "scraped_at": "2026-05-01T17:47:15.165Z" + }, + { + "sku": "PTB-6948", + "color_name": "TAN TEXTURE", + "description": "Tan Texture is a light tan with a detailed texture. This color is a polyester texture powder coat and has a semi-gloss finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.32 + }, + { + "min": 50, + "max": 199, + "price": 17.4 + }, + { + "min": 200, + "max": null, + "price": 16.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4586/tan-texture-ptb-6948-dt20250710205808679471-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6948/tan-texture", + "scraped_at": "2026-05-01T17:47:27.112Z" + }, + { + "sku": "PTB-6953", + "color_name": "Autumn Texture", + "description": "Autumn Texture is a bright autumn orange color with a fine texture. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Dark Autumn Orange PSS-2708 Metallic (High Gloss): Lite Autumn Orange PMB-2707 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.23 + }, + { + "min": 50, + "max": 199, + "price": 25.87 + }, + { + "min": 200, + "max": null, + "price": 24.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7644/ptb-6953-autumn-texture-dt20251027193349201272.pdf?1761593631", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4588/autumn-texture-ptb-6955-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6953/autumn-texture", + "scraped_at": "2026-05-01T17:47:39.881Z" + }, + { + "sku": "PTB-7019", + "color_name": "BRICK TEXTURE", + "description": "Brick Texture is a dark brown polyester texture and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units We recommend the use of a primer base coat under ALL texture and cast finishes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.19 + }, + { + "min": 50, + "max": 199, + "price": 17.28 + }, + { + "min": 200, + "max": null, + "price": 16.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5564/ptb-7019-brick-texture-tds-dt20240117232420362955.pdf?1705533862", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9487/brick-texture-ptb-7019-dt20240123231242364589-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7019/brick-texture", + "scraped_at": "2026-05-01T17:47:54.209Z" + }, + { + "sku": "PTB-7021", + "color_name": "FROSTED CHARCOAL", + "description": "Frosted Charcoal is a fine dusted silver sparkle. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.78 + }, + { + "min": 50, + "max": 199, + "price": 11.19 + }, + { + "min": 200, + "max": null, + "price": 10.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4590/frosted-charcoal-ptb-7021-dt20201210223735153-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7021/frosted-charcoal", + "scraped_at": "2026-05-01T17:48:06.372Z" + }, + { + "sku": "PTB-7069", + "color_name": "PERIWINKLE TEXTURE", + "description": "Periwinkle Texture is a periwinkle blue. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-10 Gloss Units Proposition 65 Warning CREATIONS MADE WITH PERIWINKLE TEXTURE View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.97 + }, + { + "min": 50, + "max": 199, + "price": 18.97 + }, + { + "min": 200, + "max": null, + "price": 17.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4592/periwinkle-texture-ptb-7069-dt20200602175148381-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7069/periwinkle-texture", + "scraped_at": "2026-05-01T17:48:20.365Z" + }, + { + "sku": "PTB-7102", + "color_name": "Black Satin Texture", + "description": "Black Satin Texture is a rich black with a sandpaper texture. This color is a polyester texture powder coat with a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Will applying a clear coat like Clear Vision PPS-2974 lessen the grip of a textured finish powder like Black Satin Texture PTB-7102? - Cory Vankirk 07/19/20 08:59 am Answer: While applying a clear coat will provide added protection to a coating finish and provide the much needed corrosion protection for metallic flakes applying a clear over a textured finish will fill in the low spots and lessen the effects of the high spots leaving a significantly less textured effect. The look of the texture will remain but the feel will change. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.41 + }, + { + "min": 50, + "max": 199, + "price": 12.74 + }, + { + "min": 200, + "max": null, + "price": 12.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6749/ptb-7102-black-satin-texture-dt20240723160047681498.pdf?1721750450", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4594/black-satin-texture-ptb-7102-dt20250530163409301534-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7102/black-satin-texture", + "scraped_at": "2026-05-01T17:48:34.721Z" + }, + { + "sku": "PTB-7103", + "color_name": "Tin Foil Silver", + "description": "Tin Foil Silver is a bright silver with a soft sandpaper texture. This color is a polyester texture powder coat and has a flat finish. Flat: 0-6 Gloss Units We recommend the use of a primer base coat under ALL texture and cast finishes. Tin Foil Silver is a bright silver with a soft sandpaper texture. This color is a polyester texture powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.9 + }, + { + "min": 50, + "max": 199, + "price": 18.91 + }, + { + "min": 200, + "max": null, + "price": 17.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2531/ptb-7103-tin-foil-silver-tds-dt20230810181757612754.pdf?1691691479", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4596/tin-foil-silver-ptb-7103-dt20200519154005864-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7103/tin-foil-silver", + "scraped_at": "2026-05-01T17:48:48.757Z" + }, + { + "sku": "PTB-7107", + "color_name": "GOLD TEXTURE", + "description": "Gold Texture is a dark gold-brown with a soft sandpaper texture. This color is a polyester texture powder coat and has a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.36 + }, + { + "min": 50, + "max": 199, + "price": 15.54 + }, + { + "min": 200, + "max": null, + "price": 14.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4597/gold-texture-ptb-7107-dt2025110719021751775-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7107/gold-texture", + "scraped_at": "2026-05-01T17:49:01.841Z" + }, + { + "sku": "PTB-7109", + "color_name": "Charcoal Texture", + "description": "Charcoal Texture is a dull black with a sandpaper like texture. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.5 + }, + { + "min": 50, + "max": 199, + "price": 13.78 + }, + { + "min": 200, + "max": null, + "price": 13.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4599/charcoal-texture-ptb-7109-dt20200518144750944-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7109/charcoal-texture", + "scraped_at": "2026-05-01T17:49:18.126Z" + }, + { + "sku": "PTB-7111", + "color_name": "Wesgar Grey", + "description": "Wesgar Grey is a dark grey with a sandpaper like texture. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.24 + }, + { + "min": 50, + "max": 199, + "price": 13.53 + }, + { + "min": 200, + "max": null, + "price": 12.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4601/wesgar-grey-ptb-7111-dt2019020818563102-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7111/wesgar-grey", + "scraped_at": "2026-05-01T17:49:31.726Z" + }, + { + "sku": "PTB-7114", + "color_name": "PURPLE TEXTURE", + "description": "Purple Texture is a dark purple with a fine texture. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.79 + }, + { + "min": 50, + "max": 199, + "price": 12.15 + }, + { + "min": 200, + "max": null, + "price": 11.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4603/purple-texture-ptb-7114-dt20210210163142555-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7114/purple-texture", + "scraped_at": "2026-05-01T17:49:42.384Z" + }, + { + "sku": "PTB-8073", + "color_name": "LACEY", + "description": "Lacey is a cream color with a fine sand texture. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.11 + }, + { + "min": 50, + "max": 199, + "price": 12.45 + }, + { + "min": 200, + "max": null, + "price": 11.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4607/lacey-ptb-8073-dt20210128192951327-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8073/lacey", + "scraped_at": "2026-05-01T17:49:57.684Z" + }, + { + "sku": "PTB-8075", + "color_name": "PARADISE TEXTURE", + "description": "Paradise Texture is a medium to light blue with a fine texture. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Skiers Blue PSS-4753 River (Satin): Blue Paradise PRB-6100 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.69 + }, + { + "min": 50, + "max": 199, + "price": 19.66 + }, + { + "min": 200, + "max": null, + "price": 18.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4609/paradise-texture-ptb-8075-dt20200521213142123-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8075/paradise-texture", + "scraped_at": "2026-05-01T17:50:11.178Z" + }, + { + "sku": "PTB-8078", + "color_name": "TUCKER TEXTURE", + "description": "Tucker Texture is a bright construction orange with a very fine texture. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.03 + }, + { + "min": 50, + "max": 199, + "price": 20.93 + }, + { + "min": 200, + "max": null, + "price": 19.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3134/ptb-8078-tucker-texture-tds-dt20230831214920299743.pdf?1693518561", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4615/tucker-texture-ptb-8078-dt20210630213032994-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8078/tucker-texture", + "scraped_at": "2026-05-01T17:50:25.511Z" + }, + { + "sku": "PTB-8120", + "color_name": "Powder Blue Texture", + "description": "Powder Blue Texture is a baby blue with a fine texture. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.15 + }, + { + "min": 50, + "max": 199, + "price": 21.04 + }, + { + "min": 200, + "max": null, + "price": 19.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3517/ptb-8120-powder-blue-texture-tds-dt2023091815385734023.pdf?1695051539", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4619/powder-blue-texture-ptb-8120-dt2021062821262152-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8120/powder-blue-texture", + "scraped_at": "2026-05-01T17:50:34.932Z" + }, + { + "sku": "PTB-8122", + "color_name": "GRAPE APE TEXTURE", + "description": "Grape Ape Texture is a dark plum purple with a fine texture. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units *This color is also available in the following alternative finishes: Gloss: Grape Ape PSS-0875 Matte: Matte Grape Ape PSB-11054 River: Grape Ape River PRB-11055 Vein Finish: Grape Ape Silver Vein PVB-11056 Proposition 65 Warning RELATED PRODUCTS MATTE GRAPE APE PSB-11054 CLICK FOR DETAILS GRAPE APE PSS-0875 CLICK FOR DETAILS GRAPE APE RIVER PRB-11055 CLICK FOR DETAILS GRAPE APE SILVER VEIN PVB-11056 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.46 + }, + { + "min": 50, + "max": 199, + "price": 23.24 + }, + { + "min": 200, + "max": null, + "price": 22.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2657/ptb-8122-grape-ape-texture-tds-dt20230815171551135042.pdf?1692119753", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4622/grape-ape-texture-ptb-8122-dt20251014144826484024-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8122/grape-ape-texture", + "scraped_at": "2026-05-01T17:50:50.617Z" + }, + { + "sku": "PTB-8123", + "color_name": "KINGSPORT TEXTURE", + "description": "Kingsport Texture is a charcoal/grey with a heavy silver metallic and a fine texture. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.67 + }, + { + "min": 50, + "max": 199, + "price": 16.79 + }, + { + "min": 200, + "max": null, + "price": 15.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4624/kingsport-texture-ptb-8125-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8123/kingsport-texture", + "scraped_at": "2026-05-01T17:51:04.944Z" + }, + { + "sku": "PTB-8124", + "color_name": "PEA GREEN TEXTURE", + "description": "Pea Green Texture is an army green that has a sandpaper like texture. This color is a polyester texture powder coat and has a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Pea Green PSS-4552 Metallic (Gloss): Mossburg Green PMB-2938 / Calypso Green PMB-1961 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.3 + }, + { + "min": 50, + "max": 199, + "price": 20.24 + }, + { + "min": 200, + "max": null, + "price": 19.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7189/pea-green-texture-ptb-8124-dt20180712223150946-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8124/pea-green-texture", + "scraped_at": "2026-05-01T17:51:17.734Z" + }, + { + "sku": "PTB-8139", + "color_name": "White Out Texture", + "description": "White Out Texture is a creamy off white that has a sandpaper like texture. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.01 + }, + { + "min": 50, + "max": 199, + "price": 17.11 + }, + { + "min": 200, + "max": null, + "price": 16.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4626/white-out-texture-ptb-8139-dt20201214223926752-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8139/white-out-texture", + "scraped_at": "2026-05-01T17:51:28.668Z" + }, + { + "sku": "PTB-8140", + "color_name": "SAGE GREEN TEXTURE", + "description": "Sage Green Texture is a deep green. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sage Green PSS-1474 Solid Tone (Semi-Gloss): Flat Sage Green PSB-7014 Vein (Satin): Sage/Copper PVB-1678 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.3 + }, + { + "min": 50, + "max": 199, + "price": 20.24 + }, + { + "min": 200, + "max": null, + "price": 19.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2818/ptb-8140-sage-green-texture-tds-dt20230821144612048532.pdf?1692629174", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4627/sage-green-texture-ptb-8140-dt20190208171704073-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8140/sage-green-texture", + "scraped_at": "2026-05-01T17:51:39.910Z" + }, + { + "sku": "PTB-8141", + "color_name": "Stark Orange Texture", + "description": "Stark Orange Texture is a rich red orange. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Stark Orange PSS-5075 Metallic (High Gloss): Jammin Orange PMB-4697 Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: How long do I cure Stark Orange Texture PTB-8141 and at what temperature? - Benny Villegas 05/13/21 06:24 pm Answer: Stark Orange Texture PTB-8141 has a curing schedule of 400 degrees F. for 15 minutes. Of course curing timer should not start until the thickest portion of your part metal reaches the required 400 degrees F. All of our powder's application guides can be located on our site by searching for the color you need then selecting the link to \"application guide\" located just above the color \"S\"-Panel. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.93 + }, + { + "min": 50, + "max": 199, + "price": 24.63 + }, + { + "min": 200, + "max": null, + "price": 23.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3046/ptb-8141-stark-orange-texture-tds-dt20230830162724749667.pdf?1693412846", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4628/stark-orange-texture-ptb-8141-dt20200410224801702-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8141/stark-orange-texture", + "scraped_at": "2026-05-01T17:51:52.453Z" + }, + { + "sku": "PTB-8142", + "color_name": "SEA FOAM PEARL TEXTURE", + "description": "Sea Foam Pearl Texture is a light, sparkling, sea foam blue. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units *This color is also available in the following alternative finishes: Metallic (Gloss): Sea Foam Pearl PMB-6797 Solid Tone (High Gloss): Sea Foam Green PSS-4063 River (Gloss): Sea Foam Green River PRB-10283 Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.93 + }, + { + "min": 50, + "max": 199, + "price": 18.93 + }, + { + "min": 200, + "max": null, + "price": 17.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3237/ptb-8142-sea-foam-prl-texture-tds-dt20230907172950573431.pdf?1694107792", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4629/sea-foam-pearl-texture-ptb-8142-dt20210202222032-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8142/sea-foam-pearl-texture", + "scraped_at": "2026-05-01T17:52:06.101Z" + }, + { + "sku": "PTB-8151", + "color_name": "TUFF GOLD TEXTURE", + "description": "Tuff Gold Texture is a light golden texture with a grey hue. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *Due to the potential for metallic oxidation, interior use is recommended* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.75 + }, + { + "min": 50, + "max": 199, + "price": 17.81 + }, + { + "min": 200, + "max": null, + "price": 16.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7500/ptb-8151-tuff-gold-texture-dt20250728204308234849.pdf?1753735391", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4630/tuff-gold-texture-ptb-8153-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8151/tuff-gold-texture", + "scraped_at": "2026-05-01T17:52:17.123Z" + }, + { + "sku": "PTS-10782", + "color_name": "SUPER DURABLE DUSTED CORAL", + "description": "Super Durable Dusted Coral is a Super Durable, that is a light peach with a warm hue and has shimmering silver sparkles. This color is a polyester texture powder coat with a flat finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Durables PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 39.62 + }, + { + "min": 50, + "max": 199, + "price": 37.64 + }, + { + "min": 200, + "max": null, + "price": 35.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13458/dusted-coral-pts-10782-dt20220209191439630549-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-10782/super-durable-dusted-coral", + "scraped_at": "2026-05-01T17:52:32.410Z" + }, + { + "sku": "PTS-10783", + "color_name": "Super Durable Carob Shimmer", + "description": "Super Durable Carob Shimmer is a Super Durable that is a rich peanut brown with silver sparkles. This color is a polyester texture powder coat with a flat finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Durables PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 39.62 + }, + { + "min": 50, + "max": 199, + "price": 37.64 + }, + { + "min": 200, + "max": null, + "price": 35.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13460/carob-shimmer-pts-10783-dt20220214174521822679-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-10783/super-durable-carob-shimmer", + "scraped_at": "2026-05-01T17:52:48.563Z" + }, + { + "sku": "PTS-11266", + "color_name": "Classic Blue Texture", + "description": "Classic Blue Texture is a classic blue polyester texture and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.85 + }, + { + "min": 50, + "max": 199, + "price": 14.11 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5323/pts-11266-classic-blue-texture-tds-dt20231205175645328405.pdf?1701799007", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15136/classic-blue-texture-pts-11266-dt20231201210302481542-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-11266/classic-blue-texture", + "scraped_at": "2026-05-01T17:52:59.853Z" + }, + { + "sku": "PTS-11267", + "color_name": "Brookings Blue Texture", + "description": "Brookings Blue Texture is a muted blue polyester texture and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.55 + }, + { + "min": 50, + "max": 199, + "price": 12.87 + }, + { + "min": 200, + "max": null, + "price": 12.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7436/pts-11267-brookings-blue-texture-dt20250723221447410879.pdf?1753308889", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/15140/brookings-blue-texture-pts-11267-dt20231211223756383201-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-11267/brookings-blue-texture", + "scraped_at": "2026-05-01T17:53:11.731Z" + }, + { + "sku": "PTS-11318", + "color_name": "Rust Texture", + "description": "Rust Texture is a rust red polyester texture and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.85 + }, + { + "min": 50, + "max": 199, + "price": 14.11 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16968/rust-texture-pts-11318-dt20240514204211240071-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-11318/rust-texture", + "scraped_at": "2026-05-01T17:53:22.665Z" + }, + { + "sku": "PTS-11319", + "color_name": "Dark Brown Texture", + "description": "Dark Brown Texture is a dark brown polyester texture and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.75 + }, + { + "min": 50, + "max": 199, + "price": 26.36 + }, + { + "min": 200, + "max": null, + "price": 24.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16970/dark-brown-texture-pts-11319-dt2024072222430762908-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-11319/dark-brown-texture", + "scraped_at": "2026-05-01T17:53:33.193Z" + }, + { + "sku": "PTS-11357", + "color_name": "Asphalt Texture", + "description": "Asphalt Texture is a deep grey black polyester texture and has a gloss finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 10.68 + }, + { + "min": 50, + "max": 199, + "price": 10.15 + }, + { + "min": 200, + "max": null, + "price": 9.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7381/pts-11357-asphalt-texture-dt20250605215040508357.pdf?1749160243", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16808/asphalt-texture-pts-11357-dt20240523224204925672-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-11357/asphalt-texture", + "scraped_at": "2026-05-01T17:53:43.707Z" + }, + { + "sku": "PTS-11389", + "color_name": "Chantilly White Texture", + "description": "Chantilly White Texture is a white super durable polyester texture and has a matte finish. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Durables PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.46 + }, + { + "min": 50, + "max": 199, + "price": 16.59 + }, + { + "min": 200, + "max": null, + "price": 15.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7925/pts-11389-chantilly-white-texture-dt20260102213332829995.pdf?1767389614", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16584/chantilly-white-texture-pts-11389-dt20240408155849630028-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-11389/chantilly-white-texture", + "scraped_at": "2026-05-01T17:53:53.966Z" + }, + { + "sku": "PTS-1539", + "color_name": "Caveman Black", + "description": "Caveman Black is a slightly dull black super durable with a soft sandpaper texture. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Our Super Durables are made with a durable polyester resin that offers a superior UV resistant package and is designed to provide additional exterior weathering resistance. Matte: 7-20 Gloss Units This product was developed to meet or exceed the 2604 AAMA rating. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsSuper Durables", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.77 + }, + { + "min": 50, + "max": 199, + "price": 11.18 + }, + { + "min": 200, + "max": null, + "price": 10.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7923/pts-1539-caveman-black-dt20260102213047119851.pdf?1767389448", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4633/caveman-black-pts-1539-dt20250616175354697957-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-1539/caveman-black", + "scraped_at": "2026-05-01T17:54:08.272Z" + }, + { + "sku": "PTS-2960", + "color_name": "RUST BUCKET", + "description": "Rust Bucket is a speckled texture finish that is multi-colored from reddish brown to black. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.84 + }, + { + "min": 50, + "max": 199, + "price": 15.05 + }, + { + "min": 200, + "max": null, + "price": 14.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7841/pts-2960-rust-bucket-dt20260102191520408251.pdf?1767381322", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4635/rust-bucket-pts-2960-dt20250625224537132553-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-2960/rust-bucket", + "scraped_at": "2026-05-01T17:54:26.825Z" + }, + { + "sku": "PTS-4026", + "color_name": "Moby White", + "description": "Moby White is an off white with a smooth and mild texture. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.64 + }, + { + "min": 50, + "max": 199, + "price": 11.06 + }, + { + "min": 200, + "max": null, + "price": 10.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4637/moby-white-pts-4026-dt20190207224612317-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4026/moby-white", + "scraped_at": "2026-05-01T17:54:38.621Z" + }, + { + "sku": "PTS-4071", + "color_name": "BURNT TOAST", + "description": "Burnt Toast is a burnt toast black texture. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.51 + }, + { + "min": 50, + "max": 199, + "price": 10.93 + }, + { + "min": 200, + "max": null, + "price": 10.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7843/pts-4071-burnt-toast-dt20260102191742227846.pdf?1767381463", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4639/burnt-toast-pts-4071-dt20200406190123702-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4071/burnt-toast", + "scraped_at": "2026-05-01T17:54:50.739Z" + }, + { + "sku": "PTS-4310", + "color_name": "STRIKERS", + "description": "Strikers is a light white texture. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.49 + }, + { + "min": 50, + "max": 199, + "price": 10.92 + }, + { + "min": 200, + "max": null, + "price": 10.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8250/pts-43140-strikers-dt20260408214209683512.pdf?1775684531", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4641/strikers-pts-4310-dt20200403184904364-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4310/strikers", + "scraped_at": "2026-05-01T17:55:03.182Z" + }, + { + "sku": "PTS-4411", + "color_name": "SOFT BEIGE TEXTURE", + "description": "Soft Beige Texture is a light beige with a fine texture. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4645/soft-beige-texture-pts-4411-dt2019020817373234-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4411/soft-beige-texture", + "scraped_at": "2026-05-01T17:55:14.282Z" + }, + { + "sku": "PTS-4453", + "color_name": "LIGHT BEIGE TEXTURE", + "description": "Light Beige Texture is a very light, almost white, beige texture. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.86 + }, + { + "min": 50, + "max": 199, + "price": 11.27 + }, + { + "min": 200, + "max": null, + "price": 10.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4647/light-beige-texture-pts-4453-dt2020102220495217-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4453/light-beige-texture", + "scraped_at": "2026-05-01T17:55:24.775Z" + }, + { + "sku": "PTS-4456", + "color_name": "Soft White Texture", + "description": "Soft White Texture is a flat white with a fine sand texture. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.45 + }, + { + "min": 50, + "max": 199, + "price": 13.73 + }, + { + "min": 200, + "max": null, + "price": 13.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4649/soft-white-texture-pts-4456-dt20200403152627389-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4456/soft-white-texture", + "scraped_at": "2026-05-01T17:55:39.157Z" + }, + { + "sku": "PTS-4749", + "color_name": "Walnut Texture", + "description": "Walnut Texture is a dark chocolate brown with a soft sandpaper feel. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.3 + }, + { + "min": 50, + "max": 199, + "price": 16.44 + }, + { + "min": 200, + "max": null, + "price": 15.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4653/walnut-texture-pts-4749-dt2025052320294224621-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4749/walnut-texture", + "scraped_at": "2026-05-01T17:55:53.183Z" + }, + { + "sku": "PTS-4778", + "color_name": "FOUNTAIN GREEN TEXTURE", + "description": "Fountain Green Texture is a medium green/blue. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.74 + }, + { + "min": 50, + "max": 199, + "price": 18.75 + }, + { + "min": 200, + "max": null, + "price": 17.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7140/pts-4778-fountain-green-texture-dt20250318172235588055.pdf?1742318557", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4655/fountain-green-texture-pts-4778-dt20250625224100991791-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4778/fountain-green-texture", + "scraped_at": "2026-05-01T17:56:02.989Z" + }, + { + "sku": "PTS-4793", + "color_name": "SAND BEIGE", + "description": "Sand Beige is a fine, light beach beige. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.32 + }, + { + "min": 50, + "max": 199, + "price": 12.65 + }, + { + "min": 200, + "max": null, + "price": 11.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7377/pts-4793-sand-beige-dt20250605213417982825.pdf?1749159260", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4657/sand-beige-pts-4793-dt20201002154557503-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4793/sand-beige", + "scraped_at": "2026-05-01T17:56:19.161Z" + }, + { + "sku": "PTS-5792", + "color_name": "Charcoal Grey", + "description": "Charcoal Grey is a fine textured, dark grey. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I get a swatch of this Charcoal Grey with Clear Vision over top? I’m trying to match as close as I can to magnetic grey color that comes from Ford. - Truck Fever Llc 12/30/18 11:19 pm Answer: You can order a custom spray out of this color combination, just call in with your request or email orders@prismaticpowders.com - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 10.99 + }, + { + "min": 50, + "max": 199, + "price": 10.44 + }, + { + "min": 200, + "max": null, + "price": 9.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6894/pts-5792-charcoal-grey-dt20241008175204990201511.pdf?1728409926", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4659/charcoal-grey-pts-5792-dt20250624204812333984-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-5792/charcoal-grey", + "scraped_at": "2026-05-01T17:56:34.432Z" + }, + { + "sku": "PTS-6422", + "color_name": "Burnt Red Texture", + "description": "Burnt Red Texture is a dark red, fine texture. This color is a polyester texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.01 + }, + { + "min": 50, + "max": 199, + "price": 11.41 + }, + { + "min": 200, + "max": null, + "price": 10.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7487/pts-6422-burnt-red-texture-dt2025072819583044737.pdf?1753732712", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4663/burnt-red-texture-pts-6422-dt20200515173429963-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-6422/burnt-red-texture", + "scraped_at": "2026-05-01T17:56:47.752Z" + }, + { + "sku": "PTS-6729", + "color_name": "BUNCH GREY TEXTURE", + "description": "Bunch Grey Texture is a light grey with a very fine texture. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15 + }, + { + "min": 50, + "max": 199, + "price": 14.25 + }, + { + "min": 200, + "max": null, + "price": 13.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/43/cast-application-guide-dt20181017182303679.pdf?1539800584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4665/bunch-grey-texture-pts-6729-dt20201112164954044-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-6729/bunch-grey-texture", + "scraped_at": "2026-05-01T17:57:02.151Z" + }, + { + "sku": "PTS-7092", + "color_name": "CHAMPAGNE TEXTURE", + "description": "Champagne Texture is a sparkling champagne silver. This color is a polyester texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. *Due to the potential for metallic oxidation, interior use is recommended* Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.52 + }, + { + "min": 50, + "max": 199, + "price": 13.79 + }, + { + "min": 200, + "max": null, + "price": 13.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7510/pts-7092-champagne-texture-dt20250728210149589965.pdf?1753736512", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4669/champagne-texture-pts-7092-dt2019012922350001-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-7092/champagne-texture", + "scraped_at": "2026-05-01T17:57:15.337Z" + }, + { + "sku": "PVB-0264", + "color_name": "Blueberry Vein", + "description": "Blueberry Vein is a cobalt blue and silver contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.97 + }, + { + "min": 50, + "max": 199, + "price": 17.07 + }, + { + "min": 200, + "max": null, + "price": 16.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4671/blueberry-vein-pvb-0264-dt20180629203723607-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-0264/blueberry-vein", + "scraped_at": "2026-05-01T17:57:25.537Z" + }, + { + "sku": "PVB-0809", + "color_name": "Turquoise Silver Vein", + "description": "Turquoise Silver Vein is a medium turquoise and silver. This color is a polyester vein powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.2 + }, + { + "min": 50, + "max": 199, + "price": 16.34 + }, + { + "min": 200, + "max": null, + "price": 15.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4672/turquoise-silver-pvb-0809-dt20251124193641800878-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-0809/turquoise-silver-vein", + "scraped_at": "2026-05-01T17:57:36.770Z" + }, + { + "sku": "PVB-10156", + "color_name": "Hana Green", + "description": "Hana Green is a two-tone turquoise green. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.51 + }, + { + "min": 50, + "max": 199, + "price": 17.58 + }, + { + "min": 200, + "max": null, + "price": 16.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7664/pvb-10156-hana-green-dt20251126184928572191.pdf?1764182970", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9916/hana-green-pvb-10156-dt20260325180108810452-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10156/hana-green", + "scraped_at": "2026-05-01T17:57:49.089Z" + }, + { + "sku": "PVB-10157", + "color_name": "Baja Blue", + "description": "Baja Blue is a two-tone sky blue. This color is a polyester vein powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.76 + }, + { + "min": 50, + "max": 199, + "price": 15.92 + }, + { + "min": 200, + "max": null, + "price": 15.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7665/pvb-10157-baja-blue-dt20251126185012452768.pdf?1764183015", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9918/baja-blue-pvb-10157-dt20190916221908949-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10157/baja-blue", + "scraped_at": "2026-05-01T17:58:04.323Z" + }, + { + "sku": "PVB-10158", + "color_name": "Alvord Beige", + "description": "Alvord Beige is a light dusty tan. This color is a polyester vein powder coat with a satin finish. Satin: 21-35 Gloss Units *The addition of a clearcoat will dramatically change the appearance. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural StoneHammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.76 + }, + { + "min": 50, + "max": 199, + "price": 15.92 + }, + { + "min": 200, + "max": null, + "price": 15.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7666/pvb-10158-alvord-beige-dt20251126185135365659.pdf?1764183097", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9920/alvord-beige-pvb-10158-dt2019062118340335-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10158/alvord-beige", + "scraped_at": "2026-05-01T17:58:20.129Z" + }, + { + "sku": "PVB-10191", + "color_name": "Goldtastic Vein", + "description": "Goldtastic Vein is a brilliant gold contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.66 + }, + { + "min": 50, + "max": 199, + "price": 22.48 + }, + { + "min": 200, + "max": null, + "price": 21.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7187/pvb-10191-goldtastic-vein-dt20250423211146250088.pdf?1745442709", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10589/goldtastic-vein-pvb-10191-dt20210923145443352-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10191/goldtastic-vein", + "scraped_at": "2026-05-01T17:58:31.849Z" + }, + { + "sku": "PVB-10236", + "color_name": "Black Rose", + "description": "Black Rose is an elegant blush rose hammertone with a black contrast. This color is a polyester vein powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.13 + }, + { + "min": 50, + "max": 199, + "price": 13.42 + }, + { + "min": 200, + "max": null, + "price": 12.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3749/pvb-10236-black-rose-tds-dt20230922181226532391.pdf?1695406348", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10813/black-rose-pvb-10236-dt20200609172954995-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10236/black-rose", + "scraped_at": "2026-05-01T17:58:47.785Z" + }, + { + "sku": "PVB-10239", + "color_name": "Purple Rain", + "description": "Purple Rain is a lavender purple polyester vein and has a gloss finish. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.27 + }, + { + "min": 50, + "max": 199, + "price": 13.56 + }, + { + "min": 200, + "max": null, + "price": 12.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4712/pvb-10239-purple-rain-tds-dt20231120175349444008.pdf?1700502831", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10815/purple-rain-pvb-10239-dt20201111162616067-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10239/purple-rain", + "scraped_at": "2026-05-01T17:59:02.385Z" + }, + { + "sku": "PVB-10240", + "color_name": "Leviathan", + "description": "Leviathan is a silvery green and black contrast. This color is a polyester vein powder coat with a semi-gloss finish A top coat of Clear Vision PPS-2974 is recommended for exterior use as well as to enhance this color. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.92 + }, + { + "min": 50, + "max": 199, + "price": 14.17 + }, + { + "min": 200, + "max": null, + "price": 13.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10817/leviathan-pvb-10240-dt20201217181249225-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10240/leviathan", + "scraped_at": "2026-05-01T17:59:15.810Z" + }, + { + "sku": "PVB-10268", + "color_name": "DARK PALLEON FIRE", + "description": "Dark Palleon Fire is a light burgundy and black vein that shifts to gold in the light. This color is a polyester vein powder coat with a glossy finish. Gloss: 71-85 Gloss Units Add the top coat Clear Vision PPS-2974 to maximize metallic effect and for exterior use. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color ShiftingPalleonHammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 33.69 + }, + { + "min": 50, + "max": 199, + "price": 32.01 + }, + { + "min": 200, + "max": null, + "price": 30.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7230/pvb-10268-dark-palleon-fire-dt20250424221538472802.pdf?1745532940", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11214/dark-palleon-fire-pvb-10268-dt20201030175541217-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10268/dark-palleon-fire", + "scraped_at": "2026-05-01T17:59:31.623Z" + }, + { + "sku": "PVB-10269", + "color_name": "DARK PALLEON PANTHER", + "description": "Dark Palleon Panther is a jade green and black vein that shifts to icy blue in the light. This color is a polyester vein powder coat with a glossy finish. High Gloss: 85+ Gloss Units Add the top coat Clear Vision PPS-2974 to maximize metallic effect and for exterior use. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color ShiftingPalleonHammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 33.69 + }, + { + "min": 50, + "max": 199, + "price": 32.01 + }, + { + "min": 200, + "max": null, + "price": 30.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7231/pvb-10269-dark-palleon-panther-dt20250424221553975741.pdf?1745532956", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11216/panther-chameleon-pvb-10269-dt20200731184254944-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10269/dark-palleon-panther", + "scraped_at": "2026-05-01T17:59:43.177Z" + }, + { + "sku": "PVB-10270", + "color_name": "DARK PALLEON PARADISE", + "description": "Dark Palleon Paradise is an icy blue and black vein that shifts to amethyst purple in the light. This color is a polyester vein powder coat with a glossy finish. High Gloss: 85+ Gloss Units Add the top coat Clear Vision PPS-2974 to maximize metallic effect and for exterior use. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color ShiftingPalleonHammertone CREATIONS MADE WITH DARK PALLEON PARADISE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 33.69 + }, + { + "min": 50, + "max": 199, + "price": 32.01 + }, + { + "min": 200, + "max": null, + "price": 30.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7232/pvb-10270-dark-palleon-paradise-dt20250424221607861122.pdf?1745532970", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11218/dark-palleon-paradise-pvb-10270-dt2020102216353763-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10270/dark-palleon-paradise", + "scraped_at": "2026-05-01T17:59:58.421Z" + }, + { + "sku": "PVB-10271", + "color_name": "Palleon Golden Green", + "description": "Palleon Golden Green is a white and green gold metallic polyester vein and has a semi-gloss finish. Semi Gloss: 37-70 Gloss Units A top coat of Clear Vision PPS-2974 is recommended. Gloss: 71-85 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color ShiftingPalleonHammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 39.08 + }, + { + "min": 50, + "max": 199, + "price": 37.13 + }, + { + "min": 200, + "max": null, + "price": 35.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7668/pvb-10271-palleon-golden-green-dt20251126185414478652.pdf?1764183256", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11220/palleon-golden-green-pvb-10271-dt2025122221420791383-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10271/palleon-golden-green", + "scraped_at": "2026-05-01T18:00:08.595Z" + }, + { + "sku": "PVB-10272", + "color_name": "PALLEON FIRE", + "description": "Palleon Fire is a silvery white vein that shifts to warm red and gold in the light. This color is a polyester vein powder coat with a glossy finish. A top coat of Clear Vision PPS-2974 is recommended. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color ShiftingPalleonHammertone CREATIONS MADE WITH PALLEON FIRE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 39.08 + }, + { + "min": 50, + "max": 199, + "price": 37.13 + }, + { + "min": 200, + "max": null, + "price": 35.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7669/pvb-10272-palleon-fire-dt20251126185509195033.pdf?1764183311", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11222/palleon-fire-pvb-10272-dt20200731203142023-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10272/palleon-fire", + "scraped_at": "2026-05-01T18:00:21.445Z" + }, + { + "sku": "PVB-10273", + "color_name": "PALLEON PANTHER", + "description": "Palleon Panther is a silvery white vein that shifts to turquoise green and blue in the light. This color is a polyester vein powder coat with a glossy finish. A top coat of Clear Vision PPS-2974 is recommended. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color ShiftingPalleonHammertone CREATIONS MADE WITH PALLEON PANTHER View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 39.08 + }, + { + "min": 50, + "max": 199, + "price": 37.13 + }, + { + "min": 200, + "max": null, + "price": 35.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7670/pvb-10273-palleon-panther-dt2025112618560526811.pdf?1764183367", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11224/palleon-panther-pvb-10273-dt20200731202829869-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10273/palleon-panther", + "scraped_at": "2026-05-01T18:00:36.551Z" + }, + { + "sku": "PVB-10274", + "color_name": "PALLEON PARADISE", + "description": "Palleon Paradise is a silvery white vein that shifts to icy blue and violet in the light. This color is a polyester vein powder coat with a glossy finish. A top coat of Clear Vision PPS-2974 is recommended. Gloss: 71-85 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color ShiftingPalleonHammertone CREATIONS MADE WITH PALLEON PARADISE View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 39.08 + }, + { + "min": 50, + "max": 199, + "price": 37.13 + }, + { + "min": 200, + "max": null, + "price": 35.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7671/pvb-10274-palleon-paradise-dt20251126185700173151.pdf?1764183428", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11226/palleon-paradise-pvb-10274-dt20250710204838178249-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10274/palleon-paradise", + "scraped_at": "2026-05-01T18:00:50.750Z" + }, + { + "sku": "PVB-10293", + "color_name": "Fractured Illusion Cherry", + "description": "Fractured Illusion Cherry is a deep blood red metallic. The Fractured Illusion Series brings a unique look to your favorite Illusion colors. This deep crackled or “fractured” appearance is distinctive of the Fractured Illusion Series. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH FRACTURED ILLUSION CHERRY View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.93 + }, + { + "min": 50, + "max": 199, + "price": 25.58 + }, + { + "min": 200, + "max": null, + "price": 24.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6946/pvb-10293-fractured-illusion-cherry-dt20241029190818013173.pdf?1730228899", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11267/fractured-illusion-cherry-pvb-10293-dt20250915212400006845-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10293/fractured-illusion-cherry", + "scraped_at": "2026-05-01T18:01:03.995Z" + }, + { + "sku": "PVB-10294", + "color_name": "Fractured Illusion Apple", + "description": "Fractured Illusion Apple is a warm spring green with shimmering metallic. The Fractured Illusion Series brings a unique look to your favorite Illusion colors. This deep crackled or “fractured” appearance is distinctive of the Fractured Illusion Series. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.13 + }, + { + "min": 50, + "max": 199, + "price": 25.77 + }, + { + "min": 200, + "max": null, + "price": 24.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2478/pvb-10294-fractured-illusion-apple-tds-dt20230808165023886235.pdf?1691513425", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11269/fractured-apple-pvb-10294-dt20200728223832365-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10294/fractured-illusion-apple", + "scraped_at": "2026-05-01T18:01:21.182Z" + }, + { + "sku": "PVB-10295", + "color_name": "Fractured Illusion Red", + "description": "Fractured Illusion Red is a deep scarlet red metallic. The Fractured Illusion Series brings a unique look to your favorite Illusion colors. This deep crackled or “fractured” appearance is distinctive of the Fractured Illusion Series. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.13 + }, + { + "min": 50, + "max": 199, + "price": 25.77 + }, + { + "min": 200, + "max": null, + "price": 24.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6948/pvb-10295-fractured-illusion-red-dt20241029191053201306.pdf?1730229054", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11271/fractured-illusion-red-pvb-10295-dt20250310160353789231-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10295/fractured-illusion-red", + "scraped_at": "2026-05-01T18:01:29.845Z" + }, + { + "sku": "PVB-10296", + "color_name": "Fractured Illusion Blue", + "description": "Fractured Illusion Blue is a deep, dark indigo purple. The Fractured Illusion Series brings a unique look to your favorite Illusion colors. This deep crackled or “fractured” appearance is distinctive of the Fractured Illusion Series. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.13 + }, + { + "min": 50, + "max": 199, + "price": 25.77 + }, + { + "min": 200, + "max": null, + "price": 24.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6945/pvb-10296-fractured-illusion-blue-dt20241029190617193218.pdf?1730228779", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11273/fractured-illusion-blue-pvb-10296-dt20250915211848946604-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10296/fractured-illusion-blue", + "scraped_at": "2026-05-01T18:01:40.796Z" + }, + { + "sku": "PVB-10297", + "color_name": "Fractured Illusion Violet", + "description": "Fractured Illusion Violet is an intense magenta. The Fractured Illusion Series brings a unique look to your favorite Illusion colors. This deep crackled or “fractured” appearance is distinctive of the Fractured Illusion Series. This color is a polyester solid tone powder coat with a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.13 + }, + { + "min": 50, + "max": 199, + "price": 25.77 + }, + { + "min": 200, + "max": null, + "price": 24.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6949/pvb-10297-fractured-illusion-violet-dt2024102919121577358.pdf?1730229137", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11275/fractured-illusion-violet-pvb-10297-dt20250915220614124119-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10297/fractured-illusion-violet", + "scraped_at": "2026-05-01T18:01:56.766Z" + }, + { + "sku": "PVB-10298", + "color_name": "Fractured Illusion Green", + "description": "Fractured Illusion Green is a striking emerald green with an intense metallic flake. The Fractured Illusion Series brings a unique look to your favorite Illusion colors. This deep crackled or “fractured” appearance is distinctive of the Fractured Illusion Series. This color is a polyester metallic powder coat and has a high gloss finish, and requires a clear topcoat. To achieve the color, displayed, Clear Vision top coat must be applied. Clear Vision PPS-2974 The Prismatic Illusion Series is quite possibly the most user-friendly line of custom powder coatings on the market. The Illusion Series, which are dormant powder coatings, creates the look of an advanced two coat candy system with the ease of a simple base coat / top coat application. The possibilities and combinations are unlimited. Simply choose your illusion base coat and apply any Prismatic top coat to create an incredible array of new, exciting colors. Great for beginners and also for the seasoned professional looking to push the limits of what is possible. After the Illusion base is applied, do not be alarmed if the color is not what you were expecting. Because this is a dormant powder coat, the amazing transformation only takes place when the top coat is applied. Simply follow the detailed application guide. IMPORTANT: Illusion colors only activate when a clear top coat is applied. See all our clears Here High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.13 + }, + { + "min": 50, + "max": 199, + "price": 25.77 + }, + { + "min": 200, + "max": null, + "price": 24.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6947/pvb-10298-fractured-illusion-green-dt20241029190940775811.pdf?1730228982", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11276/fractured-illusion-green-pvb-10298-dt20250915214924300893-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10298/fractured-illusion-green", + "scraped_at": "2026-05-01T18:02:11.137Z" + }, + { + "sku": "PVB-10316", + "color_name": "NUCLEAR VIOLET", + "description": "Nuclear Violet is a rich lavender pink that glows when exposed to black light. This color is a polyester vein powder coat with a satin finish. Satin: 21-35 Gloss Units * This color has limited UV resistance. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.45 + }, + { + "min": 50, + "max": 199, + "price": 18.48 + }, + { + "min": 200, + "max": null, + "price": 17.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3965/pvb-10316-nuclear-violet-tds-dt20230927224159399297.pdf?1695854521", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11364/nuclear-violet-pvb-10316-dt20220209192039239771-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10316/nuclear-violet", + "scraped_at": "2026-05-01T18:02:25.342Z" + }, + { + "sku": "PVB-10317", + "color_name": "Nuclear Pink", + "description": "Nuclear Pink is a bright watermelon pink that glows when exposed to black light. This color is a polyester vein powder coat with a glossy finish. Gloss: 71-85 Gloss Units * This color has limited UV resistance. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.45 + }, + { + "min": 50, + "max": 199, + "price": 18.48 + }, + { + "min": 200, + "max": null, + "price": 17.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7756/pvb-10317-nuclear-pink-dt2025122921435235863.pdf?1767044634", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11366/nuclear-pink-pvb-10317-dt20220209192011970187-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10317/nuclear-pink", + "scraped_at": "2026-05-01T18:02:39.556Z" + }, + { + "sku": "PVB-10318", + "color_name": "NUCLEAR YELLOW", + "description": "Nuclear Yellow is a very light neon yellow with a green hue that glows when exposed to black light. This color is a polyester vein powder coat with a satin finish. Satin: 21-35 Gloss Units * This color has limited UV resistance. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.45 + }, + { + "min": 50, + "max": 199, + "price": 18.48 + }, + { + "min": 200, + "max": null, + "price": 17.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3967/pvb-10318-nuclear-yellow-tds-dt20230927224534390385.pdf?1695854736", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11368/nuclear-yellow-pvb-10318-dt20220209192104999538-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10318/nuclear-yellow", + "scraped_at": "2026-05-01T18:02:49.816Z" + }, + { + "sku": "PVB-10320", + "color_name": "Nuclear Blue", + "description": "Nuclear Blue is is a bright arctic blue that glows when exposed to black light. This color is a polyester vein powder coat with a glossy finish. Gloss: 71-85 Gloss Units * This color has limited UV resistance. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.45 + }, + { + "min": 50, + "max": 199, + "price": 18.48 + }, + { + "min": 200, + "max": null, + "price": 17.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3969/pvb-10320-nuclear-blue-tds-dt2023092722491387798.pdf?1695854956", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11372/nuclear-blue-pvb-10320-dt20220209191814822962-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10320/nuclear-blue", + "scraped_at": "2026-05-01T18:03:02.552Z" + }, + { + "sku": "PVB-10321", + "color_name": "NUCLEAR CORAL", + "description": "Nuclear Coral is a light carnation pink with a warm hue that glows when exposed to black light. This color is a polyester vein powder coat with a satin finish. Satin: 21-35 Gloss Units * This color has limited UV resistance. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.45 + }, + { + "min": 50, + "max": 199, + "price": 18.48 + }, + { + "min": 200, + "max": null, + "price": 17.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3970/pvb-10321-nuclear-coral-tds-dt20230927225056672801.pdf?1695855058", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/11374/nuclear-coral-pvb-10321-dt2022020919193657398-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10321/nuclear-coral", + "scraped_at": "2026-05-01T18:03:14.482Z" + }, + { + "sku": "PVB-10514", + "color_name": "LOCH NESS", + "description": "Loch Ness is a rich jade green with a misty rainbow color shifting metallic. This color is a polyester vein powder coat with a glossy finish. A clear top coat (Clear Vision PPS-2974) can be applied to intensify the color shifting effect and may improve UV resistance and overall durability of the finish. The image shown displays Loch Ness with Clear Vision PPS-2974 as a top coat over the left side. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): HolographicColor ShiftingHammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 41.41 + }, + { + "min": 50, + "max": 199, + "price": 39.34 + }, + { + "min": 200, + "max": null, + "price": 37.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7441/pvb-10514-loch-ness-dt20250723225452567072.pdf?1753311294", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12926/loch-ness-pvb-10514-dt20210813223628488-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10514/loch-ness", + "scraped_at": "2026-05-01T18:03:24.303Z" + }, + { + "sku": "PVB-10515", + "color_name": "THE KRAKEN", + "description": "The Kraken is a deep ocean teal-blue contrast with a misty rainbow color shifting metallic. This color is a polyester vein powder coat with a glossy finish. A clear top coat (Clear Vision PPS-2974) can be applied to intensify the color shifting effect and may improve UV resistance and overall durability of the finish. The image shown displays The Kraken with Clear Vision PPS-2974 as a top coat over the left side. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): HolographicColor ShiftingHammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 41.41 + }, + { + "min": 50, + "max": 199, + "price": 39.34 + }, + { + "min": 200, + "max": null, + "price": 37.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7444/pvb-10515-the-kracken-dt20250725172615391793.pdf?1753464378", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12928/the-kraken-pvb-10515-dt20210813224630007-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10515/the-kraken", + "scraped_at": "2026-05-01T18:03:37.740Z" + }, + { + "sku": "PVB-10525", + "color_name": "GYPSUM", + "description": "Gypsum is a frosty white/silver contrast. This color is a polyester vein powder coat with a satin finish. Satin: 21-35 Gloss Units **A clear top coat is recommended for exterior use. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.07 + }, + { + "min": 50, + "max": 199, + "price": 13.37 + }, + { + "min": 200, + "max": null, + "price": 12.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2792/pvb-10525-gypsum-tds-dt20230818144944997138.pdf?1692370187", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12531/gypsum-pvb-10525-dt20220204230003713599-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10525/gypsum", + "scraped_at": "2026-05-01T18:03:48.353Z" + }, + { + "sku": "PVB-10630", + "color_name": "BRONZE VEIN", + "description": "Bronze Vein is a bronze and black contrast. This color is a polyester vein powder coat with a gloss finish. Gloss: 71-85 Gloss Units A clear top coat can be applied to enhance the appearance of this color and may improve UV resistance and overall durability of the finish. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.76 + }, + { + "min": 50, + "max": 199, + "price": 17.82 + }, + { + "min": 200, + "max": null, + "price": 16.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7435/pvb-10630-bronze-vein-dt20250723203600568845.pdf?1753302962", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12748/bronze-vein-pvb-10630-dt20250611203337226239-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10630/bronze-vein", + "scraped_at": "2026-05-01T18:03:59.763Z" + }, + { + "sku": "PVB-10741", + "color_name": "Gobi Gold Step 1", + "description": "Gobi Gold Step 2 over Step 1 creates a shimmering, light sandy gold contrast with glistening silver metallics. This color is a polyester vein powder coat with a glossy finish. Two Coat Information: To achieve this color as shown, Gobi Gold Step 2 PPB-10742 must be applied as a top coat. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone CREATIONS MADE WITH GOBI GOLD STEP 1 View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.73 + }, + { + "min": 50, + "max": 199, + "price": 21.59 + }, + { + "min": 200, + "max": null, + "price": 20.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13289/gobi-gold-step-1-pvb-10741-dt20211027193124951-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10741/gobi-gold-step-1", + "scraped_at": "2026-05-01T18:04:15.524Z" + }, + { + "sku": "PVB-10908", + "color_name": "Abba", + "description": "ABBA is a light grey highlighted with a gold vein. This color is a polyester vein powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30 + }, + { + "min": 50, + "max": 199, + "price": 28.5 + }, + { + "min": 200, + "max": null, + "price": 27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7710/pvb-10908-abba-dt20251216184533445478.pdf?1765910735", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13746/abba-pvb-10908-dt20220613172727934613-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10908/abba", + "scraped_at": "2026-05-01T18:04:29.774Z" + }, + { + "sku": "PVB-10919", + "color_name": "MOSCOW MULE", + "description": "Moscow Mule is a light grey and copper contrast with shimmering copper metallic. This color is a polyester vein powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.37 + }, + { + "min": 50, + "max": 199, + "price": 28.85 + }, + { + "min": 200, + "max": null, + "price": 27.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4076/pvb-10919-moscow-mule-tds-dt20231002190019637647.pdf?1696273222", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13750/moscow-mule-pvb-10919-dt20220603212241604584-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10919/moscow-mule", + "scraped_at": "2026-05-01T18:04:46.238Z" + }, + { + "sku": "PVB-10920", + "color_name": "Hammered Gold", + "description": "Hammered Gold is a light grey contrast highlighted with gold pearl. This color is a polyester vein powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.2 + }, + { + "min": 50, + "max": 199, + "price": 23.94 + }, + { + "min": 200, + "max": null, + "price": 22.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4078/pvb-10920-hammered-gold-tds-dt2023100220021238407.pdf?1696276934", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13752/hammered-gold-pvb-10920-dt2022060321145652714-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10920/hammered-gold", + "scraped_at": "2026-05-01T18:05:00.231Z" + }, + { + "sku": "PVB-10921", + "color_name": "Hammered Copper", + "description": "Hammered Copper is a pewter grey highlighted with fine copper metallic. This color is a polyester vein powder coat with a glossy finish. Gloss: 71- 85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.13 + }, + { + "min": 50, + "max": 199, + "price": 23.87 + }, + { + "min": 200, + "max": null, + "price": 22.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4077/pvb-10921-hammered-copper-tds-dt20231002190402385762.pdf?1696273445", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13754/hammered-copper-pvb-10921-dt20220603210336206287-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10921/hammered-copper", + "scraped_at": "2026-05-01T18:05:10.945Z" + }, + { + "sku": "PVB-10922", + "color_name": "Hammered Platinum", + "description": "Hammered Platinum is a shimmering silver/grey with fine gold metallic. This color is a polyester vein powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.09 + }, + { + "min": 50, + "max": 199, + "price": 28.59 + }, + { + "min": 200, + "max": null, + "price": 27.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4079/pvb-10922-hammered-platinum-tds-dt20231002200740095408.pdf?1696277262", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13756/hammered-platinum-pvb-10922-dt20220603211520968505-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10922/hammered-platinum", + "scraped_at": "2026-05-01T18:05:23.677Z" + }, + { + "sku": "PVB-10927", + "color_name": "Lima Green Silver Vein", + "description": "Lima Green Silver Vein is a very light yellow/green with a silvery sheen. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units * A clear top coat is recommended for exterior use. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 16.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13766/lima-green-silver-vein-pvb-10927-dt2022062720451205162-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10927/lima-green-silver-vein", + "scraped_at": "2026-05-01T18:05:37.904Z" + }, + { + "sku": "PVB-10928", + "color_name": "Creamy Almond Silver Vein", + "description": "Creamy Almond Silver Vein is a very light yellow beige with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Creamy Almond PSS-2743 Solid Tone (Matte): Matte Creamy Almond PSB-10430 River (Semi-Gloss): Creamy Almond River PRB-10431 Texture (Matte): Creamy Almond Texture PTB-10432 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.81 + }, + { + "min": 50, + "max": 199, + "price": 13.12 + }, + { + "min": 200, + "max": null, + "price": 12.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3050/pvb-10928-creamy-almond-silver-vein-tds-dt20230830163752841182.pdf?1693413474", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13768/creamy-almond-silver-vein-pvb-10928-dt20220719145837090194-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10928/creamy-almond-silver-vein", + "scraped_at": "2026-05-01T18:05:49.562Z" + }, + { + "sku": "PVB-10929", + "color_name": "Wheatland Silver Vein", + "description": "Wheatland Silver Vein is a light flaxen yellow. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Wheatland PSS-0991 Solid Tone (Matte): Matte Wheatland PSB-10433 Texture (Satin): Wheatland Texture PTB-10435 River (Semi-Gloss): Wheatland River PRB-10434 * A clear top coat is recommended for exterior use. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.32 + }, + { + "min": 50, + "max": 199, + "price": 20.25 + }, + { + "min": 200, + "max": null, + "price": 19.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3008/pvb-10929-wheatland-silver-vein-tds-dt20230830142920876795.pdf?1693405762", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13770/wheatland-silver-vein-pvb-10929-dt20220627204700838491-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10929/wheatland-silver-vein", + "scraped_at": "2026-05-01T18:06:00.077Z" + }, + { + "sku": "PVB-10930", + "color_name": "Caterpillar Yellow II Silver Vein", + "description": "Caterpillar Yellow II Silver Vein is a rich dandelion yellow. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Caterpillar Yellow II PSS-2550 Solid Tone (Matte): Matte Caterpillar Yellow II PSB-10436 Texture (Satin): Caterpillar Yellow II Texture PTB-10438 River (Gloss): Caterpillar Yellow II River PRB-10437 * A clear top coat is recommended for exterior use. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.7 + }, + { + "min": 50, + "max": 199, + "price": 23.47 + }, + { + "min": 200, + "max": null, + "price": 22.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3042/pvb-10930-caterpillar-yellow-ii-silver-vein-tds-dt20230830161702029008.pdf?1693412223", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13772/caterpillar-yellow-ii-silver-vein-pvb-10930-dt20220627204330244202-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10930/caterpillar-yellow-ii-silver-vein", + "scraped_at": "2026-05-01T18:06:10.970Z" + }, + { + "sku": "PVB-10931", + "color_name": "Sunrise Yellow Silver Vein", + "description": "Sunrise Yellow Silver Vein is a muted golden yellow polyester vein and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS SUNRISE YELLOW RIVER PRB-10440 CLICK FOR DETAILS SUNRISE YELLOW TEXTURE PTB-10441 CLICK FOR DETAILS MATTE SUNRISE YELLOW PSB-10439 CLICK FOR DETAILS SUNRISE YELLOW PSS-4090 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.52 + }, + { + "min": 50, + "max": 199, + "price": 22.34 + }, + { + "min": 200, + "max": null, + "price": 21.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3054/pvb-10931-sunrise-yellow-silver-vein-tds-dt20230830164954680105.pdf?1693414196", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13774/sunrise-yellow-silver-vein-pvb-10931-dt20231211220339803147-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10931/sunrise-yellow-silver-vein", + "scraped_at": "2026-05-01T18:06:26.976Z" + }, + { + "sku": "PVB-10932", + "color_name": "Mustard Green Silver Vein", + "description": "Mustard Green Silver Vein is a gold and silver polyester vein and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS MUSTARD GREEN PSS-6568 CLICK FOR DETAILS MUSTARD GREEN RIVER PRB-10443 CLICK FOR DETAILS MUSTARD GREEN TEXTURE PTB-10444 CLICK FOR DETAILS MATTE MUSTARD GREEN PSB-10442 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.17 + }, + { + "min": 50, + "max": 199, + "price": 26.76 + }, + { + "min": 200, + "max": null, + "price": 25.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5585/pvb-10932-mustard-green-silver-vein-tds-dt20240122223429568101.pdf?1705962872", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13790/mustard-green-silver-vein-pvb-10932-dt20231128225717074114-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10932/mustard-green-silver-vein", + "scraped_at": "2026-05-01T18:06:39.058Z" + }, + { + "sku": "PVB-10933", + "color_name": "Dijon Yellow Silver Vein", + "description": "Dijon Yellow Silver Vein is a shimmering mustard yellow. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Dijon Yellow PSS-5401 Solid Tone (Matte): Matte Dijon Yellow PSB-10445 River (Gloss): Dijon Yellow River PRB-10446 * A clear top coat is recommended for exterior use. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS DIJON YELLOW PSS-5401 CLICK FOR DETAILS DIJON YELLOW RIVER PRB-10446 CLICK FOR DETAILS DIJON YELLOW TEXTURE PTB-10447 CLICK FOR DETAILS MATTE DIJON YELLOW PSB-10445 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.58 + }, + { + "min": 50, + "max": 199, + "price": 19.55 + }, + { + "min": 200, + "max": null, + "price": 18.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3433/pvb-10933-dijon-yellow-silver-vein-tds-dt20230914195956857594.pdf?1694721599", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13792/dijon-yellow-silver-vein-pvb-10933-dt20220627204354495102-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10933/dijon-yellow-silver-vein", + "scraped_at": "2026-05-01T18:06:52.891Z" + }, + { + "sku": "PVB-10934", + "color_name": "Sudden Yellow Silver Vein", + "description": "Sudden Yellow Silver Vein is a dark golden yellow. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sudden Yellow PSS-2127 Solid Tone (Matte): Matte Sudden Yellow PSB-10448 Texture (Satin): Sudden Yellow Texture PTB-10450 River (Gloss): Sudden Yellow River PRB-10449 * A clear top coat is recommended for exterior use. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.25 + }, + { + "min": 50, + "max": 199, + "price": 19.24 + }, + { + "min": 200, + "max": null, + "price": 18.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3439/pvb-10934-sudden-yellow-silver-vein-tds-dt20230914215434330583.pdf?1694728476", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13794/sudden-yellow-silver-vein-pvb-10934-dt20220627204610153646-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10934/sudden-yellow-silver-vein", + "scraped_at": "2026-05-01T18:07:01.512Z" + }, + { + "sku": "PVB-10935", + "color_name": "Western Beige Silver Vein", + "description": "Western Beige Silver Vein is a light caramel yellow/silver. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Western Beige PSS-4633 Solid Tone (Matte): Matte Western Beige PSB-10935 Texture (Satin): Western Beige Texture PTB-10453 River (Gloss): Western Beige River PRB-10452 * A clear top coat is recommended for exterior use. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.09 + }, + { + "min": 50, + "max": 199, + "price": 18.14 + }, + { + "min": 200, + "max": null, + "price": 17.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5580/pvb-10935-western-beige-silver-vein-tds-dt20240122193042849721.pdf?1705951845", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13796/western-beige-silver-vein-pvb-10935-dt20220627204637520593-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10935/western-beige-silver-vein", + "scraped_at": "2026-05-01T18:07:15.645Z" + }, + { + "sku": "PVB-10936", + "color_name": "Citron Silver Vein", + "description": "Citron Silver Vein is a light pineapple yellow. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Citron PSS-10390 Solid Tone (Matte): Matte Citron PSB-10454 River (Gloss): Citron River PRB-10455 Texture (Satin): Citron Texture PTB-10456 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.8 + }, + { + "min": 50, + "max": 199, + "price": 20.71 + }, + { + "min": 200, + "max": null, + "price": 19.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3037/pvb-10936-citron-silver-vein-tds-dt20230830160505949629.pdf?1693411507", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13798/citron-silver-vein-pvb-10936-dt20220719145800736018-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10936/citron-silver-vein", + "scraped_at": "2026-05-01T18:07:29.128Z" + }, + { + "sku": "PVB-10937", + "color_name": "Porcelain White Silver Vein", + "description": "Porcelain White Silver Vein is a linen white/silver. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Porcelain White PSS-2094 Solid Tone (Matte): Matte Porcelain White PSB-10457 River (Gloss): Porcelain White River PRB-10458 Texture (Satin): Porcelain White Texture PTB-10459 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.76 + }, + { + "min": 50, + "max": 199, + "price": 16.87 + }, + { + "min": 200, + "max": null, + "price": 15.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3073/pvb-10937-porcelain-white-silver-vein-tds-dt20230830180149873716.pdf?1693418511", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13800/porcelain-white-silver-vein-pvb-10937-dt20220719150025099382-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10937/porcelain-white-silver-vein", + "scraped_at": "2026-05-01T18:07:40.121Z" + }, + { + "sku": "PVB-10938", + "color_name": "Sad Beige Silver Vein", + "description": "Sad Beige Silver Vein is a light yellow beige with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sad Beige PSS-3019 Solid Tone (Matte): Matte Sad Beige PSB-10460 River (Gloss): Sad Beige River PRB-10461 Texture (Satin): Sad Beige Texture PTB-10462 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.46 + }, + { + "min": 50, + "max": 199, + "price": 18.49 + }, + { + "min": 200, + "max": null, + "price": 17.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3078/pvb-10938-sad-beige-silver-vein-tds-dt2023083018152583229.pdf?1693419327", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13802/sad-beige-silver-vein-pvb-10938-dt2022071915005266719-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10938/sad-beige-silver-vein", + "scraped_at": "2026-05-01T18:07:51.719Z" + }, + { + "sku": "PVB-10939", + "color_name": "File Folder Silver Vein", + "description": "File Folder Silver Vein a silver and off white polyester vein and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS FILE FOLDER PSS-3061 CLICK FOR DETAILS FILE FOLDER RIVER PRB-10464 CLICK FOR DETAILS MATTE FILE FOLDER PSB-10463 CLICK FOR DETAILS FILE FOLDER TEXTURE PTB-10465 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.43 + }, + { + "min": 50, + "max": 199, + "price": 20.36 + }, + { + "min": 200, + "max": null, + "price": 19.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6352/pvb-10939-file-folder-silver-vein-tds-dt20240425141949582096.pdf?1714054792", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13804/file-folder-silver-vein-pvb-10939-dt20240530164757560676-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10939/file-folder-silver-vein", + "scraped_at": "2026-05-01T18:08:02.868Z" + }, + { + "sku": "PVB-10942", + "color_name": "Lemon Peel Silver Vein", + "description": "Lemon Peel Silver Vein is a bright, neon-like yellow with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Lemon Peel PSS-4035 Solid Tone (Matte): Matte Lemon Peel PSB-10466 Texture (Satin): Lemon Peel Texture PTB-10468 River (Gloss): Lemon Peel River PRB-10467 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.55 + }, + { + "min": 50, + "max": 199, + "price": 25.22 + }, + { + "min": 200, + "max": null, + "price": 23.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3027/pvb-10942-lemon-peel-silver-vein-tds-dt20230830153756452214.pdf?1693409878", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13808/lemon-peel-silver-vein-pvb-10942-dt20220810142945565721-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10942/lemon-peel-silver-vein", + "scraped_at": "2026-05-01T18:08:17.308Z" + }, + { + "sku": "PVB-10943", + "color_name": "Saffron Silver Vein", + "description": "Saffron Silver Vein is a golden yellow with an orange hue and a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Saffron PSS-2790 Solid Tone (Matte): Matte Saffron PSB-10469 Texture (Satin): Saffron Texture PTB-10471 River (Gloss): Saffron River PRB-10470 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.38 + }, + { + "min": 50, + "max": 199, + "price": 20.31 + }, + { + "min": 200, + "max": null, + "price": 19.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3095/pvb-10943-saffron-silver-vein-tds-dt20230831140835289144.pdf?1693490917", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13810/saffron-silver-vein-pvb-10943-dt20220810143915477181-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10943/saffron-silver-vein", + "scraped_at": "2026-05-01T18:08:27.989Z" + }, + { + "sku": "PVB-10944", + "color_name": "Sunshine Yellow Silver Vein", + "description": "Sunshine Yellow Silver Vein is a rich sunny yellow with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sunshine Yellow PSS-2600 Texture (Satin): Sunshine Yellow Texture PTB-10474 River (Gloss): Sunshine Yellow River PRB-10473 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.66 + }, + { + "min": 50, + "max": 199, + "price": 18.68 + }, + { + "min": 200, + "max": null, + "price": 17.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3105/pvb-10944-sunshine-yellow-silver-vein-tds-dt20230831170303997662.pdf?1693501386", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13812/sunshine-yellow-silver-vein-pvb-10944-dt20220906170820682274-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10944/sunshine-yellow-silver-vein", + "scraped_at": "2026-05-01T18:08:38.603Z" + }, + { + "sku": "PVB-10945", + "color_name": "Edgewood Beige Silver Vein", + "description": "Edgewood Beige Silver Vein is a light beige with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (Gloss): Edgewood Beige PSS-1159 River (Gloss): Edgewood Beige River PRB-10476 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS EDGEWOOD BEIGE RIVER PRB-10476 CLICK FOR DETAILS MATTE EDGEWOOD BEIGE PSB-10475 CLICK FOR DETAILS EDGEWOOD BEIGE PSS-1159 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.43 + }, + { + "min": 50, + "max": 199, + "price": 15.61 + }, + { + "min": 200, + "max": null, + "price": 14.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3399/pvb-10945-edgewood-beige-silver-vein-tds-dt20230914152506459371.pdf?1694705108", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13814/edgewood-beige-silver-vein-pvb-10945-dt20220810142657231187-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10945/edgewood-beige-silver-vein", + "scraped_at": "2026-05-01T18:08:55.505Z" + }, + { + "sku": "PVB-10946", + "color_name": "Yellow Olive Silver Vein", + "description": "Yellow Olive Silver Vein is a hazel yellow with a green hue. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (Gloss): Yellow Olive PSS-5547 Solid Tone (Matte): Matte Yellow Olive PSB-10478 River (Gloss): Yellow Olive River PRB-10479 Texture (Satin): Yellow Olive Texture PTB-10480 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.45 + }, + { + "min": 50, + "max": 199, + "price": 19.43 + }, + { + "min": 200, + "max": null, + "price": 18.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3406/pvb-10946-yellow-olive-silver-vein-tds-dt20230914154114837279.pdf?1694706076", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13816/yellow-olive-silver-vein-pvb-10946-dt20220810144129174652-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10946/yellow-olive-silver-vein", + "scraped_at": "2026-05-01T18:09:09.282Z" + }, + { + "sku": "PVB-10947", + "color_name": "Yes Yellow Silver Vein", + "description": "Yes Yellow Silver Vein is a bright, rich yellow with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Yes Yellow PSS-5691 Solid Tone (Matte): Matte Yes Yellow PSB-10481 Texture (Satin): Yes Yellow Texture PTB-10483 River (Gloss): Yes Yellow River PRB-10482 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.83 + }, + { + "min": 50, + "max": 199, + "price": 24.54 + }, + { + "min": 200, + "max": null, + "price": 23.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3032/pvb-10947-yes-yellow-silver-vein-tds-dt20230830155355713282.pdf?1693410837", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13818/yes-yellow-silver-vein-pvb-10947-dt2022081015121965342-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10947/yes-yellow-silver-vein", + "scraped_at": "2026-05-01T18:09:20.837Z" + }, + { + "sku": "PVB-10948", + "color_name": "Hot Yellow Silver Vein", + "description": "Hot Yellow Silver Vein is a bright and rich pineapple yellow with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Hot Yellow PSS-1623 River (Gloss): Hot Yellow River PRB-10485 Texture (Satin): Hot Yellow Texture PTB-10486 Solid Tone (Matte): Matte Hot Yellow PSB-10484 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.81 + }, + { + "min": 50, + "max": 199, + "price": 20.72 + }, + { + "min": 200, + "max": null, + "price": 19.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3064/pvb-10948-hot-yellow-silver-vein-tds-dt20230830172347130916.pdf?1693416228", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13820/hot-yellow-silver-vein-pvb-10948-dt20220810142918994956-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10948/hot-yellow-silver-vein", + "scraped_at": "2026-05-01T18:09:36.031Z" + }, + { + "sku": "PVB-10949", + "color_name": "Vintage Leather Silver Vein", + "description": "Vintage Leather Silver Vein is a light natural tan leather polyester vein and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS VINTAGE LEATHER RIVER PRB-10488 CLICK FOR DETAILS MATTE VINTAGE LEATHER PSB-10487 CLICK FOR DETAILS VINTAGE LEATHER PSS-10285 CLICK FOR DETAILS VINTAGE LEATHER TEXTURE PTB-10489 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.66 + }, + { + "min": 50, + "max": 199, + "price": 15.83 + }, + { + "min": 200, + "max": null, + "price": 14.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3059/pvb-10949-vintage-leather-silver-vein-tds-dt20230830170742920695.pdf?1693415264", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13822/vintage-leather-silver-vein-pvb-10949-dt20231204190453531237-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10949/vintage-leather-silver-vein", + "scraped_at": "2026-05-01T18:09:50.276Z" + }, + { + "sku": "PVB-10950", + "color_name": "Sage Yellow Silver Vein", + "description": "Sage Yellow Silver Vein is a dark dijon yellow with a hint of green and a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sage Yellow PSS-4894 Solid Tone (Matte): Matte Sage Yellow PSB-10490 Texture (Satin): Sage Yellow Texture PTB-10492 River (Gloss): Sage Yellow River PRB-10491 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.48 + }, + { + "min": 50, + "max": 199, + "price": 21.36 + }, + { + "min": 200, + "max": null, + "price": 20.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3537/pvb-10950-sage-yellow-silver-vein-tds-dt20230918162633114834.pdf?1695054394", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13824/sage-yellow-silver-vein-pvb-10950-dt20220810143947037479-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10950/sage-yellow-silver-vein", + "scraped_at": "2026-05-01T18:10:04.459Z" + }, + { + "sku": "PVB-10951", + "color_name": "Olde Yeller Silver Vein", + "description": "Olde Yeller Silver Vein is a yellow/orange with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (Gloss): Olde Yeller PSS-2980 Solid Tone (Matte): Matte Olde Yeller PSB-10493 Texture (Satin): Olde Yeller Texture PTB-10495 River (Gloss): Olde Yeller River PRB-10494 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.78 + }, + { + "min": 50, + "max": 199, + "price": 23.54 + }, + { + "min": 200, + "max": null, + "price": 22.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3089/pvb-10951-olde-yeller-silver-vein-tds-dt20230830213858163496.pdf?1693431539", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13826/olde-yeller-silver-vein-pvb-10951-dt20220913173838260042-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10951/olde-yeller-silver-vein", + "scraped_at": "2026-05-01T18:10:14.932Z" + }, + { + "sku": "PVB-10952", + "color_name": "Sunflower Silver Vein", + "description": "Sunflower Silver Vein is a rich, sunny yellow with a hint of orange. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (Gloss): Sunflower PSS-10284 Texture (Satin): Sunflower Texture PTB-10496 Solid Tone (Matte): Matte Sunflower PSB-10496 River (Gloss): Sunflower River PRB-10497 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.14 + }, + { + "min": 50, + "max": 199, + "price": 26.73 + }, + { + "min": 200, + "max": null, + "price": 25.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3116/pvb-10952-sunflower-silver-vein-tds-dt20230831193342901622.pdf?1693510424", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13828/sunflower-silver-vein-pvb-10952-dt20221026162635589723-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10952/sunflower-silver-vein", + "scraped_at": "2026-05-01T18:10:25.960Z" + }, + { + "sku": "PVB-10953", + "color_name": "School Bus Yellow Silver Vein", + "description": "School Bus Yellow Silver Vein is a yellow/orange color. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): School Bus Yellow PSS-4334 Texture (Satin): School Bus Yellow Texture PTB-10501 River (Gloss): School Bus Yellow River PRB-10500 Solid Tone (Matte): Matte School Bus Yellow PSB-10499 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS SCHOOL BUS YELLOW RIVER PRB-10500 CLICK FOR DETAILS SCHOOL BUS YELLOW TEXTURE PTB-10501 CLICK FOR DETAILS MATTE SCHOOL BUS YELLOW PSB-10499 CLICK FOR DETAILS SCHOOL BUS YELLOW PSS-4334 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.99 + }, + { + "min": 50, + "max": 199, + "price": 19.94 + }, + { + "min": 200, + "max": null, + "price": 18.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3083/pvb-10953-school-bus-yellow-silver-vein-tds-dt20230830191803681154.pdf?1693423085", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13830/school-bus-yellow-silver-vein-pvb-10953-dt20221025161627862428-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10953/school-bus-yellow-silver-vein", + "scraped_at": "2026-05-01T18:10:38.529Z" + }, + { + "sku": "PVB-10954", + "color_name": "Cascade Peach Silver Vein", + "description": "Cascade Peach Silver Vein is a warm, peachy orange. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Cascade Peach PSS-4577 Texture (Satin): Cascade Peach Texture PTB-10504 River (Gloss): Cascade Peach River PRB-10503 Solid Tone (Matte): Matte Cascade Peach PSB-10502 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.88 + }, + { + "min": 50, + "max": 199, + "price": 29.34 + }, + { + "min": 200, + "max": null, + "price": 27.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3110/pvb-10954-cascade-peach-silver-vein-tds-dt20230831171520662517.pdf?1693502122", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13831/cascade-peach-silver-vein-pvb-10954-dt20221026160920140016-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10954/cascade-peach-silver-vein", + "scraped_at": "2026-05-01T18:10:49.371Z" + }, + { + "sku": "PVB-10955", + "color_name": "Candle Orange Silver Vein", + "description": "Candle Orange Silver Vein is a tiger orange with a slight yellow hue. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Candle Orange PSS-4419 River (Semi-Gloss): Candle Orange River PRB-10510 Texture (Satin): Candle Orange Texture PTB-10511 Solid Tone (Matte): Matte Candle Orange PSB-10509 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.61 + }, + { + "min": 50, + "max": 199, + "price": 21.48 + }, + { + "min": 200, + "max": null, + "price": 20.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3003/pvb-10955-candle-orange-silver-vein-tds-dt20230829223740266169.pdf?1693348661", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13833/candle-orange-silver-vein-pvb-10955-dt20221026160815642352-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10955/candle-orange-silver-vein", + "scraped_at": "2026-05-01T18:11:01.862Z" + }, + { + "sku": "PVB-10956", + "color_name": "Flag Orange Silver Vein", + "description": "Flag Orange Silver Vein is a darker red/orange with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Flag Orange PSS-5337 Solid Tone (Matte): Matte Flag Orange PSB-10842 River (Gloss): Flag Orange River PRB-10869 Texture (Flat): Flag Orange Texture PTB-10790 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.97 + }, + { + "min": 50, + "max": 199, + "price": 21.82 + }, + { + "min": 200, + "max": null, + "price": 20.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3720/pvb-10956-flag-orange-silver-vein-tds-dt20230921221338895039.pdf?1695334420", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13835/flag-orange-silver-vein-pvb-10956-dt20221222181202783186-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10956/flag-orange-silver-vein", + "scraped_at": "2026-05-01T18:11:13.145Z" + }, + { + "sku": "PVB-10957", + "color_name": "Stark Orange Silver Vein", + "description": "Stark Orange Silver Vein is a dark red/orange with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Stark Orange PSS-5075 Texture (Flat): Stark Orange Texture PTB-8141 Solid Tone (Matte): Matte Stark Orange PSB-10832 River (Gloss): Stark Orange River PRB-10870 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.48 + }, + { + "min": 50, + "max": 199, + "price": 21.36 + }, + { + "min": 200, + "max": null, + "price": 20.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3047/pvb-10957-stark-orange-silver-vein-tds-dt20230830162929929357.pdf?1693412971", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13837/stark-orange-silver-vein-pvb-10957-dt20221013154320872885-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10957/stark-orange-silver-vein", + "scraped_at": "2026-05-01T18:11:25.735Z" + }, + { + "sku": "PVB-10958", + "color_name": "Dark Autumn Orange Silver Vein", + "description": "Dark Autumn Orange Silver Vein is a rich apricot orange. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Dark Autumn Orange PSS-2708 Solid Tone (Matte): Matte Dark Autumn Orange PSB-10843 Texture (Flat): Dark Autumn Orange Texture PTB-10792 River (Gloss): Dark Autumn Orange River PRB-10798 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.35 + }, + { + "min": 50, + "max": 199, + "price": 21.23 + }, + { + "min": 200, + "max": null, + "price": 20.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3660/pvb-10958-dark-autumn-orange-silver-vein-tds-dt20230920145822671716.pdf?1695221904", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13839/dark-autumn-orange-silver-vein-pvb-10958-dt20221013153709221697-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10958/dark-autumn-orange-silver-vein", + "scraped_at": "2026-05-01T18:11:36.078Z" + }, + { + "sku": "PVB-10959", + "color_name": "Just Orange Silver Vein", + "description": "Just Orange Silver Vein is a rich orange with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Just Orange PSS-4045 Solid Tone (Matte): Matte Just Orange PSB-10845 Texture (Flat): Just Orange Texture PTB-10793 River (Gloss): Just Orange River PRB-10871 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.97 + }, + { + "min": 50, + "max": 199, + "price": 23.72 + }, + { + "min": 200, + "max": null, + "price": 22.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3018/pvb-10959-just-orange-silver-vein-tds-dt2023083015051835028.pdf?1693407919", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13841/just-orange-silver-vein-pvb-10959-dt20221028171636870986-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10959/just-orange-silver-vein", + "scraped_at": "2026-05-01T18:11:48.628Z" + }, + { + "sku": "PVB-10960", + "color_name": "Melon Orange Silver Vein", + "description": "Melon Orange Silver Vein is a warm tangerine orange with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Melon Orange PSS-4972 Solid Tone (Matte): Matte Melon Orange PSB-10844 River (Gloss): Melon Orange River PRB-10799 Texture (Flat): Melon Orange Texture PTB-10794 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.69 + }, + { + "min": 50, + "max": 199, + "price": 24.41 + }, + { + "min": 200, + "max": null, + "price": 23.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3670/pvb-10960-melon-orange-silver-vein-tds-dt20230920154928845277.pdf?1695224971", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13843/melon-orange-silver-vein-pvb-10960-dt20221011180821867582-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10960/melon-orange-silver-vein", + "scraped_at": "2026-05-01T18:12:01.517Z" + }, + { + "sku": "PVB-10961", + "color_name": "M & M Orange Silver Vein", + "description": "M & M Orange Silver Vein is a muted orange polyester vein and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS M & M ORANGE PSS-5678 CLICK FOR DETAILS M & M ORANGE RIVER PRB-8007 CLICK FOR DETAILS M & M ORANGE TEXTURE PTB-10795 CLICK FOR DETAILS MATTE M & M ORANGE PSB-10846 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 23.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3413/pvb-10961-m-m-orange-silver-vein-tds-dt20230914155728352645.pdf?1694707050", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13845/m-m-orange-silver-vein-pvb-10961-dt2023121122150350975-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10961/m-m-orange-silver-vein", + "scraped_at": "2026-05-01T18:12:16.232Z" + }, + { + "sku": "PVB-10962", + "color_name": "International Orange Silver Vein", + "description": "International Orange Silver Vein is a muted orange polyester vein and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS MATTE INTERNATIONAL ORANGE PSB-10847 CLICK FOR DETAILS INTERNATIONAL ORANGE RIVER PRB-5622 CLICK FOR DETAILS INTERNATIONAL ORANGE PSS-2779 CLICK FOR DETAILS INTERNATIONAL ORANGE TEXTURE PTB-10796 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 21.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6189/pvb-10962-international-orange-silver-vein-tds-dt20240418210535291999.pdf?1713474337", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13847/international-orange-silver-vein-pvb-10962-dt20240426174049437767-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10962/international-orange-silver-vein", + "scraped_at": "2026-05-01T18:12:29.135Z" + }, + { + "sku": "PVB-10963", + "color_name": "Juju Orange Silver Vein", + "description": "Juju Orange Silver Vein is a light carrot orange with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Juju Orange PSS-1791 River (Gloss): Juju Orange River PRB-10872 Solid Tone (Matte): Matte Juju Orange PSB-10848 Texture (Flat): Juju Orange Texture PTB-10797 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.35 + }, + { + "min": 50, + "max": 199, + "price": 21.23 + }, + { + "min": 200, + "max": null, + "price": 20.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3665/pvb-10963-juju-orange-silver-vein-tds-dt20230920152018517433.pdf?1695223220", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13849/juju-orange-silver-vein-pvb-10963-dt20221026161844304355-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10963/juju-orange-silver-vein", + "scraped_at": "2026-05-01T18:12:39.811Z" + }, + { + "sku": "PVB-10964", + "color_name": "Red Devil Silver Vein", + "description": "Red Devil Silver Vein is a bright scarlet red with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Red Devil PSS-2712 Solid Tone (Matte): Matte Red Devil PSB-10849 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.24 + }, + { + "min": 50, + "max": 199, + "price": 20.18 + }, + { + "min": 200, + "max": null, + "price": 19.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3767/pvb-10964-red-devil-silver-vein-tds-dt20230922224332153518.pdf?1695422614", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13889/red-devil-silver-vein-pvb-10964-dt20221013154251575622-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10964/red-devil-silver-vein", + "scraped_at": "2026-05-01T18:12:55.303Z" + }, + { + "sku": "PVB-10965", + "color_name": "Really Red Silver Vein", + "description": "Really Red Silver Vein is a rich red with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Really Red PSS-4416 Texture (Matte): Really Red Texture PTB-8079 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.25 + }, + { + "min": 50, + "max": 199, + "price": 19.24 + }, + { + "min": 200, + "max": null, + "price": 18.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2653/pvb-10965-really-red-silver-vein-tds-dt2023081423004035385.pdf?1692054042", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13891/really-red-silver-vein-pvb-10965-dt20221026161931526121-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10965/really-red-silver-vein", + "scraped_at": "2026-05-01T18:13:06.373Z" + }, + { + "sku": "PVB-10966", + "color_name": "Very Red Silver Vein", + "description": "Very Red Silver Vein is a classic red polyester vein and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.16 + }, + { + "min": 50, + "max": 199, + "price": 19.15 + }, + { + "min": 200, + "max": null, + "price": 18.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3863/pvb-10966-very-red-silver-vein-tds-dt20230925224412506086.pdf?1695681854", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13893/very-red-silver-vein-pvb-10966-dt202312041915010354-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10966/very-red-silver-vein", + "scraped_at": "2026-05-01T18:13:18.374Z" + }, + { + "sku": "PVB-10967", + "color_name": "Ritzy Red Silver Vein", + "description": "Ritzy Red Silver Vein is a light cherry red with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High): Ritzy Red PSS-2993 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.86 + }, + { + "min": 50, + "max": 199, + "price": 19.82 + }, + { + "min": 200, + "max": null, + "price": 18.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2648/pvb-10967-ritzy-red-silver-vein-tds-dt20230814223324679214.pdf?1692052406", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13895/ritzy-red-silver-vein-pvb-10967-dt20221222181352285181-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10967/ritzy-red-silver-vein", + "scraped_at": "2026-05-01T18:13:33.180Z" + }, + { + "sku": "PVB-10968", + "color_name": "Light Cherry Red Silver Vein", + "description": "Light Cherry Red Silver Vein is a deep red/maroon with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Light Cherry Red PSS-1423 Solid Tone (Matte): Matte Light Cherry Red PSB-10853 River (Satin): Light Cherry River PRB-1891 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.7 + }, + { + "min": 50, + "max": 199, + "price": 22.52 + }, + { + "min": 200, + "max": null, + "price": 21.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3201/pvb-10968-light-cherry-red-silver-vein-tds-dt20230906152729770795.pdf?1694014051", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13897/light-cherry-red-silver-vein-pvb-10968-dt20221013154114336428-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10968/light-cherry-red-silver-vein", + "scraped_at": "2026-05-01T18:13:43.365Z" + }, + { + "sku": "PVB-10969", + "color_name": "Bing Cherry Silver Vein", + "description": "Bing Cherry Silver Vein is a dark burgundy red with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (Gloss): Bing Cherry PSS-0645 River (Gloss): Bing Cherry River PRB-1015 Texture (Satin): Bing Cherry Texture PTB-10988 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.03 + }, + { + "min": 50, + "max": 199, + "price": 19.03 + }, + { + "min": 200, + "max": null, + "price": 18.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3230/pvb-10969-bing-cherry-silver-vein-tds-dt20230907160917448633.pdf?1694102959", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13899/bing-cherry-silver-vein-pvb-10969-dt20221222181129753637-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10969/bing-cherry-silver-vein", + "scraped_at": "2026-05-01T18:13:58.316Z" + }, + { + "sku": "PVB-10970", + "color_name": "Claret Silver Vein", + "description": "Claret Silver Vein is a dark burgundy polyester vein and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.36 + }, + { + "min": 50, + "max": 199, + "price": 17.44 + }, + { + "min": 200, + "max": null, + "price": 16.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3361/pvb-10970-claret-silver-vein-tds-dt20230913165223639847.pdf?1694623945", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13901/claret-silver-vein-pvb-10970-dt20231204191244808147-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10970/claret-silver-vein", + "scraped_at": "2026-05-01T18:14:09.318Z" + }, + { + "sku": "PVB-10971", + "color_name": "Loafer Red Silver Vein", + "description": "Loafer Red Silver Vein is a brick red with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Loafer Red PSS-3090 River (Semi-Gloss): Loafer Red River PRB-6501 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.98 + }, + { + "min": 50, + "max": 199, + "price": 15.18 + }, + { + "min": 200, + "max": null, + "price": 14.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3485/pvb-10971-loafer-red-silver-vein-tds-dt20230915205157293554.pdf?1694811119", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13903/loafer-red-silver-vein-pvb-10971-dt20221013154144876293-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10971/loafer-red-silver-vein", + "scraped_at": "2026-05-01T18:14:19.420Z" + }, + { + "sku": "PVB-10972", + "color_name": "Vampire Red Silver Vein", + "description": "Vampire Red Silver Vein is a rich red with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. Semi-Gloss: 36-70 Gloss Units Gloss: Vampire Red PSS-3013 Low Gloss: Matte Vampire Red PSB-10857 Flat Gloss: Flat Vampire Red PSB-10049 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.11 + }, + { + "min": 50, + "max": 199, + "price": 21 + }, + { + "min": 200, + "max": null, + "price": 19.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3949/pvb-10972-vampire-red-silver-vein-tds-dt20230927193026351784.pdf?1695843028", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13905/vampire-red-silver-vein-pvb-10972-dt20230119151747390223-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10972/vampire-red-silver-vein", + "scraped_at": "2026-05-01T18:14:29.600Z" + }, + { + "sku": "PVB-10973", + "color_name": "Peach Ice Cream Silver Vein", + "description": "Peach Ice Cream Silver Vein is a soft peach color with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.25 + }, + { + "min": 50, + "max": 199, + "price": 19.24 + }, + { + "min": 200, + "max": null, + "price": 18.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3389/pvb-10973-peach-ice-cream-silver-vein-tds-dt2023091322033863329.pdf?1694642620", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13907/peach-ice-cream-silver-vein-pvb-10973-dt20221011180849075284-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10973/peach-ice-cream-silver-vein", + "scraped_at": "2026-05-01T18:14:41.866Z" + }, + { + "sku": "PVB-10974", + "color_name": "Tomato Sauce Silver Vein", + "description": "Tomato Sauce Red Silver is a dark brown polyester solid tone and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.55 + }, + { + "min": 50, + "max": 199, + "price": 16.67 + }, + { + "min": 200, + "max": null, + "price": 15.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6303/pvb-10974-tomato-sauce-silver-vein-tds-dt20240423185727370273.pdf?1713898649", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13909/tomato-sauce-silver-vein-pvb-10974-dt20240424204936676725-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10974/tomato-sauce-silver-vein", + "scraped_at": "2026-05-01T18:14:52.812Z" + }, + { + "sku": "PVB-10975", + "color_name": "Guava Silver Vein", + "description": "Guava Silver Vein is a light watermelon pink with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.61 + }, + { + "min": 50, + "max": 199, + "price": 29.08 + }, + { + "min": 200, + "max": null, + "price": 27.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7745/pvb-10975-guava-silver-vein-dt20251229211416951604.pdf?1767042858", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13911/guava-silver-vein-pvb-10975-dt20221212231526463109-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10975/guava-silver-vein", + "scraped_at": "2026-05-01T18:15:08.111Z" + }, + { + "sku": "PVB-10976", + "color_name": "Pretty Pink Silver Vein", + "description": "Pretty Pink Silver Vein is a light bubblegum pink with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.71 + }, + { + "min": 50, + "max": 199, + "price": 28.22 + }, + { + "min": 200, + "max": null, + "price": 26.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7747/pvb-10976-pretty-pink-silver-vein-dt20251229211902093714.pdf?1767043144", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13913/pretty-pink-silver-vein-pvb-10976-dt20221011181010170594-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10976/pretty-pink-silver-vein", + "scraped_at": "2026-05-01T18:15:20.331Z" + }, + { + "sku": "PVB-10977", + "color_name": "Washed Red Silver Vein", + "description": "Washed Red Silver Vein is a muted red polyester vein and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS WASHED RED RIVER PRB-11022 CLICK FOR DETAILS WASHED RED TEXTURE PTB-10996 CLICK FOR DETAILS WASHED RED PSS-5930 CLICK FOR DETAILS MATTE WASHED RED PSB-10862 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.54 + }, + { + "min": 50, + "max": 199, + "price": 20.46 + }, + { + "min": 200, + "max": null, + "price": 19.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6373/pvb-10977-washed-red-silver-vein-tds-dt20240425161539729404.pdf?1714061742", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13915/washed-red-silver-vein-pvb-10977-dt20241014210130575559-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10977/washed-red-silver-vein", + "scraped_at": "2026-05-01T18:15:34.817Z" + }, + { + "sku": "PVB-10978", + "color_name": "Rose Silver Vein", + "description": "Rose Silver Vein is a watermelon pink with a warm hue and a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS MATTE ROSE PSB-10863 CLICK FOR DETAILS ROSE RIVER PRB-11023 CLICK FOR DETAILS ROSE TEXTURE PTB-10997 CLICK FOR DETAILS ROSE PSS-10391 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 33.45 + }, + { + "min": 50, + "max": 199, + "price": 31.78 + }, + { + "min": 200, + "max": null, + "price": 30.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3750/pvb-10978-rose-silver-vein-tds-dt20230922181414045999.pdf?1695406456", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13917/rose-silver-vein-pvb-10978-dt2022102616201239683-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10978/rose-silver-vein", + "scraped_at": "2026-05-01T18:15:45.367Z" + }, + { + "sku": "PVB-10980", + "color_name": "Hot Orange Silver Vein", + "description": "Hot Orange Silver Vein is a red orange polyester vein and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS FLAT HOT ORANGE PSB-5944 CLICK FOR DETAILS HOT ORANGE SPARKLE PMB-6311 CLICK FOR DETAILS MATTE HOT ORANGE PSB-10865 CLICK FOR DETAILS HOT ORANGE RIVER PRB-11025 CLICK FOR DETAILS HOT ORANGE TEXTURE PTB-10999 CLICK FOR DETAILS HOT ORANGE PSS-1627 CLICK FOR DETAILS SATIN HOT ORANGE PSB-10169 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.68 + }, + { + "min": 50, + "max": 199, + "price": 18.7 + }, + { + "min": 200, + "max": null, + "price": 17.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3931/pvb-10980-hot-orange-silver-vein-tds-dt20230927175634074644.pdf?1695837395", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13921/hot-orange-silver-vein-pvb-10980-dt20231211212934809832-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10980/hot-orange-silver-vein", + "scraped_at": "2026-05-01T18:15:59.597Z" + }, + { + "sku": "PVB-10981", + "color_name": "Orange Guava Silver Vein", + "description": "Orange Guava Silver Vein is a light orange guava polyester vein and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS MATTE ORANGE GUAVA PSB-10866 CLICK FOR DETAILS ORANGE GUAVA PSS-6455 CLICK FOR DETAILS ORANGE GUAVA RIVER PRB-11026 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.86 + }, + { + "min": 50, + "max": 199, + "price": 19.82 + }, + { + "min": 200, + "max": null, + "price": 18.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3762/pvb-10981-orange-guava-silver-vein-tds-dt20230922223255728355.pdf?1695421977", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13923/orange-guava-silver-vein-pvb-10981-dt20231204192403669011-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10981/orange-guava-silver-vein", + "scraped_at": "2026-05-01T18:16:13.412Z" + }, + { + "sku": "PVB-10982", + "color_name": "Barbie Pink Silver Vein", + "description": "Barbie Pink Silver Vein is a rich pink/red with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.41 + }, + { + "min": 50, + "max": 199, + "price": 24.14 + }, + { + "min": 200, + "max": null, + "price": 22.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3251/pvb-10982-barbie-pink-silver-vein-tds-dt20230908190938195385.pdf?1694200180", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13925/barbie-pink-silver-vein-pvb-10982-dt20221026160717118432-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10982/barbie-pink-silver-vein", + "scraped_at": "2026-05-01T18:16:28.359Z" + }, + { + "sku": "PVB-10983", + "color_name": "China Red Silver Vein", + "description": "China Red Silver Vein is a red polyester vein and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS CHINA RED RIVER PRB-11027 CLICK FOR DETAILS MATTE CHINA RED PSB-10868 CLICK FOR DETAILS CHINA RED PSS-4767 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.91 + }, + { + "min": 50, + "max": 199, + "price": 18.91 + }, + { + "min": 200, + "max": null, + "price": 17.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2643/pvb-10983-china-red-silver-vein-tds-dt20230814215203154964.pdf?1692049925", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13927/china-red-silver-vein-pvb-10983-dt20231204192600730487-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10983/china-red-silver-vein", + "scraped_at": "2026-05-01T18:16:45.470Z" + }, + { + "sku": "PVB-11033", + "color_name": "Grapesicle Silver Vein", + "description": "Grapesicle Silver Vein is a dark lavender purple with a pink hue and a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (Gloss): Grapesicle PSS-2937 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.75 + }, + { + "min": 50, + "max": 199, + "price": 26.36 + }, + { + "min": 200, + "max": null, + "price": 24.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3942/pvb-11033-grapesicle-silver-vein-tds-dt20230927190510169566.pdf?1695841512", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14032/grapesicle-silver-vein-pvb-11033-dt20220810142839080496-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11033/grapesicle-silver-vein", + "scraped_at": "2026-05-01T18:16:59.173Z" + }, + { + "sku": "PVB-11037", + "color_name": "Dark Mauve Silver Vein", + "description": "Dark Mauve Silver Vein is a dark rosy pink with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Dark Mauve PSS-6560 River (Gloss): Dark Mauve River PRB-11035 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.48 + }, + { + "min": 50, + "max": 199, + "price": 21.36 + }, + { + "min": 200, + "max": null, + "price": 20.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3937/pvb-11037-dark-mauve-silver-vein-tds-dt20230927181711263711.pdf?1695838633", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14034/dark-mauve-silver-vein-pvb-11037-dt20220810142632268691-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11037/dark-mauve-silver-vein", + "scraped_at": "2026-05-01T18:17:12.950Z" + }, + { + "sku": "PVB-11041", + "color_name": "Rosette Pink Silver Vein", + "description": "Rosette Pink Silver Vein is a dark bubblegum pink with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Rosette Pink PSS-1670 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.68 + }, + { + "min": 50, + "max": 199, + "price": 20.6 + }, + { + "min": 200, + "max": null, + "price": 19.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7769/pvb-11041-rosette-pink-silver-vein-dt20251229222040170875.pdf?1767046841", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14055/rosette-pink-silver-vein-pvb-11041-dt20220810143809470098-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11041/rosette-pink-silver-vein", + "scraped_at": "2026-05-01T18:17:23.980Z" + }, + { + "sku": "PVB-11045", + "color_name": "Magenta Red Silver Vein", + "description": "Magenta Red Silver Vein is a light purple/red with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: River: Magenta Red River PRB-11043 Gloss: Magenta Red PSS-4924 Low Gloss: Matte Magenta Red PSB-11042 Texture: Magenta Red Texture PTB-11044 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26 + }, + { + "min": 50, + "max": 199, + "price": 24.7 + }, + { + "min": 200, + "max": null, + "price": 23.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2677/pvb-11045-magenta-red-silver-vein-tds-dt20230815210436420083.pdf?1692133478", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14057/magenta-red-silver-vein-pvb-11045-dt20220810143011066262-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11045/magenta-red-silver-vein", + "scraped_at": "2026-05-01T18:17:37.542Z" + }, + { + "sku": "PVB-11049", + "color_name": "Orchid Lavender Silver Vein", + "description": "Orchid Lavender Silver Vein is a silvery, light orchid purple. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Orchid Lavender PSS-0961 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.1 + }, + { + "min": 50, + "max": 199, + "price": 19.1 + }, + { + "min": 200, + "max": null, + "price": 18.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2672/pvb-11049-orchid-lavender-silver-vein-tds-dt20230815203854314621.pdf?1692131936", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14075/orchid-lavender-silver-vein-pvb-11049-dt20220804142433734323-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11049/orchid-lavender-silver-vein", + "scraped_at": "2026-05-01T18:17:50.917Z" + }, + { + "sku": "PVB-11053", + "color_name": "Whimsy Pink Silver Vein", + "description": "Whimsy Pink Silver Vein is a blushy dark pink polyester vein and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS WHIMSY PINK PSS-0874 CLICK FOR DETAILS WHIMSY PINK TEXTURE PTB-11052 CLICK FOR DETAILS WHIMSY PINK RIVER PRB-11051 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 29.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2666/pvb-11053-whimsy-pink-silver-vein-tds-dt20230815175022006283.pdf?1692121824", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14077/whimsy-pink-silver-vein-pvb-11053-dt20231211220716505801-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11053/whimsy-pink-silver-vein", + "scraped_at": "2026-05-01T18:18:06.265Z" + }, + { + "sku": "PVB-11056", + "color_name": "Grape Ape Silver Vein", + "description": "Grape Ape Silver Vein is a rich plum purple with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Gloss: Grape Ape PSS-0875 Matte: Matte Grape Ape PSB-11054 River: Grape Ape River PRB-11055 Texture: Grape Ape Texture PTB-8122 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.48 + }, + { + "min": 50, + "max": 199, + "price": 21.36 + }, + { + "min": 200, + "max": null, + "price": 20.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2658/pvb-11056-grape-ape-silver-vein-tds-dt20230815171829179516.pdf?1692119911", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14079/grape-ape-silver-vein-pvb-11056-dt20220810142806038691-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11056/grape-ape-silver-vein", + "scraped_at": "2026-05-01T18:18:17.203Z" + }, + { + "sku": "PVB-11061", + "color_name": "Sweet Plum Silver Vein", + "description": "Sweet Plum Silver Vein is a light purple polyester vein and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS SWEET PLUM RIVER PRB-11059 CLICK FOR DETAILS SWEET PLUM TEXTURE PTB-11060 CLICK FOR DETAILS SWEET PLUM PSS-1054 CLICK FOR DETAILS MATTE SWEET PLUM PSB-11058 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.64 + }, + { + "min": 50, + "max": 199, + "price": 18.66 + }, + { + "min": 200, + "max": null, + "price": 17.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2630/pvb-11061-sweet-plum-silver-vein-tds-dt20230814210411225191.pdf?1692047053", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14112/sweet-plum-silver-vein-pvb-11061-dt20251028184036874417-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11061/sweet-plum-silver-vein", + "scraped_at": "2026-05-01T18:18:33.177Z" + }, + { + "sku": "PVB-11065", + "color_name": "Spring Purple Silver Vein", + "description": "Spring Purple Silver Vein is a lilac purple with a pink hue and a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (Gloss): Spring Purple PSS-10154 Texture (Satin): Spring Purple Texture PTB-11064 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 32.73 + }, + { + "min": 50, + "max": 199, + "price": 31.09 + }, + { + "min": 200, + "max": null, + "price": 29.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2626/pvb-11065-spring-purple-silver-vein-tds-dt20230814205201861818.pdf?1692046323", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14114/spring-purple-silver-vein-pvb-11065-dt20220810144020969107-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11065/spring-purple-silver-vein", + "scraped_at": "2026-05-01T18:18:43.899Z" + }, + { + "sku": "PVB-11069", + "color_name": "Passion Pink Silver Vein", + "description": "Passion Pink Silver Vein is a dark taffy pink. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Passion Pink PSS-4679 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.38 + }, + { + "min": 50, + "max": 199, + "price": 20.31 + }, + { + "min": 200, + "max": null, + "price": 19.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7776/pvb-11069-passion-pink-silver-vein-dt20251229223133276418.pdf?1767047495", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14116/passion-pink-silver-vein-pvb-11069-dt2022081014374161449-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11069/passion-pink-silver-vein", + "scraped_at": "2026-05-01T18:18:55.991Z" + }, + { + "sku": "PVB-11073", + "color_name": "Sultan Blue Silver Vein", + "description": "Sultan Blue Silver Vein is a deep, steel blue with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sultan Blue PTB-11072 A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.44 + }, + { + "min": 50, + "max": 199, + "price": 14.67 + }, + { + "min": 200, + "max": null, + "price": 13.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2594/pvb-11073-sultan-blue-silver-vein-tds-dt20230811203507131957.pdf?1691786108", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14118/sultan-blue-silver-vein-pvb-11073-dt20221212231957515543-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11073/sultan-blue-silver-vein", + "scraped_at": "2026-05-01T18:19:10.849Z" + }, + { + "sku": "PVB-11078", + "color_name": "Cadet Blue II Silver Vein", + "description": "Cadet Blue II Silver Vein is a rich slate blue with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Cadet Blue PSS-4553 River (Satin): Cadet Blue River II PRB-6334 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.35 + }, + { + "min": 50, + "max": 199, + "price": 14.58 + }, + { + "min": 200, + "max": null, + "price": 13.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3317/pvb-11078-cadet-blue-ii-silver-vein-tds-dt20230911225755452166.pdf?1694473077", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14193/cadet-blue-silver-vein-pvb-11078-dt20221028171450410025-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11078/cadet-blue-ii-silver-vein", + "scraped_at": "2026-05-01T18:19:23.039Z" + }, + { + "sku": "PVB-11081", + "color_name": "Southwest Blue Silver Vein", + "description": "Southwest Blue Silver Vein is a light royal blue with a silver contrast. This color is a polyester vein powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units A clear top coat, such as Clear Vision PPS-2974, is recommended for exterior use. *This color is also available in the following alternative finishes: Gloss: Southwest Blue PSS-0845 Low Gloss: Matte Southwest Blue PSB-11079 River: Southwest Blue River PRB-11080 Texture: Southwest Blue Texture PTB-10075 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.8 + }, + { + "min": 50, + "max": 199, + "price": 16.91 + }, + { + "min": 200, + "max": null, + "price": 16.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2587/pvb-11081-southwest-blue-silver-vein-tds-dt20230811194250769827.pdf?1691782972", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14195/southwest-blue-silver-vein-pvb-11081-dt2022102818025130582-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11081/southwest-blue-silver-vein", + "scraped_at": "2026-05-01T18:19:34.669Z" + }, + { + "sku": "PVB-11083", + "color_name": "Truck Blue Silver Vein", + "description": "Truck Blue Silver Vein is a grey blue polyester vein and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS TRUCK BLUE RIVER PRB-4596 CLICK FOR DETAILS TRUCK BLUE PSS-1126 CLICK FOR DETAILS TRUCK BLUE TEXTURE PTB-11082 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.22 + }, + { + "min": 50, + "max": 199, + "price": 16.36 + }, + { + "min": 200, + "max": null, + "price": 15.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2595/pvb-11083-truck-blue-silver-vein-tds-dt20230811205857059723.pdf?1691787538", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14197/truck-blue-silver-vein-pvb-11083-dt20260318210249869845-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11083/truck-blue-silver-vein", + "scraped_at": "2026-05-01T18:19:46.673Z" + }, + { + "sku": "PVB-11087", + "color_name": "Pro Blue Silver Vein", + "description": "Pro Blue Silver Vein is a navy and silver polyester vein and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS PRO BLUE PSS-0589 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.64 + }, + { + "min": 50, + "max": 199, + "price": 19.61 + }, + { + "min": 200, + "max": null, + "price": 18.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2578/pvb-11087-pro-blue-silver-vein-tds-dt20230811164708096932.pdf?1691772429", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14199/pro-blue-silver-vein-pvb-11087-dt20231128224739471252-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11087/pro-blue-silver-vein", + "scraped_at": "2026-05-01T18:19:57.467Z" + }, + { + "sku": "PVB-11091", + "color_name": "Pinelake Blue Silver Vein", + "description": "Pinelake Blue Silver Vein is a medium blue and silver polyester vein and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Gloss: Pinelake Blue PSS-1464 Low Gloss: Matte Pinelake Blue PSB-11088 Texture: Pinelake Blue Texture PTB-11090 River: Pinelake Blue River PRB-11089 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.11 + }, + { + "min": 50, + "max": 199, + "price": 15.3 + }, + { + "min": 200, + "max": null, + "price": 14.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4880/pvb-11091-pinelake-blue-silver-vein-tds-dt20231122183630018449.pdf?1700678192", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14201/pinelake-blue-silver-vein-pvb-11091-dt20231121224920594976-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11091/pinelake-blue-silver-vein", + "scraped_at": "2026-05-01T18:20:09.328Z" + }, + { + "sku": "PVB-11095", + "color_name": "Bruski Blue Silver Vein", + "description": "Bruski Blue Silver Vein is a light grey blue polyester vein and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS MATTE BRUSKI BLUE PSB-11092 CLICK FOR DETAILS BRUSKI BLUE RIVER PRB-11093 CLICK FOR DETAILS BRUSKI BLUE TEXTURE PTB-11094 CLICK FOR DETAILS BRUSKI BLUE PSS-4361 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 17.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5356/pvb-11095-bruski-blue-silver-vein-tds-dt20231206153804718093.pdf?1701877086", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14203/bruski-blue-silver-vein-pvb-11095-dt20231211222309557356-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11095/bruski-blue-silver-vein", + "scraped_at": "2026-05-01T18:20:20.267Z" + }, + { + "sku": "PVB-11097", + "color_name": "Destroyer Blue Silver Vein", + "description": "Destroyer Blue Silver Vein is a navy blue polyester vein and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS DESTROYER BLUE RIVER PRB-6938 CLICK FOR DETAILS MATTE DESTROYER BLUE PSB-11096 CLICK FOR DETAILS DESTROYER BLUE PSS-3026 CLICK FOR DETAILS DESTROYER BLUE TEXTURE PTB-10074 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.19 + }, + { + "min": 50, + "max": 199, + "price": 16.33 + }, + { + "min": 200, + "max": null, + "price": 15.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3498/pvb-11097-destroyer-blue-silver-vein-tds-dt20230915225225385174.pdf?1694818347", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14205/destroyer-blue-silver-vein-pvb-11097-dt20231211224452607562-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11097/destroyer-blue-silver-vein", + "scraped_at": "2026-05-01T18:20:37.305Z" + }, + { + "sku": "PVB-11101", + "color_name": "Harbor Blue Silver Vein", + "description": "Harbor Blue Silver Vein is a grey blue polyester vein and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS HARBOR BLUE RIVER PRB-11099 CLICK FOR DETAILS HARBOR BLUE TEXTURE PTB-11100 CLICK FOR DETAILS HARBOR BLUE PSS-0579 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 17.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14207/harbor-blue-silver-vein-pvb-11101-dt20231211214318959133-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11101/harbor-blue-silver-vein", + "scraped_at": "2026-05-01T18:20:53.418Z" + }, + { + "sku": "PVB-11105", + "color_name": "Boron Blue Silver Vein", + "description": "Boron Blue Silver Vein is a light blue polyester vein and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.76 + }, + { + "min": 50, + "max": 199, + "price": 16.87 + }, + { + "min": 200, + "max": null, + "price": 15.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14209/boron-blue-silver-vein-pvb-11105-dt20260319194352697946-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11105/boron-blue-silver-vein", + "scraped_at": "2026-05-01T18:21:08.712Z" + }, + { + "sku": "PVB-11108", + "color_name": "Deep Blue Silver Vein", + "description": "Deep Blue Silver Vein is a dark navy silver vein polyester and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Gloss: Deep Blue PSS-4501 River: Deep Blue River PRB-2534 Metallic: Deep Blue Sparkle PMB-6769 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.58 + }, + { + "min": 50, + "max": 199, + "price": 16.7 + }, + { + "min": 200, + "max": null, + "price": 15.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14211/deep-blue-silver-vein-pvb-11108-dt20231121225248055077-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11108/deep-blue-silver-vein", + "scraped_at": "2026-05-01T18:21:21.279Z" + }, + { + "sku": "PVB-11111", + "color_name": "Oh So Blue Silver Vein", + "description": "Oh So Blue Silver Vein is a light powder blue polyester vein and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS OH SO BLUE PSS-2965 CLICK FOR DETAILS MATTE OH SO BLUE PSB-11109 CLICK FOR DETAILS OH SO BLUE RIVER PRB-2874 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.79 + }, + { + "min": 50, + "max": 199, + "price": 17.85 + }, + { + "min": 200, + "max": null, + "price": 16.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14213/oh-so-blue-silver-vein-pvb-11111-dt20231204190643442627-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11111/oh-so-blue-silver-vein", + "scraped_at": "2026-05-01T18:21:32.291Z" + }, + { + "sku": "PVB-11115", + "color_name": "Island Blue Silver Vein", + "description": "Island Blue Silver Vein is a navy and silver polyester vein and has a semi-gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS ISLAND BLUE RIVER PRB-11113 CLICK FOR DETAILS ISLAND BLUE PSS-4328 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.35 + }, + { + "min": 50, + "max": 199, + "price": 18.38 + }, + { + "min": 200, + "max": null, + "price": 17.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14215/island-blue-silver-vein-pvb-11115-dt20231128225136363368-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11115/island-blue-silver-vein", + "scraped_at": "2026-05-01T18:21:46.551Z" + }, + { + "sku": "PVB-11119", + "color_name": "China Blue Silver Vein", + "description": "China Blue Silver Vein is a light grey blue polyester vein and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. River: China Blue River PRB-11117 Gloss: China Blue PSS-0580 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.11 + }, + { + "min": 50, + "max": 199, + "price": 15.3 + }, + { + "min": 200, + "max": null, + "price": 14.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4886/pvb-11119-china-blue-silver-vein-tds-dt20231122191207600188.pdf?1700680329", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14217/china-blue-silver-vein-pvb-11119-dt20231121224415694427-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11119/china-blue-silver-vein", + "scraped_at": "2026-05-01T18:21:57.723Z" + }, + { + "sku": "PVB-11123", + "color_name": "Skiers Blue Silver Vein", + "description": "Skiers Blue Silver Vein is a powder blue and silver polyester vein and has a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. River: Skiers Blue River PRB-11121 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.94 + }, + { + "min": 50, + "max": 199, + "price": 17.04 + }, + { + "min": 200, + "max": null, + "price": 16.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4881/pvb-11123-skiers-blue-silver-vein-tds-dt20231122183810509945.pdf?1700678292", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14219/skiers-blue-silver-vein-pvb-11123-dt20231121225526556529-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11123/skiers-blue-silver-vein", + "scraped_at": "2026-05-01T18:22:13.204Z" + }, + { + "sku": "PVB-11126", + "color_name": "Skyline Blue Silver Vein", + "description": "Skyline Blue Silver Vein is a light blue polyester vein and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS SKYLINE BLUE RIVER PRB-6950 CLICK FOR DETAILS MATTE SKYLINE BLUE PSB-11124 CLICK FOR DETAILS SKYLINE BLUE PSS-4970 CLICK FOR DETAILS SKYLINE BLUE TEXTURE PTB-11125 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.48 + }, + { + "min": 50, + "max": 199, + "price": 15.66 + }, + { + "min": 200, + "max": null, + "price": 14.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14221/skyline-blue-silver-vein-pvb-11126-dt20260318205425402105-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11126/skyline-blue-silver-vein", + "scraped_at": "2026-05-01T18:22:26.200Z" + }, + { + "sku": "PVB-11306", + "color_name": "Decomposed Granite", + "description": "Decomposed Granite is a tan and grey polyester vein and has semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.17 + }, + { + "min": 50, + "max": 199, + "price": 16.31 + }, + { + "min": 200, + "max": null, + "price": 15.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16948/decomposed-granite-pvb-11306-dt20240610175623107401-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11306/decomposed-granite", + "scraped_at": "2026-05-01T18:22:37.534Z" + }, + { + "sku": "PVB-11328", + "color_name": "Cetus", + "description": "Cetus is a rainbow polyester vein and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 43.56 + }, + { + "min": 50, + "max": 199, + "price": 41.38 + }, + { + "min": 200, + "max": null, + "price": 39.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7851/pvb-11328-cetus-dt20260102193107042946.pdf?1767382268", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16972/cetus-pvb-11328-dt20240624181108267096-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11328/cetus", + "scraped_at": "2026-05-01T18:22:50.093Z" + }, + { + "sku": "PVB-11329", + "color_name": "Megalodon", + "description": "Megalodon is an epic rainbow shifting polyester vein and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.06 + }, + { + "min": 50, + "max": 199, + "price": 28.56 + }, + { + "min": 200, + "max": null, + "price": 27.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16974/megalodon-pvb-11329-dt20240514203142650953-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11329/megalodon", + "scraped_at": "2026-05-01T18:23:04.479Z" + }, + { + "sku": "PVB-11677", + "color_name": "Palleon White", + "description": "Palleon White is a silver and white polyester vein and has a gloss finish. Gloss: 71-85 Gloss Units Clear Vision PPS 2974 is applied to half of the panel to show how color is affected. A clear top coat is not required, but is recommended. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.22 + }, + { + "min": 50, + "max": 199, + "price": 16.36 + }, + { + "min": 200, + "max": null, + "price": 15.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18723/palleon-white-pvb-11677-dt20250708203028202788-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11677/palleon-white", + "scraped_at": "2026-05-01T18:23:17.103Z" + }, + { + "sku": "PVB-11710", + "color_name": "Palleon Ice", + "description": "Palleon Ice is a polyester grey with blue metallic vein and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units A clear top coat is not required, but is recommended. Applying a clear top coat enhances the intensity of this color. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the topcoat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats or top coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.8 + }, + { + "min": 50, + "max": 199, + "price": 24.51 + }, + { + "min": 200, + "max": null, + "price": 23.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18822/palleon-ice-pvb-11710-dt20251210223003853378-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11710/palleon-ice", + "scraped_at": "2026-05-01T18:23:29.070Z" + }, + { + "sku": "PVB-11711", + "color_name": "Palleon Sky Fire", + "description": "Palleon Sky Fire is a polyester grey white with red metallic vein and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units A clear top coat is not required, but is recommended. Applying a clear top coat enhances the intensity of this color. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the topcoat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats or top coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.37 + }, + { + "min": 50, + "max": 199, + "price": 19.35 + }, + { + "min": 200, + "max": null, + "price": 18.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18824/palleon-sky-fire-pvb-11711-dt20251210221259416369-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11711/palleon-sky-fire", + "scraped_at": "2026-05-01T18:23:39.840Z" + }, + { + "sku": "PVB-11712", + "color_name": "Palleon Aftershock", + "description": "Palleon Aftershock is a polyester grey white with blue metallic vein and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units A clear top coat is not required, but is recommended. Applying a clear top coat enhances the intensity of this color. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the topcoat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any additional base coats or top coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.57 + }, + { + "min": 50, + "max": 199, + "price": 17.64 + }, + { + "min": 200, + "max": null, + "price": 16.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18826/palleon-aftershock-pvb-11712-dt20251210215637051785-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11712/palleon-aftershock", + "scraped_at": "2026-05-01T18:23:53.195Z" + }, + { + "sku": "PVB-1176", + "color_name": "Purple Silver", + "description": "Purple Silver is a purple and silver polyester vein and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.68 + }, + { + "min": 50, + "max": 199, + "price": 17.75 + }, + { + "min": 200, + "max": null, + "price": 16.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9490/purple-silver-pvb-1176-dt20231201214055258561-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1176/purple-silver", + "scraped_at": "2026-05-01T18:24:13.610Z" + }, + { + "sku": "PVB-11788", + "color_name": "Amethyst Ore", + "description": "Amethyst Ore is a purple with gold sheen polyester vein and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.81 + }, + { + "min": 50, + "max": 199, + "price": 23.57 + }, + { + "min": 200, + "max": null, + "price": 22.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19429/amethyst-ore-pvb-11788-dt20260402164715829059-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11788/amethyst-ore", + "scraped_at": "2026-05-01T18:24:24.426Z" + }, + { + "sku": "PVB-11789", + "color_name": "Blush Ore", + "description": "Blush Ore is a mauve polyester vein and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 30.87 + }, + { + "min": 50, + "max": 199, + "price": 29.33 + }, + { + "min": 200, + "max": null, + "price": 27.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19419/blush-ore-pvb-11789-dt20260401175040434963-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11789/blush-ore", + "scraped_at": "2026-05-01T18:24:36.385Z" + }, + { + "sku": "PVB-1226", + "color_name": "White Silver II", + "description": "White Silver II is a white silver vein. This color is a polyester vein powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4673/white-silver-ii-pvb-1226-dt20251210223445923446-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1226/white-silver-ii", + "scraped_at": "2026-05-01T18:24:47.642Z" + }, + { + "sku": "PVB-1239", + "color_name": "Black Gold", + "description": "Black Gold is a black with a gold vein. This color is a polyester vein powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.4 + }, + { + "min": 50, + "max": 199, + "price": 12.73 + }, + { + "min": 200, + "max": null, + "price": 12.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8047/pvb-1239-black-gold-vein-dt20260119172014941247.pdf?1768843216", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4675/black-gold-pvb-1239-dt2021081117235856-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1239/black-gold", + "scraped_at": "2026-05-01T18:24:59.075Z" + }, + { + "sku": "PVB-1240", + "color_name": "GREEN GOLD", + "description": "Green Gold is a green and gold vein. This color is a polyester vein powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.39 + }, + { + "min": 50, + "max": 199, + "price": 17.47 + }, + { + "min": 200, + "max": null, + "price": 16.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7175/pvb-1240-green-gold-vein-dt20250417181508898134.pdf?1744913711", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4677/green-gold-pvb-1240-dt2025041716264070603-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1240/green-gold", + "scraped_at": "2026-05-01T18:25:13.239Z" + }, + { + "sku": "PVB-1241", + "color_name": "Blue Gold Vein", + "description": "Blue Gold Vein is a gold and blue color with a slight texture. This color is a polyester vein powder coat and has a gloss finish. Gloss: 71-85 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.17 + }, + { + "min": 50, + "max": 199, + "price": 16.31 + }, + { + "min": 200, + "max": null, + "price": 15.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7646/pvb-1241-blue-gold-vein-dt20251029172025108179.pdf?1761758427", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4679/blue-gold-vein-pvb-1241-dt2025112421390136725-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1241/blue-gold-vein", + "scraped_at": "2026-05-01T18:25:25.778Z" + }, + { + "sku": "PVB-1524", + "color_name": "Lemon Silver Vein", + "description": "Lemon Silver Vein is a lemon skin-like vein with hints of silver. This color is a polyester vein powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.31 + }, + { + "min": 50, + "max": 199, + "price": 15.49 + }, + { + "min": 200, + "max": null, + "price": 14.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4683/lemon-silver-vein-pvb-1524-dt20251124192457667312-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1524/lemon-silver-vein", + "scraped_at": "2026-05-01T18:25:37.321Z" + }, + { + "sku": "PVB-1702", + "color_name": "Brownboro Silver", + "description": "Brownboro Silver is a muddy brown polyester vein and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.92 + }, + { + "min": 50, + "max": 199, + "price": 16.07 + }, + { + "min": 200, + "max": null, + "price": 15.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9491/brownboro-silver-pvb-1702-dt20260325165521645779-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1702/brownboro-silver", + "scraped_at": "2026-05-01T18:25:51.151Z" + }, + { + "sku": "PVB-1707", + "color_name": "ANTIQUE STEEL", + "description": "Antique Steel is a dark charcoal grey and silver contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.79 + }, + { + "min": 50, + "max": 199, + "price": 12.15 + }, + { + "min": 200, + "max": null, + "price": 11.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5984/pvb-1707-antique-steel-tds-dt20240329160041131562.pdf?1711728043", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4687/antique-steel-pvb-1707-dt20200604162805441-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1707/antique-steel", + "scraped_at": "2026-05-01T18:26:08.380Z" + }, + { + "sku": "PVB-1826", + "color_name": "Bronze Silver", + "description": "Bronze Silver is a dark bronze polyester vein and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.37 + }, + { + "min": 50, + "max": 199, + "price": 13.65 + }, + { + "min": 200, + "max": null, + "price": 12.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9492/bronze-silver-pvb-1826-dt2024042420342541884-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1826/bronze-silver", + "scraped_at": "2026-05-01T18:26:24.525Z" + }, + { + "sku": "PVB-1827", + "color_name": "Brownstone Silver Vein", + "description": "Brownstone Silver Vein is a milk chocolate brown and silver contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.13 + }, + { + "min": 50, + "max": 199, + "price": 13.42 + }, + { + "min": 200, + "max": null, + "price": 12.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4689/brownstone-silver-pvb-1827-dt20251124204111692187-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1827/brownstone-silver-vein", + "scraped_at": "2026-05-01T18:26:37.486Z" + }, + { + "sku": "PVB-1835", + "color_name": "SPANISH BRONZE", + "description": "Spanish Bronze is a bronze-grey and silver contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.15 + }, + { + "min": 50, + "max": 199, + "price": 11.54 + }, + { + "min": 200, + "max": null, + "price": 10.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4691/spanish-bronze-pvb-1835-dt20190128231233239-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1835/spanish-bronze", + "scraped_at": "2026-05-01T18:26:53.361Z" + }, + { + "sku": "PVB-1888", + "color_name": "Phoenix Vein", + "description": "Phoenix Vein is a rich teal blue. This color is a polyester river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.27 + }, + { + "min": 50, + "max": 199, + "price": 15.46 + }, + { + "min": 200, + "max": null, + "price": 14.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7399/pvb-1888-phoenix-vein-dt20250707183049272671.pdf?1751913051", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/6815/phoenix-river-pvb-1888-dt20190124191350288-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1888/phoenix-vein", + "scraped_at": "2026-05-01T18:27:05.900Z" + }, + { + "sku": "PVB-1903", + "color_name": "SHADY GREEN COPPER VEIN", + "description": "Shady Green Copper Vein is a dark forest green with a fine copper metallic. This color is a polyester vein powder coat and has a gloss finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.02 + }, + { + "min": 50, + "max": 199, + "price": 14.27 + }, + { + "min": 200, + "max": null, + "price": 13.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4693/shady-green-copper-pvb-1903-dt20251124190452850014-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1903/shady-green-copper-vein", + "scraped_at": "2026-05-01T18:27:20.436Z" + }, + { + "sku": "PVB-2003", + "color_name": "Misty Silver Vein", + "description": "Misty Silver Vein is an off white and silver color. This color is a polyurethane vein powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7831/pvb-2003-misty-silver-vein-dt20260102185820605847.pdf?1767380302", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4695/misty-silver-poly-pvb-2003-dt20251124191922461336-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2003/misty-silver-vein", + "scraped_at": "2026-05-01T18:27:32.407Z" + }, + { + "sku": "PVB-2058", + "color_name": "Wolf Silver Vein", + "description": "Wolf Silver Vein is a silver and grey vein. This color is a polyester vein powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.91 + }, + { + "min": 50, + "max": 199, + "price": 14.16 + }, + { + "min": 200, + "max": null, + "price": 13.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4697/wolf-silver-pvb-2058-dt20251124205307944172-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2058/wolf-silver-vein", + "scraped_at": "2026-05-01T18:27:46.211Z" + }, + { + "sku": "PVB-2105", + "color_name": "CREAM SODA FIZZ", + "description": "Cream Soda Fizz is a bright blue with a smooth and mild texture. This color is a polyester vein powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.29 + }, + { + "min": 50, + "max": 199, + "price": 13.58 + }, + { + "min": 200, + "max": null, + "price": 12.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4699/cream-soda-fizz-pvb-2105-dt20210630175930754-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2105/cream-soda-fizz", + "scraped_at": "2026-05-01T18:28:00.764Z" + }, + { + "sku": "PVB-2121", + "color_name": "Robin Blue Silver", + "description": "Robin Blue Silver is a bright blue and silver contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.26 + }, + { + "min": 50, + "max": 199, + "price": 12.6 + }, + { + "min": 200, + "max": null, + "price": 11.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4701/robin-blue-silver-pvb-2121-dt20200925165609333-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2121/robin-blue-silver", + "scraped_at": "2026-05-01T18:28:14.755Z" + }, + { + "sku": "PVB-2133", + "color_name": "Cherry Fizz", + "description": "Cherry Fizz is a bright red and soft pink contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4703/cherry-fizz-pvb-2133-dt20210624210106876-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2133/cherry-fizz", + "scraped_at": "2026-05-01T18:28:28.712Z" + }, + { + "sku": "PVB-2177", + "color_name": "FOUNDATION BRONZE", + "description": "Foundation Bronze is a steel grey/bronze. This color is a polyester vein powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.83 + }, + { + "min": 50, + "max": 199, + "price": 14.09 + }, + { + "min": 200, + "max": null, + "price": 13.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4705/foundation-bronze-pvb-2177-dt20190128211831423-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2177/foundation-bronze", + "scraped_at": "2026-05-01T18:28:43.977Z" + }, + { + "sku": "PVB-2186", + "color_name": "TURQUOISE GOLD", + "description": "Turquoise Gold is a gold and turquoise color. This color is a polyester vein powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.08 + }, + { + "min": 50, + "max": 199, + "price": 20.03 + }, + { + "min": 200, + "max": null, + "price": 18.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4707/turquoise-gold-pvb-2186-dt20200603174426617-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2186/turquoise-gold", + "scraped_at": "2026-05-01T18:28:54.876Z" + }, + { + "sku": "PVB-2258", + "color_name": "Gold Silver Vein", + "description": "Gold Silver Vein is a gold and silver vein. This color is a polyester vein powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.15 + }, + { + "min": 50, + "max": 199, + "price": 13.44 + }, + { + "min": 200, + "max": null, + "price": 12.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4709/gold-silver-pvb-2258-dt20251124195101549406-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2258/gold-silver-vein", + "scraped_at": "2026-05-01T18:29:09.277Z" + }, + { + "sku": "PVB-2374", + "color_name": "Hot Orange Vein", + "description": "Hot Orange Vein is a vivid orange red polyester vein and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.35 + }, + { + "min": 50, + "max": 199, + "price": 15.53 + }, + { + "min": 200, + "max": null, + "price": 14.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3932/pvb-2374-hot-orange-vein-tds-dt20230927180259749261.pdf?1695837782", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4711/hot-orange-vein-pvb-2374-dt20260317185749846909-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2374/hot-orange-vein", + "scraped_at": "2026-05-01T18:29:23.604Z" + }, + { + "sku": "PVB-2438", + "color_name": "Rust Silver Vein", + "description": "Rust Silver Vein is a rust and silver contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.83 + }, + { + "min": 50, + "max": 199, + "price": 13.14 + }, + { + "min": 200, + "max": null, + "price": 12.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4713/rust-silver-pvb-2438-dt2025112419163710148-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2438/rust-silver-vein", + "scraped_at": "2026-05-01T18:29:33.785Z" + }, + { + "sku": "PVB-2460", + "color_name": "Penny Vein", + "description": "Penny Vein is an orange and silver contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.32 + }, + { + "min": 50, + "max": 199, + "price": 15.5 + }, + { + "min": 200, + "max": null, + "price": 14.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4717/penny-vein-pvb-2462-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2460/penny-vein", + "scraped_at": "2026-05-01T18:29:49.618Z" + }, + { + "sku": "PVB-2475", + "color_name": "GINGER VEIN", + "description": "Ginger Vein is a red brown polyester vein and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.23 + }, + { + "min": 50, + "max": 199, + "price": 18.27 + }, + { + "min": 200, + "max": null, + "price": 17.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9499/ginger-vein-pvb-2475-dt20260330154635526248-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2475/ginger-vein", + "scraped_at": "2026-05-01T18:30:03.795Z" + }, + { + "sku": "PVB-2479", + "color_name": "Cherry Silver Vein", + "description": "Cherry Silver Vein is a glistening deep cherry. This color is a polyester vein powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.3 + }, + { + "min": 50, + "max": 199, + "price": 14.54 + }, + { + "min": 200, + "max": null, + "price": 13.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4721/cherry-silver-pvb-2479-dt20251124212647162099-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2479/cherry-silver-vein", + "scraped_at": "2026-05-01T18:30:19.318Z" + }, + { + "sku": "PVB-2504", + "color_name": "Avocado Copper Vein", + "description": "Avocado Copper Vein is a coppery avocado green. This color is a polyester vein powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.5 + }, + { + "min": 50, + "max": 199, + "price": 13.78 + }, + { + "min": 200, + "max": null, + "price": 13.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4723/avocado-copper-pvb-2504-dt20251124192713941205-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2504/avocado-copper-vein", + "scraped_at": "2026-05-01T18:30:33.114Z" + }, + { + "sku": "PVB-2564", + "color_name": "CREAM GOLD", + "description": "Cream Gold is a cream and gold contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): File Folder PSS-3061 Solid Tone (Semi-Gloss): Flat File Folder PSB-8049 River (Satin): Ivory River PRB-1082 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.17 + }, + { + "min": 50, + "max": 199, + "price": 18.21 + }, + { + "min": 200, + "max": null, + "price": 17.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8108/pvb-2564-cream-gold-dt20260202203411554169.pdf?1770064453", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4725/cream-gold-pvb-2564-dt20201001221339389-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2564/cream-gold", + "scraped_at": "2026-05-01T18:30:48.448Z" + }, + { + "sku": "PVB-2595", + "color_name": "White Gold II Vein", + "description": "White Gold II Vein is a bright white and gold contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4727/white-gold-ii-pvb-2595-dt20251124193326397653-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2595/white-gold-ii-vein", + "scraped_at": "2026-05-01T18:31:04.424Z" + }, + { + "sku": "PVB-2726", + "color_name": "Black Copper Vein", + "description": "Black Copper Vein is a dark copper vein polyester and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.36 + }, + { + "min": 50, + "max": 199, + "price": 14.59 + }, + { + "min": 200, + "max": null, + "price": 13.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4729/black-copper-vein-pvb-2726-dt20250625220150076277-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2726/black-copper-vein", + "scraped_at": "2026-05-01T18:31:13.627Z" + }, + { + "sku": "PVB-2789", + "color_name": "TUCKER VEIN", + "description": "Tucker Vein is a bright and light orange contrast, with a smooth and mild texture. This color is a polyester vein powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS TUCKER TEXTURE PTB-8078 CLICK FOR DETAILS TUCKER RIVER PRB-2788 CLICK FOR DETAILS NEW TUCKER ORANGE PMB-4209 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.75 + }, + { + "min": 50, + "max": 199, + "price": 17.81 + }, + { + "min": 200, + "max": null, + "price": 16.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3135/pvb-2789-tucker-vein-tds-dt20230831215108176753.pdf?1693518669", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4731/tucker-vein-pvb-2789-dt20250902202008477025-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2789/tucker-vein", + "scraped_at": "2026-05-01T18:31:26.315Z" + }, + { + "sku": "PVB-2921", + "color_name": "Cobalt Blue Special", + "description": "Cobalt Blue Special is a cobalt and silver blue contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Southwest Blue PSS-0845 River (Satin): Cadet Blue River PRB-4554 Metallic (Gloss): Bohemian Blue PMB-1528 / Rambling Blue PMB-1681 Metallic (Semi-Gloss): Alien Blue PMB-5488 / Base Blue PMB-5521 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.89 + }, + { + "min": 50, + "max": 199, + "price": 17 + }, + { + "min": 200, + "max": null, + "price": 16.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3204/pvb-2921-cobalt-blue-special-tds-dt2023090615425861228.pdf?1694014980", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4733/cobalt-blue-special-pvb-2921-dt20210208172737993-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2921/cobalt-blue-special", + "scraped_at": "2026-05-01T18:31:38.293Z" + }, + { + "sku": "PVB-4305", + "color_name": "Spider Red I", + "description": "Spider Red I is a deep red and black contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.87 + }, + { + "min": 50, + "max": 199, + "price": 16.98 + }, + { + "min": 200, + "max": null, + "price": 16.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4735/spider-red-i-pvb-4305-dt20180702173414525-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-4305/spider-red-i", + "scraped_at": "2026-05-01T18:31:51.568Z" + }, + { + "sku": "PVB-4480", + "color_name": "Western Saddle", + "description": "Western Saddle is a yellow/brown vein with a noticeable texture. This color is a polyester vein powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Western Beige PSS-4633 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.84 + }, + { + "min": 50, + "max": 199, + "price": 14.1 + }, + { + "min": 200, + "max": null, + "price": 13.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4737/western-saddle-pvb-4480-dt20211103205247687-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-4480/western-saddle", + "scraped_at": "2026-05-01T18:32:07.352Z" + }, + { + "sku": "PVB-4587", + "color_name": "Misty Silver II", + "description": "Misty Silver II is a heavily textured silver vein. This color is a polyester vein powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Rowden Grey PSS-1040 Solid Tone (Matte): Flat Rowden Grey PSB-8129 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: I have applied Misty Silver II PVB-4587 and am getting an uneven pattern. Some areas are good and others areas seem light. Is this normal? I baked according to the schedule at 400 degree F. for 12 minutes making sure the metal reached 400 before setting the cure timer. - Jdv Metal Designs 11/18/20 11:48 am Answer: Consistent application of silver metallic Vein and Artery powders like Misty Silver II PVB-4587 can depend on a variety of circumstances including: Substrate prep, Gun settings, Ground connection, Cure time (including part metal temp) and application thickness. Vein or Artery powders are recommended to be applied a bit heavier than some standard solid tone powders. An application of 3-4 mil will ensure the low spots are not exposing the substrate to ambient air after cure. Making sure the thickest part of your substrate reaches the required cure temperature before setting your 12 minute timer is important. If heavier areas are not allowed to cure fully the vein pattern will look different than thinner areas of the part that were able to reach cure temperature more quickly. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4739/misty-silver-ii-pvb-4587-dt20210324155820667-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-4587/misty-silver-ii", + "scraped_at": "2026-05-01T18:32:23.281Z" + }, + { + "sku": "PVB-4607", + "color_name": "Cypress Copper", + "description": "Cypress Copper is a redish brown polyester vein and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.93 + }, + { + "min": 50, + "max": 199, + "price": 15.13 + }, + { + "min": 200, + "max": null, + "price": 14.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7803/pvb-4607-cypress-copper-dt20251231220319017268.pdf?1767218600", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9504/cypress-copper-pvb-4607-dt20260330154417900449-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-4607/cypress-copper", + "scraped_at": "2026-05-01T18:32:38.361Z" + }, + { + "sku": "PVB-4695", + "color_name": "OCALA COPPER", + "description": "Ocala Copper is a dark teal blue and dark copper contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.09 + }, + { + "min": 50, + "max": 199, + "price": 17.19 + }, + { + "min": 200, + "max": null, + "price": 16.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4741/ocala-copper-pvb-4695-dt2020070216255359-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-4695/ocala-copper", + "scraped_at": "2026-05-01T18:32:53.943Z" + }, + { + "sku": "PVB-4708", + "color_name": "Lavender Vein", + "description": "Lavender Vein is a silvery purple lavender. This color is a polyester vein powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Sweet Plum PSS-1054 Metallic (Semi-Gloss): Fuchsia Metallic PMB-4190 Metallic (High Gloss): Fuchsia Glitter PMB-2536 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.77 + }, + { + "min": 50, + "max": 199, + "price": 14.03 + }, + { + "min": 200, + "max": null, + "price": 13.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4743/lavender-vein-pvb-4708-dt2021043017573131-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-4708/lavender-vein", + "scraped_at": "2026-05-01T18:33:06.960Z" + }, + { + "sku": "PVB-4710", + "color_name": "Spider White II", + "description": "Spider White II is a glittering white and silver. This color is a polyester vein powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.22 + }, + { + "min": 50, + "max": 199, + "price": 12.56 + }, + { + "min": 200, + "max": null, + "price": 11.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4745/spider-white-ii-pvb-4710-dt20200702165628942-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-4710/spider-white-ii", + "scraped_at": "2026-05-01T18:33:22.760Z" + }, + { + "sku": "PVB-4768", + "color_name": "Aqua Blue Silver Vein", + "description": "Aqua Blue Silver Vein is a medium blue polyester vein and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.51 + }, + { + "min": 50, + "max": 199, + "price": 17.58 + }, + { + "min": 200, + "max": null, + "price": 16.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7445/pvb-4768-aqua-blue-silver-vein-dt20250725172706604448.pdf?1753464429", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9505/aqua-blue-silver-vein-pvb-4768-dt20240424170100715376-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-4768/aqua-blue-silver-vein", + "scraped_at": "2026-05-01T18:33:37.139Z" + }, + { + "sku": "PVB-5006", + "color_name": "GOLDEN COPPER II", + "description": "Golden Copper II is a copper vein polyester and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.14 + }, + { + "min": 50, + "max": 199, + "price": 16.28 + }, + { + "min": 200, + "max": null, + "price": 15.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4650/pvb-5006-golden-copper-ii-tds-dt20231103152707036472.pdf?1699025229", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4747/golden-copper-ii-pvb-5006-dt20231106230140866378-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5006/golden-copper-ii", + "scraped_at": "2026-05-01T18:33:52.994Z" + }, + { + "sku": "PVB-5213", + "color_name": "GOLDEN VEIN", + "description": "Golden Vein is a copper-gold and black contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.78 + }, + { + "min": 50, + "max": 199, + "price": 12.14 + }, + { + "min": 200, + "max": null, + "price": 11.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7434/pvb-5213-golden-vein-dt20250723203456557713.pdf?1753302898", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4749/golden-vein-pvb-5213-dt2021060721565173-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5213/golden-vein", + "scraped_at": "2026-05-01T18:34:12.139Z" + }, + { + "sku": "PVB-5276", + "color_name": "Weathered Copper", + "description": "Weathered Copper is a dark copper and black contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.78 + }, + { + "min": 50, + "max": 199, + "price": 12.14 + }, + { + "min": 200, + "max": null, + "price": 11.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7433/pvb-5276-weathered-copper-dt20250723203355439164.pdf?1753302837", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4751/weathered-copper-pvb-5278-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5276/weathered-copper", + "scraped_at": "2026-05-01T18:34:24.152Z" + }, + { + "sku": "PVB-5357", + "color_name": "Shredded Black", + "description": "Shredded Black is a black and silver contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.25 + }, + { + "min": 50, + "max": 199, + "price": 11.64 + }, + { + "min": 200, + "max": null, + "price": 11.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7001/pvb-5357-shredded-black-dt20250107183628718993.pdf?1736274991", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4753/shredded-black-pvb-5357-dt20200408172339698-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5357/shredded-black", + "scraped_at": "2026-05-01T18:34:38.930Z" + }, + { + "sku": "PVB-5543", + "color_name": "Sparkle Blue Vein", + "description": "Sparkle Blue Vein is a classic blue polyester vein with fine sparkle and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.35 + }, + { + "min": 50, + "max": 199, + "price": 15.53 + }, + { + "min": 200, + "max": null, + "price": 14.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6167/pvb-5543-sparkle-blue-river-tds-dt20240417195532884351.pdf?1713383735", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9506/sparkle-blue-vein-pvb-5543-dt2024042620200691004-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5543/sparkle-blue-vein", + "scraped_at": "2026-05-01T18:34:51.617Z" + }, + { + "sku": "PVB-5550", + "color_name": "Surf Blue Vein", + "description": "Surf Blue Vein is a light silver/blue with a mild texture. This color is a polyester vein powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Harbor Blue PSS-0579 Metallic (Gloss): Old Timer Blue PMB-1770 Solid Tone (Satin): Flat Lucky Blue PSB-4458 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.33 + }, + { + "min": 50, + "max": 199, + "price": 15.51 + }, + { + "min": 200, + "max": null, + "price": 14.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4755/surf-blue-vein-pvb-5550-dt20200528174539859-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5550/surf-blue-vein", + "scraped_at": "2026-05-01T18:35:06.167Z" + }, + { + "sku": "PVB-5739", + "color_name": "Orange Silver Vein", + "description": "Orange Silver Vein is a burnt orange and silver. This color is a polyester vein powder coat and has a semi-gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.72 + }, + { + "min": 50, + "max": 199, + "price": 19.68 + }, + { + "min": 200, + "max": null, + "price": 18.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4757/orange-silver-vein-pvb-5739-dt20250902195655293423-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5739/orange-silver-vein", + "scraped_at": "2026-05-01T18:35:20.345Z" + }, + { + "sku": "PVB-5740", + "color_name": "Pumpkin/Silver Vein", + "description": "Pumpkin/Silver Vein is a silver dark orange. This color is a polyester vein powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.85 + }, + { + "min": 50, + "max": 199, + "price": 16.96 + }, + { + "min": 200, + "max": null, + "price": 16.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4759/pumpkin-silver-vein-pvb-5740-dt20200417163451017-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5740/pumpkin-silver-vein", + "scraped_at": "2026-05-01T18:35:37.604Z" + }, + { + "sku": "PVB-5777", + "color_name": "DIAMOND PEARL VEIN", + "description": "Diamond Pearl Vein is an off-white pearl with a fine vein. This color is a polyester vein powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.63 + }, + { + "min": 50, + "max": 199, + "price": 12.95 + }, + { + "min": 200, + "max": null, + "price": 12.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4761/diamond-pearl-vein-pvb-5777-dt20200331173207244-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5777/diamond-pearl-vein", + "scraped_at": "2026-05-01T18:35:52.290Z" + }, + { + "sku": "PVB-5825", + "color_name": "Vibrant Silver Vein", + "description": "Vibrant Silver Vein is a bright silver with a hammertone texture. This color is a polyester vein powder coat and has a satin finish. Gloss: 71-75 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone CREATIONS MADE WITH VIBRANT SILVER VEIN View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Is this color uv resistant? I'm looking to use it on my bins on my fishing boat - Chad Miller 05/06/20 06:57 pm Answer: Yes, this is an exterior durable finish. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.02 + }, + { + "min": 50, + "max": 199, + "price": 18.07 + }, + { + "min": 200, + "max": null, + "price": 17.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6918/pvb-5825-vibrant-silver-vein-dt20241022200447287126.pdf?1729627489", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4763/vibrant-silver-vein-pvb-5825-dt20250523202751705884-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5825/vibrant-silver-vein", + "scraped_at": "2026-05-01T18:36:05.896Z" + }, + { + "sku": "PVB-6376", + "color_name": "Hammered Cedar", + "description": "Hammered Cedar is a light orange, brown polyester vein and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.68 + }, + { + "min": 50, + "max": 199, + "price": 16.8 + }, + { + "min": 200, + "max": null, + "price": 15.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4647/pvb-6376-hammered-cedar-tds-dt20231103152007505945.pdf?1699024809", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4765/hammered-cedar-pvb-6376-dt20231106222630150616-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-6376/hammered-cedar", + "scraped_at": "2026-05-01T18:36:16.074Z" + }, + { + "sku": "PVB-6459", + "color_name": "Red Pearl Vein", + "description": "Red Pearl Vein is a medium red vein. This color is a polyester vein powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.42 + }, + { + "min": 50, + "max": 199, + "price": 18.45 + }, + { + "min": 200, + "max": null, + "price": 17.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4771/red-pearl-vein-pvb-6459-dt2025031015490024932-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-6459/red-pearl-vein", + "scraped_at": "2026-05-01T18:36:30.403Z" + }, + { + "sku": "PVB-6584", + "color_name": "HUBBERDTON BRONZE", + "description": "Hubberdton Bronze is a dark bronze urethane vein and has a flat finish. Flat: 0-6 Gloss Units This color is not recommended for exterior exposure with our applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.47 + }, + { + "min": 50, + "max": 199, + "price": 24.2 + }, + { + "min": 200, + "max": null, + "price": 22.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9507/hubberdton-bronze-pvb-6584-dt20260109194002444063-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-6584/hubberdton-bronze", + "scraped_at": "2026-05-01T18:36:44.944Z" + }, + { + "sku": "PVB-6715", + "color_name": "SASSY VEIN", + "description": "Sassy Vein is a contrast of pink and silver. This color is a polyester vein powder coat and has a semi-gloss finish. This color has limited UV weather stability, impact resistance, and flexibility. We recommend using this color primarily for novelty applications, rather than for prolonged outdoor exposure. This color is not recommended for exterior exposure without applying a UV-resistant top coat to minimize oxidation of the metallic pigment. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone RELATED PRODUCTS SASSY TEXTURE PTB-8076 CLICK FOR DETAILS SASSY PSS-3063 CLICK FOR DETAILS COSMIC SASSY PMB-10015 CLICK FOR DETAILS FLAT SASSY PSB-6961 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.53 + }, + { + "min": 50, + "max": 199, + "price": 17.6 + }, + { + "min": 200, + "max": null, + "price": 16.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7953/pvb-6715-sassy-vein-dt20260105170312444159.pdf?1767632594", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4773/sassy-vein-pvb-6715-dt20260126192443808417-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-6715/sassy-vein", + "scraped_at": "2026-05-01T18:36:58.844Z" + }, + { + "sku": "PVB-7071", + "color_name": "Soothing Vein", + "description": "Soothing Vein is bronze brown polyester vein and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.39 + }, + { + "min": 50, + "max": 199, + "price": 12.72 + }, + { + "min": 200, + "max": null, + "price": 12.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9509/soothing-vein-pvb-7071-dt20240919220523046611-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-7071/soothing-vein", + "scraped_at": "2026-05-01T18:37:13.923Z" + }, + { + "sku": "PVB-7097", + "color_name": "Platinum Vein", + "description": "Platinum Vein is a warm silver vein polyester and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.43 + }, + { + "min": 50, + "max": 199, + "price": 16.56 + }, + { + "min": 200, + "max": null, + "price": 15.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4344/pvb-7097-platinum-vein-tds-dt20231017224605434484.pdf?1697582767", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8864/platinum-vein-pvb-7097-dt2023103014501186018-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-7097/platinum-vein", + "scraped_at": "2026-05-01T18:37:27.309Z" + }, + { + "sku": "PVB-8011", + "color_name": "GAIL VEIN", + "description": "Gail Vein is a golden polyester vein and has a satin finish. Satin: 21-35 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.52 + }, + { + "min": 50, + "max": 199, + "price": 23.29 + }, + { + "min": 200, + "max": null, + "price": 22.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9510/gail-vein-pvb-8011-dt20231122220708148653-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8011/gail-vein", + "scraped_at": "2026-05-01T18:37:39.067Z" + }, + { + "sku": "PVB-8100", + "color_name": "Red/Silver", + "description": "Red/Silver is a red and silver contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.05 + }, + { + "min": 50, + "max": 199, + "price": 14.3 + }, + { + "min": 200, + "max": null, + "price": 13.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4775/red-silver-pvb-8100-dt2021043017591298-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8100/red-silver", + "scraped_at": "2026-05-01T18:37:53.651Z" + }, + { + "sku": "PVB-8101", + "color_name": "White/Silver Vein", + "description": "White/Silver Vein is a bright white and silver contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4777/white-silver-vein-pvb-8101-dt20201223191626631-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8101/white-silver-vein", + "scraped_at": "2026-05-01T18:38:06.012Z" + }, + { + "sku": "PVB-8102", + "color_name": "Blue/Silver", + "description": "Blue/Silver is a medium blue and silver contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Quater Blue PSS-1210 Solid Tone (Satin): Matte Quater Blue PSB-8125 River (Matte): Blue Hawaiian River PRB-6104 Metallic (Gloss): Ridgeway Blue PMB-1956 Vein (Matte): Blue/Gold PVB-1241 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.9 + }, + { + "min": 50, + "max": 199, + "price": 17.01 + }, + { + "min": 200, + "max": null, + "price": 16.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4779/blue-silver-pvb-8102-dt20210511152956459-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8102/blue-silver", + "scraped_at": "2026-05-01T18:38:20.652Z" + }, + { + "sku": "PVB-8103", + "color_name": "Green/Silver", + "description": "Green/Silver is a grass green and silver contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Green Dot PSS-4321 River (Satin): Jungle River PRB-1936 Vein (Matte): Green/Gold PVB-1240 Metallic (Gloss): Bionic Green PMB-2293 Metallic (Semi-Gloss): Tucker Green PMB-4900 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.97 + }, + { + "min": 50, + "max": 199, + "price": 14.22 + }, + { + "min": 200, + "max": null, + "price": 13.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4781/green-silver-pvb-8103-dt20180702171123128-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8103/green-silver", + "scraped_at": "2026-05-01T18:38:32.931Z" + }, + { + "sku": "PVB-8104", + "color_name": "Black Silver Vein", + "description": "Black Silver Vein is a black and silver contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a glossy finish. High Gloss: 85+ Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.32 + }, + { + "min": 50, + "max": 199, + "price": 11.7 + }, + { + "min": 200, + "max": null, + "price": 11.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5256/pvb-8104-blacksilver-tds-dt20231204174239176337.pdf?1701711761", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4783/black-silver-vein-pvb-8104-dt20250710202237009541-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8104/black-silver-vein", + "scraped_at": "2026-05-01T18:38:46.329Z" + }, + { + "sku": "PVB-8105", + "color_name": "Grey/Mauve", + "description": "Grey/Mauve is a brown-grey and mauve contrast with a smooth and mild texture. This color is a polyester vein powder coat and has an eggshell finish. Eggshell: 11-20 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Gardner Grey PSS-5340 Solid Tone (Matte): Flat Gardner Grey PSB-10024 River (Semi-Gloss): Elephant Trunk PRB-2979 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.03 + }, + { + "min": 50, + "max": 199, + "price": 15.23 + }, + { + "min": 200, + "max": null, + "price": 14.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4785/grey-mauve-pvb-8105-dt2018070217142142-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8105/grey-mauve", + "scraped_at": "2026-05-01T18:39:01.344Z" + }, + { + "sku": "PVB-8109", + "color_name": "JADE/COPPER", + "description": "Jade/Copper is a teal-blue and soft copper contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Dunbar Teal PSS-0950 River (Satin): Turquoise River PRB-2647 Vein (Satin): Navajo/Copper PVB-8110 Leatherette (Satin): Peacock Leather PLB-1572 Metallic (Gloss): Lazer Aqua Marine PMB-4213 / Lazer Peacock PMB-4214 / Peacock Sparkle PMB-0310 Metallic (Semi-Gloss): Altered Teal PMB-5359 / Aqua Blue PMB-1223 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.74 + }, + { + "min": 50, + "max": 199, + "price": 17.8 + }, + { + "min": 200, + "max": null, + "price": 16.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4787/jade-copper-pvb-8109-dt20180629213330536-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8109/jade-copper", + "scraped_at": "2026-05-01T18:39:12.608Z" + }, + { + "sku": "PVB-8110", + "color_name": "NAVAJO/COPPER", + "description": "Navajo/Copper is a dark teal and copper contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Dunbar Teal PSS-0950 River (Satin): Turquoise River PRB-2647 Vein (Satin): Jade/Copper PVB-8109 Leatherette (Satin): Peacock Leather PLB-1572 Metallic (Gloss): Lazer Aqua Marine PMB-4213 / Lazer Peacock PMB-4214 / Peacock Sparkle PMB-0310 Metallic (Semi-Gloss): Altered Teal PMB-5359 / Aqua Blue PMB-1223 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.31 + }, + { + "min": 50, + "max": 199, + "price": 18.34 + }, + { + "min": 200, + "max": null, + "price": 17.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4789/navajo-copper-pvb-8110-dt20180629213841106-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8110/navajo-copper", + "scraped_at": "2026-05-01T18:39:26.831Z" + }, + { + "sku": "PVB-8113", + "color_name": "Navy Blue/Silver", + "description": "Navy Blue/Silver is a light navy blue and silver contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.1 + }, + { + "min": 50, + "max": 199, + "price": 13.4 + }, + { + "min": 200, + "max": null, + "price": 12.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4791/navy-blue-silver-pvb-8113-dt20210624214606514-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8113/navy-blue-silver", + "scraped_at": "2026-05-01T18:39:38.041Z" + }, + { + "sku": "PVB-8114", + "color_name": "Yellow Glow/Silver", + "description": "Yellow Glow/Silver is a neon yellow and silver contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a semi-gloss finish. ***NOTE: Please be aware that the pigment used to formulate this color may have small black or red specks. This is due to the process and chemistry that is adherent to this pigment. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.31 + }, + { + "min": 50, + "max": 199, + "price": 20.24 + }, + { + "min": 200, + "max": null, + "price": 19.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4185/pvb-8114-yellow-glow-silver-tds-dt20231004135700325871.pdf?1696427823", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4793/yellow-glow-silver-pvb-8114-dt20210624220615427-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8114/yellow-glow-silver", + "scraped_at": "2026-05-01T18:39:52.525Z" + }, + { + "sku": "PVB-8115", + "color_name": "Lavender/Silver", + "description": "Lavender/Silver is a lavender and silver contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Metallic (Semi-Gloss): Amethyst PMB-2958 Metallic (Gloss): Lavender Mist PMB-6943 Solid Tone (Gloss): Grapesicle PSS-2937 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.49 + }, + { + "min": 50, + "max": 199, + "price": 19.47 + }, + { + "min": 200, + "max": null, + "price": 18.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4795/lavender-silver-pvb-8115-dt20180629205453989-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8115/lavender-silver", + "scraped_at": "2026-05-01T18:40:03.664Z" + }, + { + "sku": "PVB-8116", + "color_name": "Grey/Silver", + "description": "Grey/Silver is a grey and silver contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Texas Grey II PSS-2625 Solid Tone (Matte): Flat Texas Grey PSB-4829 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.79 + }, + { + "min": 50, + "max": 199, + "price": 14.05 + }, + { + "min": 200, + "max": null, + "price": 13.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4797/grey-silver-pvb-8116-dt20180619212601246-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8116/grey-silver", + "scraped_at": "2026-05-01T18:40:18.756Z" + }, + { + "sku": "PVB-8117", + "color_name": "Aqua/Silver", + "description": "Aqua/Silver is an aqua-teal and silver contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone CREATIONS MADE WITH AQUA/SILVER View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.46 + }, + { + "min": 50, + "max": 199, + "price": 16.59 + }, + { + "min": 200, + "max": null, + "price": 15.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4799/aqua-silver-pvb-8117-dt20200424211825964-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8117/aqua-silver", + "scraped_at": "2026-05-01T18:40:36.383Z" + }, + { + "sku": "PVB-8118", + "color_name": "Pink Silver Vein", + "description": "Pink Silver Vein a mauve pink polyester vein and has a gloss finish. Gloss: 71-85 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the top coat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.95 + }, + { + "min": 50, + "max": 199, + "price": 19.9 + }, + { + "min": 200, + "max": null, + "price": 18.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7744/pvb-8118-pink-silver-vein-dt20251229210821502155.pdf?1767042503", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4801/pink-silver-pvb-8118-dt20260126190547840885-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8118/pink-silver-vein", + "scraped_at": "2026-05-01T18:40:47.123Z" + }, + { + "sku": "PVB-8119", + "color_name": "Dark Red/Silver", + "description": "Dark Red/Silver is a silvery dark red. This color is a polyester vein powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Barbie Pink PSS-5314 River (Gloss): Barbie Pink River PRB-4096 Solid Tone (Semi-Gloss): Flat Barbie Pink PSB-6984 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.66 + }, + { + "min": 50, + "max": 199, + "price": 15.83 + }, + { + "min": 200, + "max": null, + "price": 14.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4803/dark-red-silver-pvb-8121-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8119/dark-red-silver", + "scraped_at": "2026-05-01T18:41:01.311Z" + }, + { + "sku": "PVB-8120", + "color_name": "RASPBERRY VEIN", + "description": "Raspberry Vein is a light burgundy and silver contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a satin finish. Satin: 21-35 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (High Gloss): Dark Mauve PSS-6560 River (Semi-Gloss): Dusty Rose River PRB-1942 Metallic (Semi-Gloss): Raspberry Torte PMB-4144 Metallic (High Gloss): Sparkling Rose PMB-4164 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.67 + }, + { + "min": 50, + "max": 199, + "price": 20.59 + }, + { + "min": 200, + "max": null, + "price": 19.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4805/raspberry-vein-pvb-8120-dt20180702172227786-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8120/raspberry-vein", + "scraped_at": "2026-05-01T18:41:15.008Z" + }, + { + "sku": "PVB-8121", + "color_name": "Burgundy/Silver", + "description": "Burgundy/Silver is a dark burgundy and silver contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Metallic (Gloss): Woodberry Burgundy PMB-1658 / Burgundy Stardust PMB-4118 Vein (Matte): Cherry/Silver PVB-2479 Solid Tone (Gloss): Bing Cherry PSS-0645 River (Gloss): Bing Cherry River PRB-1015 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.7 + }, + { + "min": 50, + "max": 199, + "price": 17.77 + }, + { + "min": 200, + "max": null, + "price": 16.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4807/burgundy-silver-pvb-8121-dt2018062918444922-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8121/burgundy-silver", + "scraped_at": "2026-05-01T18:41:31.598Z" + }, + { + "sku": "PVB-8122", + "color_name": "Sandstone/Silver", + "description": "Sandstone/Silver is a silvery sandstone. This color is a polyester vein powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Metallic (Semi-Gloss): Limited Edition PMB-4055 Solid Tone (Gloss): Wheatland PSS-0991 Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.88 + }, + { + "min": 50, + "max": 199, + "price": 16.04 + }, + { + "min": 200, + "max": null, + "price": 15.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4809/sandstone-silver-pvb-8122-dt20180702164709886-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8122/sandstone-silver", + "scraped_at": "2026-05-01T18:41:44.025Z" + }, + { + "sku": "PVB-8123", + "color_name": "White/Gold", + "description": "White/Gold is a white and gold contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.4 + }, + { + "min": 50, + "max": 199, + "price": 11.78 + }, + { + "min": 200, + "max": null, + "price": 11.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4811/white-gold-pvb-8123-dt20210510150712878-thumbnail.jpg?1620659233&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8123/white-gold", + "scraped_at": "2026-05-01T18:41:58.335Z" + }, + { + "sku": "PVB-8125", + "color_name": "NICKEL VEIN", + "description": "Nickel Vein is a soft silver and gold contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.97 + }, + { + "min": 50, + "max": 199, + "price": 17.07 + }, + { + "min": 200, + "max": null, + "price": 16.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2519/pvb-8125-nickel-vein-tds-dt20230809162414631199.pdf?1691598256", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4813/nickel-vein-pvb-8125-dt20200330181708648-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8125/nickel-vein", + "scraped_at": "2026-05-01T18:42:10.540Z" + }, + { + "sku": "PVB-8128", + "color_name": "US GOLD/VEIN", + "description": "US Gold/Vein is a brown and gold contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.11 + }, + { + "min": 50, + "max": 199, + "price": 13.4 + }, + { + "min": 200, + "max": null, + "price": 12.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4819/us-gold-vein-pvb-8128-dt20200925172207563-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8128/us-gold-vein", + "scraped_at": "2026-05-01T18:42:20.844Z" + }, + { + "sku": "PVB-8129", + "color_name": "US COPPER/VEIN", + "description": "US Copper/Vein is a bright metallic copper and dark copper contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a semi-gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.5 + }, + { + "min": 50, + "max": 199, + "price": 14.73 + }, + { + "min": 200, + "max": null, + "price": 13.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4821/us-copper-vein-pvb-8129-dt20250702223541919933-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8129/us-copper-vein", + "scraped_at": "2026-05-01T18:42:37.717Z" + }, + { + "sku": "PVS-11272", + "color_name": "Ash Water", + "description": "Ash Water is a grey polyester vein and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.85 + }, + { + "min": 50, + "max": 199, + "price": 17.91 + }, + { + "min": 200, + "max": null, + "price": 16.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16332/ash-water-pvs-11272-dt20240201182755494811-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVS-11272/ash-water", + "scraped_at": "2026-05-01T18:42:48.249Z" + }, + { + "sku": "PVS-3014", + "color_name": "Silver Artery", + "description": "Silvery Artery is a black and silver contrast with an organic circle pattern and smooth and mild texture. This color is a polyester vein powder coat and has a satin finish. Satin: 21-35 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone CREATIONS MADE WITH SILVER ARTERY View Details View Details View Details View Details PRODUCT SUPPORT Q&As 3 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Is there an orange top coat that can be used with silver artery? Looking for a black/orange artery look. - Alexander Mcroberts 07/10/21 01:41 pm Answer: I would recommend either our Lollypop Tangelo (PPS-2291) or Striker Orange (PPS-4750) to be applied over Silver Artery to achieve the look you’re going for! - Nic Industries Inc. Question: what are the suggested finished mils for Silver Artery (PVS-3014)? - Premium Fabrication 03/25/21 06:12 pm Answer: We recommend 3-4mils for our Silver Artery (PVS-3014). - Nic Industries Inc. Question: I had a problem with shooting a yeti cup using silver artery powder it did not have the black and silver texture after curing. It had a smooth texture of silver and black hammer look on only some parts of my cups. I am using Eastwood dual voltage gun and did not touch cup with bare hands. I shot cup with a lollipop red translucent first and cured. Then added removable vinyl over that and shot the silver artery. went around the entire cup three times for coverage. the areas where it had the black texture was on the bottom of cup and where the vinyl transfer tape stuck to it before removed. but the rest of cup has smooth silver only. - Anthony Nuckoll 02/18/19 01:19 pm Answer: It sounds like you may have a thickness issue, perhaps too heavy. If it's too heavy, you can loose the vein texture and it becomes more silver. You might want to contact our Technical Adviser for some assistance. technicalsupport@prismaticpowders.com pictures will be helpful if you have them. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.41 + }, + { + "min": 50, + "max": 199, + "price": 12.74 + }, + { + "min": 200, + "max": null, + "price": 12.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4823/silver-artery-pvs-3014-dt20250519221425863569-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVS-3014/silver-artery", + "scraped_at": "2026-05-01T18:43:03.798Z" + }, + { + "sku": "PVS-3083", + "color_name": "Black Frost", + "description": "Black Frost is a black and silver contrast with a smooth and mild texture. This color is an epoxy vein powder coat and has a semi-gloss finish. A top coat of Clear Vision PPS-2974 is suggested. Alternatively, and Prismatic transparent, candy, or various Prismatic Powders clear may be used depending on your desired finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone CREATIONS MADE WITH BLACK FROST View Details View Details View Details View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: I bought Black Frost and Flat Shocker Yellow from you. How do I get the desired shade pulsed from her gallery of creation? - Benny Neumann 05/06/19 01:24 pm Answer: You want to keep a close eye on the part after placing it in the oven. Once you see the veins appear, immediately pull the part out. Allow the part to cool and then the Shocker Yellow top coat can be applied. - Prismatic Support Question: I have a problem with this product mostly being black with small and few silver dots. Any tips? - Radd Services 03/13/19 06:59 pm Answer: It sounds like a mil thickness issue may be the culprit here or possibly cure time. You may want to consult with our Technical Adviser at technicalsupport@prismaticpowders.com - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.99 + }, + { + "min": 50, + "max": 199, + "price": 11.39 + }, + { + "min": 200, + "max": null, + "price": 10.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1063/prismatic-powders-e-series-sds-dt2021122020093401.pdf?1673298735", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6863/pvs-3083-black-frost-dt20240910183325669659.pdf?1725993208", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4825/black-frost-pvs-3083-dt20250530164242036538-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVS-3083/black-frost", + "scraped_at": "2026-05-01T18:43:19.501Z" + }, + { + "sku": "PVS-4347", + "color_name": "Brown/Tan", + "description": "Brown/Tan is a brown and tan contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.21 + }, + { + "min": 50, + "max": 199, + "price": 16.35 + }, + { + "min": 200, + "max": null, + "price": 15.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/45/polyester-vein-application-guide-dt20181017182433936.pdf?1539800675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4827/brown-tan-pvs-4347-dt20190128182748092-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVS-4347/brown-tan", + "scraped_at": "2026-05-01T18:43:28.407Z" + }, + { + "sku": "PVS-4775", + "color_name": "Grey/Black Vein", + "description": "Grey/Black Vein is an off white and black contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a semi-gloss finish. Semi Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone CREATIONS MADE WITH GREY/BLACK VEIN View Details View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.12 + }, + { + "min": 50, + "max": 199, + "price": 14.36 + }, + { + "min": 200, + "max": null, + "price": 13.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7667/pvs-4775-grey-black-vein-dt20251126185229994681.pdf?1764183151", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4829/grey-black-vein-pvs-4775-dt20250523200136338788-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVS-4775/grey-black-vein", + "scraped_at": "2026-05-01T18:43:41.866Z" + }, + { + "sku": "PVS-5214", + "color_name": "Atlas Copper", + "description": "Atlas Copper is a black and copper contrast with a smooth and mild texture. This color is a polyester vein powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.24 + }, + { + "min": 50, + "max": 199, + "price": 11.63 + }, + { + "min": 200, + "max": null, + "price": 11.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7432/pvs-5214-atlas-copper-dt20250723203226035442.pdf?1753302748", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4833/atlas-copper-pvs-5214-dt20200522175601208-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVS-5214/atlas-copper", + "scraped_at": "2026-05-01T18:43:55.971Z" + }, + { + "sku": "PVS-5469", + "color_name": "EMPIRE COPPER VEIN", + "description": "Empire Copper Vein is a defined copper vein. This color is a polyester vein powder coat and has a glossy finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Is the swatch of empire copper vein (PVS-5469) over a black base coat or does it have that look as a single stage color? - Anthony Moore 01/18/21 11:51 pm Answer: Empire Copper Vein (PVS-5469) is considered a single stage color and is showcased as such on our swatches! There are no additional coats or colors on the swatch other than Empire Copper Vein. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.28 + }, + { + "min": 50, + "max": 199, + "price": 13.57 + }, + { + "min": 200, + "max": null, + "price": 12.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5444/pvs-5469-empire-copper-vein-tds-dt20231222175358250066.pdf?1703267640", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4835/empire-copper-vein-pvs-5469-dt20250926161110358391-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVS-5469/empire-copper-vein", + "scraped_at": "2026-05-01T18:44:10.456Z" + }, + { + "sku": "PVS-5764", + "color_name": "Double Blue Vein", + "description": "Double Blue Vein is a two-toned blue vein. This color is a polyester vein powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.91 + }, + { + "min": 50, + "max": 199, + "price": 11.31 + }, + { + "min": 200, + "max": null, + "price": 10.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7446/pvs-5764-double-blue-vein-dt20250725172845763693.pdf?1753464528", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4837/double-blue-vein-pvs-5764-dt20250625222303841663-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PVS-5764/double-blue-vein", + "scraped_at": "2026-05-01T18:44:24.839Z" + }, + { + "sku": "PW008QF", + "color_name": "23-9429 BRITEBOND CHROME", + "description": "PW008QF 23-9429 BRTEBND CHROME/7402/20KG Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. Clear Coat may be required depending on performance requirements. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 15.9 + }, + { + "min": 1, + "max": 99999999, + "price": 15.9 + }, + { + "min": 100000000, + "max": null, + "price": 15.9 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12002/23-9429-britebond-chrome-pw008qf-dt20201030141034126-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PW008QF/23-9429-britebond-chrome", + "scraped_at": "2026-05-01T18:44:38.314Z" + }, + { + "sku": "PW101QF", + "color_name": "23-9430 BRITEBOND STARDST SLVR", + "description": "PW101QF 23-9430 BB STRDST SLVR/7402/20KG Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. Clear Coat may be required depending on performance requirements. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 19.03 + }, + { + "min": 1, + "max": 99999999, + "price": 19.03 + }, + { + "min": 100000000, + "max": null, + "price": 19.03 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12003/23-9430-britebond-stardst-slvr-pw101qf-dt20201029162341884-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PW101QF/23-9430-britebond-stardst-slvr", + "scraped_at": "2026-05-01T18:44:51.665Z" + }, + { + "sku": "PW116QF", + "color_name": "23-9431 BRITEBOND ALUMINM BASE", + "description": "PW116QF 23-9431 BB ALUM BASE/7402/20KG Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. Clear Coat may be required depending on performance requirements. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 17.16 + }, + { + "min": 1, + "max": 99999999, + "price": 17.16 + }, + { + "min": 100000000, + "max": null, + "price": 17.16 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12004/23-9431-britebond-aluminm-base-pw116qf-dt20201030141001603-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PW116QF/23-9431-britebond-aluminm-base", + "scraped_at": "2026-05-01T18:45:03.548Z" + }, + { + "sku": "PW118QF", + "color_name": "23-9434 BRITEBOND ANODIZED SLV", + "description": "PW118QF 23-9434 BB ANODIZD SLV/7402/20KG To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 25.04 + }, + { + "min": 1, + "max": 99999999, + "price": 25.04 + }, + { + "min": 100000000, + "max": null, + "price": 25.04 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12005/23-9434-britebond-anodized-slv-pw118qf-dt20201029162452661-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PW118QF/23-9434-britebond-anodized-slv", + "scraped_at": "2026-05-01T18:45:16.915Z" + }, + { + "sku": "PWB-10181", + "color_name": "Brick Red Wrinkle", + "description": "Brick Red Wrinkle is a deep red polyester wrinkle and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.39 + }, + { + "min": 50, + "max": 199, + "price": 20.32 + }, + { + "min": 200, + "max": null, + "price": 19.25 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10518/brick-red-wrinkle-pwb-10181-dt20260109193506947422-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-10181/brick-red-wrinkle", + "scraped_at": "2026-05-01T18:45:30.689Z" + }, + { + "sku": "PWB-10629", + "color_name": "Desert Lights", + "description": "Desert Lights is a dark charcoal grey-green with prominent metallics of blue, silver, gold, and green. This color is a polyester wrinkle powder coat with a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Color Shifting - MoreColor Shifting PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.35 + }, + { + "min": 50, + "max": 199, + "price": 20.28 + }, + { + "min": 200, + "max": null, + "price": 19.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2845/pwb-10629-desert-lights-tds-dt20230821205116159995.pdf?1692651078", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12750/desert-lights-pwb-10629-dt20210813222439261-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-10629/desert-lights", + "scraped_at": "2026-05-01T18:45:46.567Z" + }, + { + "sku": "PWB-10788", + "color_name": "COSMIC SPACE", + "description": "Cosmic Space is a charcoal black with color shifting rainbow metallic. This color is a polyester wrinkle powder coat with a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 38.8 + }, + { + "min": 50, + "max": 199, + "price": 36.86 + }, + { + "min": 200, + "max": null, + "price": 34.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3638/pwb-10788-cosmic-space-tds-dt20230919201217235275.pdf?1695154339", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13462/cosmic-space-pwb-10788-dt20220204154343383389-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-10788/cosmic-space", + "scraped_at": "2026-05-01T18:46:00.545Z" + }, + { + "sku": "PWB-11271", + "color_name": "Fairlady Plum", + "description": "Fairlady Plum is a deep plum polyester wrinkle with purple to light blue metallic flakes and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.13 + }, + { + "min": 50, + "max": 199, + "price": 21.02 + }, + { + "min": 200, + "max": null, + "price": 19.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7416/pwb-11271-fairlady-plum-dt20250715185708650064.pdf?1752605831", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16324/fairlady-plum-pwb-11271-dt20240214195802205271-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11271/fairlady-plum", + "scraped_at": "2026-05-01T18:46:12.497Z" + }, + { + "sku": "PWB-11294", + "color_name": "Mahogany Wrinkle", + "description": "Mahogany Wrinkle is a dark brick mahogany polyester wrinkle and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.03 + }, + { + "min": 50, + "max": 199, + "price": 15.23 + }, + { + "min": 200, + "max": null, + "price": 14.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16417/mahogany-wrinkle-pwb-11294-dt20240215170428389054-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11294/mahogany-wrinkle", + "scraped_at": "2026-05-01T18:46:22.449Z" + }, + { + "sku": "PWB-11302", + "color_name": "Chameleon Sapphire Wrinkle", + "description": "Chameleon Sapphire Wrinkle is a black with sapphire sparkle polyester wrinkle and has a matte finish. Matte: 7-20 Gloss Units Interior use is recommended. If used in exterior environments, a clear top coat should be applied. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color to which it is being applied. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.45 + }, + { + "min": 50, + "max": 199, + "price": 21.33 + }, + { + "min": 200, + "max": null, + "price": 20.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16950/chameleon-sapphire-wrinkle-pwb-11302-dt20240514195505282722-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11302/chameleon-sapphire-wrinkle", + "scraped_at": "2026-05-01T18:46:34.138Z" + }, + { + "sku": "PWB-11303", + "color_name": "Chameleon Teal Wrinkle", + "description": "Chameleon Teal Wrinkle is a black with teal sparkle polyester wrinkle and has a matte finish. Matte: 7-20 Gloss Units Interior use is recommended. If used in exterior environments, a clear top coat should be applied. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color to which it is being applied. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.75 + }, + { + "min": 50, + "max": 199, + "price": 20.66 + }, + { + "min": 200, + "max": null, + "price": 19.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16952/chameleon-teal-wrinkle-pwb-11303-dt20240514195939065068-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11303/chameleon-teal-wrinkle", + "scraped_at": "2026-05-01T18:46:48.351Z" + }, + { + "sku": "PWB-11304", + "color_name": "Chameleon Cherry Wrinkle", + "description": "Chameleon Cherry Wrinkle is a purple on black polyester wrinkle with purple flakes and has a matte finish. Matte: 7-20 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.13 + }, + { + "min": 50, + "max": 199, + "price": 24.82 + }, + { + "min": 200, + "max": null, + "price": 23.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16608/chameleon-cherry-wrinkle-pwb-11304-dt20240321144903012669-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11304/chameleon-cherry-wrinkle", + "scraped_at": "2026-05-01T18:47:02.501Z" + }, + { + "sku": "PWB-11305", + "color_name": "Chameleon Violet Wrinkle", + "description": "Chameleon Violet Wrinkle is a black with violet sparkle polyester wrinkle and has a matte finish. Matte: 7-20 Gloss Units Interior use is recommended. If used in exterior environments, a clear top coat should be applied. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color to which it is being applied. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.77 + }, + { + "min": 50, + "max": 199, + "price": 21.63 + }, + { + "min": 200, + "max": null, + "price": 20.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16954/chameleon-violet-wrinkle-pwb-11305-dt20240514200252739768-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11305/chameleon-violet-wrinkle", + "scraped_at": "2026-05-01T18:47:12.424Z" + }, + { + "sku": "PWB-11313", + "color_name": "Titanium Wrinkle", + "description": "Titanium Wrinkle is a grey silver polyester wrinkle and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.61 + }, + { + "min": 50, + "max": 199, + "price": 19.58 + }, + { + "min": 200, + "max": null, + "price": 18.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16956/titanium-wrinkle-pwb-11313-dt20240712155523805502-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11313/titanium-wrinkle", + "scraped_at": "2026-05-01T18:47:26.161Z" + }, + { + "sku": "PWB-11314", + "color_name": "Foil Wrinkle", + "description": "Foil Wrinkle is a tin foil polyester wrinkle and has a matte finish. Matte: 7-20 Gloss Units Interior use is recommended. If used in exterior environments, a clear top coat should be applied. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color to which it is being applied. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.72 + }, + { + "min": 50, + "max": 199, + "price": 18.73 + }, + { + "min": 200, + "max": null, + "price": 17.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7738/pwb-11314-foil-wrinkle-dt20251229202112333749.pdf?1767039673", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16976/foil-wrinkle-pwb-11314-dt2024051420243931989-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11314/foil-wrinkle", + "scraped_at": "2026-05-01T18:47:35.548Z" + }, + { + "sku": "PWB-11320", + "color_name": "Seaweed", + "description": "Seaweed is a bronze polyester wrinkle and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.08 + }, + { + "min": 50, + "max": 199, + "price": 22.88 + }, + { + "min": 200, + "max": null, + "price": 21.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16978/seaweed-pwb-11320-dt20240624180745389406-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11320/seaweed", + "scraped_at": "2026-05-01T18:47:46.404Z" + }, + { + "sku": "PWB-11321", + "color_name": "Red Flash Wrinkle", + "description": "Red Flash Wrinkle is a muted red polyester wrinkle and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.36 + }, + { + "min": 50, + "max": 199, + "price": 24.09 + }, + { + "min": 200, + "max": null, + "price": 22.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16980/red-flash-wrinkle-pwb-11321-dt20240514203804431304-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11321/red-flash-wrinkle", + "scraped_at": "2026-05-01T18:47:57.125Z" + }, + { + "sku": "PWB-11322", + "color_name": "Scarlet Fever", + "description": "Scarlet Fever is a red and pink sparkle polyester wrinkle and has a flat finish. Matte: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.05 + }, + { + "min": 50, + "max": 199, + "price": 22.85 + }, + { + "min": 200, + "max": null, + "price": 21.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16982/scarlet-fever-pwb-11322-dt20240514204546060806-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11322/scarlet-fever", + "scraped_at": "2026-05-01T18:48:11.386Z" + }, + { + "sku": "PWB-11324", + "color_name": "Silver Rain", + "description": "Silver Rain is a silver polyester wrinkle and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.36 + }, + { + "min": 50, + "max": 199, + "price": 18.39 + }, + { + "min": 200, + "max": null, + "price": 17.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16986/silver-rain-pwb-11324-dt20240514204841375692-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11324/silver-rain", + "scraped_at": "2026-05-01T18:48:20.993Z" + }, + { + "sku": "PWB-11325", + "color_name": "Winters Night", + "description": "Winters Night is a light aqua sparkle on black polyester wrinkle and has a flat finish. Flat: 0-6 Gloss Units Interior use is recommended. If used in exterior environments, a clear top coat should be applied. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color to which it is being applied. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.57 + }, + { + "min": 50, + "max": 199, + "price": 17.64 + }, + { + "min": 200, + "max": null, + "price": 16.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16988/winters-night-pwb-11325-dt20240514205301910975-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11325/winters-night", + "scraped_at": "2026-05-01T18:48:34.023Z" + }, + { + "sku": "PWB-1795", + "color_name": "CHANTILLY LACE", + "description": "Chantilly Lace is an off-white with a fine lace wrinkle. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7870/pwb-1795-chantilly-lace-dt20260102202334818407.pdf?1767385416", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4839/chantilly-lace-pwb-1795-dt20190314150511018-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-1795/chantilly-lace", + "scraped_at": "2026-05-01T18:48:47.410Z" + }, + { + "sku": "PWB-2343", + "color_name": "Wetstone Rock Bronze", + "description": "Wetstone Rock Bronze is a shiny dark bronze with a wrinkled texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Wetstone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7228/pwb-2343-wetstone-rock-bronze-dt20250424221342935745.pdf?1745532824", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4841/wetstone-rock-bronze-pwb-2343-dt20210401224509498-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2343/wetstone-rock-bronze", + "scraped_at": "2026-05-01T18:49:02.960Z" + }, + { + "sku": "PWB-2463", + "color_name": "Wetstone Charcoal", + "description": "Wetstone Charcoal is a soft shimmering black with a smooth and mild texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Wetstone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.33 + }, + { + "min": 50, + "max": 199, + "price": 14.56 + }, + { + "min": 200, + "max": null, + "price": 13.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7204/pwb-2463-wetstone-charcoal-dt20250424215709304973.pdf?1745531831", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4845/wetstone-charcoal-pwb-2463-dt2021063021473609-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2463/wetstone-charcoal", + "scraped_at": "2026-05-01T18:49:18.503Z" + }, + { + "sku": "PWB-2476", + "color_name": "POLY PEACH WRINKLE", + "description": "Poly Peach Wrinkle is a light peach color that has a subtle light bronze metallic. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.15 + }, + { + "min": 50, + "max": 199, + "price": 17.24 + }, + { + "min": 200, + "max": null, + "price": 16.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7872/pwb-2476-poly-peach-wrinkle-dt2026010220272687283.pdf?1767385648", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4847/poly-peach-wrinkle-pwb-2476-dt20180709215710484-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2476/poly-peach-wrinkle", + "scraped_at": "2026-05-01T18:49:31.686Z" + }, + { + "sku": "PWB-2485", + "color_name": "Wetstone Kranberry", + "description": "Wetstone Kranberry is a dark purple with a wrinkled texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Wetstone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.83 + }, + { + "min": 50, + "max": 199, + "price": 13.14 + }, + { + "min": 200, + "max": null, + "price": 12.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7226/pwb-2485-wetstone-kranberry-dt20250424221308934927.pdf?1745532791", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4849/wetstone-kranberry-pwb-2485-dt20190115231506084-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2485/wetstone-kranberry", + "scraped_at": "2026-05-01T18:49:44.389Z" + }, + { + "sku": "PWB-2490", + "color_name": "OLD WETSTONE BRASS", + "description": "Old Wetstone Brass is a dark brown wrinkle and has a faint golden sparkle. This color is a polyester wrinkle powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Wetstone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.4 + }, + { + "min": 50, + "max": 199, + "price": 14.63 + }, + { + "min": 200, + "max": null, + "price": 13.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7225/pwb-2490-old-wetstone-brass-dt20250424221234373526.pdf?1745532757", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4851/old-wetstone-brass-pwb-2490-dt20260318204158541291-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2490/old-wetstone-brass", + "scraped_at": "2026-05-01T18:49:57.988Z" + }, + { + "sku": "PWB-2491", + "color_name": "Wetstone Graphite", + "description": "Wetstone Graphite is a sparkling black. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Wetstone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7224/pwb-2491-wetstone-graphite-dt20250424221207286254.pdf?1745532729", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4853/wetstone-graphite-pwb-2491-dt20180629221327731-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2491/wetstone-graphite", + "scraped_at": "2026-05-01T18:50:11.151Z" + }, + { + "sku": "PWB-2508", + "color_name": "Wetstone Aged Copper", + "description": "Wetstone Aged Copper is a brown-copper with a smooth and mild texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Wetstone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7223/pwb-2508-wetstone-aged-copper-dt20250424221137118455.pdf?1745532699", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4855/wetstone-aged-copper-pwb-2508-dt20200918225412002-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2508/wetstone-aged-copper", + "scraped_at": "2026-05-01T18:50:26.678Z" + }, + { + "sku": "PWB-2539", + "color_name": "Wetstone Black Bronze", + "description": "Wetstone Black Bronze is a bronze polyester wrinkle with a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Wetstone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.05 + }, + { + "min": 50, + "max": 199, + "price": 15.25 + }, + { + "min": 200, + "max": null, + "price": 14.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7222/pwb-2539-wetstone-black-bronze-dt20250424221110316245.pdf?1745532672", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4857/wetstone-black-bronze-pwb-2539-dt20240417175255948428-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2539/wetstone-black-bronze", + "scraped_at": "2026-05-01T18:50:43.218Z" + }, + { + "sku": "PWB-2553", + "color_name": "Wetstone Bronze", + "description": "Wetstone Bronze is a shiny dark brown. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Wetstone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7221/pwb-2553-wetstone-bronze-dt20250424221043426496.pdf?1745532646", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4859/wetstone-bronze-pwb-2553-dt20200521223219556-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2553/wetstone-bronze", + "scraped_at": "2026-05-01T18:50:57.537Z" + }, + { + "sku": "PWB-2563", + "color_name": "Wetstone Midnight", + "description": "Wetstone Midnight is a shiny navy blue with a wrinkled texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Wetstone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7220/pwb-2563-wetstone-midnight-dt20250424221012431053.pdf?1745532614", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4861/wetstone-midnight-pwb-2563-dt20210430180040227-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2563/wetstone-midnight", + "scraped_at": "2026-05-01T18:51:08.651Z" + }, + { + "sku": "PWB-2589", + "color_name": "Wetstone Midnight II", + "description": "Wetstone Midnight II is a deep sparkling midnight blue metallic. This color is a polyester wrinkle powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Wetstone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7219/pwb-2589-wetstone-midnight-ii-dt2025042422095445773.pdf?1745532596", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4863/wetstone-midnight-ii-pwb-2589-dt20250623222843378924-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2589/wetstone-midnight-ii", + "scraped_at": "2026-05-01T18:51:21.500Z" + }, + { + "sku": "PWB-2604", + "color_name": "Victoria's Lace", + "description": "Victoria's Lace is an off white wrinkle that has a golden metallic shimmer to it. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.27 + }, + { + "min": 50, + "max": 199, + "price": 17.36 + }, + { + "min": 200, + "max": null, + "price": 16.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7873/pwb-2604-victorias-lace-dt20260102202908780364.pdf?1767385750", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4867/victorias-lace-pwb-2606-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2604/victorias-lace", + "scraped_at": "2026-05-01T18:51:36.376Z" + }, + { + "sku": "PWB-2634", + "color_name": "Wetstone Lite-Charcoal", + "description": "Wetstone Lite-Charcoal is a sparkling charcoal and silver color. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Wetstone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7217/pwb-2634-wetstone-lite-charcoal-dt20250424220918470758.pdf?1745532560", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4869/wetstone-lite-charcoal-pwb-2634-dt20190115231946266-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2634/wetstone-lite-charcoal", + "scraped_at": "2026-05-01T18:51:46.698Z" + }, + { + "sku": "PWB-2639", + "color_name": "Wetstone Softer Bronze", + "description": "Wetstone Softer Bronze is a dark espresso brown with a soft gold metallic flake. The color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Wetstone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.86 + }, + { + "min": 50, + "max": 199, + "price": 14.12 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7216/pwb-2639-wetstone-softer-bronze-dt20250424220855446869.pdf?1745532537", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4871/wetstone-softer-bronze-pwb-2639-dt20200410172248325-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2639/wetstone-softer-bronze", + "scraped_at": "2026-05-01T18:51:58.492Z" + }, + { + "sku": "PWB-2702", + "color_name": "Wetstone Style Brass", + "description": "Wetstone Style Brass is a shiny dark copper with a wrinkled texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Wetstone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.14 + }, + { + "min": 50, + "max": 199, + "price": 14.38 + }, + { + "min": 200, + "max": null, + "price": 13.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7215/pwb-2702-wetstone-style-brass-dt20250424220832300909.pdf?1745532514", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4873/wetstone-style-brass-pwb-2702-dt2019011615334509-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2702/wetstone-style-brass", + "scraped_at": "2026-05-01T18:52:09.293Z" + }, + { + "sku": "PWB-2766", + "color_name": "Desert Mauve Lite", + "description": "Desert Mauve Lite is a dark metallic mauve. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4875/desert-mauve-lite-pwb-2766-dt20200410205236785-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2766/desert-mauve-lite", + "scraped_at": "2026-05-01T18:52:21.840Z" + }, + { + "sku": "PWB-2767", + "color_name": "Desert Charcoal Wrinkle", + "description": "Desert Charcoal Wrinkle is a dark charcoal with a wrinkled texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.56 + }, + { + "min": 50, + "max": 199, + "price": 13.83 + }, + { + "min": 200, + "max": null, + "price": 13.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7407/pwb-2767-desert-charcoal-wrinkle-dt20250707202510470244.pdf?1751919913", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4877/desert-charcoal-wrinkle-pwb-2767-dt20250625221442905566-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2767/desert-charcoal-wrinkle", + "scraped_at": "2026-05-01T18:52:35.076Z" + }, + { + "sku": "PWB-2768", + "color_name": "Desert Aged Copper", + "description": "Desert Aged Copper is a shiny dark copper with an oversized wrinkled texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4879/desert-aged-copper-pwb-2768-dt20190104155543897-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2768/desert-aged-copper", + "scraped_at": "2026-05-01T18:52:51.801Z" + }, + { + "sku": "PWB-2769", + "color_name": "Desert Graphite", + "description": "Desert Graphite is a charcoal black with an oversized wrinkle texture with subtle metallic tones. This color is a polyester wrinkle powder coat and has a semi gloss finish. Semi Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4881/desert-graphite-pwb-2769-dt20211103184959183-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2769/desert-graphite", + "scraped_at": "2026-05-01T18:53:07.608Z" + }, + { + "sku": "PWB-2770", + "color_name": "Desert Black Cherry", + "description": "Desert Black Cherry is a dark cherry purple. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.78 + }, + { + "min": 50, + "max": 199, + "price": 16.89 + }, + { + "min": 200, + "max": null, + "price": 16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4883/desert-black-cherry-pwb-2770-dt20190104165439608-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2770/desert-black-cherry", + "scraped_at": "2026-05-01T18:53:19.161Z" + }, + { + "sku": "PWB-2771", + "color_name": "Desert Aged Brass", + "description": "Desert Aged Brass is a dark brass with a smooth and mild texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.01 + }, + { + "min": 50, + "max": 199, + "price": 14.26 + }, + { + "min": 200, + "max": null, + "price": 13.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4885/desert-aged-brass-pwb-2771-dt20180629223016369-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2771/desert-aged-brass", + "scraped_at": "2026-05-01T18:53:33.016Z" + }, + { + "sku": "PWB-2772", + "color_name": "Desert Gold Ore", + "description": "Desert Gold Ore is a black color with a gold flake. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4887/desert-gold-ore-pwb-2772-dt2021012819260316-thumbnail.jpg?1611861964&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2772/desert-gold-ore", + "scraped_at": "2026-05-01T18:53:48.246Z" + }, + { + "sku": "PWB-2773", + "color_name": "Desert Midnight", + "description": "Desert Midnight is a dark metallic, blue wrinkle. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.78 + }, + { + "min": 50, + "max": 199, + "price": 16.89 + }, + { + "min": 200, + "max": null, + "price": 16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4889/desert-midnight-pwb-2773-dt20200414170407748-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2773/desert-midnight", + "scraped_at": "2026-05-01T18:54:02.812Z" + }, + { + "sku": "PWB-2774", + "color_name": "Desert Sage", + "description": "Desert Sage is an emerald forest green with a smooth and mild texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.78 + }, + { + "min": 50, + "max": 199, + "price": 16.89 + }, + { + "min": 200, + "max": null, + "price": 16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4891/desert-sage-pwb-2774-dt20210111231846981-thumbnail.jpg?1610407128&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2774/desert-sage", + "scraped_at": "2026-05-01T18:54:17.918Z" + }, + { + "sku": "PWB-2775", + "color_name": "Desert Grey", + "description": "Desert Grey is a dark grey with a hint of silver. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Is Desert Grey UV stable? - Koncept Industries 05/23/19 08:42 pm Answer: Yes, Desert Grey is UV stable. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.78 + }, + { + "min": 50, + "max": 199, + "price": 16.89 + }, + { + "min": 200, + "max": null, + "price": 16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4893/desert-grey-pwb-2777-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2775/desert-grey", + "scraped_at": "2026-05-01T18:54:32.160Z" + }, + { + "sku": "PWB-2785", + "color_name": "Desert Plum Navy", + "description": "Desert Plum Navy is a dark midnight blue. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.96 + }, + { + "min": 50, + "max": 199, + "price": 18.01 + }, + { + "min": 200, + "max": null, + "price": 17.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4895/desert-plum-navy-pwb-2785-dt20180711205808712-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2785/desert-plum-navy", + "scraped_at": "2026-05-01T18:54:43.328Z" + }, + { + "sku": "PWB-2787", + "color_name": "Desert Dark Bronze", + "description": "Desert Dark Bronze is a dark bronze with a wrinkled texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.01 + }, + { + "min": 50, + "max": 199, + "price": 15.21 + }, + { + "min": 200, + "max": null, + "price": 14.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4897/desert-dark-bronze-pwb-2787-dt20200604170807991-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2787/desert-dark-bronze", + "scraped_at": "2026-05-01T18:54:55.659Z" + }, + { + "sku": "PWB-2792", + "color_name": "IRONSIDES II", + "description": "Ironsides II is a shimmering charcoal grey with a smooth and mild texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4899/ironsides-ii-pwb-2792-dt20210415143358756-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2792/ironsides-ii", + "scraped_at": "2026-05-01T18:55:09.710Z" + }, + { + "sku": "PWB-2793", + "color_name": "Wetstone Burgundy", + "description": "Wetstone Burgundy is a wrinkled burgundy color. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Wetstone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4901/wetstone-burgundy-pwb-2793-dt20200417224542154-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2793/wetstone-burgundy", + "scraped_at": "2026-05-01T18:55:23.935Z" + }, + { + "sku": "PWB-2799", + "color_name": "Desert Softer Bronze", + "description": "Desert Softer Bronze is a bronze polyester metallic wrinkle and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.86 + }, + { + "min": 50, + "max": 199, + "price": 14.12 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4903/desert-softer-bronze-pwb-2799-dt20250714224603924866-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2799/desert-softer-bronze", + "scraped_at": "2026-05-01T18:55:38.600Z" + }, + { + "sku": "PWB-2814", + "color_name": "PETICOAT PEACH", + "description": "Petticoat Peach is a light warm pink polyurethane wrinkle and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.89 + }, + { + "min": 50, + "max": 199, + "price": 17 + }, + { + "min": 200, + "max": null, + "price": 16.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7804/pwb-2814-peticoat-peach-dt20251231220510786914.pdf?1767218712", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9512/peticoat-peach-pwb-2814-dt20260401182529227181-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2814/peticoat-peach", + "scraped_at": "2026-05-01T18:55:48.296Z" + }, + { + "sku": "PWB-2878", + "color_name": "Splatter Copper", + "description": "Splatter Copper is a satin copper with a wrinkle texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.86 + }, + { + "min": 50, + "max": 199, + "price": 14.12 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2512/pwb-2878-splatter-copper-tds-dt20230809155319703663.pdf?1691596401", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4905/splatter-copper-pwb-2878-dt20200601220039755-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2878/splatter-copper", + "scraped_at": "2026-05-01T18:56:00.073Z" + }, + { + "sku": "PWB-2879", + "color_name": "Splatter Teal", + "description": "Splatter Teal is a teal wrinkle with a prominent texture. This color is a polyester wrinkle powder coat and has a lower gloss finish. Eggshell: 11-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.36 + }, + { + "min": 50, + "max": 199, + "price": 16.49 + }, + { + "min": 200, + "max": null, + "price": 15.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2500/pwb-2879-splatter-teal-tds-dt20230808214200614432.pdf?1691530922", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4907/splatter-teal-pwb-2881-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2879/splatter-teal", + "scraped_at": "2026-05-01T18:56:12.370Z" + }, + { + "sku": "PWB-2880", + "color_name": "Splatter Midnight", + "description": "Splatter Midnight is a dark navy blue with a smooth and mild texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2516/pwb-2880-splatter-midnight-tds-dt20230809161530634408.pdf?1691597732", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4909/splatter-midnight-pwb-2880-dt20210429155621854-thumbnail.jpg?1619711782&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2880/splatter-midnight", + "scraped_at": "2026-05-01T18:56:26.912Z" + }, + { + "sku": "PWB-2881", + "color_name": "Splatter Plum", + "description": "Splatter Plum is a dark plum purple with a smooth and mild texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3477/pwb-2881-splatter-plum-tds-dt20230915202150022775.pdf?1694809312", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4911/splatter-plum-pwb-2881-dt20250425160422602263-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2881/splatter-plum", + "scraped_at": "2026-05-01T18:56:41.068Z" + }, + { + "sku": "PWB-2883", + "color_name": "Splatter Rockwell Bronze", + "description": "Splatter Rockwell Bronze is a satin bronze with a wrinkled texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.16 + }, + { + "min": 50, + "max": 199, + "price": 14.4 + }, + { + "min": 200, + "max": null, + "price": 13.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2502/pwb-2883-splatter-rockwell-bronze-tds-dt20230808220411514512.pdf?1691532253", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4915/splatter-rockwell-bronze-pwb-2883-dt20200601220622817-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2883/splatter-rockwell-bronze", + "scraped_at": "2026-05-01T18:56:55.828Z" + }, + { + "sku": "PWB-2884", + "color_name": "Splatter Burgundy", + "description": "Splatter Burgundy is a satin burgundy with a wrinkled texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2515/pwb-2884-splatter-burgundy-tds-dt2023080916121299212.pdf?1691597534", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4917/splatter-burgundy-pwb-2884-dt20210426172843015-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2884/splatter-burgundy", + "scraped_at": "2026-05-01T18:57:08.177Z" + }, + { + "sku": "PWB-2885", + "color_name": "Splatter Mauve", + "description": "Splatter Mauve is a shiny dark maroon with a wrinkled texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.73 + }, + { + "min": 50, + "max": 199, + "price": 14.94 + }, + { + "min": 200, + "max": null, + "price": 14.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2517/pwb-2885-splatter-mauve-tds-dt20230809161853935305.pdf?1691597935", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4919/splatter-mauve-pwb-2885-dt20190107224307231-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2885/splatter-mauve", + "scraped_at": "2026-05-01T18:57:22.642Z" + }, + { + "sku": "PWB-2901", + "color_name": "Wetstone Robust Brown", + "description": "Wetstone Robust Brown is a shiny chocolate brown with a wrinkled texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Wetstone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7213/pwb-2901-wetstone-robust-brown-dt20250424220803020077.pdf?1745532485", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4921/wetstone-robust-brown-pwb-2901-dt20210420175700315-thumbnail.jpg?1618941421&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2901/wetstone-robust-brown", + "scraped_at": "2026-05-01T18:57:34.418Z" + }, + { + "sku": "PWB-3044", + "color_name": "Silver Splatter", + "description": "Silver Splatter is a dark charcoal with a soft sheen and a wrinkled texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2513/pwb-3044-silver-splatter-tds-dt20230809155626489324.pdf?1691596588", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4925/silver-splatter-pwb-3044-dt20190107221306819-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-3044/silver-splatter", + "scraped_at": "2026-05-01T18:57:49.203Z" + }, + { + "sku": "PWB-3045", + "color_name": "INLAND CHARCOAL WRINKLE", + "description": "Inland Charcoal Wrinkle is a shiny charcoal grey. This color is a polyester wrinkle powder coat with a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.88 + }, + { + "min": 50, + "max": 199, + "price": 14.14 + }, + { + "min": 200, + "max": null, + "price": 13.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7714/inland-charcoal-wrinkle-pwb-3045-dt20211203154653305-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-3045/inland-charcoal-wrinkle", + "scraped_at": "2026-05-01T18:58:04.436Z" + }, + { + "sku": "PWB-4051", + "color_name": "VALMONT SOFTER BRONZE", + "description": "Valmont Softer Bronze is a bronze polyester wrinkle and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.62 + }, + { + "min": 50, + "max": 199, + "price": 15.79 + }, + { + "min": 200, + "max": null, + "price": 14.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9514/valmont-softer-bronze-pwb-4051-dt20241014211405509175-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-4051/valmont-softer-bronze", + "scraped_at": "2026-05-01T18:58:17.344Z" + }, + { + "sku": "PWB-4077", + "color_name": "THOMPSON SOFTER BRONZE", + "description": "Thompson Softer Bronze is a textured brown-bronze. This color is a polyester wrinkle powder coat with a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.38 + }, + { + "min": 50, + "max": 199, + "price": 13.66 + }, + { + "min": 200, + "max": null, + "price": 12.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9515/thompson-softer-bronze-pwb-4077-dt20210408211940559-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-4077/thompson-softer-bronze", + "scraped_at": "2026-05-01T18:58:27.854Z" + }, + { + "sku": "PWB-4438", + "color_name": "Wetstone Copper II", + "description": "Wetstone Copper II is a coppery wrinkle. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Wetstone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7212/pwb-4438-wetstone-copper-ii-dt20250424220739643657.pdf?1745532462", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4929/wetstone-copper-ii-pwb-4438-dt20210630215500594-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-4438/wetstone-copper-ii", + "scraped_at": "2026-05-01T18:58:41.171Z" + }, + { + "sku": "PWB-5034", + "color_name": "CUSTOM BRASS", + "description": "Custom Brass is a dull black with a hint of dark brass and has a smooth and mild texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.19 + }, + { + "min": 50, + "max": 199, + "price": 14.43 + }, + { + "min": 200, + "max": null, + "price": 13.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4931/custom-brass-pwb-5034-dt2019010322475773-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-5034/custom-brass", + "scraped_at": "2026-05-01T22:20:07.051Z" + }, + { + "sku": "PWB-5065", + "color_name": "Desert Brass", + "description": "Desert Brass is a brown/brass with a fine gold metallic and an oversized wrinkled texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.82 + }, + { + "min": 50, + "max": 199, + "price": 16.93 + }, + { + "min": 200, + "max": null, + "price": 16.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4933/desert-brass-pwb-5065-dt20201209234258642-thumbnail.jpg?1607557379&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-5065/desert-brass", + "scraped_at": "2026-05-01T22:20:20.801Z" + }, + { + "sku": "PWB-6450", + "color_name": "Hacienda Red Wrinkle", + "description": "Hacienda Red Wrinkle is a rich red wrinkle with a blueish purple shimmer pearl. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units *A purple/blue metallic flake is used in the formula of this product. Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Do wrinkle coats have to be applied thicker than “regular” topcoats - Creature Coatings 04/15/20 07:56 pm CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.83 + }, + { + "min": 50, + "max": 199, + "price": 15.99 + }, + { + "min": 200, + "max": null, + "price": 15.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7297/pwb-6450-hacienda-red-wrinkle-dt20250501143144439256.pdf?1746109907", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4939/hacienda-red-wrinkle-pwb-6450-dt20250506201523482664-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-6450/hacienda-red-wrinkle", + "scraped_at": "2026-05-01T22:20:32.760Z" + }, + { + "sku": "PWB-6464", + "color_name": "Cargo Black", + "description": "Cargo Black is a deep charcoal grey wrinkle with subtle metallic tones. This color is a polyester wrinkle powder coat and has a semi gloss finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.66 + }, + { + "min": 50, + "max": 199, + "price": 13.93 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4941/cargo-black-pwb-6464-dt20210809172049093-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-6464/cargo-black", + "scraped_at": "2026-05-01T22:20:48.374Z" + }, + { + "sku": "PWB-6497", + "color_name": "RUSTY RONNIE WRINKLE", + "description": "Rusty Ronnie Wrinkle is a grey rust color. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.79 + }, + { + "min": 50, + "max": 199, + "price": 14.05 + }, + { + "min": 200, + "max": null, + "price": 13.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2514/pwb-6497-rusty-ronny-wrinkle-tds-dt20230809160844429657.pdf?1691597326", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4943/rusty-ronnie-wrinkle-pwb-6497-dt20200528172326593-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-6497/rusty-ronnie-wrinkle", + "scraped_at": "2026-05-01T22:21:00.660Z" + }, + { + "sku": "PWB-6638", + "color_name": "Splatter Brass", + "description": "Splatter Brass is a brass with a light wrinkle. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.48 + }, + { + "min": 50, + "max": 199, + "price": 15.66 + }, + { + "min": 200, + "max": null, + "price": 14.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2501/pwb-6638-splatter-brass-tds-dt20230808214355613068.pdf?1691531037", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4945/splatter-brass-pwb-6638-dt20200603172637175-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-6638/splatter-brass", + "scraped_at": "2026-05-01T22:21:13.404Z" + }, + { + "sku": "PWB-6699", + "color_name": "Desert Crimson Red", + "description": "Desert Crimson Red is a rich crimson wrinkle. This color is polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.75 + }, + { + "min": 50, + "max": 199, + "price": 17.81 + }, + { + "min": 200, + "max": null, + "price": 16.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4947/desert-crimson-red-pwb-6699-dt20250708202144760431-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-6699/desert-crimson-red", + "scraped_at": "2026-05-01T22:21:28.297Z" + }, + { + "sku": "PWB-8029", + "color_name": "Wetstone Purple", + "description": "Whetstone Purple is a vivid purple on black polyester wrinkle and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.89 + }, + { + "min": 50, + "max": 199, + "price": 16.05 + }, + { + "min": 200, + "max": null, + "price": 15.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7211/pwb-8029-wetstone-purple-dt20250424220720369402.pdf?1745532442", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9518/wetstone-purple-pwb-8029-dt20260318210015031998-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-8029/wetstone-purple", + "scraped_at": "2026-05-01T22:21:38.748Z" + }, + { + "sku": "PWB-9153", + "color_name": "Wetstone Mauve", + "description": "Wetstone Mauve is a reddish maroon color. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Wetstone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.68 + }, + { + "min": 50, + "max": 199, + "price": 13.95 + }, + { + "min": 200, + "max": null, + "price": 13.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7210/pwb-9153-wetstone-mauve-dt20250424220700790488.pdf?1745532422", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4949/wetstone-mauve-pwb-9153-dt20190115232606655-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-9153/wetstone-mauve", + "scraped_at": "2026-05-01T22:21:54.160Z" + }, + { + "sku": "PWB-9156", + "color_name": "Wetstone Copper", + "description": "Wetstone Copper is a dark copper-brown with a soft sheen and wrinkled texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Wetstone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.44 + }, + { + "min": 50, + "max": 199, + "price": 15.62 + }, + { + "min": 200, + "max": null, + "price": 14.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7209/pwb-9156-wetstone-copper-dt20250424220227451288.pdf?1745532151", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4951/wetstone-copper-pwb-9156-dt20190115180320374-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-9156/wetstone-copper", + "scraped_at": "2026-05-01T22:22:05.721Z" + }, + { + "sku": "PWB-9157", + "color_name": "Wetstone Gold Bronze", + "description": "Wetstone Gold Bronze is a rich bronze. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Wetstone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.09 + }, + { + "min": 50, + "max": 199, + "price": 14.34 + }, + { + "min": 200, + "max": null, + "price": 13.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7208/pwb-9157-wetstone-gold-bronze-dt2025042422004656263.pdf?1745532048", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4952/wetstone-gold-bronze-pwb-9157-dt20200729181308301-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-9157/wetstone-gold-bronze", + "scraped_at": "2026-05-01T22:22:19.209Z" + }, + { + "sku": "PWB-9158", + "color_name": "Wetstone Aqua", + "description": "Wetstone Aqua is a glittering green aqua. This color is a polyester wrinkle powder coat and has an eggshell finish. Eggshell: 11-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Wetstone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.57 + }, + { + "min": 50, + "max": 199, + "price": 14.79 + }, + { + "min": 200, + "max": null, + "price": 14.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7207/pwb-9158-wetstone-aqua-dt20250424220022437245.pdf?1745532024", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4953/wetstone-aqua-pwb-9158-dt20191024162107551-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-9158/wetstone-aqua", + "scraped_at": "2026-05-01T22:22:30.051Z" + }, + { + "sku": "PWS-11490", + "color_name": "Yellow Wrinkle", + "description": "Yellow Wrinkle is a classic yellow polyester wrinkle and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance Coatings PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.2 + }, + { + "min": 50, + "max": 199, + "price": 27.74 + }, + { + "min": 200, + "max": null, + "price": 26.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17190/yellow-wrinkle-pws-11490-dt20240603221959327757-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWS-11490/yellow-wrinkle", + "scraped_at": "2026-05-01T22:22:44.671Z" + }, + { + "sku": "PWS-2232", + "color_name": "Wetstone Black", + "description": "Wetstone Black is a shiny rich black with a wrinkled texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Wetstone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.56 + }, + { + "min": 50, + "max": 199, + "price": 13.83 + }, + { + "min": 200, + "max": null, + "price": 13.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7206/pws-2232-wetstone-black-dt20250424215942694579.pdf?1745531985", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4955/wetstone-black-pws-2232-dt20201204164854844-thumbnail.jpg?1607100537&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWS-2232/wetstone-black", + "scraped_at": "2026-05-01T22:22:54.875Z" + }, + { + "sku": "PWS-2762", + "color_name": "Desert Red Wrinkle", + "description": "Desert Red Wrinkle is a bright red with an oversized wrinkle texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.1 + }, + { + "min": 50, + "max": 199, + "price": 15.3 + }, + { + "min": 200, + "max": null, + "price": 14.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2960/pws-2762-desert-red-wrinkle-tds-dt20230829155557511132.pdf?1693324559", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4957/desert-red-wrinkle-pws-2762-dt20250311194705214612-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWS-2762/desert-red-wrinkle", + "scraped_at": "2026-05-01T22:23:11.249Z" + }, + { + "sku": "PWS-2763", + "color_name": "Desert White Wrinkle", + "description": "Desert White Wrinkle is a bright white with a wrinkled texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I put a Clear Coat over Desert White Wrinkle? - Tc Moses Enterprises 12/12/19 09:23 pm Answer: We do not recommend placing a clear coat over any wrinkle finish. We also don't recommend placing a primer or other base under a wrinkle finish.A clear coat over a wrinkle finish will change the way the wrinkle texture will cure, leaving flat spots and odd looking worm-style textures while the clear coat cures. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.5 + }, + { + "min": 50, + "max": 199, + "price": 19.48 + }, + { + "min": 200, + "max": null, + "price": 18.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4959/desert-white-wrinkle-pws-2763-dt2020122219565957-thumbnail.jpg?1608667021&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWS-2763/desert-white-wrinkle", + "scraped_at": "2026-05-01T22:23:23.272Z" + }, + { + "sku": "PWS-2859", + "color_name": "Desert Nite Black", + "description": "Desert Nite Black is a rich black with an oversized wrinkled texture. This color is a polyester wrinkle powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.79 + }, + { + "min": 50, + "max": 199, + "price": 12.15 + }, + { + "min": 200, + "max": null, + "price": 11.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4963/desert-nite-black-pws-2859-dt20250519221836825156-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWS-2859/desert-nite-black", + "scraped_at": "2026-05-01T22:23:32.957Z" + }, + { + "sku": "PWS-4057", + "color_name": "COPPER WRINKLE", + "description": "Copper Wrinkle is a dark copper with a wrinkled texture. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 31.25 + }, + { + "min": 50, + "max": 199, + "price": 29.69 + }, + { + "min": 200, + "max": null, + "price": 28.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/46/polyester-wrinkle-application-guide-dt20181017182505804.pdf?1539800707", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4965/copper-wrinkle-pws-4057-dt20201229162805506-thumbnail.jpg?1609259286&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWS-4057/copper-wrinkle", + "scraped_at": "2026-05-01T22:23:44.122Z" + }, + { + "sku": "PWS-4344", + "color_name": "Splatter Black", + "description": "Splatter Black is a rich semi gloss black color. This color is a polyester wrinkle powder coat. Semi Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 4 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can a clear coat be applied over a wrinkle finish? - Grant Dwayne 05/07/21 06:57 pm Answer: Technically yes, you can apply a clear coat over a wrinkle finish; however, you will ultimately diminish the wrinkle finish itself causing the final outcome to feel much more smooth rather than textured. - Nic Industries Inc. Question: I want to spray Yankee Gold over the Splatter Black. Can I spray another powder over a wrinkle finish? - C/h Customs 06/02/19 09:47 pm Answer: You would not want to spray anything over a wrinkle finish. You can spray over river and vein finishes but you can run into delamination issues. - Prismatic Support Question: Can a primer be applied under the splatter black? - Str Custom Coatings 02/11/19 12:26 pm Answer: We would not recommend using a primer under Splatter Black, wrinkle finishes. We recommend only applying them to a bare substrate. - Prismatic Support Question: I have an old set of finned aluminum sbc valve covers. I would like to put the splatter black on them for a crinkle look. My question is how would I go about keeping or returning the fins to an aluminum finish? Would I need to mask them off, could I wipe of the powder before baking or would I bake then sand the powder coat off for the aluminum over black finish? - Beau Granbois 01/22/19 11:56 am Answer: All are viable options but probably the easiest way is to simply wipe the powder off the fins. It's a good idea to hang the valve covers so the fins are facing down. that way when you wipe the fins off, the powder falls to the floor rather than building up between the fins. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.49 + }, + { + "min": 50, + "max": 199, + "price": 15.67 + }, + { + "min": 200, + "max": null, + "price": 14.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2277/pws-4344-splatter-black-tds-dt20230508214639247157.pdf?1683582400", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4967/splatter-black-pws-4344-dt20250519220551578467-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWS-4344/splatter-black", + "scraped_at": "2026-05-01T22:23:57.294Z" + }, + { + "sku": "PWS-6566", + "color_name": "VENETIAN LACE", + "description": "Venetian Lace is an off-white cream. This color is a polyester wrinkle powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.78 + }, + { + "min": 50, + "max": 199, + "price": 14.04 + }, + { + "min": 200, + "max": null, + "price": 13.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7871/pws-6566-venetian-lace-dt20260102202620421629.pdf?1767385582", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4969/venetian-lace-pws-6566-dt20201112170139227-thumbnail.jpg?1605200502&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PWS-6566/venetian-lace", + "scraped_at": "2026-05-01T22:24:13.352Z" + }, + { + "sku": "PX200QF", + "color_name": "23-9178 CORVEL WEATHERD COPPER", + "description": "PX200QF 23-9178 WEATHRD COPPER/7402/25KG Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 15.34 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12006/23-9178-corvel-weatherd-copper-px200qf-dt20201029162549408-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PX200QF/23-9178-corvel-weatherd-copper", + "scraped_at": "2026-05-01T22:24:24.911Z" + }, + { + "sku": "PX208QF", + "color_name": "23-9191 CORVEL EARTH", + "description": "PX208QF 23-9191 INT 200 EARTH/7402/25KG Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 10.63 + }, + { + "min": 1, + "max": 99999999, + "price": 10.63 + }, + { + "min": 100000000, + "max": null, + "price": 10.63 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12009/23-9191-corvel-earth-px208qf-dt2020103014093028-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PX208QF/23-9191-corvel-earth", + "scraped_at": "2026-05-01T22:24:37.035Z" + }, + { + "sku": "PX210QF", + "color_name": "23-9192 CORVEL RUST", + "description": "PX210QF 23-9192 INT 200 RUST/7402/25KG Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 10.49 + }, + { + "min": 1, + "max": 99999999, + "price": 10.49 + }, + { + "min": 100000000, + "max": null, + "price": 10.49 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12010/23-9192-corvel-rust-px210qf-dt20201029163017103-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PX210QF/23-9192-corvel-rust", + "scraped_at": "2026-05-01T22:24:51.650Z" + }, + { + "sku": "PX217QF", + "color_name": "23-9407 CORVEL DARK ROAST", + "description": "PX217QF 23-9407 DARK ROAST/7402/25KG Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 20.04 + }, + { + "min": 1, + "max": 99999999, + "price": 20.04 + }, + { + "min": 100000000, + "max": null, + "price": 20.04 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12012/23-9407-corvel-dark-roast-px217qf-dt20201030140832901-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PX217QF/23-9407-corvel-dark-roast", + "scraped_at": "2026-05-01T22:25:05.489Z" + }, + { + "sku": "PZ002QF", + "color_name": "23-9030 CORVEL CLEAR U1575", + "description": "PZ002QF 23-9030 CLEAR U1575-1/7402/20KG Interpon 200 - Polyurethane-based powder coating designed for the exterior environment offering excellent corrosion resistance properties. With exceptional smoothness, ideal for applications where a high level of aesthetic finish is desired. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 18.86 + }, + { + "min": 1, + "max": 99999999, + "price": 18.86 + }, + { + "min": 100000000, + "max": null, + "price": 18.86 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12013/23-9030-corvel-clear-u1575-pz002qf-dt20201029163326461-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PZ002QF/23-9030-corvel-clear-u1575", + "scraped_at": "2026-05-01T22:25:15.238Z" + }, + { + "sku": "Q3112Q", + "color_name": "Q3112Q INTERPON TRIM SILVER", + "description": "Q3112Q INT A2000 TRIM SILVER/7402/25KG Interpon A2000 - Performance engineered powder coating designed for the highest automotive OEM standards for exterior coatings. Ideal for applications where a high level of aesthetic finish is required and designed to meet the performance requirements for automotive applications. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 24.98 + }, + { + "min": 1, + "max": 99999999, + "price": 24.98 + }, + { + "min": 100000000, + "max": null, + "price": 24.98 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12014/q3112q-interpon-trim-silver-q3112q-dt20201029153500313-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/Q3112Q/q3112q-interpon-trim-silver", + "scraped_at": "2026-05-01T22:25:30.731Z" + }, + { + "sku": "QA004QF", + "color_name": "30-1540 CORVEL SD SKY WHITE", + "description": "QA004QF 30-1540 SD SKY WHITE/7402/25KG Interpon 800 - High/super-durable TGIC powder coating designed for exterior exposure. Tested against the most severe weathering specifications, gives significantly improved gloss retention and resistance to color change versus a standard polyester. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 10.36 + }, + { + "min": 1, + "max": 99999999, + "price": 10.36 + }, + { + "min": 100000000, + "max": null, + "price": 10.36 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12015/30-1540-corvel-sd-sky-white-qa004qf-dt20201029163444203-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/QA004QF/30-1540-corvel-sd-sky-white", + "scraped_at": "2026-05-01T22:25:41.921Z" + }, + { + "sku": "QA104QF", + "color_name": "30-1532 COR REGAL ULT BONE WHT", + "description": "QA104QF 30-1532 BONE WHT/7402/25KG Interpon 800 - High/super-durable TGIC powder coating designed for exterior exposure. Tested against the most severe weathering specifications, gives significantly improved gloss retention and resistance to color change versus a standard polyester. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.81 + }, + { + "min": 1, + "max": 99999999, + "price": 9.81 + }, + { + "min": 100000000, + "max": null, + "price": 9.81 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12016/30-1532-cor-regal-ult-bone-wht-qa104qf-dt20201029154644485-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/QA104QF/30-1532-cor-regal-ult-bone-wht", + "scraped_at": "2026-05-01T22:25:52.775Z" + }, + { + "sku": "QD114QF", + "color_name": "30-8743 COR REGAL ULT SNDSTONE", + "description": "QD114QF 30-8743 SANDSTONE/7402/25KG Interpon 800 - High/super-durable TGIC powder coating designed for exterior exposure. Tested against the most severe weathering specifications, gives significantly improved gloss retention and resistance to color change versus a standard polyester. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.5 + }, + { + "min": 1, + "max": 99999999, + "price": 11.5 + }, + { + "min": 100000000, + "max": null, + "price": 11.5 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12017/30-8743-cor-regal-ult-sndstone-qd114qf-dt20201029163603154-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/QD114QF/30-8743-cor-regal-ult-sndstone", + "scraped_at": "2026-05-01T22:26:06.851Z" + }, + { + "sku": "QD116QF", + "color_name": "30-8745 COR REGL ULT SIERA TAN", + "description": "QD116QF 30-8745 SIERRA TAN/7402/25KG Interpon 800 - High/super-durable TGIC powder coating designed for exterior exposure. Tested against the most severe weathering specifications, gives significantly improved gloss retention and resistance to color change versus a standard polyester. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.86 + }, + { + "min": 1, + "max": 99999999, + "price": 9.86 + }, + { + "min": 100000000, + "max": null, + "price": 9.86 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12018/30-8745-cor-regl-ult-siera-tan-qd116qf-dt20201029163644929-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/QD116QF/30-8745-cor-regl-ult-siera-tan", + "scraped_at": "2026-05-01T22:26:21.405Z" + }, + { + "sku": "QE008QF", + "color_name": "30-2218 CORVEL CAT YELLOW A", + "description": "QE008QF 30-2218 CAT YELLOW A/7402/20KG Interpon ACE 2000 - Super-durable polyester TGIC powder coating designed for exterior exposure for agricultural and construction equipment and components. Tested against the most severe specifications, provides significantly improved gloss retention and resistance to color change. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 10.54 + }, + { + "min": 50, + "max": 199, + "price": 10.01 + }, + { + "min": 200, + "max": null, + "price": 9.49 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12019/30-2218-corvel-cat-yellow-a-qe008qf-dt20201029151838247-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/QE008QF/30-2218-corvel-cat-yellow-a", + "scraped_at": "2026-05-01T22:26:35.349Z" + }, + { + "sku": "QM000QF", + "color_name": "30-8466 CORVEL BROWN", + "description": "QM000QF 30-8466 INT 800 BROWN/7402/20KG Interpon 800 - High/super-durable TGIC powder coating designed for exterior exposure. Tested against the most severe weathering specifications, gives significantly improved gloss retention and resistance to color change versus a standard polyester. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 10.49 + }, + { + "min": 1, + "max": 99999999, + "price": 10.49 + }, + { + "min": 100000000, + "max": null, + "price": 10.49 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12026/30-8466-corvel-brown-qm000qf-dt20201029164219955-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/QM000QF/30-8466-corvel-brown", + "scraped_at": "2026-05-01T22:26:46.650Z" + }, + { + "sku": "QM108QF", + "color_name": "30-8741 COR REGAL ULT DRK BRNZ", + "description": "QM108QF 30-8741 DARK BRONZE/7402/25KG Interpon 800 - High/super-durable TGIC powder coating designed for exterior exposure. Tested against the most severe weathering specifications, gives significantly improved gloss retention and resistance to color change versus a standard polyester. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 10.08 + }, + { + "min": 1, + "max": 99999999, + "price": 10.08 + }, + { + "min": 100000000, + "max": null, + "price": 10.08 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12027/30-8741-cor-regal-ult-drk-brnz-qm108qf-dt20201029164312158-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/QM108QF/30-8741-cor-regal-ult-drk-brnz", + "scraped_at": "2026-05-01T22:26:57.698Z" + }, + { + "sku": "QM110QF", + "color_name": "30-8749 CORVEL SUPER BRONZE", + "description": "QM110QF 30-8749 SUPER BRONZE/7402/25KG Interpon 800 - High/super-durable TGIC powder coating designed for exterior exposure. Tested against the most severe weathering specifications, gives significantly improved gloss retention and resistance to color change versus a standard polyester. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.63 + }, + { + "min": 1, + "max": 99999999, + "price": 9.63 + }, + { + "min": 100000000, + "max": null, + "price": 9.63 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12028/30-8749-corvel-super-bronze-qm110qf-dt20201029164437527-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/QM110QF/30-8749-corvel-super-bronze", + "scraped_at": "2026-05-01T22:27:12.698Z" + }, + { + "sku": "QN001U", + "color_name": "QN001U INTERPON A2000 BLACK", + "description": "QN001U INTERPON A2000 BLACK/7402/20KG Interpon A2201 powders can be used for pillars and appliques, roof racks, grille guards, bumper hitches, mirror housings, and wiper arms, which all require protection from the environment as well as be visually harmonious with the overall design of a vehicle. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 10.31 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12030/qn001u-interpon-a2000-black-qn001u-dt20201029152913414-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/QN001U/qn001u-interpon-a2000-black", + "scraped_at": "2026-05-01T22:27:26.682Z" + }, + { + "sku": "QN005QF", + "color_name": "30-7534 COR HIGH GLOSS SD BLK", + "description": "QN005QF 30-7534 HI GLS SD BLK /7402/20KG Interpon 800 - High/super-durable TGIC powder coating designed for exterior exposure. Tested against the most severe weathering specifications, gives significantly improved gloss retention and resistance to color change versus a standard polyester. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 12.27 + }, + { + "min": 1, + "max": 99999999, + "price": 12.27 + }, + { + "min": 100000000, + "max": null, + "price": 12.27 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12031/30-7534-cor-high-gloss-sd-blk-qn005qf-dt20201029164727094-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/QN005QF/30-7534-cor-high-gloss-sd-blk", + "scraped_at": "2026-05-01T22:27:37.261Z" + }, + { + "sku": "QN008QF", + "color_name": "QN008QF 30-7637 HI GLOSS BLK J", + "description": "QN008QF 30-7637 HI GLOSS BLK J/7402/20KG Interpon ACE 2000 - Super-durable polyester TGIC for exterior exposure for agricultural and construction equip and components. Tested against the most severe specifications, improved gloss retention and resistance to color change. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 10.72 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12032/qn008qf-30-7637-hi-gloss-blk-j-qn008qf-dt20201029164818136-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/QN008QF/qn008qf-30-7637-hi-gloss-blk-j", + "scraped_at": "2026-05-01T22:27:47.503Z" + }, + { + "sku": "QN009Q", + "color_name": "QN009Q INTERPON A2201 BLACK", + "description": "QN009Q INTERPON A2201 BLACK/7402/20KG Interpon A2201 powders can be used for pillars and appliques, roof racks, grille guards, bumper hitches, mirror housings, and wiper arms, which all require protection from the environment as well as be visually harmonious with the overall design of a vehicle. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 21.16 + }, + { + "min": 1, + "max": 99999999, + "price": 21.16 + }, + { + "min": 100000000, + "max": null, + "price": 21.16 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12033/qn009q-interpon-a2201-black-qn009q-dt2020102915052898-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/QN009Q/qn009q-interpon-a2201-black", + "scraped_at": "2026-05-01T22:28:02.469Z" + }, + { + "sku": "QN014QF", + "color_name": "QN014QF A4701 BLACK QN009Q-OG", + "description": "QN014QF A4701 BLACK QN009Q-OG/7402/20KG Interpon A4701 - Primer powder coating designed for OEM automotive wheel applications. Provides excellent smoothness and appearance, corrosion and chemical resistance, and mechanical properties. Smooth with out-gassing resistance and excellent for fully painted wheel systems. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 17.53 + }, + { + "min": 1, + "max": 99999999, + "price": 17.53 + }, + { + "min": 100000000, + "max": null, + "price": 17.53 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12034/qn014qf-a4701-black-qn009q-og-qn014qf-dt20201029165057135-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/QN014QF/qn014qf-a4701-black-qn009q-og", + "scraped_at": "2026-05-01T22:28:12.508Z" + }, + { + "sku": "QN101QF", + "color_name": "30-7452 COR MED GLOSS SD51 BLK", + "description": "QN101QF 30-7452 MD GLS SD51 BLK/7402/25K Interpon 800 - High/super-durable TGIC powder coating designed for exterior exposure. Tested against the most severe weathering specifications, gives significantly improved gloss retention and resistance to color change versus a standard polyester. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 9.31 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12035/30-7452-cor-med-gloss-sd51-blk-qn101qf-dt20201029152814822-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/QN101QF/30-7452-cor-med-gloss-sd51-blk", + "scraped_at": "2026-05-01T22:28:26.466Z" + }, + { + "sku": "QN102QF", + "color_name": "30-7452A MED GLS BLK H U1578", + "description": "QN102QF 30-7452A MEDBLK U1578-1/7402/25K Interpon ACE 2000 - Super-durable polyester TGIC powder coating designed for exterior exposure for agricultural and construction equipment and components. Tested against the most severe specifications, provides significantly improved gloss retention and resistance to color change. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.4 + }, + { + "min": 1, + "max": 99999999, + "price": 9.4 + }, + { + "min": 100000000, + "max": null, + "price": 9.4 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12036/30-7452a-med-gls-blk-h-u1578-qn102qf-dt2020102915014392-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/QN102QF/30-7452a-med-gls-blk-h-u1578", + "scraped_at": "2026-05-01T22:28:41.670Z" + }, + { + "sku": "QN117QF", + "color_name": "30-7967A CORVEL SUPER BLACK SD", + "description": "QN117QF 30-7967A SUPER BLK SD/7402/25KG Interpon 800 - High/super-durable TGIC powder coating designed for exterior exposure. Tested against the most severe weathering specifications, gives significantly improved gloss retention and resistance to color change versus a standard polyester. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 9.95 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12037/30-7967a-corvel-super-black-sd-qn117qf-dt2020102915540231-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/QN117QF/30-7967a-corvel-super-black-sd", + "scraped_at": "2026-05-01T22:28:51.650Z" + }, + { + "sku": "QN201U", + "color_name": "QN201U INTERPON BLACK", + "description": "QN201U INTERPON A2000 BLACK/7402/25KG Interpon A2000 - Performance engineered powder coating designed for the highest automotive OEM standards for exterior coatings. Ideal for applications where a high level of aesthetic finish is required and designed to meet the performance requirements for automotive applications. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 10.08 + }, + { + "min": 1, + "max": 99999999, + "price": 10.08 + }, + { + "min": 100000000, + "max": null, + "price": 10.08 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12038/qn201u-interpon-black-qn201u-dt20201029153342439-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/QN201U/qn201u-interpon-black", + "scraped_at": "2026-05-01T22:29:04.004Z" + }, + { + "sku": "QN300QF", + "color_name": "31-7212 TEXTRA 167A EBONY", + "description": "QN300QF 31-7212 TXTR 167A EBNY/7402/20KG Interpon 800 - High/super-durable TGIC powder coating designed for exterior exposure. Tested against the most severe weathering specifications, gives significantly improved gloss retention and resistance to color change versus a standard polyester. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.4 + }, + { + "min": 1, + "max": 99999999, + "price": 11.4 + }, + { + "min": 100000000, + "max": null, + "price": 11.4 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12039/31-7212-textra-167a-ebony-qn300qf-dt20201029165252057-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/QN300QF/31-7212-textra-167a-ebony", + "scraped_at": "2026-05-01T22:29:14.815Z" + }, + { + "sku": "QN302QF", + "color_name": "31-7259 TEXTRA BLACK", + "description": "QN302QF 31-7259 TEXTRA BLACK/7402/25KG Interpon 800 - High/super-durable TGIC powder coating designed for exterior exposure. Tested against the most severe weathering specifications, gives significantly improved gloss retention and resistance to color change versus a standard polyester. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.49 + }, + { + "min": 1, + "max": 99999999, + "price": 9.49 + }, + { + "min": 100000000, + "max": null, + "price": 9.49 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12040/31-7259-textra-black-qn302qf-dt2020102915393839-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/QN302QF/31-7259-textra-black", + "scraped_at": "2026-05-01T22:29:25.381Z" + }, + { + "sku": "QN303U", + "color_name": "QN303U INTERPON A2000 BLACK", + "description": "QN303U INTERPON A2000 BLACK/7402/25KG Interpon A2000 - Performance engineered powder coating designed for the highest automotive OEM standards for exterior coatings. Ideal for applications where a high level of aesthetic finish is required and designed to meet the performance requirements for automotive applications. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 9.95 + }, + { + "min": 1, + "max": 99999999, + "price": 9.95 + }, + { + "min": 100000000, + "max": null, + "price": 9.95 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12041/qn303u-interpon-a2000-black-qn303u-dt20201029151506841-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/QN303U/qn303u-interpon-a2000-black", + "scraped_at": "2026-05-01T22:29:38.783Z" + }, + { + "sku": "QN304U", + "color_name": "QN304U INTERPON A2000 BLACK", + "description": "QN304U INTERPON A2000 BLACK/7402/25KG Interpon A2000 - Performance engineered powder coating designed for the highest automotive OEM standards for exterior coatings. Ideal for applications where a high level of aesthetic finish is required and designed to meet the performance requirements for automotive applications. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 10.36 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12042/qn304u-interpon-a2000-black-qn304u-dt20201029151744983-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/QN304U/qn304u-interpon-a2000-black", + "scraped_at": "2026-05-01T22:29:53.212Z" + }, + { + "sku": "QW135QF", + "color_name": "QW135QF A2203 732R SILVN METAL", + "description": "QW135QF A2203 732R SILVN METAL/7402/20KG Interpon A2203 - Powder can be used for pillars and appliques, roof racks, grille guards, bumpers, hitches, mirror housings, and wiper arms. All require protection from the environment as well as being visually harmonious with the overall design of a vehicle. Interpon A2203 powders are super durable metallic (>two years Florida) and answer to the requested performance level specified by OEMs. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 27.8 + }, + { + "min": 1, + "max": 99999999, + "price": 27.8 + }, + { + "min": 100000000, + "max": null, + "price": 27.8 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12043/qw135qf-a2203-732r-silvn-metal-qw135qf-dt20201028154958915-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/QW135QF/qw135qf-a2203-732r-silvn-metal", + "scraped_at": "2026-05-01T22:30:04.993Z" + }, + { + "sku": "QW307QF", + "color_name": "QW307QF INT 800 SILVER TEXTURE", + "description": "QW307QF INT 800 SILVER TEXTURE/7402/25KG Interpon 800 - High/super-durable polyester TGIC for exterior exposure. Tested against the most severe weathering specifications, gives significantly improved gloss retention and resistance to color change vs. a standard polyester. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 27.42 + }, + { + "min": 1, + "max": 99999999, + "price": 27.42 + }, + { + "min": 100000000, + "max": null, + "price": 27.42 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12044/qw307qf-int-800-silver-texture-qw307qf-dt20201029165440299-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/QW307QF/qw307qf-int-800-silver-texture", + "scraped_at": "2026-05-01T22:30:14.691Z" + }, + { + "sku": "RAL-1000-MATTE", + "color_name": "RAL 1000 Matte", + "description": "RAL 1000 Matte is a tan polyester river and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1000 RAL-1000 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.72 + }, + { + "min": 50, + "max": 199, + "price": 14.93 + }, + { + "min": 200, + "max": null, + "price": 14.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18254/ral-1000-matte-ral-1000-matte-dt20250311202814442807-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1000-MATTE/ral-1000-matte", + "scraped_at": "2026-05-01T22:30:25.255Z" + }, + { + "sku": "RAL-1000-RIVER", + "color_name": "RAL 1000 River", + "description": "RAL 1000 River is a beige polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 1000 RAL-1000 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.73 + }, + { + "min": 50, + "max": 199, + "price": 15.89 + }, + { + "min": 200, + "max": null, + "price": 15.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8185/ral-1000-river-dt20260306220451824124.pdf?1772834694", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16426/ral-1000-river-ral-1000-river-dt20240528194626073322-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1000-RIVER/ral-1000-river", + "scraped_at": "2026-05-01T22:30:37.019Z" + }, + { + "sku": "RAL-1000", + "color_name": "RAL 1000", + "description": "RAL 1000 is a green beige. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.5 + }, + { + "min": 50, + "max": 199, + "price": 18.48 + }, + { + "min": 200, + "max": null, + "price": 17.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4397/ral-1000-tds-dt20231027200232544206.pdf?1698436955", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4973/ral-1000-ral-1000-dt20220512195457890314-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1000/ral-1000", + "scraped_at": "2026-05-01T22:30:48.388Z" + }, + { + "sku": "RAL-1001-MATTE", + "color_name": "RAL 1001 Matte", + "description": "RAL 1001 Matte is a matte tan polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1001 RAL-1001 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.13 + }, + { + "min": 50, + "max": 199, + "price": 13.42 + }, + { + "min": 200, + "max": null, + "price": 12.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7103/ral-1001-matte-dt20250305162436857357.pdf?1741191879", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18256/ral-1001-matte-ral-1001-matte-dt20250321160302636348-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1001-MATTE/ral-1001-matte", + "scraped_at": "2026-05-01T22:31:02.562Z" + }, + { + "sku": "RAL-1001-RIVER", + "color_name": "RAL 1001 River", + "description": "RAL 1001 River is a light tan polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.18 + }, + { + "min": 50, + "max": 199, + "price": 13.47 + }, + { + "min": 200, + "max": null, + "price": 12.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16429/ral-1001-river-ral-1001-river-dt20250131195222539383-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1001-RIVER/ral-1001-river", + "scraped_at": "2026-05-01T22:31:17.146Z" + }, + { + "sku": "RAL-1001", + "color_name": "RAL 1001", + "description": "RAL 1001 is a beige. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.14 + }, + { + "min": 50, + "max": 199, + "price": 10.12 + }, + { + "min": 200, + "max": null, + "price": 9.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4398/ral-1001-tds-dt20231027200440019952.pdf?1698437082", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4975/ral-1001-ral-1001-dt20250701205540480895-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1001/ral-1001", + "scraped_at": "2026-05-01T22:31:30.880Z" + }, + { + "sku": "RAL-1002-MATTE", + "color_name": "RAL 1002 Matte", + "description": "RAL 1002 Matte is a matte tan polyester and has a high gloss finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1002 RAL-1002 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.54 + }, + { + "min": 50, + "max": 199, + "price": 17.61 + }, + { + "min": 200, + "max": null, + "price": 16.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7101/ral-1002-matte-dt20250305162315091042.pdf?1741191797", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18258/ral-1002-matte-ral-1002-matte-dt20250313164951645895-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1002-MATTE/ral-1002-matte", + "scraped_at": "2026-05-01T22:31:42.222Z" + }, + { + "sku": "RAL-1002-RIVER", + "color_name": "RAL 1002 River", + "description": "RAL 1002 River is an yellow beige polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 1002 RAL-1002 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.7 + }, + { + "min": 50, + "max": 199, + "price": 17.77 + }, + { + "min": 200, + "max": null, + "price": 16.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5735/ral-1002-river-ral-1002-river-tds-dt20240228172157375629.pdf?1709140919", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16432/ral-1002-river-ral-1002-river-dt20250128184841269568-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1002-RIVER/ral-1002-river", + "scraped_at": "2026-05-01T22:31:53.255Z" + }, + { + "sku": "RAL-1002", + "color_name": "RAL 1002", + "description": "RAL 1002 is a sand yellow. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.37 + }, + { + "min": 50, + "max": 199, + "price": 16.35 + }, + { + "min": 200, + "max": null, + "price": 15.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5621/ral-1002-ral-1002-tds-dt20240202212015271171.pdf?1706908818", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4977/ral-1002-ral-1002-dt20190305151955095-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1002/ral-1002", + "scraped_at": "2026-05-01T22:32:10.425Z" + }, + { + "sku": "RAL-1003-MATTE", + "color_name": "RAL 1003 Matte", + "description": "RAL 1003 Matte is a vivid yellow polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1003 RAL-1003 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.31 + }, + { + "min": 50, + "max": 199, + "price": 19.29 + }, + { + "min": 200, + "max": null, + "price": 18.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7099/ral-1003-matte-dt20250305162204206425.pdf?1741191726", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18260/ral-1003-matte-ral-1003-matte-dt20250403155517897731-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1003-MATTE/ral-1003-matte", + "scraped_at": "2026-05-01T22:32:22.270Z" + }, + { + "sku": "RAL-1003-RIVER", + "color_name": "RAL 1003 River", + "description": "RAL 10043River is a yellow polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 1003 RAL-1003 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.86 + }, + { + "min": 50, + "max": 199, + "price": 19.82 + }, + { + "min": 200, + "max": null, + "price": 18.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16435/ral-1003-river-ral-1003-river-dt20250131195058299908-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1003-RIVER/ral-1003-river", + "scraped_at": "2026-05-01T22:32:35.124Z" + }, + { + "sku": "RAL-1003", + "color_name": "RAL 1003", + "description": "RAL 1003 is a mustard yellow. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.7 + }, + { + "min": 50, + "max": 199, + "price": 18.68 + }, + { + "min": 200, + "max": null, + "price": 17.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4400/ral-1003-tds-dt2023102720081998771.pdf?1698437302", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4979/ral-1003-ral-1003-dt20250617193446295728-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1003/ral-1003", + "scraped_at": "2026-05-01T22:32:52.753Z" + }, + { + "sku": "RAL-1004-MATTE", + "color_name": "RAL 1004 Matte", + "description": "RAL 1004 Matte is a spicy mustard polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1004 RAL-1004 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.22 + }, + { + "min": 50, + "max": 199, + "price": 19.21 + }, + { + "min": 200, + "max": null, + "price": 18.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7100/ral-1004-matte-dt20250305162227470218.pdf?1741191749", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18262/ral-1004-matte-ral-1004-matte-dt20250403160006682869-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1004-MATTE/ral-1004-matte", + "scraped_at": "2026-05-01T22:33:07.235Z" + }, + { + "sku": "RAL-1004-RIVER", + "color_name": "RAL 1004 River", + "description": "PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.68 + }, + { + "min": 50, + "max": 199, + "price": 18.7 + }, + { + "min": 200, + "max": null, + "price": 17.71 + } + ], + "safety_data_sheet_url": "https://www.prismaticpowders.com/documents", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://www.prismaticpowders.com/documents", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16439/ral-1004-river-ral-1004-rive-dt20240614160143422666-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1004-RIVER/ral-1004-river", + "scraped_at": "2026-05-01T22:33:16.945Z" + }, + { + "sku": "RAL-1004", + "color_name": "RAL 1004", + "description": "RAL 1004 is a classic yellow polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.35 + }, + { + "min": 50, + "max": 199, + "price": 18.33 + }, + { + "min": 200, + "max": null, + "price": 17.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5623/ral-1004-ral-1004-tds-dt20240202212309145974.pdf?1706908991", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4981/ral-1004-ral-1004-dt20250701205346093776-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1004/ral-1004", + "scraped_at": "2026-05-01T22:33:28.851Z" + }, + { + "sku": "RAL-1005-MATTE", + "color_name": "RAL 1005 Matte", + "description": "RAL 1005 Matte is a spicy mustard polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1005 RAL-1005 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.82 + }, + { + "min": 50, + "max": 199, + "price": 22.63 + }, + { + "min": 200, + "max": null, + "price": 21.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7108/ral-1005-matte-dt2025031215574308314.pdf?1741795064", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18273/ral-1005-matte-ral-1005-matte-dt20250403160223274473-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1005-MATTE/ral-1005-matte", + "scraped_at": "2026-05-01T22:33:43.367Z" + }, + { + "sku": "RAL-1005-RIVER", + "color_name": "RAL 1005 River", + "description": "RAL 1005 River is a squash yellow brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 1005 RAL-1005 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.5 + }, + { + "min": 50, + "max": 199, + "price": 22.33 + }, + { + "min": 200, + "max": null, + "price": 21.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5731/ral-1005-river-ral-1005-river-tds-dt20240228170604922861.pdf?1709139967", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16441/ral-1005-river-ral-1005-river-dt20250128185229657035-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1005-RIVER/ral-1005-river", + "scraped_at": "2026-05-01T22:33:57.574Z" + }, + { + "sku": "RAL-1005", + "color_name": "RAL 1005", + "description": "RAL 1005 is honey yellow. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.27 + }, + { + "min": 50, + "max": 199, + "price": 23.25 + }, + { + "min": 200, + "max": null, + "price": 22.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4402/ral-1005-tds-dt20231027201122327666.pdf?1698437484", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4983/ral-1005-ral-1005-dt2021042221244699-thumbnail.jpg?1619126688&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1005/ral-1005", + "scraped_at": "2026-05-01T22:34:12.891Z" + }, + { + "sku": "RAL-1006-MATTE", + "color_name": "RAL 1006 Matte", + "description": "RAL 1006 Matte is an orange yellow polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1006 RAL-1006 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.72 + }, + { + "min": 50, + "max": 199, + "price": 17.78 + }, + { + "min": 200, + "max": null, + "price": 16.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7109/ral-1006-matte-dt20250312155814261151.pdf?1741795096", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18275/ral-1006-matte-ral-1006-matte-dt20250403160432148029-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1006-MATTE/ral-1006-matte", + "scraped_at": "2026-05-01T22:34:25.830Z" + }, + { + "sku": "RAL-1006", + "color_name": "RAL 1006", + "description": "RAL 1006 is maize yellow. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.37 + }, + { + "min": 50, + "max": 199, + "price": 16.35 + }, + { + "min": 200, + "max": null, + "price": 15.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5632/ral-1006-ral-1006-tds-dt20240205211218984574.pdf?1707167541", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4985/ral-1006-ral-1006-dt20220520171000058152-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1006/ral-1006", + "scraped_at": "2026-05-01T22:34:41.023Z" + }, + { + "sku": "RAL-1007-MATTE", + "color_name": "RAL 1007 Matte", + "description": "RAL 1007 Matte is a mustard tan polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1007 RAL-1007 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.49 + }, + { + "min": 50, + "max": 199, + "price": 16.62 + }, + { + "min": 200, + "max": null, + "price": 15.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7110/ral-1007-matte-dt20250312155900448332.pdf?1741795142", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18277/ral-1007-matte-ral-1007-matte-dt20250321160734405885-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1007-MATTE/ral-1007-matte", + "scraped_at": "2026-05-01T22:34:53.652Z" + }, + { + "sku": "RAL-1007", + "color_name": "RAL 1007", + "description": "RAL 1007 is daffodil yellow. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.02 + }, + { + "min": 50, + "max": 199, + "price": 15 + }, + { + "min": 200, + "max": null, + "price": 14.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5633/ral-1007-ral-1007-tds-dt20240205211343476236.pdf?1707167625", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4987/ral-1007-ral-1007-dt20220527211939905877-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1007/ral-1007", + "scraped_at": "2026-05-01T22:35:10.490Z" + }, + { + "sku": "RAL-1011-MATTE", + "color_name": "RAL 1011 Matte", + "description": "RAL 1011 Matte is a dark tan polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1011 RAL-1011 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.68 + }, + { + "min": 50, + "max": 199, + "price": 15.85 + }, + { + "min": 200, + "max": null, + "price": 15.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7111/ral-1011-matte-dt20250312155932508905.pdf?1741795174", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18279/ral-1011-matte-ral-1011-matte-dt20250321161231090055-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1011-MATTE/ral-1011-matte", + "scraped_at": "2026-05-01T22:35:20.845Z" + }, + { + "sku": "RAL-1011-RIVER", + "color_name": "RAL 1011 River", + "description": "RAL 1011 River is a medium tan polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 1011 RAL-1011 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.25 + }, + { + "min": 50, + "max": 199, + "price": 16.39 + }, + { + "min": 200, + "max": null, + "price": 15.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5747/ral-1011-river-ral-1011-river-tds-dt20240228225731208048.pdf?1709161053", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16472/ral-1011-river-ral-1011-river-dt20250128231127203096-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1011-RIVER/ral-1011-river", + "scraped_at": "2026-05-01T22:35:33.432Z" + }, + { + "sku": "RAL-1011", + "color_name": "RAL 1011", + "description": "RAL 1011 is a brown beige. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.03 + }, + { + "min": 50, + "max": 199, + "price": 14.01 + }, + { + "min": 200, + "max": null, + "price": 13.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5634/ral-1011-ral-1011-tds-dt2024020521151206618.pdf?1707167715", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4989/ral-1011-ral-1011-dt20210422212556533-thumbnail.jpg?1619126757&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1011/ral-1011", + "scraped_at": "2026-05-01T22:35:48.633Z" + }, + { + "sku": "RAL-1012-MATTE", + "color_name": "RAL 1012 Matte", + "description": "RAL 1012 Matte is a mustard yellow polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1012 RAL-1012 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.32 + }, + { + "min": 50, + "max": 199, + "price": 18.35 + }, + { + "min": 200, + "max": null, + "price": 17.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7112/ral-1012-matte-dt20250312160004166178.pdf?1741795207", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18281/ral-1012-matte-ral-1012-matte-dt20250321162122828158-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1012-MATTE/ral-1012-matte", + "scraped_at": "2026-05-01T22:36:00.037Z" + }, + { + "sku": "RAL-1012-RIVER", + "color_name": "RAL 1012 River", + "description": "RAL 1012 River is a yellow polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 1012 RAL-1012 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.82 + }, + { + "min": 50, + "max": 199, + "price": 18.83 + }, + { + "min": 200, + "max": null, + "price": 17.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6426/ral-1012-river-ral-1012-river-tds-dt20240503165123734397.pdf?1714755086", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16911/ral-1012-river-ral-1012-river-dt20250128190424586904-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1012-RIVER/ral-1012-river", + "scraped_at": "2026-05-01T22:36:13.202Z" + }, + { + "sku": "RAL-1012", + "color_name": "RAL 1012", + "description": "RAL 1012 is a lemon yellow. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.49 + }, + { + "min": 50, + "max": 199, + "price": 17.47 + }, + { + "min": 200, + "max": null, + "price": 16.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4406/ral-1012-tds-dt20231027201906951921.pdf?1698437949", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4991/ral-1012-ral-1014-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1012/ral-1012", + "scraped_at": "2026-05-01T22:36:26.878Z" + }, + { + "sku": "RAL-1013-MATTE", + "color_name": "RAL 1013 Matte", + "description": "RAL 1013 Matte is white polyester solid tone powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1013 RAL-1013 CLICK FOR DETAILS RAL 1013 RIVER RAL-1013-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.71 + }, + { + "min": 50, + "max": 199, + "price": 13.02 + }, + { + "min": 200, + "max": null, + "price": 12.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18666/ral-1013-matte-ral-1013-matte-dt20250617200029430956-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1013-MATTE/ral-1013-matte", + "scraped_at": "2026-05-01T22:36:41.524Z" + }, + { + "sku": "RAL-1013-RIVER", + "color_name": "RAL 1013 River", + "description": "RAL 1013 River is an off-white polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 13.61 + }, + { + "min": 1, + "max": 99999999, + "price": 13.61 + }, + { + "min": 100000000, + "max": null, + "price": 13.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5748/ral-1013-river-ral-1013-river-tds-dt20240228230022529213.pdf?1709161224", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16475/ral-1013-river-ral-1013-river-dt2024112621081844107-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1013-RIVER/ral-1013-river", + "scraped_at": "2026-05-01T22:36:54.251Z" + }, + { + "sku": "RAL-1013", + "color_name": "RAL 1013", + "description": "RAL 1013 is a slightly off white color. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.17 + }, + { + "min": 50, + "max": 199, + "price": 10.15 + }, + { + "min": 200, + "max": null, + "price": 9.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5635/ral-1013-ral-1013-tds-dt20240205215301143834.pdf?1707169983", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4993/ral-1013-ral-1013-dt2022062018012632661-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1013/ral-1013", + "scraped_at": "2026-05-01T22:37:09.036Z" + }, + { + "sku": "RAL-1014-MATTE", + "color_name": "RAL 1014 Matte", + "description": "RAL 1014 Matte is a light tan polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1014 RAL-1014 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.09 + }, + { + "min": 50, + "max": 199, + "price": 14.34 + }, + { + "min": 200, + "max": null, + "price": 13.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7121/ral-1014-matte-dt20250313205031846173.pdf?1741899034", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18284/ral-1014-matte-ral-1014-matte-dt2025032116264031949-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1014-MATTE/ral-1014-matte", + "scraped_at": "2026-05-01T22:37:20.823Z" + }, + { + "sku": "RAL-1014-RIVER", + "color_name": "RAL 1014 River", + "description": "RAL 1014 River is a light tan polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1014 RAL-1014 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.85 + }, + { + "min": 50, + "max": 199, + "price": 14.11 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5749/ral-1014-river-ral-1014-river-tds-dt20240228230538502265.pdf?1709161540", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16478/ral-1014-river-ral-1014-river-dt20250313170812034679-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1014-RIVER/ral-1014-river", + "scraped_at": "2026-05-01T22:37:35.046Z" + }, + { + "sku": "RAL-1014", + "color_name": "RAL 1014", + "description": "RAL 1014 is an ivory. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.8 + }, + { + "min": 50, + "max": 199, + "price": 11.78 + }, + { + "min": 200, + "max": null, + "price": 10.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5636/ral-1014-ral-1014-tds-dt20240205215423182979.pdf?1707170065", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4995/ral-1014-ral-1014-dt2025070120521294639-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1014/ral-1014", + "scraped_at": "2026-05-01T22:37:46.178Z" + }, + { + "sku": "RAL-1015-MATTE", + "color_name": "RAL 1015 Matte", + "description": "RAL 1015 Matte is a light tan polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1015 RAL-1015 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.09 + }, + { + "min": 50, + "max": 199, + "price": 17.19 + }, + { + "min": 200, + "max": null, + "price": 16.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7113/ral-1015-matte-dt20250312160047747915.pdf?1741795250", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18286/ral-1015-matte-ral-1015-matte-dt20250403160624027712-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1015-MATTE/ral-1015-matte", + "scraped_at": "2026-05-01T22:37:58.426Z" + }, + { + "sku": "RAL-1015-RIVER", + "color_name": "RAL 1015 River", + "description": "RAL 1015 River is an off white polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 1015 RAL-1015 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.09 + }, + { + "min": 50, + "max": 199, + "price": 17.19 + }, + { + "min": 200, + "max": null, + "price": 16.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5750/ral-1015-river-ral-1015-river-tds-dt20240228230720627656.pdf?1709161642", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16481/ral-1015-river-ral-1015-river-dt20250128231736918874-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1015-RIVER/ral-1015-river", + "scraped_at": "2026-05-01T22:38:10.427Z" + }, + { + "sku": "RAL-1015", + "color_name": "RAL 1015", + "description": "RAL 1015 is a cream color. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 1015 RIVER RAL-1015-RIVER CLICK FOR DETAILS RAL 1015 MATTE RAL-1015-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.19 + }, + { + "min": 50, + "max": 199, + "price": 10.17 + }, + { + "min": 200, + "max": null, + "price": 9.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5637/ral-1015-ral-1015-tds-dt20240206183449493555.pdf?1707244492", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4997/ral-1015-ral-1015-dt20250617194959171236-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1015/ral-1015", + "scraped_at": "2026-05-01T22:38:23.636Z" + }, + { + "sku": "RAL-1016-MATTE", + "color_name": "RAL 1016 Matte", + "description": "RAL 1016 Matte is a light yellow polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1016 RAL-1016 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.45 + }, + { + "min": 50, + "max": 199, + "price": 22.28 + }, + { + "min": 200, + "max": null, + "price": 21.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7120/ral-1016-matte-dt20250313204950656358.pdf?1741898992", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18288/ral-1016-matte-ral-1016-matte-dt20250403161211659762-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1016-MATTE/ral-1016-matte", + "scraped_at": "2026-05-01T22:38:34.971Z" + }, + { + "sku": "RAL-1016-RIVER", + "color_name": "RAL 1016 River", + "description": "RAL 1016 River is a light yellow polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1016 RAL-1016 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.22 + }, + { + "min": 50, + "max": 199, + "price": 20.16 + }, + { + "min": 200, + "max": null, + "price": 19.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5751/ral-1016-river-ral-1016-river-tds-dt20240228230908250556.pdf?1709161750", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16484/ral-1016-river-ral-1016-river-dt2025031316475643343-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1016-RIVER/ral-1016-river", + "scraped_at": "2026-05-01T22:38:48.063Z" + }, + { + "sku": "RAL-1016", + "color_name": "RAL 1016", + "description": "RAL 1016 is a sulfur yellow. This color is polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 1016 RIVER RAL-1016-RIVER CLICK FOR DETAILS RAL 1016 MATTE RAL-1016-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.43 + }, + { + "min": 50, + "max": 199, + "price": 20.41 + }, + { + "min": 200, + "max": null, + "price": 19.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5638/ral-1016-ral-1016-tds-dt20240206183626659772.pdf?1707244589", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/4999/ral-1016-ral-1016-dt20250617195115606301-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1016/ral-1016", + "scraped_at": "2026-05-01T22:39:04.638Z" + }, + { + "sku": "RAL-1017-MATTE", + "color_name": "RAL 1017 Matte", + "description": "RAL 1017 Matte is a muted peachy orange polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1017 RAL-1017 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.06 + }, + { + "min": 50, + "max": 199, + "price": 21.91 + }, + { + "min": 200, + "max": null, + "price": 20.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7119/ral-1017-matte-dt20250313204937400732.pdf?1741898979", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18290/ral-1017-matte-ral-1017-matte-dt20250403161425842734-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1017-MATTE/ral-1017-matte", + "scraped_at": "2026-05-01T22:39:19.425Z" + }, + { + "sku": "RAL-1017-RIVER", + "color_name": "RAL 1017 River", + "description": "RAL 1027 River is a mustard orange yellow polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1017 RAL-1017 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.04 + }, + { + "min": 50, + "max": 199, + "price": 19.04 + }, + { + "min": 200, + "max": null, + "price": 18.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16487/ral-1017-river-ral-1017-river-dt20250313163820437701-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1017-RIVER/ral-1017-river", + "scraped_at": "2026-05-01T22:39:32.802Z" + }, + { + "sku": "RAL-1017", + "color_name": "RAL 1017", + "description": "RAL 1017 is saffron yellow. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.01 + }, + { + "min": 50, + "max": 199, + "price": 19.99 + }, + { + "min": 200, + "max": null, + "price": 19.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5639/ral-1017-ral-1017-tds-dt20240206184001221358.pdf?1707244804", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5001/ral-1017-ral-1017-dt20220601170136747575-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1017/ral-1017", + "scraped_at": "2026-05-01T22:39:45.105Z" + }, + { + "sku": "RAL-1018-MATTE", + "color_name": "RAL 1018 Matte", + "description": "RAL 1018 Matte is a classic yellow polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1018 RAL-1018 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.49 + }, + { + "min": 50, + "max": 199, + "price": 16.62 + }, + { + "min": 200, + "max": null, + "price": 15.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7118/ral-1018-matte-dt20250313204926142455.pdf?1741898968", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18292/ral-1018-matte-ral-1018-matte-dt20250321162956912489-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1018-MATTE/ral-1018-matte", + "scraped_at": "2026-05-01T22:39:55.306Z" + }, + { + "sku": "RAL-1018-RIVER", + "color_name": "RAL 1018 River", + "description": "RAL 1018 River is a yellow polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1018 RAL-1018 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.45 + }, + { + "min": 50, + "max": 199, + "price": 17.53 + }, + { + "min": 200, + "max": null, + "price": 16.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5753/ral-1018-river-ral-1018-river-tds-dt2024022823124653363.pdf?1709161968", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16490/ral-1018-river-ral-1018-river-dt20250313164020286161-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1018-RIVER/ral-1018-river", + "scraped_at": "2026-05-01T22:40:08.197Z" + }, + { + "sku": "RAL-1018", + "color_name": "RAL 1018", + "description": "RAL 1018 is a bright yellow. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 1018 MATTE RAL-1018-MATTE CLICK FOR DETAILS RAL 1018 RIVER RAL-1018-RIVER CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.42 + }, + { + "min": 50, + "max": 199, + "price": 14.4 + }, + { + "min": 200, + "max": null, + "price": 13.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7513/ral-1018-dt20250729210919399439.pdf?1753823361", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5003/ral-1018-ral-1018-dt20250617193212198296-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1018/ral-1018", + "scraped_at": "2026-05-01T22:40:24.926Z" + }, + { + "sku": "RAL-1019-MATTE", + "color_name": "RAL 1019 Matte", + "description": "RAL 1019 Matte is a muted brown tan polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1019 RAL-1019 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.53 + }, + { + "min": 50, + "max": 199, + "price": 12.85 + }, + { + "min": 200, + "max": null, + "price": 12.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7117/ral-1019-matte-dt20250313204559724731.pdf?1741898762", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18294/ral-1019-matte-ral-1019-matte-dt20250321163302913934-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1019-MATTE/ral-1019-matte", + "scraped_at": "2026-05-01T22:40:36.652Z" + }, + { + "sku": "RAL-1019-RIVER", + "color_name": "RAL 1019 River", + "description": "RAL 1019 River is a muted brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 1019 RAL-1019 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.42 + }, + { + "min": 50, + "max": 199, + "price": 11.8 + }, + { + "min": 200, + "max": null, + "price": 11.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5754/ral-1019-river-ral-1019-river-tds-dt20240228231509951313.pdf?1709162111", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16493/ral-1019-river-ral-1019-river-dt20250129154349816851-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1019-RIVER/ral-1019-river", + "scraped_at": "2026-05-01T22:40:50.140Z" + }, + { + "sku": "RAL-1019", + "color_name": "RAL 1019", + "description": "RAL 1019 is a light brown. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.15 + }, + { + "min": 50, + "max": 199, + "price": 10.13 + }, + { + "min": 200, + "max": null, + "price": 9.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5641/ral-1019-ral-1019-tds-dt202402061846019376.pdf?1707245164", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5005/ral-1019-ral-1019-dt20250701204159047233-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1019/ral-1019", + "scraped_at": "2026-05-01T22:41:04.638Z" + }, + { + "sku": "RAL-1020-MATTE", + "color_name": "RAL 1020 Matte", + "description": "RAL 1020 Matte is a greenish tan polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1020 RAL-1020 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.64 + }, + { + "min": 50, + "max": 199, + "price": 19.61 + }, + { + "min": 200, + "max": null, + "price": 18.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7122/ral-1020-matte-dt2025031421442807044.pdf?1741988670", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18302/ral-1020-matte-ral-1020-matte-dt20250403161824823676-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1020-MATTE/ral-1020-matte", + "scraped_at": "2026-05-01T22:41:14.553Z" + }, + { + "sku": "RAL-1020-RIVER", + "color_name": "RAL 1020 River", + "description": "RAL 1020 River is a mossy tan polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 1020 RAL-1020 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.81 + }, + { + "min": 50, + "max": 199, + "price": 18.82 + }, + { + "min": 200, + "max": null, + "price": 17.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5755/ral-1020-river-ral-1020-river-tds-dt20240228231701450176.pdf?1709162223", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16496/ral-1020-river-ral-1020-river-dt20250128233722733727-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1020-RIVER/ral-1020-river", + "scraped_at": "2026-05-01T22:41:29.679Z" + }, + { + "sku": "RAL-1020", + "color_name": "RAL 1020", + "description": "RAL 1020 is olive yellow. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.26 + }, + { + "min": 50, + "max": 199, + "price": 16.24 + }, + { + "min": 200, + "max": null, + "price": 15.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5642/ral-1020-ral-1020-tds-dt20240206184744017573.pdf?1707245267", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5007/ral-1020-ral-1020-dt2019030516143369-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1020/ral-1020", + "scraped_at": "2026-05-01T22:41:43.159Z" + }, + { + "sku": "RAL-1021-MATTE", + "color_name": "RAL 1021 Matte", + "description": "RAL 1021 Matte is a yellow polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1021 RAL-1021 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.2 + }, + { + "min": 50, + "max": 199, + "price": 21.09 + }, + { + "min": 200, + "max": null, + "price": 19.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7123/ral-1021-matte-dt20250314214455080812.pdf?1741988697", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18304/ral-1021-matte-ral-1021-matte-dt20250403162035690907-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1021-MATTE/ral-1021-matte", + "scraped_at": "2026-05-01T22:41:54.402Z" + }, + { + "sku": "RAL-1021-RIVER", + "color_name": "RAL 1021 River", + "description": "RAL 1021 River is a yellow polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 1021 RAL-1021 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.2 + }, + { + "min": 50, + "max": 199, + "price": 21.09 + }, + { + "min": 200, + "max": null, + "price": 19.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6425/ral-1021-river-ral-1021-river-tds-dt20240503164826213728.pdf?1714754908", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16913/ral-1021-river-ral-1021-river-dt20250128191510572146-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1021-RIVER/ral-1021-river", + "scraped_at": "2026-05-01T22:42:05.723Z" + }, + { + "sku": "RAL-1021", + "color_name": "RAL 1021", + "description": "RAL 1021 is a bright yellow. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.82 + }, + { + "min": 50, + "max": 199, + "price": 19.8 + }, + { + "min": 200, + "max": null, + "price": 18.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4415/ral-1021-tds-dt20231027203737282476.pdf?1698439059", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5009/ral-1021-ral-1021-dt20250701203953980448-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1021/ral-1021", + "scraped_at": "2026-05-01T22:42:21.394Z" + }, + { + "sku": "RAL-1023-MATTE", + "color_name": "RAL 1023 Matte", + "description": "RAL 1023 Matte is a classic yellow polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1023 RAL-1023 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.54 + }, + { + "min": 50, + "max": 199, + "price": 17.61 + }, + { + "min": 200, + "max": null, + "price": 16.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7124/ral-1023-matte-dt20250314214516847361.pdf?1741988719", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18306/ral-1023-matte-ral-1023-matte-dt20250403162242670339-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1023-MATTE/ral-1023-matte", + "scraped_at": "2026-05-01T22:42:33.163Z" + }, + { + "sku": "RAL-1023-RIVER", + "color_name": "RAL 1023 River", + "description": "RAL 1023 River is a classic yellow polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1023 RAL-1023 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.7 + }, + { + "min": 50, + "max": 199, + "price": 17.77 + }, + { + "min": 200, + "max": null, + "price": 16.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5756/ral-1023-river-ral-1023-river-tds-dt2024022823190731294.pdf?1709162349", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16499/ral-1023-river-ral-1023-river-dt20250321163812350452-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1023-RIVER/ral-1023-river", + "scraped_at": "2026-05-01T22:42:47.967Z" + }, + { + "sku": "RAL-1023", + "color_name": "RAL 1023", + "description": "RAL 1023 is a bright yellow. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 1023 MATTE RAL-1023-MATTE CLICK FOR DETAILS RAL 1023 RIVER RAL-1023-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.25 + }, + { + "min": 50, + "max": 199, + "price": 16.23 + }, + { + "min": 200, + "max": null, + "price": 15.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5644/ral-1023-ral-1023-tds-dt20240206185039560033.pdf?1707245443", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5011/ral-1023-ral-1023-dt20250617193052407393-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1023/ral-1023", + "scraped_at": "2026-05-01T22:43:02.185Z" + }, + { + "sku": "RAL-1024-MATTE", + "color_name": "RAL 1024 Matte", + "description": "RAL 1024 Matte is a brown tan polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1024 RAL-1024 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.03 + }, + { + "min": 50, + "max": 199, + "price": 14.28 + }, + { + "min": 200, + "max": null, + "price": 13.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7125/ral-1024-matte-dt20250314214537584539.pdf?1741988739", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18308/ral-1024-matte-ral-1024-matte-dt20250403162707191688-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1024-MATTE/ral-1024-matte", + "scraped_at": "2026-05-01T22:43:15.015Z" + }, + { + "sku": "RAL-1024-RIVER", + "color_name": "RAL 1024 River", + "description": "RAL 1024 River is a muted brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 1024 RAL-1024 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.7 + }, + { + "min": 50, + "max": 199, + "price": 13.97 + }, + { + "min": 200, + "max": null, + "price": 13.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6424/ral-1024-river-ral-1024-river-tds-dt20240503164546490362.pdf?1714754748", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16915/ral-1024-river-ral-1024-river-dt20250128191706477828-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1024-RIVER/ral-1024-river", + "scraped_at": "2026-05-01T22:43:29.754Z" + }, + { + "sku": "RAL-1024", + "color_name": "RAL 1024", + "description": "RAL 1024 is ochre yellow. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.9 + }, + { + "min": 50, + "max": 199, + "price": 11.88 + }, + { + "min": 200, + "max": null, + "price": 10.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4417/ral-1024-tds-dt20231027204020159927.pdf?1698439222", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8942/ral-1024-ral-1024-dt20220620180925827071-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1024/ral-1024", + "scraped_at": "2026-05-01T22:43:43.706Z" + }, + { + "sku": "RAL-1027-MATTE", + "color_name": "RAL 1027 Matte", + "description": "RAL 1027 Matte is a muted yellow polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1027 RAL-1027 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.47 + }, + { + "min": 50, + "max": 199, + "price": 21.35 + }, + { + "min": 200, + "max": null, + "price": 20.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7126/ral-1027-matte-dt20250314214557410038.pdf?1741988759", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18310/ral-1027-matte-ral-1027-matte-dt2025040316292916878-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1027-MATTE/ral-1027-matte", + "scraped_at": "2026-05-01T22:43:57.169Z" + }, + { + "sku": "RAL-1027-RIVER", + "color_name": "RAL 1027 River", + "description": "RAL 1027 River is a pea soup brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 1027 RAL-1027 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.47 + }, + { + "min": 50, + "max": 199, + "price": 21.35 + }, + { + "min": 200, + "max": null, + "price": 20.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5757/ral-1027-river-ral-1027-river-tds-dt20240304155439344792.pdf?1709567683", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16502/ral-1027-river-ral-1027-river-dt20250128235029390899-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1027-RIVER/ral-1027-river", + "scraped_at": "2026-05-01T22:44:07.530Z" + }, + { + "sku": "RAL-1027", + "color_name": "RAL 1027", + "description": "RAL 1027 is a curry color. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.82 + }, + { + "min": 50, + "max": 199, + "price": 19.8 + }, + { + "min": 200, + "max": null, + "price": 18.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5643/ral-1027-ral-1027-tds-dt20240206184908250985.pdf?1707245351", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5013/ral-1027-ral-1027-dt20220524165341558937-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1027/ral-1027", + "scraped_at": "2026-05-01T22:44:18.388Z" + }, + { + "sku": "RAL-1028-MATTE", + "color_name": "RAL 1028 Matte", + "description": "RAL 1028 Matte is a yellow polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1028 RAL-1028 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.57 + }, + { + "min": 50, + "max": 199, + "price": 21.44 + }, + { + "min": 200, + "max": null, + "price": 20.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7127/ral-1028-matte-dt20250314214623012502.pdf?1741988785", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18312/ral-1028-matte-ral-1028-matte-dt20250403163321983332-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1028-MATTE/ral-1028-matte", + "scraped_at": "2026-05-01T22:44:28.013Z" + }, + { + "sku": "RAL-1028-RIVER", + "color_name": "RAL 1028 River", + "description": "RAL 1028 River is a school bus yellow polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 1028 RAL-1028 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.57 + }, + { + "min": 50, + "max": 199, + "price": 21.44 + }, + { + "min": 200, + "max": null, + "price": 20.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6423/ral-1028-river-ral-1028-river-tds-dt20240503163825737262.pdf?1714754308", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16917/ral-1028-river-ral-1028-river-dt2025012819243871799-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1028-RIVER/ral-1028-river", + "scraped_at": "2026-05-01T22:44:43.714Z" + }, + { + "sku": "RAL-1028", + "color_name": "RAL 1028", + "description": "RAL 1028 is a melon yellow. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.06 + }, + { + "min": 50, + "max": 199, + "price": 20.04 + }, + { + "min": 200, + "max": null, + "price": 19.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4419/ral-1028-tds-dt20231027205413855717.pdf?1698440056", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5015/ral-1028-ral-1028-dt2024123016215865745-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1028/ral-1028", + "scraped_at": "2026-05-01T22:44:54.507Z" + }, + { + "sku": "RAL-1032-MATTE", + "color_name": "RAL 1032 Matte", + "description": "RAL 1032 Matte is a muted yellow polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1032 RAL-1032 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.19 + }, + { + "min": 50, + "max": 199, + "price": 22.98 + }, + { + "min": 200, + "max": null, + "price": 21.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7128/ral-1032-matte-dt20250314214636199914.pdf?1741988798", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18314/ral-1032-matte-ral-1032-matte-dt20250403163555360066-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1032-MATTE/ral-1032-matte", + "scraped_at": "2026-05-01T22:45:08.923Z" + }, + { + "sku": "RAL-1032-RIVER", + "color_name": "RAL 1032 River", + "description": "RAL 1032 River is a yellow polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 1032 RAL-1032 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.19 + }, + { + "min": 50, + "max": 199, + "price": 22.98 + }, + { + "min": 200, + "max": null, + "price": 21.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6422/ral-1032-river-ral-1032-river-tds-dt20240503163421890258.pdf?1714754065", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16919/ral-1032-river-ral-1032-river-dt20250128192701232444-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1032-RIVER/ral-1032-river", + "scraped_at": "2026-05-01T22:45:21.696Z" + }, + { + "sku": "RAL-1032", + "color_name": "RAL 1032", + "description": "RAL 1032 is broom yellow. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.79 + }, + { + "min": 50, + "max": 199, + "price": 21.77 + }, + { + "min": 200, + "max": null, + "price": 20.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4420/ral-1032-tds-dt20231027205602846982.pdf?1698440165", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5017/ral-1032-ral-1032-dt20230119155404651318-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1032/ral-1032", + "scraped_at": "2026-05-01T22:45:32.201Z" + }, + { + "sku": "RAL-1033-MATTE", + "color_name": "RAL 1033 Matte", + "description": "RAL 1033 Matte is a orange yellow polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1033 RAL-1033 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.6 + }, + { + "min": 50, + "max": 199, + "price": 18.62 + }, + { + "min": 200, + "max": null, + "price": 17.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8193/ral-1033-matte-dt20260306221326524079.pdf?1772835208", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18321/ral-1033-matte-ral-1033-matte-dt20250403163743579667-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1033-MATTE/ral-1033-matte", + "scraped_at": "2026-05-01T22:45:42.607Z" + }, + { + "sku": "RAL-1033-RIVER", + "color_name": "RAL 1033 River", + "description": "RAL 1033 River is a school bus yellow polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 1033 RAL-1033 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.6 + }, + { + "min": 50, + "max": 199, + "price": 18.62 + }, + { + "min": 200, + "max": null, + "price": 17.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8194/ral-1033-river-dt20260306221355179793.pdf?1772835237", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16505/ral-1033-river-ral-1033-river-dt20250128235428411342-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1033-RIVER/ral-1033-river", + "scraped_at": "2026-05-01T22:45:58.212Z" + }, + { + "sku": "RAL-1033", + "color_name": "RAL 1033", + "description": "RAL 1033 is dahlia yellow. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.74 + }, + { + "min": 50, + "max": 199, + "price": 16.72 + }, + { + "min": 200, + "max": null, + "price": 15.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8192/ral-1033-dt20260306221244410375.pdf?1772835166", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5019/ral-1033-ral-1033-dt2021042221360319-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1033/ral-1033", + "scraped_at": "2026-05-01T22:46:09.652Z" + }, + { + "sku": "RAL-1034-MATTE", + "color_name": "RAL 1034 Matte", + "description": "RAL 1024 Matte is a peachy tan polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1034 RAL-1034 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.74 + }, + { + "min": 50, + "max": 199, + "price": 26.35 + }, + { + "min": 200, + "max": null, + "price": 24.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7130/ral-1034-matte-dt20250314214741150063.pdf?1741988863", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18323/ral-1034-matte-ral-1034-matte-dt20250403163940143869-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1034-MATTE/ral-1034-matte", + "scraped_at": "2026-05-01T22:46:24.119Z" + }, + { + "sku": "RAL-1034-RIVER", + "color_name": "RAL 1034 River", + "description": "RAL 1034 River is a peachy polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 1034 RAL-1034 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.46 + }, + { + "min": 50, + "max": 199, + "price": 26.09 + }, + { + "min": 200, + "max": null, + "price": 24.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5760/ral-1034-river-ral-1034-river-tds-dt20240304160136911295.pdf?1709568099", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16508/ral-1034-river-ral-1034-river-dt20250321164154708384-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1034-RIVER/ral-1034-river", + "scraped_at": "2026-05-01T22:46:36.764Z" + }, + { + "sku": "RAL-1034", + "color_name": "RAL 1034", + "description": "RAL 1034 is pastel yellow. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.74 + }, + { + "min": 50, + "max": 199, + "price": 25.72 + }, + { + "min": 200, + "max": null, + "price": 24.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5646/ral-1034-ral-1034-tds-dt2024020618532966746.pdf?1707245612", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5021/ral-1034-ral-1034-dt20210422213705729-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1034/ral-1034", + "scraped_at": "2026-05-01T22:46:50.275Z" + }, + { + "sku": "RAL-2000-MATTE", + "color_name": "RAL 2000 Matte", + "description": "RAL 2000 Matte is a orange polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 2000 RAL-2000 CLICK FOR DETAILS RAL 2000 RIVER RAL-2000-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.54 + }, + { + "min": 50, + "max": 199, + "price": 17.61 + }, + { + "min": 200, + "max": null, + "price": 16.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7131/ral-2000-matte-dt20250314214800629266.pdf?1741988882", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18325/ral-2000-matte-ral-2000-matte-dt20250408170906992816-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2000-MATTE/ral-2000-matte", + "scraped_at": "2026-05-01T22:47:06.603Z" + }, + { + "sku": "RAL-2000-RIVER", + "color_name": "RAL 2000 River", + "description": "RAL 2000 River is an orange polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 2000 RAL-2000 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.45 + }, + { + "min": 50, + "max": 199, + "price": 17.53 + }, + { + "min": 200, + "max": null, + "price": 16.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5759/ral-2000-river-ral-2000-river-tds-dt20240304155905007028.pdf?1709567947", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16511/ral-2000-river-ral-2000-river-dt20250321164416900695-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2000-RIVER/ral-2000-river", + "scraped_at": "2026-05-01T22:47:21.624Z" + }, + { + "sku": "RAL-2000", + "color_name": "RAL 2000", + "description": "RAL 2000 is a yellow orange. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.37 + }, + { + "min": 50, + "max": 199, + "price": 16.35 + }, + { + "min": 200, + "max": null, + "price": 15.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5691/ral-2000-ral-2000-tds-dt20240212202120309549.pdf?1707769283", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5023/ral-2000-ral-2000-dt20220520171126704787-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2000/ral-2000", + "scraped_at": "2026-05-01T22:47:33.829Z" + }, + { + "sku": "RAL-2001-MATTE", + "color_name": "RAL 2001 Matte", + "description": "RAL 2001 Matte is an orange red polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 2001 RAL-2001 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.6 + }, + { + "min": 50, + "max": 199, + "price": 18.62 + }, + { + "min": 200, + "max": null, + "price": 17.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7132/ral-2001-matte-dt20250314214821320203.pdf?1741988903", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18327/ral-2001-matte-ral-2001-matte-dt20250403164159949721-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2001-MATTE/ral-2001-matte", + "scraped_at": "2026-05-01T22:47:49.744Z" + }, + { + "sku": "RAL-2001-RIVER", + "color_name": "RAL 2001 River", + "description": "RAL 2001 River is an orange polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 2001 RAL-2001 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.6 + }, + { + "min": 50, + "max": 199, + "price": 18.62 + }, + { + "min": 200, + "max": null, + "price": 17.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5758/ral-2001-river-ral-2001-river-tds-dt20240304155732436954.pdf?1709567856", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16514/ral-2001-river-ral-2001-river-dt20250131203221689058-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2001-RIVER/ral-2001-river", + "scraped_at": "2026-05-01T22:48:01.949Z" + }, + { + "sku": "RAL-2001", + "color_name": "RAL 2001", + "description": "RAL 2001 is a red orange. This color is a polyester solid tone powder coat and has a glossy finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 2001 RIVER RAL-2001-RIVER CLICK FOR DETAILS RAL 2001 MATTE RAL-2001-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.36 + }, + { + "min": 50, + "max": 199, + "price": 17.34 + }, + { + "min": 200, + "max": null, + "price": 16.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5694/ral-2001-ral-2001-tds-dt20240212202804427445.pdf?1707769687", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5025/ral-2001-ral-2001-dt20260420210441378308-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2001/ral-2001", + "scraped_at": "2026-05-01T22:48:19.475Z" + }, + { + "sku": "RAL-2002-MATTE", + "color_name": "RAL 2002 Matte", + "description": "RAL 2002 Matte is an orange red polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 2002 RAL-2002 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.77 + }, + { + "min": 50, + "max": 199, + "price": 18.78 + }, + { + "min": 200, + "max": null, + "price": 17.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7133/ral-2002-matte-dt20250314214910765402.pdf?1741988953", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18329/ral-2002-matte-ral-2002-matte-dt20250408171418441232-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2002-MATTE/ral-2002-matte", + "scraped_at": "2026-05-01T22:48:29.529Z" + }, + { + "sku": "RAL-2002", + "color_name": "RAL 2002", + "description": "RAL 2002 is a medium red. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.97 + }, + { + "min": 50, + "max": 199, + "price": 17.95 + }, + { + "min": 200, + "max": null, + "price": 17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5698/ral-2002-ral-2002-tds-dt2024021221152071201.pdf?1707772523", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5027/ral-2002-ral-2002-dt20250701203827606693-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2002/ral-2002", + "scraped_at": "2026-05-01T22:48:44.656Z" + }, + { + "sku": "RAL-2003-RIVER", + "color_name": "RAL 2003 River", + "description": "RAL 2003 River is an orange polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 2003 RAL-2003 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.83 + }, + { + "min": 50, + "max": 199, + "price": 19.79 + }, + { + "min": 200, + "max": null, + "price": 18.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6094/ral-2003-river-ral-2003-river-tds-dt20240408205401042726.pdf?1712609643", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16771/ral-2003-river-ral-2003-river-dt20250321164729028731-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2003-RIVER/ral-2003-river", + "scraped_at": "2026-05-01T22:48:56.766Z" + }, + { + "sku": "RAL-2003", + "color_name": "RAL 2003", + "description": "RAL 2003 is a pastel orange. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. Question: I have a Sebring Orange 2019 Corvette with Black wheels. I do not see a Sebring Orange swatch, looking to paint Calipers Blue, what are your recommendations? If not Blue any other suggestions? Thanks Brian - Gordon Hatch Co. Inc. 12/20/18 09:15 am Answer: Sebring Orange is not a color that we have matched yet, however there is a good chance that we do have something which is close. Please contact or color match department for color matching assistance. Please contact them at colormatch@prismaticpowders.com - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.97 + }, + { + "min": 50, + "max": 199, + "price": 17.95 + }, + { + "min": 200, + "max": null, + "price": 17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5695/ral-2003-ral-2003-tds-dt20240212202943049459.pdf?1707769785", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5029/ral-2003-ral-2003-dt202205122005547188-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2003/ral-2003", + "scraped_at": "2026-05-01T22:49:06.184Z" + }, + { + "sku": "RAL-2004-MATTE", + "color_name": "RAL 2004 Matte", + "description": "RAL 2004 Matte is an orange polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 2004 RAL-2004 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.49 + }, + { + "min": 50, + "max": 199, + "price": 19.47 + }, + { + "min": 200, + "max": null, + "price": 18.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7134/ral-2004-matte-dt20250314215308630272.pdf?1741989190", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18333/ral-2004-matte-ral-2004-matte-dt20250408171935266661-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2004-MATTE/ral-2004-matte", + "scraped_at": "2026-05-01T22:49:16.969Z" + }, + { + "sku": "RAL-2004", + "color_name": "RAL 2004", + "description": "RAL 2004 is a medium orange. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. Question: Is this the Color Match to the 2018 polaris orange ? - Voodoo Powder Coat 03/22/19 08:48 pm Answer: No, but we may have something that is close if you are looking to match the Polaris color. Get in contact with our color match dept. to see what we can offer. They can be reached at colormatch@prismaticpowders.com - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.93 + }, + { + "min": 50, + "max": 199, + "price": 18.91 + }, + { + "min": 200, + "max": null, + "price": 17.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4428/ral-2004-tds-dt20231027211815010631.pdf?1698441497", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5031/ral-2004-ral-2004-dt20250617200406242571-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2004/ral-2004", + "scraped_at": "2026-05-01T22:49:31.218Z" + }, + { + "sku": "RAL-2008", + "color_name": "RAL 2008", + "description": "RAL 2008 is a bright red orange. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. Question: Is this close to the color for a Kubota tractor? - Kent Island Powder Coating 12/01/18 11:17 pm Answer: It might be, the only color that we know is a match to a Kubota orange is our MELON ORANGE PSS 4972, but that might not be a match for all model years of Kubota tractors. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.56 + }, + { + "min": 50, + "max": 199, + "price": 19.54 + }, + { + "min": 200, + "max": null, + "price": 18.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5701/ral-2008-ral-2008-tds-dt2024021221212647755.pdf?1707772889", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5033/ral-2008-ral-2008-dt20250701203600453502-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2008/ral-2008", + "scraped_at": "2026-05-01T22:49:44.375Z" + }, + { + "sku": "RAL-2009-MATTE", + "color_name": "RAL 2009 Matte", + "description": "RAL 2009 Matte is a classic orange polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 2009 RIVER RAL-2009-RIVER CLICK FOR DETAILS RAL 2009 RAL-2009 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.43 + }, + { + "min": 50, + "max": 199, + "price": 21.31 + }, + { + "min": 200, + "max": null, + "price": 20.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7136/ral-2009-matte-dt20250314215443814585.pdf?1741989285", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18337/ral-2009-matte-ral-2009-matte-dt20250408172144143527-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2009-MATTE/ral-2009-matte", + "scraped_at": "2026-05-01T22:49:58.049Z" + }, + { + "sku": "RAL-2009-RIVER", + "color_name": "RAL 2009 River", + "description": "RAL 2009 River is a vivid orange polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 2009 RAL-2009 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.68 + }, + { + "min": 50, + "max": 199, + "price": 20.6 + }, + { + "min": 200, + "max": null, + "price": 19.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6092/ral-2009-river-ral-2009-river-tds-dt20240408205030748091.pdf?1712609433", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16776/ral-2009-river-ral-2009-river-dt20250321164941872885-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2009-RIVER/ral-2009-river", + "scraped_at": "2026-05-01T22:50:12.256Z" + }, + { + "sku": "RAL-2009", + "color_name": "RAL 2009", + "description": "RAL 2009 is a bright orange. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 2009 MATTE RAL-2009-MATTE CLICK FOR DETAILS RAL 2009 RIVER RAL-2009-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.43 + }, + { + "min": 50, + "max": 199, + "price": 20.36 + }, + { + "min": 200, + "max": null, + "price": 19.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5035/ral-2009-ral-2009-dt20250617200903471398-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2009/ral-2009", + "scraped_at": "2026-05-01T22:50:28.370Z" + }, + { + "sku": "RAL-2010-MATTE", + "color_name": "RAL 2010 Matte", + "description": "RAL 2010 Matte is an orange polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 2010 RIVER RAL-2010-RIVER CLICK FOR DETAILS RAL 2010 RAL-2010 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.08 + }, + { + "min": 50, + "max": 199, + "price": 18.13 + }, + { + "min": 200, + "max": null, + "price": 17.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7137/ral-2010-matte-dt20250314215453482801.pdf?1741989295", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18339/ral-2010-matte-ral-2010-matte-dt20250408172352401623-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2010-MATTE/ral-2010-matte", + "scraped_at": "2026-05-01T22:50:41.563Z" + }, + { + "sku": "RAL-2010-RIVER", + "color_name": "RAL 2010 River", + "description": "RAL 2010 River is an orange polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 2010 RAL-2010 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.77 + }, + { + "min": 50, + "max": 199, + "price": 17.83 + }, + { + "min": 200, + "max": null, + "price": 16.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6091/ral-2010-river-ral-2010-river-tds-dt20240408181727951803.pdf?1712600250", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16778/ral-2010-river-ral-2010-river-dt20250131203450177261-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2010-RIVER/ral-2010-river", + "scraped_at": "2026-05-01T22:50:56.503Z" + }, + { + "sku": "RAL-2010", + "color_name": "RAL 2010", + "description": "RAL 2010 is signal orange. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.23 + }, + { + "min": 50, + "max": 199, + "price": 17.21 + }, + { + "min": 200, + "max": null, + "price": 16.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5705/ral-2010-ral-2010-tds-dt20240212212901396677.pdf?1707773345", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5037/ral-2010-ral-2010-dt20250701203353073793-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2010/ral-2010", + "scraped_at": "2026-05-01T22:51:13.221Z" + }, + { + "sku": "RAL-2011-MATTE", + "color_name": "RAL 2011 Matte", + "description": "RAL 2011 Matte is an orange polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 2011 RAL-2011 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.95 + }, + { + "min": 50, + "max": 199, + "price": 18.95 + }, + { + "min": 200, + "max": null, + "price": 17.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7138/ral-2011-matte-dt20250314215506129024.pdf?1741989308", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18341/ral-2011-matte-ral-2011-matte-dt20250408172543797581-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2011-MATTE/ral-2011-matte", + "scraped_at": "2026-05-01T22:51:28.754Z" + }, + { + "sku": "RAL-2011", + "color_name": "RAL 2011", + "description": "RAL 2011 is a deep orange. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.84 + }, + { + "min": 50, + "max": 199, + "price": 17.82 + }, + { + "min": 200, + "max": null, + "price": 16.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5707/ral-2011-ral-2011-tds-dt20240212213305178551.pdf?1707773587", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5039/ral-2011-ral-2011-dt20220620181326508716-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2011/ral-2011", + "scraped_at": "2026-05-01T22:51:45.793Z" + }, + { + "sku": "RAL-3000-MATTE", + "color_name": "RAL 3000 Matte", + "description": "RAL 3000 Matte is a red polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 3000 RIVER RAL-3000-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.09 + }, + { + "min": 50, + "max": 199, + "price": 17.19 + }, + { + "min": 200, + "max": null, + "price": 16.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18418/ral-3000-matte-ral-3000-matte-dt20250723204838640002-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3000-MATTE/ral-3000-matte", + "scraped_at": "2026-05-01T22:51:56.455Z" + }, + { + "sku": "RAL-3000-RIVER", + "color_name": "RAL 3000 River", + "description": "RAL 3000 River is a red polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 3000 RAL-3000 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.38 + }, + { + "min": 50, + "max": 199, + "price": 18.41 + }, + { + "min": 200, + "max": null, + "price": 17.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6421/ral-3000-river-ral-3000-river-tds-dt20240503163058857512.pdf?1714753861", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16921/ral-3000-river-ral-3000-river-dt2025021421092839303-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3000-RIVER/ral-3000-river", + "scraped_at": "2026-05-01T22:52:11.143Z" + }, + { + "sku": "RAL-3000", + "color_name": "RAL 3000", + "description": "RAL 3000 is a stoplight red. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. Question: Why can't I order a color swatch of this RAL 3000 ? - Taylor Benna 04/14/20 05:49 pm Answer: We do not offer color swatches of our RAL listings. However, we can supply you with a same color swatch using our part number PSS-2712 (Red Devil). RAL colors while standardized can vary from manufacturer to manufacturer so we offer our colors and our swatches. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.89 + }, + { + "min": 50, + "max": 199, + "price": 15.87 + }, + { + "min": 200, + "max": null, + "price": 14.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5716/ral-3000-ral-3000-tds-dt20240221163753736017.pdf?1708533476", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5041/ral-3000-ral-3000-dt20250506194923842744-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3000/ral-3000", + "scraped_at": "2026-05-01T22:52:25.748Z" + }, + { + "sku": "RAL-3001-RIVER", + "color_name": "RAL 3001 River", + "description": "RAL 3001 River is a vivid red polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 3001 RAL-3001 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.45 + }, + { + "min": 50, + "max": 199, + "price": 17.53 + }, + { + "min": 200, + "max": null, + "price": 16.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6420/ral-3001-river-ral-3001-tds-dt20240503162400809017.pdf?1714753443", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16923/ral-3001-river-ral-3001-river-dt20250128193143610951-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3001-RIVER/ral-3001-river", + "scraped_at": "2026-05-01T22:52:36.390Z" + }, + { + "sku": "RAL-3001", + "color_name": "RAL 3001", + "description": "RAL 3001 is a signal red. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.9 + }, + { + "min": 50, + "max": 199, + "price": 14.88 + }, + { + "min": 200, + "max": null, + "price": 13.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5717/ral-3001-ral-3001-tds-dt20240221163924634615.pdf?1708533567", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5043/ral-3001-ral-3001-dt20250506195401512057-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3001/ral-3001", + "scraped_at": "2026-05-01T22:52:48.423Z" + }, + { + "sku": "RAL-3002-RIVER", + "color_name": "RAL 3002 River", + "description": "RAL 3002 River is a vivid red polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 3002 RAL-3002 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.18 + }, + { + "min": 50, + "max": 199, + "price": 17.27 + }, + { + "min": 200, + "max": null, + "price": 16.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6419/ral-3002-river-ral-3002-river-tds-dt20240503162140235855.pdf?1714753302", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16925/ral-3002-river-ral-3002-river-dt20250131203818462546-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3002-RIVER/ral-3002-river", + "scraped_at": "2026-05-01T22:53:01.086Z" + }, + { + "sku": "RAL-3002", + "color_name": "RAL 3002", + "description": "RAL 3002 is a bright red. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 3002 RIVER RAL-3002-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.66 + }, + { + "min": 50, + "max": 199, + "price": 14.64 + }, + { + "min": 200, + "max": null, + "price": 13.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5718/ral-3002-ral-3002-tds-dt20240221164048758357.pdf?1708533651", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5045/ral-3002-ral-3002-dt20250617201109455836-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3002/ral-3002", + "scraped_at": "2026-05-01T22:53:15.330Z" + }, + { + "sku": "RAL-3003-RIVER", + "color_name": "RAL 3003 River", + "description": "RAL 3003 River is a red polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 3003 RAL-3003 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.19 + }, + { + "min": 50, + "max": 199, + "price": 19.18 + }, + { + "min": 200, + "max": null, + "price": 18.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6418/ral-3003-river-ral-3003-river-tds-dt20240503161529991992.pdf?1714752932", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16927/ral-3003-river-ral-3003-river-dt20250204220828114837-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3003-RIVER/ral-3003-river", + "scraped_at": "2026-05-01T22:53:25.409Z" + }, + { + "sku": "RAL-3003", + "color_name": "RAL 3003", + "description": "RAL 3003 is a ruby red. This color is polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.5 + }, + { + "min": 50, + "max": 199, + "price": 16.48 + }, + { + "min": 200, + "max": null, + "price": 15.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5719/ral-3003-ral-3003-tds-dt20240221164216779046.pdf?1708533739", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5047/ral-3003-ral-3003-dt20210422214756994-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3003/ral-3003", + "scraped_at": "2026-05-01T22:53:39.741Z" + }, + { + "sku": "RAL-3004-RIVER", + "color_name": "RAL 3004 River", + "description": "RAL 3004 River is a deep red polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 3004 RAL-3004 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.95 + }, + { + "min": 50, + "max": 199, + "price": 20.85 + }, + { + "min": 200, + "max": null, + "price": 19.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6415/ral-3004-river-ral-3004-river-tds-dt20240502220223008771.pdf?1714687345", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16929/ral-3004-river-ral-3004-river-dt20250204221007819702-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3004-RIVER/ral-3004-river", + "scraped_at": "2026-05-01T22:53:53.916Z" + }, + { + "sku": "RAL-3004", + "color_name": "RAL 3004", + "description": "RAL 3004 is a dark cherry red. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.21 + }, + { + "min": 50, + "max": 199, + "price": 19.19 + }, + { + "min": 200, + "max": null, + "price": 18.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5720/ral-3004-ral-3004-tds-dt20240221164342790084.pdf?1708533825", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5049/ral-3004-ral-3004-dt2025061720101955424-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3004/ral-3004", + "scraped_at": "2026-05-01T22:54:10.454Z" + }, + { + "sku": "RAL-3005-RIVER", + "color_name": "RAL 3005 River", + "description": "RAL 3005 River is a burgundy red polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 3005 RAL-3005 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.25 + }, + { + "min": 50, + "max": 199, + "price": 16.39 + }, + { + "min": 200, + "max": null, + "price": 15.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6417/ral-3005-river-ral-3005-river-tds-dt20240503143207623382.pdf?1714746730", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18167/ral-3005-river-ral-3005-river-dt20250205155917719815-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3005-RIVER/ral-3005-river", + "scraped_at": "2026-05-01T22:54:21.590Z" + }, + { + "sku": "RAL-3005", + "color_name": "RAL 3005", + "description": "RAL 3005 is a wine red. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.8 + }, + { + "min": 50, + "max": 199, + "price": 13.78 + }, + { + "min": 200, + "max": null, + "price": 12.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5722/ral-3005-ral-3005-tds-dt20240221164720471432.pdf?1708534043", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5051/ral-3005-ral-3005-dt20250617200610101974-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3005/ral-3005", + "scraped_at": "2026-05-01T22:54:40.238Z" + }, + { + "sku": "RAL-3007-RIVER", + "color_name": "RAL 3007 River", + "description": "RAL 3007 River is a deep burgundy polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 3007 RAL-3007 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.52 + }, + { + "min": 50, + "max": 199, + "price": 16.64 + }, + { + "min": 200, + "max": null, + "price": 15.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6416/ral-3007-river-ral-3007-tds-dt20240503143014311821.pdf?1714746616", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16932/ral-3007-river-ral-3007-river-dt20250128193342085704-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3007-RIVER/ral-3007-river", + "scraped_at": "2026-05-01T22:54:50.889Z" + }, + { + "sku": "RAL-3007", + "color_name": "RAL 3007", + "description": "RAL 3007 is black red. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.16 + }, + { + "min": 50, + "max": 199, + "price": 14.14 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5721/ral-3007-ral-3007-tds-dt20240221164541891916.pdf?1708533944", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5053/ral-3007-ral-3007-dt20220620181715363037-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3007/ral-3007", + "scraped_at": "2026-05-01T22:55:05.377Z" + }, + { + "sku": "RAL-3009-RIVER", + "color_name": "RAL 3009 River", + "description": "RAL 3009 River is a clay red brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 3009 RAL-3009 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.36 + }, + { + "min": 50, + "max": 199, + "price": 14.59 + }, + { + "min": 200, + "max": null, + "price": 13.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6464/ral-3009-river-ral-3009-river-tds-dt20240508140852651029.pdf?1715177334", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17004/ral-3009-river-ral-3009-river-dt20250214211207483275-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3009-RIVER/ral-3009-river", + "scraped_at": "2026-05-01T22:55:16.244Z" + }, + { + "sku": "RAL-3009", + "color_name": "RAL 3009", + "description": "RAL 3009 is an oxide red. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. Question: Is this color available in a matte/flat finish opposed to a gloss? - Dave Beach 07/27/21 10:42 am Answer: Our Colonial Red (PSB-6442) is a match to this RAL with a flatter finish. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.18 + }, + { + "min": 50, + "max": 199, + "price": 12.16 + }, + { + "min": 200, + "max": null, + "price": 11.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5723/ral-3009-ral-3009-tds-dt20240221164841876238.pdf?1708534124", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5055/ral-3009-ral-3009-dt20250701203202780596-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3009/ral-3009", + "scraped_at": "2026-05-01T22:55:28.806Z" + }, + { + "sku": "RAL-3011-RIVER", + "color_name": "RAL 3011 River", + "description": "RAL 3011 River is a red polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 3011 RAL-3011 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.96 + }, + { + "min": 50, + "max": 199, + "price": 18.01 + }, + { + "min": 200, + "max": null, + "price": 17.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6494/ral-3011-river-ral-3011-river-tds-dt20240508185637834221.pdf?1715194600", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17006/ral-3011-river-ral-3011-river-dt20250128194343217998-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3011-RIVER/ral-3011-river", + "scraped_at": "2026-05-01T22:55:42.452Z" + }, + { + "sku": "RAL-3011", + "color_name": "RAL 3011", + "description": "RAL 3011 is a brown red. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 3011 RIVER RAL-3011-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.5 + }, + { + "min": 50, + "max": 199, + "price": 16.48 + }, + { + "min": 200, + "max": null, + "price": 15.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4441/ral-3011-tds-dt20231027220928579492.pdf?1698444570", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5057/ral-3011-ral-3011-dt20260420212740095299-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3011/ral-3011", + "scraped_at": "2026-05-01T22:55:54.436Z" + }, + { + "sku": "RAL-3012-MATTE", + "color_name": "RAL 3012 Matte", + "description": "RAL 3012 Matte is a deep peach polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 3012 RAL-3012 CLICK FOR DETAILS RAL 3012 RIVER RAL-3012-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.49 + }, + { + "min": 50, + "max": 199, + "price": 16.62 + }, + { + "min": 200, + "max": null, + "price": 15.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18424/ral-3012-matte-ral-3012-matte-dt20250729185057773866-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3012-MATTE/ral-3012-matte", + "scraped_at": "2026-05-01T22:56:07.639Z" + }, + { + "sku": "RAL-3012-RIVER", + "color_name": "RAL 3012 River", + "description": "RAL 3012 River is a light blush polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 3012 RAL-3012 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.45 + }, + { + "min": 50, + "max": 199, + "price": 17.53 + }, + { + "min": 200, + "max": null, + "price": 16.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6465/ral-3012-river-ral-3012-river-tds-dt20240508141041629899.pdf?1715177444", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17008/ral-3012-river-ral-3012-river-dt2025013120405666789-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3012-RIVER/ral-3012-river", + "scraped_at": "2026-05-01T22:56:22.191Z" + }, + { + "sku": "RAL-3012", + "color_name": "RAL 3012", + "description": "RAL 3012 is beige red. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 3012 RIVER RAL-3012-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.65 + }, + { + "min": 50, + "max": 199, + "price": 14.63 + }, + { + "min": 200, + "max": null, + "price": 13.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5860/ral-3012-ral-3012-tds-dt20240320190033254233.pdf?1710961235", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5059/ral-3012-ral-3012-dt2025050619554150927-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3012/ral-3012", + "scraped_at": "2026-05-01T22:56:33.090Z" + }, + { + "sku": "RAL-3013-RIVER", + "color_name": "RAL 3013 River", + "description": "RAL 3013 River is a red polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 3013 RAL-3013 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.32 + }, + { + "min": 50, + "max": 199, + "price": 14.27 + }, + { + "min": 200, + "max": null, + "price": 13.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6466/ral-3013-river-ral-3013-river-tds-dt2024050815032813096.pdf?1715180611", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17010/ral-3013-river-ral-3013-river-dt20250131204316580002-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3013-RIVER/ral-3013-river", + "scraped_at": "2026-05-01T22:56:44.107Z" + }, + { + "sku": "RAL-3013", + "color_name": "RAL 3013", + "description": "RAL 3013 is tomato red. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.67 + }, + { + "min": 50, + "max": 199, + "price": 12.65 + }, + { + "min": 200, + "max": null, + "price": 11.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4443/ral-3013-tds-dt2023102722130274436.pdf?1698444785", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5061/ral-3013-ral-3013-dt20190305173822448-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3013/ral-3013", + "scraped_at": "2026-05-01T22:56:58.716Z" + }, + { + "sku": "RAL-3014-RIVER", + "color_name": "RAL 3014 River", + "description": "RAL 3014 River is a muted pink polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 3014 RAL-3014 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.4 + }, + { + "min": 50, + "max": 199, + "price": 24.13 + }, + { + "min": 200, + "max": null, + "price": 22.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6467/ral-3014-river-ral-3014-river-tds-dt20240508155130606451.pdf?1715183493", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17012/ral-3014-river-ral-3014-river-dt20250131204551857294-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3014-RIVER/ral-3014-river", + "scraped_at": "2026-05-01T22:57:10.761Z" + }, + { + "sku": "RAL-3014", + "color_name": "RAL 3014", + "description": "RAL 3014 is an antique pink. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 3014 RIVER RAL-3014-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.49 + }, + { + "min": 50, + "max": 199, + "price": 25.47 + }, + { + "min": 200, + "max": null, + "price": 24.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4444/ral-3014-tds-dt20231027221422056727.pdf?1698444864", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5063/ral-3014-ral-3014-dt20250506195756550916-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3014/ral-3014", + "scraped_at": "2026-05-01T22:57:21.467Z" + }, + { + "sku": "RAL-3015-MATTE", + "color_name": "RAL 3015 Matte", + "description": "RAL 3015 Matte is a muted pink polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 3015 RIVER RAL-3015-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.37 + }, + { + "min": 50, + "max": 199, + "price": 22.2 + }, + { + "min": 200, + "max": null, + "price": 21.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18427/ral-3015-matte-ral-3015-matte-dt20250723210738660935-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3015-MATTE/ral-3015-matte", + "scraped_at": "2026-05-01T22:57:34.189Z" + }, + { + "sku": "RAL-3015-RIVER", + "color_name": "RAL 3015 River", + "description": "RAL 3015 River is a light pink polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 3015 RAL-3015 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.83 + }, + { + "min": 50, + "max": 199, + "price": 21.69 + }, + { + "min": 200, + "max": null, + "price": 20.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17014/ral-3015-river-ral-3015-river-dt20250131204816835179-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3015-RIVER/ral-3015-river", + "scraped_at": "2026-05-01T22:57:44.404Z" + }, + { + "sku": "RAL-3015", + "color_name": "RAL 3015", + "description": "RAL 3015 is a light pink. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 3015 RIVER RAL-3015-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. Question: Can we get this in a matte finish, 20% gloss? - Brothers Powder Coating 04/18/19 09:55 am Answer: It is possible that we could reformulate a version to be low gloss. If this is something that you would like to pursue please fill out and submit the color match form, which can be found in the \"documents\" section of our website. Another option which may be a more cost effective route (depending on job size) would be to simply apply a low gloss clear top coat over the RAL base coat. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.99 + }, + { + "min": 50, + "max": 199, + "price": 22.97 + }, + { + "min": 200, + "max": null, + "price": 22.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4445/ral-3015-tds-dt2023102722161366492.pdf?1698444975", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5065/ral-3015-ral-3015-dt20250617200458065184-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3015/ral-3015", + "scraped_at": "2026-05-01T22:57:59.056Z" + }, + { + "sku": "RAL-3016-MATTE", + "color_name": "RAL 3016 Matte", + "description": "RAL 3016 Matte is an orange red polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 3016 RIVER RAL-3016-RIVER CLICK FOR DETAILS RAL 3016 RAL-3016 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.27 + }, + { + "min": 50, + "max": 199, + "price": 17.36 + }, + { + "min": 200, + "max": null, + "price": 16.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18429/ral-3016-matte-ral-3016-matte-dt20250729184803065072-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3016-MATTE/ral-3016-matte", + "scraped_at": "2026-05-01T22:58:13.550Z" + }, + { + "sku": "RAL-3016-RIVER", + "color_name": "RAL 3016 River", + "description": "RAL 3016 River is a orange-red polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 3016 RAL-3016 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.77 + }, + { + "min": 50, + "max": 199, + "price": 18.78 + }, + { + "min": 200, + "max": null, + "price": 17.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6470/ral-3016-river-ral-3016-river-tds-dt20240508160323161336.pdf?1715184206", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17016/ral-3016-river-ral-3016-river-dt2025013120505686317-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3016-RIVER/ral-3016-river", + "scraped_at": "2026-05-01T22:58:24.061Z" + }, + { + "sku": "RAL-3016", + "color_name": "RAL 3016", + "description": "RAL 3016 is coral red. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 3016 RIVER RAL-3016-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.12 + }, + { + "min": 50, + "max": 199, + "price": 16.1 + }, + { + "min": 200, + "max": null, + "price": 15.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4446/ral-3016-tds-dt20231030144229669642.pdf?1698676952", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5067/ral-3016-ral-3016-dt20250506200108438031-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3016/ral-3016", + "scraped_at": "2026-05-01T22:58:35.690Z" + }, + { + "sku": "RAL-3017-MATTE", + "color_name": "RAL 3017 Matte", + "description": "RAL 3017 Matte is an orange red polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 3017 RAL-3017 CLICK FOR DETAILS RAL 3017 RIVER RAL-3017-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.08 + }, + { + "min": 50, + "max": 199, + "price": 24.78 + }, + { + "min": 200, + "max": null, + "price": 23.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18431/ral-3017-matte-ral-3017-matte-dt20250729184518567483-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3017-MATTE/ral-3017-matte", + "scraped_at": "2026-05-01T22:58:46.877Z" + }, + { + "sku": "RAL-3017-RIVER", + "color_name": "RAL 3017 River", + "description": "RAL 3017 River is a vivid pink polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 3017 RAL-3017 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.08 + }, + { + "min": 50, + "max": 199, + "price": 24.78 + }, + { + "min": 200, + "max": null, + "price": 23.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6469/ral-3017-river-ral-3017-river-tds-dt20240508155514715064.pdf?1715183717", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17018/ral-3017-river-ral-3017-river-dt20250204222035441318-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3017-RIVER/ral-3017-river", + "scraped_at": "2026-05-01T22:58:56.767Z" + }, + { + "sku": "RAL-3017", + "color_name": "RAL 3017", + "description": "RAL 3017 is a vivid bubblegum pink polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 3017 RIVER RAL-3017-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.59 + }, + { + "min": 50, + "max": 199, + "price": 27.16 + }, + { + "min": 200, + "max": null, + "price": 25.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4342/ral-3017-tds-dt20231017224240669535.pdf?1697582563", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8836/ral-3017-ral-3017-dt20231030151346702689-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3017/ral-3017", + "scraped_at": "2026-05-01T22:59:11.005Z" + }, + { + "sku": "RAL-3018-MATTE", + "color_name": "RAL 3018 Matte", + "description": "RAL 3018 Matte is a blush red polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 3018 RIVER RAL-3018-RIVER CLICK FOR DETAILS RAL 3018 RAL-3018 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.07 + }, + { + "min": 50, + "max": 199, + "price": 24.77 + }, + { + "min": 200, + "max": null, + "price": 23.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18433/ral-3018-matte-ral-3018-matte-dt20250729184038307109-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3018-MATTE/ral-3018-matte", + "scraped_at": "2026-05-01T22:59:25.612Z" + }, + { + "sku": "RAL-3018-RIVER", + "color_name": "RAL 3018 River", + "description": "RAL 3018 River is an orange-pink polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Due to the specific pigment used in this product, a clear or other top coat may dramatically change the color. Spray a test piece to ensure that the final color meets your requirements. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 3018 RAL-3018 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.07 + }, + { + "min": 50, + "max": 199, + "price": 24.77 + }, + { + "min": 200, + "max": null, + "price": 23.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6471/ral-3018-river-ral-3018-river-tds-dt20240508162106346619.pdf?1715185269", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17020/ral-3018-river-ral-3018-river-dt2025013120533494583-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3018-RIVER/ral-3018-river", + "scraped_at": "2026-05-01T22:59:39.243Z" + }, + { + "sku": "RAL-3018", + "color_name": "RAL 3018", + "description": "RAL 3018 is a strawberry red. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Due to the specific pigment used in this product, a clear or other top coat may dramatically change the color. Spray a test piece to ensure that the final color meets your requirements. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 3018 RIVER RAL-3018-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.16 + }, + { + "min": 50, + "max": 199, + "price": 23.14 + }, + { + "min": 200, + "max": null, + "price": 22.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4447/ral-3018-tds-dt20231030145507625208.pdf?1698677709", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5069/ral-3018-ral-3018-dt20250506200408506749-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3018/ral-3018", + "scraped_at": "2026-05-01T22:59:53.300Z" + }, + { + "sku": "RAL-3020-RIVER", + "color_name": "RAL 3020 River", + "description": "RAL 3020 River is a rich orange red polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 3020 RAL-3020 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.84 + }, + { + "min": 50, + "max": 199, + "price": 17.9 + }, + { + "min": 200, + "max": null, + "price": 16.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6473/ral-3020-river-ral-3020-river-tds-dt202405081633371408.pdf?1715186020", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17022/ral-3020-river-ral-3020-river-dt20250210161333666664-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3020-RIVER/ral-3020-river", + "scraped_at": "2026-05-01T23:00:04.932Z" + }, + { + "sku": "RAL-3020", + "color_name": "RAL 3020", + "description": "RAL 3020 is a medium bright red. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 3020 RIVER RAL-3020-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. Question: Why swatches unavailable for RAL colors? - Prismatic Support 10/07/20 12:29 pm Answer: Due to the fact there are so many options for RAL colors and their combinations, we cannot keep up with the volume to supply RAL swatches. We do offer a custom panel spray-out service where you can order a 2 or 3 coat color spray out of a specific coating combination. Here are the details of this application… If you would like a custom spray-out of any combination, we can provide that for a fee of $14.95 each plus shipping. This would be a custom panel with two coats of your choice. For a custom panel with three coats (base, mid and top coat), the fee is $19.95. The custom panels measure 3” x 5” and can take approximately 2 - 4 days to complete. Any order for such panels would need to be called in as they are not available online at this time. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.15 + }, + { + "min": 50, + "max": 199, + "price": 15.13 + }, + { + "min": 200, + "max": null, + "price": 14.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4448/ral-3020-tds-dt20231030152233809626.pdf?1698679356", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5071/ral-3020-ral-3020-dt20250506200525580682-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3020/ral-3020", + "scraped_at": "2026-05-01T23:00:19.672Z" + }, + { + "sku": "RAL-3022-MATTE", + "color_name": "RAL 3022 Matte", + "description": "RAL 3022 Matte is a orange peach solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 3022 RIVER RAL-3022-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.89 + }, + { + "min": 50, + "max": 199, + "price": 17.95 + }, + { + "min": 200, + "max": null, + "price": 17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18437/ral-3022-matte-ral-3022-matte-dt20250723205249262573-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3022-MATTE/ral-3022-matte", + "scraped_at": "2026-05-01T23:00:31.308Z" + }, + { + "sku": "RAL-3022-RIVER", + "color_name": "RAL 3022 River", + "description": "RAL 3022 River is a peach polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 3022 RAL-3022 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.35 + }, + { + "min": 50, + "max": 199, + "price": 18.38 + }, + { + "min": 200, + "max": null, + "price": 17.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6474/ral-3022-river-ral-3022-river-tds-dt20240508164230797072.pdf?1715186553", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17024/ral-3022-river-ral-3022-river-dt20250214211427771977-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3022-RIVER/ral-3022-river", + "scraped_at": "2026-05-01T23:00:43.746Z" + }, + { + "sku": "RAL-3022", + "color_name": "RAL 3022", + "description": "RAL 3022 is a salmon pink. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 3022 RIVER RAL-3022-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.63 + }, + { + "min": 50, + "max": 199, + "price": 16.61 + }, + { + "min": 200, + "max": null, + "price": 15.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4449/ral-3022-tds-dt20231030152403150341.pdf?1698679447", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5073/ral-3022-ral-3022-dt20250506200640321713-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3022/ral-3022", + "scraped_at": "2026-05-01T23:00:57.449Z" + }, + { + "sku": "RAL-3027-RIVER", + "color_name": "RAL 3027 River", + "description": "RAL 3027 River is a vivid pink red polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 3027 RAL-3027 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.05 + }, + { + "min": 50, + "max": 199, + "price": 22.85 + }, + { + "min": 200, + "max": null, + "price": 21.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6472/ral-3027-river-ral-3027-river-tds-dt20240508163151839859.pdf?1715185914", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17026/ral-3027-river-ral-3027-river-dt20250131205641104919-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3027-RIVER/ral-3027-river", + "scraped_at": "2026-05-01T23:01:08.563Z" + }, + { + "sku": "RAL-3027", + "color_name": "RAL 3027", + "description": "RAL 3027 is a raspberry red. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.13 + }, + { + "min": 50, + "max": 199, + "price": 22.11 + }, + { + "min": 200, + "max": null, + "price": 21.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4450/ral-3027-tds-dt20231030153344499843.pdf?1698680026", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5075/ral-3027-ral-3027-dt20250506200823133047-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3027/ral-3027", + "scraped_at": "2026-05-01T23:01:21.840Z" + }, + { + "sku": "RAL-3031-RIVER", + "color_name": "RAL 3031 River", + "description": "RAL 3031 River is a red river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 3031 RAL-3031 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.26 + }, + { + "min": 50, + "max": 199, + "price": 18.3 + }, + { + "min": 200, + "max": null, + "price": 17.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7153/ral-3031-river-dt20250404165922891375.pdf?1743785965", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18361/ral-3031-river-ral-3031-river-dt20250403164413618491-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3031-RIVER/ral-3031-river", + "scraped_at": "2026-05-01T23:01:32.964Z" + }, + { + "sku": "RAL-3031", + "color_name": "RAL 3031", + "description": "RAL 3031 is orient red. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 3031 RIVER RAL-3031-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.76 + }, + { + "min": 50, + "max": 199, + "price": 15.74 + }, + { + "min": 200, + "max": null, + "price": 14.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4451/ral-3031-tds-dt20231030154431575253.pdf?1698680673", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5077/ral-3031-ral-3031-dt20250506200944451211-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3031/ral-3031", + "scraped_at": "2026-05-01T23:01:46.669Z" + }, + { + "sku": "RAL-4001-MATTE", + "color_name": "RAL 4001 Matte", + "description": "RAL 4001 Matte is a muted purple polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 4001 RIVER RAL-4001-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.62 + }, + { + "min": 50, + "max": 199, + "price": 24.34 + }, + { + "min": 200, + "max": null, + "price": 23.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18443/ral-4001-matte-ral-4001-matte-dt20250723210529963895-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4001-MATTE/ral-4001-matte", + "scraped_at": "2026-05-01T23:01:57.197Z" + }, + { + "sku": "RAL-4001-RIVER", + "color_name": "RAL 4001 River", + "description": "RAL 4001 River is a violet polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 4001 RAL-4001 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.66 + }, + { + "min": 50, + "max": 199, + "price": 26.28 + }, + { + "min": 200, + "max": null, + "price": 24.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7142/ral-4001-river-dt20250318183702780364.pdf?1742323024", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18296/ral-4001-river-ral-4001-river-dt2025031316334502286-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4001-RIVER/ral-4001-river", + "scraped_at": "2026-05-01T23:02:12.002Z" + }, + { + "sku": "RAL-4001", + "color_name": "RAL 4001", + "description": "RAL 4001 is a red lilac. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 4001 RIVER RAL-4001-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.65 + }, + { + "min": 50, + "max": 199, + "price": 22.63 + }, + { + "min": 200, + "max": null, + "price": 21.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7141/ral-4001-dt2025031818363511004.pdf?1742322996", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5079/ral-4001-ral-4001-dt20250506201144330692-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4001/ral-4001", + "scraped_at": "2026-05-01T23:02:23.582Z" + }, + { + "sku": "RAL-4002-MATTE", + "color_name": "RAL 4002 Matte", + "description": "RAL 4002 Matte is a deep blush red polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 4002 RIVER RAL-4002-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.47 + }, + { + "min": 50, + "max": 199, + "price": 20.4 + }, + { + "min": 200, + "max": null, + "price": 19.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18445/ral-4002-matte-ral-4002-matte-dt2025072320571433214-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4002-MATTE/ral-4002-matte", + "scraped_at": "2026-05-01T23:02:34.862Z" + }, + { + "sku": "RAL-4002-RIVER", + "color_name": "RAL 4002 River", + "description": "RAL 4002 River is a vivid blush polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 4002 RAL-4002 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.47 + }, + { + "min": 50, + "max": 199, + "price": 21.35 + }, + { + "min": 200, + "max": null, + "price": 20.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7144/ral-4002-river-dt20250318183829880923.pdf?1742323112", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18298/ral-4002-river-ral-4002-river-dt20250313161759878622-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4002-RIVER/ral-4002-river", + "scraped_at": "2026-05-01T23:02:49.648Z" + }, + { + "sku": "RAL-4002", + "color_name": "RAL 4002", + "description": "RAL 4002 is a red violet. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.9 + }, + { + "min": 50, + "max": 199, + "price": 19.88 + }, + { + "min": 200, + "max": null, + "price": 18.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7143/ral-4002-dt20250318183757498044.pdf?1742323079", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5081/ral-4002-ral-4002-dt20250506201407013412-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4002/ral-4002", + "scraped_at": "2026-05-01T23:03:04.864Z" + }, + { + "sku": "RAL-4003-MATTE", + "color_name": "RAL 4003 Matte", + "description": "RAL 4003 Matte is a bubble gum pink polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 4003 RIVER RAL-4003-RIVER CLICK FOR DETAILS RAL 4003 RAL-4003 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.09 + }, + { + "min": 50, + "max": 199, + "price": 17.19 + }, + { + "min": 200, + "max": null, + "price": 16.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18449/ral-4003-matte-ral-4003-matte-dt20250721205522508371-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4003-MATTE/ral-4003-matte", + "scraped_at": "2026-05-01T23:03:15.888Z" + }, + { + "sku": "RAL-4003-RIVER", + "color_name": "RAL 4003 River", + "description": "RAL 4003 River is a bubble gum pink polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 4003 MATTE RAL-4003-MATTE CLICK FOR DETAILS RAL 4003 RAL-4003 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.38 + }, + { + "min": 50, + "max": 199, + "price": 18.41 + }, + { + "min": 200, + "max": null, + "price": 17.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6493/ral-4003-river-ral-4003-river-tds-dt20240508185429393174.pdf?1715194471", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17028/ral-4003-river-ral-4003-river-dt20250128194529083014-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4003-RIVER/ral-4003-river", + "scraped_at": "2026-05-01T23:03:27.925Z" + }, + { + "sku": "RAL-4003", + "color_name": "RAL 4003", + "description": "RAL 4003 is a bubblegum pink. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 4003 MATTE RAL-4003-MATTE CLICK FOR DETAILS RAL 4003 RIVER RAL-4003-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.64 + }, + { + "min": 50, + "max": 199, + "price": 15.62 + }, + { + "min": 200, + "max": null, + "price": 14.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4467/ral-4003-tds-dt20231030202615859182.pdf?1698697578", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5083/ral-4003-ral-4003-dt20250617200302899209-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4003/ral-4003", + "scraped_at": "2026-05-01T23:03:42.705Z" + }, + { + "sku": "RAL-4004-RIVER", + "color_name": "RAL 4004 River", + "description": "RAL 4004 River is a burgundy pink polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 4004 RAL-4004 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.28 + }, + { + "min": 50, + "max": 199, + "price": 20.22 + }, + { + "min": 200, + "max": null, + "price": 19.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6492/ral-4004-river-ral-4004-river-tds-dt20240508184732360621.pdf?1715194056", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17030/ral-4004-river-ral-4004-river-dt20250128194838863112-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4004-RIVER/ral-4004-river", + "scraped_at": "2026-05-01T23:03:56.845Z" + }, + { + "sku": "RAL-4004", + "color_name": "RAL 4004", + "description": "RAL 4004 is claret violet. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.12 + }, + { + "min": 50, + "max": 199, + "price": 22.1 + }, + { + "min": 200, + "max": null, + "price": 21.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4468/ral-4004-tds-dt20231030202857939608.pdf?1698697740", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5085/ral-4004-ral-4004-dt20250701202846399553-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4004/ral-4004", + "scraped_at": "2026-05-01T23:04:08.543Z" + }, + { + "sku": "RAL-4005-MATTE", + "color_name": "RAL 4005 Matte", + "description": "RAL 4005 Matte is a muted purple polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 4005 RIVER RAL-4005-RIVER CLICK FOR DETAILS RAL 4005 RAL-4005 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.4 + }, + { + "min": 50, + "max": 199, + "price": 16.53 + }, + { + "min": 200, + "max": null, + "price": 15.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18451/ral-4005-matte-ral-4005-matte-dt20250721204551995061-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4005-MATTE/ral-4005-matte", + "scraped_at": "2026-05-01T23:04:21.784Z" + }, + { + "sku": "RAL-4005-RIVER", + "color_name": "RAL 4005 River", + "description": "RAL 4005 River is a lavender purple polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 4005 MATTE RAL-4005-MATTE CLICK FOR DETAILS RAL 4005 RAL-4005 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.3 + }, + { + "min": 50, + "max": 199, + "price": 17.39 + }, + { + "min": 200, + "max": null, + "price": 16.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6491/ral-4005-river-ral-4005-river-tds-dt20240508184532502315.pdf?1715193935", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17032/ral-4005-river-ral-4005-river-dt20250128195032403874-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4005-RIVER/ral-4005-river", + "scraped_at": "2026-05-01T23:04:37.734Z" + }, + { + "sku": "RAL-4005", + "color_name": "RAL 4005", + "description": "RAL 4005 is a blue lilac. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 4005 MATTE RAL-4005-MATTE CLICK FOR DETAILS RAL 4005 RIVER RAL-4005-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.79 + }, + { + "min": 50, + "max": 199, + "price": 15.77 + }, + { + "min": 200, + "max": null, + "price": 14.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4469/ral-4005-tds-dt20231030203017517497.pdf?1698697819", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5087/ral-4005-ral-4005-dt20260420212915240663-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4005/ral-4005", + "scraped_at": "2026-05-01T23:04:55.439Z" + }, + { + "sku": "RAL-4006-RIVER", + "color_name": "RAL 4006 River", + "description": "RAL 4006 River is a fuchsia pink polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 4006 RAL-4006 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.56 + }, + { + "min": 50, + "max": 199, + "price": 20.48 + }, + { + "min": 200, + "max": null, + "price": 19.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6490/ral-4006-river-ral-4006-river-tds-dt20240508184345999899.pdf?1715193828", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17034/ral-4006-river-ral-4006-river-dt20250128195252162819-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4006-RIVER/ral-4006-river", + "scraped_at": "2026-05-01T23:05:09.509Z" + }, + { + "sku": "RAL-4006", + "color_name": "RAL 4006", + "description": "RAL 4006 is traffic purple. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.87 + }, + { + "min": 50, + "max": 199, + "price": 24.85 + }, + { + "min": 200, + "max": null, + "price": 23.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4470/ral-4006-tds-dt20231030203153008737.pdf?1698697915", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5089/ral-4006-ral-4006-dt20220512210208016562-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4006/ral-4006", + "scraped_at": "2026-05-01T23:05:20.807Z" + }, + { + "sku": "RAL-4007-RIVER", + "color_name": "RAL 4007 River", + "description": "RAL 4007 River is a burgundy purple polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 4007 RAL-4007 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.15 + }, + { + "min": 50, + "max": 199, + "price": 17.24 + }, + { + "min": 200, + "max": null, + "price": 16.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6489/ral-4007-river-ral-4007-river-tds-dt2024050818415975896.pdf?1715193722", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17036/ral-4007-river-ral-4007-river-dt20250128195517196817-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4007-RIVER/ral-4007-river", + "scraped_at": "2026-05-01T23:05:35.856Z" + }, + { + "sku": "RAL-4007", + "color_name": "RAL 4007", + "description": "RAL 4007 is purple violet. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.1 + }, + { + "min": 50, + "max": 199, + "price": 18.08 + }, + { + "min": 200, + "max": null, + "price": 17.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4471/ral-4007-tds-dt20231030203326206118.pdf?1698698010", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5091/ral-4007-ral-4007-dt20220824165712929159-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4007/ral-4007", + "scraped_at": "2026-05-01T23:05:47.091Z" + }, + { + "sku": "RAL-4008-MATTE", + "color_name": "RAL 4008 Matte", + "description": "RAL 4008 Matte is a purple polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 4008 RIVER RAL-4008-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.85 + }, + { + "min": 50, + "max": 199, + "price": 16.96 + }, + { + "min": 200, + "max": null, + "price": 16.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18453/ral-4008-matte-ral-4008-matte-dt2025072321041319193-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4008-MATTE/ral-4008-matte", + "scraped_at": "2026-05-01T23:05:57.683Z" + }, + { + "sku": "RAL-4008-RIVER", + "color_name": "RAL 4008 River", + "description": "RAL 4008 River is a light fuchsia pink polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 4008 RAL-4008 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.99 + }, + { + "min": 50, + "max": 199, + "price": 18.04 + }, + { + "min": 200, + "max": null, + "price": 17.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6488/ral-4008-river-ral-4008-river-tds-dt20240508184017968375.pdf?1715193620", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17038/ral-4008-river-ral-4008-river-dt20250128195830561867-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4008-RIVER/ral-4008-river", + "scraped_at": "2026-05-01T23:06:09.375Z" + }, + { + "sku": "RAL-4008", + "color_name": "RAL 4008", + "description": "RAL 4008 is signal violet. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.51 + }, + { + "min": 50, + "max": 199, + "price": 15.49 + }, + { + "min": 200, + "max": null, + "price": 14.54 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4472/ral-4008-tds-dt20231030203457459269.pdf?1698698099", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5093/ral-4008-ral-4008-dt20210422215936574-thumbnail.jpg?1619128777&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4008/ral-4008", + "scraped_at": "2026-05-01T23:06:22.349Z" + }, + { + "sku": "RAL-4009-RIVER", + "color_name": "RAL 4009 River", + "description": "RAL 4009 River is a blush pink polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 4009 RAL-4009 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.64 + }, + { + "min": 50, + "max": 199, + "price": 21.51 + }, + { + "min": 200, + "max": null, + "price": 20.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6487/ral-4009-river-ral-4009-river-tds-dt20240508180019441914.pdf?1715191221", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17040/ral-4009-river-ral-4009-river-dt20250128200058654144-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4009-RIVER/ral-4009-river", + "scraped_at": "2026-05-01T23:06:37.674Z" + }, + { + "sku": "RAL-4009", + "color_name": "RAL 4009", + "description": "RAL 4009 is pastel violet. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 4009 RIVER RAL-4009-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.74 + }, + { + "min": 50, + "max": 199, + "price": 25.72 + }, + { + "min": 200, + "max": null, + "price": 24.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4473/ral-4009-tds-dt20231030203735996843.pdf?1698698258", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5095/ral-4009-ral-4009-dt20220912164657636738-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4009/ral-4009", + "scraped_at": "2026-05-01T23:06:51.063Z" + }, + { + "sku": "RAL-4010-MATTE", + "color_name": "RAL 4010 Matte", + "description": "RAL 4010 Matte is a vivid pink polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 4010 RIVER RAL-4010-RIVER CLICK FOR DETAILS RAL 4010 RAL-4010 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.18 + }, + { + "min": 50, + "max": 199, + "price": 17.27 + }, + { + "min": 200, + "max": null, + "price": 16.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18457/ral-4010-matte-ral-4010-matte-dt20250721204849379547-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4010-MATTE/ral-4010-matte", + "scraped_at": "2026-05-01T23:07:02.971Z" + }, + { + "sku": "RAL-4010-RIVER", + "color_name": "RAL 4010 River", + "description": "RAL 4010 River is a vivid bubble gum pink polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 4010 RAL-4010 CLICK FOR DETAILS RAL 4010 MATTE RAL-4010-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.5 + }, + { + "min": 50, + "max": 199, + "price": 18.53 + }, + { + "min": 200, + "max": null, + "price": 17.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6486/ral-4010-river-ral-4010-river-tds-dt20240508175409670656.pdf?1715190852", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17042/ral-4010-river-ral-4010-river-dt2025012820382421477-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4010-RIVER/ral-4010-river", + "scraped_at": "2026-05-01T23:07:13.638Z" + }, + { + "sku": "RAL-4010", + "color_name": "RAL 4010", + "description": "RAL 4010 is a telemagenta. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 4010 RIVER RAL-4010-RIVER CLICK FOR DETAILS RAL 4010 MATTE RAL-4010-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.88 + }, + { + "min": 50, + "max": 199, + "price": 15.86 + }, + { + "min": 200, + "max": null, + "price": 14.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4474/ral-4010-tds-dt20231030203919458463.pdf?1698698361", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5097/ral-4010-ral-4010-dt20250618203319817379-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4010/ral-4010", + "scraped_at": "2026-05-01T23:07:25.115Z" + }, + { + "sku": "RAL-5000-MATTE", + "color_name": "RAL 5000 Matte", + "description": "RAL 5000 Matte is a muted navy blue polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 5000 RAL-5000 CLICK FOR DETAILS RAL 5000 RIVER RAL-5000-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.09 + }, + { + "min": 50, + "max": 199, + "price": 14.34 + }, + { + "min": 200, + "max": null, + "price": 13.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18459/ral-5000-matte-ral-5000-matte-dt20250729184215210486-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5000-MATTE/ral-5000-matte", + "scraped_at": "2026-05-01T23:07:39.425Z" + }, + { + "sku": "RAL-5000-RIVER", + "color_name": "RAL 5000 River", + "description": "RAL 5000 River is a muted blue polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 5000 RAL-5000 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.85 + }, + { + "min": 50, + "max": 199, + "price": 14.11 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6512/ral-5000-river-ral-5000-river-tds-dt20240508211301262802.pdf?1715202783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17069/ral-5000-river-ral-5000-river-dt20250131205917558167-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5000-RIVER/ral-5000-river", + "scraped_at": "2026-05-01T23:07:54.940Z" + }, + { + "sku": "RAL-5000", + "color_name": "RAL 5000", + "description": "RAL 5000 is violet blue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 5000 RIVER RAL-5000-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.66 + }, + { + "min": 50, + "max": 199, + "price": 11.64 + }, + { + "min": 200, + "max": null, + "price": 10.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5099/ral-5000-ral-5000-dt20250508145921378602-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5000/ral-5000", + "scraped_at": "2026-05-01T23:08:09.731Z" + }, + { + "sku": "RAL-5001-MATTE", + "color_name": "RAL 5001 Matte", + "description": "RAL 5001 Matte is a navy blue polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 5001 RAL-5001 CLICK FOR DETAILS RAL 5001 RIVER RAL-5001-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.22 + }, + { + "min": 50, + "max": 199, + "price": 13.51 + }, + { + "min": 200, + "max": null, + "price": 12.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18461/ral-5001-matte-ral-5001-matte-dt20250729142337693928-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5001-MATTE/ral-5001-matte", + "scraped_at": "2026-05-01T23:08:20.281Z" + }, + { + "sku": "RAL-5001-RIVER", + "color_name": "RAL 5001 River", + "description": "RAL 5001 River is a muted blue polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 5001 RAL-5001 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.5 + }, + { + "min": 50, + "max": 199, + "price": 12.83 + }, + { + "min": 200, + "max": null, + "price": 12.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6511/ral-5001-river-ral-5001-river-tds-dt20240508211022461306.pdf?1715202625", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17071/ral-5001-river-ral-5001-river-dt20250204222405063303-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5001-RIVER/ral-5001-river", + "scraped_at": "2026-05-01T23:08:30.180Z" + }, + { + "sku": "RAL-5001", + "color_name": "RAL 5001", + "description": "RAL 5001 is a green blue. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.89 + }, + { + "min": 50, + "max": 199, + "price": 10.87 + }, + { + "min": 200, + "max": null, + "price": 9.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5885/ral-5001-ral-5001-tds-dt20240326193601002615.pdf?1711481763", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5101/ral-5001-ral-5001-dt20220916213551526152-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5001/ral-5001", + "scraped_at": "2026-05-01T23:08:41.273Z" + }, + { + "sku": "RAL-5002-MATTE", + "color_name": "RAL 5002 Matte", + "description": "RAL 5002 Matte is a classic blue polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 5002 RIVER RAL-5002-RIVER CLICK FOR DETAILS RAL 5002 RAL-5002 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.72 + }, + { + "min": 50, + "max": 199, + "price": 14.93 + }, + { + "min": 200, + "max": null, + "price": 14.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18463/ral-5002-matte-ral-5002-matte-dt2025072120505445645-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5002-MATTE/ral-5002-matte", + "scraped_at": "2026-05-01T23:08:53.005Z" + }, + { + "sku": "RAL-5002-RIVER", + "color_name": "RAL 5002 River", + "description": "RAL 5002 River is a vivid blue polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 5002 RAL-5002 CLICK FOR DETAILS RAL 5002 MATTE RAL-5002-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.78 + }, + { + "min": 50, + "max": 199, + "price": 14.99 + }, + { + "min": 200, + "max": null, + "price": 14.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6510/ral-5002-river-ral-5002-river-tds-dt20240508210842499451.pdf?1715202525", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17073/ral-5002-river-ral-5002-river-dt20250131210232515602-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5002-RIVER/ral-5002-river", + "scraped_at": "2026-05-01T23:09:05.489Z" + }, + { + "sku": "RAL-5002", + "color_name": "RAL 5002", + "description": "RAL 5002 is a bright royal blue. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 5002 RIVER RAL-5002-RIVER CLICK FOR DETAILS RAL 5002 MATTE RAL-5002-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. Question: Why don't you include your application guides showing cure temp and cure time in the box with each powder shipped? - David Hill 01/16/20 05:06 pm Answer: Thank you for the inquiry, Unfortunately or Fortunately we have far to many color and powder types to have our shipping department pull an application guide for each powder shipped. This would literally be thousands of pieces of paper per day. This is why we have these available to you on our website. If you shop for a color you will see a link to download or print the application guide PDF file. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.48 + }, + { + "min": 50, + "max": 199, + "price": 12.46 + }, + { + "min": 200, + "max": null, + "price": 11.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5103/ral-5002-ral-5002-dt20250618203434339759-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5002/ral-5002", + "scraped_at": "2026-05-01T23:09:19.884Z" + }, + { + "sku": "RAL-5003-RIVER", + "color_name": "RAL 5003 River", + "description": "RAL 5003 River is a blue polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 5003 RAL-5003 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.17 + }, + { + "min": 50, + "max": 199, + "price": 15.36 + }, + { + "min": 200, + "max": null, + "price": 14.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8191/ral-5003-river-dt20260306221106666755.pdf?1772835068", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17075/ral-5003-river-ral-5003-river-dt20250131210454722902-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5003-RIVER/ral-5003-river", + "scraped_at": "2026-05-01T23:09:30.558Z" + }, + { + "sku": "RAL-5003", + "color_name": "RAL 5003", + "description": "RAL 5003 is a midnight blue. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.81 + }, + { + "min": 50, + "max": 199, + "price": 10.79 + }, + { + "min": 200, + "max": null, + "price": 9.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8190/ral-5003-dt2026030622100808402.pdf?1772835009", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5105/ral-5003-ral-5003-dt20230120161143520282-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5003/ral-5003", + "scraped_at": "2026-05-01T23:09:45.124Z" + }, + { + "sku": "RAL-5004-RIVER", + "color_name": "RAL 5004 River", + "description": "RAL 5004 River is a deep black blue polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 5004 RAL-5004 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.72 + }, + { + "min": 50, + "max": 199, + "price": 17.78 + }, + { + "min": 200, + "max": null, + "price": 16.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6508/ral-5004-river-ral-5004-river-tds-dt20240508210508670144.pdf?1715202311", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17077/ral-5004-river-ral-5004-river-dt20250131210727431662-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5004-RIVER/ral-5004-river", + "scraped_at": "2026-05-01T23:09:57.212Z" + }, + { + "sku": "RAL-5004", + "color_name": "RAL 5004", + "description": "RAL 5004 is a black blue. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. Question: I would like to get a sample swatch of the 5004 RAL. Is that available? - Sam Beaver 03/21/19 10:19 am Answer: Unfortunately we do not make swatches of our RAL colors. We only make swatches of our proprietary colors. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.26 + }, + { + "min": 50, + "max": 199, + "price": 15.24 + }, + { + "min": 200, + "max": null, + "price": 14.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8246/ral-5004-dt20260402214820890301.pdf?1775166502", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5107/ral-5004-ral-5004-dt20250701202156104631-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5004/ral-5004", + "scraped_at": "2026-05-01T23:10:11.042Z" + }, + { + "sku": "RAL-5005-RIVER", + "color_name": "RAL 5005 River", + "description": "RAL 5005 River is a blue polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 5005 RAL-5005 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.24 + }, + { + "min": 50, + "max": 199, + "price": 14.48 + }, + { + "min": 200, + "max": null, + "price": 13.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6507/ral-5005-river-ral-5005-river-tds-dt2024050821030934947.pdf?1715202191", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17079/ral-5005-river-ral-5005-river-dt20250131210933950578-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5005-RIVER/ral-5005-river", + "scraped_at": "2026-05-01T23:10:26.658Z" + }, + { + "sku": "RAL-5005", + "color_name": "RAL 5005", + "description": "RAL 5005 is a medium royal blue. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.97 + }, + { + "min": 50, + "max": 199, + "price": 11.95 + }, + { + "min": 200, + "max": null, + "price": 11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7412/ral-5005-dt20250711183547587849.pdf?1752258949", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5109/ral-5005-ral-5005-dt20220601171915384418-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5005/ral-5005", + "scraped_at": "2026-05-01T23:10:40.330Z" + }, + { + "sku": "RAL-5007-MATTE", + "color_name": "RAL 5007 Matte", + "description": "RAL 5007 Matte is a muted blue polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 5007 RAL-5007 CLICK FOR DETAILS RAL 5007 RIVER RAL-5007-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.59 + }, + { + "min": 50, + "max": 199, + "price": 15.76 + }, + { + "min": 200, + "max": null, + "price": 14.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18465/ral-5007-matte-ral-5007-matte-dt202507212019489832-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5007-MATTE/ral-5007-matte", + "scraped_at": "2026-05-01T23:10:54.364Z" + }, + { + "sku": "RAL-5007-RIVER", + "color_name": "RAL 5007 River", + "description": "RAL 5007 River is a light muted blue polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 5007 MATTE RAL-5007-MATTE CLICK FOR DETAILS RAL 5007 RAL-5007 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.1 + }, + { + "min": 50, + "max": 199, + "price": 16.25 + }, + { + "min": 200, + "max": null, + "price": 15.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6506/ral-5007-river-ral-5007-river-tds-dt20240508210135595241.pdf?1715202097", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17081/ral-5007-river-ral-5007-river-dt20250204222613216931-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5007-RIVER/ral-5007-river", + "scraped_at": "2026-05-01T23:11:08.178Z" + }, + { + "sku": "RAL-5007", + "color_name": "RAL 5007", + "description": "RAL 5007 is brilliant blue. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 5007 MATTE RAL-5007-MATTE CLICK FOR DETAILS RAL 5007 RIVER RAL-5007-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.56 + }, + { + "min": 50, + "max": 199, + "price": 13.54 + }, + { + "min": 200, + "max": null, + "price": 12.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5111/ral-5007-ral-5007-dt20250701201952926243-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5007/ral-5007", + "scraped_at": "2026-05-01T23:11:23.610Z" + }, + { + "sku": "RAL-5008-RIVER", + "color_name": "RAL 5008 River", + "description": "RAL 5008 River is a blue polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 5008 RAL-5008 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.32 + }, + { + "min": 50, + "max": 199, + "price": 15.5 + }, + { + "min": 200, + "max": null, + "price": 14.69 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6505/ral-5008-river-ral-5008-river-tds-dt20240508205958246355.pdf?1715202001", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17083/ral-5008-river-ral-5008-river-dt20250131211130501404-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5008-RIVER/ral-5008-river", + "scraped_at": "2026-05-01T23:11:34.582Z" + }, + { + "sku": "RAL-5008", + "color_name": "RAL 5008", + "description": "RAL 5008 is a grey blue. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.05 + }, + { + "min": 50, + "max": 199, + "price": 13.03 + }, + { + "min": 200, + "max": null, + "price": 12.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5891/ral-5008-ral-5008-tds-dt20240326194539385848.pdf?1711482342", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5113/ral-5008-ral-5008-dt20250701201728259776-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5008/ral-5008", + "scraped_at": "2026-05-01T23:11:50.590Z" + }, + { + "sku": "RAL-5009-MATTE", + "color_name": "RAL 5009 Matte", + "description": "RAL 5009 Matte is a muted navy blue polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 5009 RAL-5009 CLICK FOR DETAILS RAL 5009 RIVER RAL-5009-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.35 + }, + { + "min": 50, + "max": 199, + "price": 15.53 + }, + { + "min": 200, + "max": null, + "price": 14.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18467/ral-5009-matte-ral-5009-matte-dt20250721204319230818-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5009-MATTE/ral-5009-matte", + "scraped_at": "2026-05-01T23:12:05.233Z" + }, + { + "sku": "RAL-5009-RIVER", + "color_name": "RAL 5009 River", + "description": "RAL 5009 River is a blue polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 5009 MATTE RAL-5009-MATTE CLICK FOR DETAILS RAL 5009 RAL-5009 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.71 + }, + { + "min": 50, + "max": 199, + "price": 15.87 + }, + { + "min": 200, + "max": null, + "price": 15.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6504/ral-5009-river-ral-5009-river-tds-dt20240508205830320353.pdf?1715201912", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17085/ral-5009-river-ral-5009-river-dt20250131211543687979-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5009-RIVER/ral-5009-river", + "scraped_at": "2026-05-01T23:12:17.214Z" + }, + { + "sku": "RAL-5009", + "color_name": "RAL 5009", + "description": "RAL 5009 is an azure blue. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 5009 MATTE RAL-5009-MATTE CLICK FOR DETAILS RAL 5009 RIVER RAL-5009-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.06 + }, + { + "min": 50, + "max": 199, + "price": 13.04 + }, + { + "min": 200, + "max": null, + "price": 12.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5115/ral-5009-ral-5009-dt20250508150040943419-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5009/ral-5009", + "scraped_at": "2026-05-01T23:12:32.094Z" + }, + { + "sku": "RAL-5010-RIVER", + "color_name": "RAL 5010 River", + "description": "RAL 5010 River is a blue polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 5010 RAL-5010 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.79 + }, + { + "min": 50, + "max": 199, + "price": 15.95 + }, + { + "min": 200, + "max": null, + "price": 15.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6503/ral-5010-river-ral-5010-river-tds-dt20240508205613466311.pdf?1715201776", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17087/ral-5010-river-ral-5010-river-dt20250131211930974829-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5010-RIVER/ral-5010-river", + "scraped_at": "2026-05-01T23:12:44.423Z" + }, + { + "sku": "RAL-5010", + "color_name": "RAL 5010", + "description": "RAL 5010 is a dark blue. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. Question: Why can I not order a swatch of the RAL 5010? - Hans Dewitt 06/27/19 05:15 pm Answer: We only produce swatches of our proprietary colors. RAL belong to a specific color space that does not belong to Prismatic. A custom 3x5 spray out of our RAL colors can be ordered if you like. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.95 + }, + { + "min": 50, + "max": 199, + "price": 12.93 + }, + { + "min": 200, + "max": null, + "price": 11.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5117/ral-5010-ral-5010-dt20230120161607607578-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5010/ral-5010", + "scraped_at": "2026-05-01T23:12:55.987Z" + }, + { + "sku": "RAL-5011-MATTE", + "color_name": "RAL 5011 Matte", + "description": "RAL 5011 Matte is a deep navy blue polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 5011 RIVER RAL-5011-RIVER CLICK FOR DETAILS RAL 5011 RAL-5011 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.35 + }, + { + "min": 50, + "max": 199, + "price": 15.53 + }, + { + "min": 200, + "max": null, + "price": 14.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8273/ral-5011-matte-dt20260420143729828028.pdf?1776695853", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18469/ral-5011-matte-ral-5011-matte-dt20250721202226980981-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5011-MATTE/ral-5011-matte", + "scraped_at": "2026-05-01T23:13:08.407Z" + }, + { + "sku": "RAL-5011-RIVER", + "color_name": "RAL 5011 River", + "description": "RAL 5011 River is a dark blue polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 5011 MATTE RAL-5011-MATTE CLICK FOR DETAILS RAL 5011 RAL-5011 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.73 + }, + { + "min": 50, + "max": 199, + "price": 15.89 + }, + { + "min": 200, + "max": null, + "price": 15.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6502/ral-5011-river-ral-5011-river-tds-dt20240508205330262526.pdf?1715201612", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17089/ral-5011-river-ral-5011-river-dt20250131212727816027-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5011-RIVER/ral-5011-river", + "scraped_at": "2026-05-01T23:13:19.756Z" + }, + { + "sku": "RAL-5011", + "color_name": "RAL 5011", + "description": "RAL 5011 is a steel blue. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 5011 RIVER RAL-5011-RIVER CLICK FOR DETAILS RAL 5011 MATTE RAL-5011-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.31 + }, + { + "min": 50, + "max": 199, + "price": 13.29 + }, + { + "min": 200, + "max": null, + "price": 12.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5119/ral-5011-ral-5011-dt20250508150155371703-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5011/ral-5011", + "scraped_at": "2026-05-01T23:13:35.210Z" + }, + { + "sku": "RAL-5012-RIVER", + "color_name": "RAL 5012 River", + "description": "RAL 5012 River is a robin's blue polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 5012 RAL-5012 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.71 + }, + { + "min": 50, + "max": 199, + "price": 15.87 + }, + { + "min": 200, + "max": null, + "price": 15.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8189/ral-5012-river-dt20260306220915941948.pdf?1772834958", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17090/ral-5012-river-ral-5012-river-dt20250214211647996344-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5012-RIVER/ral-5012-river", + "scraped_at": "2026-05-01T23:13:49.548Z" + }, + { + "sku": "RAL-5012", + "color_name": "RAL 5012", + "description": "RAL 5012 is a medium sky blue. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 5012 RIVER RAL-5012-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. Question: Can RAL color swatches be ordered? - Steve V 11/23/20 07:15 pm Answer: We unfortunately do not offer RAL swatches at this time as it would take up a huge workload for us currently. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.31 + }, + { + "min": 50, + "max": 199, + "price": 13.29 + }, + { + "min": 200, + "max": null, + "price": 12.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8188/ral-5012-dt20260306220830455002.pdf?1772834912", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5121/ral-5012-ral-5012-dt20250508150610377334-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5012/ral-5012", + "scraped_at": "2026-05-01T23:14:03.289Z" + }, + { + "sku": "RAL-5013-RIVER", + "color_name": "RAL 5013 River", + "description": "RAL 5013 River is a blue polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 5013 RAL-5013 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.3 + }, + { + "min": 50, + "max": 199, + "price": 17.39 + }, + { + "min": 200, + "max": null, + "price": 16.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6542/ral-5013-river-ral-5013-river-tds-dt20240513164302536666.pdf?1715618586", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17092/ral-5013-river-ral-5013-river-dt20250131213000976311-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5013-RIVER/ral-5013-river", + "scraped_at": "2026-05-01T23:14:17.846Z" + }, + { + "sku": "RAL-5013", + "color_name": "RAL 5013", + "description": "RAL 5013 is a dark purple/blue. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.79 + }, + { + "min": 50, + "max": 199, + "price": 14.77 + }, + { + "min": 200, + "max": null, + "price": 13.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5123/ral-5013-ral-5013-dt2025070120152573713-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5013/ral-5013", + "scraped_at": "2026-05-01T23:14:29.107Z" + }, + { + "sku": "RAL-5014-MATTE", + "color_name": "RAL 5014 Matte", + "description": "RAL 5014 Matte is a muted blue grey polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Due to the specific pigment used in this product, a clear or other top coat may dramatically change the color. Spray a test piece to ensure that the final color meets your requirements. Proposition 65 Warning RELATED PRODUCTS RAL 5014 RAL-5014 CLICK FOR DETAILS RAL 5014 RIVER RAL-5014-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.45 + }, + { + "min": 50, + "max": 199, + "price": 14.68 + }, + { + "min": 200, + "max": null, + "price": 13.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18473/ral-5014-matte-ral-5014-matte-dt20250729142838256759-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5014-MATTE/ral-5014-matte", + "scraped_at": "2026-05-01T23:14:42.374Z" + }, + { + "sku": "RAL-5014-RIVER", + "color_name": "RAL 5014 River", + "description": "RAL 5014 River is a muted light blue polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Due to the specific pigment used in this product, a clear or other top coat may dramatically change the color. Spray a test piece to ensure that the final color meets your requirements. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 5014 RAL-5014 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.36 + }, + { + "min": 50, + "max": 199, + "price": 14.59 + }, + { + "min": 200, + "max": null, + "price": 13.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6541/ral-5014-river-ral-5014-river-tds-dt20240513164102294548.pdf?1715618465", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17094/ral-5014-river-ral-5014-river-dt20250131213307524171-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5014-RIVER/ral-5014-river", + "scraped_at": "2026-05-01T23:14:54.355Z" + }, + { + "sku": "RAL-5014", + "color_name": "RAL 5014", + "description": "RAL 5014 is pigeon blue. This color is a polyester solid tone powder coat and has a glossy finish. Due to the specific pigment used in this product, a clear or other top coat may dramatically change the color. Spray a test piece to ensure that the final color meets your requirements. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.44 + }, + { + "min": 50, + "max": 199, + "price": 11.42 + }, + { + "min": 200, + "max": null, + "price": 10.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5905/ral-5014-ral-5014-tds-dt2024032717575508481.pdf?1711562277", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5125/ral-5014-ral-5014-dt20220919144244578592-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5014/ral-5014", + "scraped_at": "2026-05-01T23:15:09.457Z" + }, + { + "sku": "RAL-5015-MATTE", + "color_name": "RAL 5015 Matte", + "description": "RAL 5015 Matte is a muted light blue polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 5015 RAL-5015 CLICK FOR DETAILS RAL 5015 RIVER RAL-5015-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.9 + }, + { + "min": 50, + "max": 199, + "price": 15.11 + }, + { + "min": 200, + "max": null, + "price": 14.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18475/ral-5015-matte-ral-5015-matte-dt20250729143356064811-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5015-MATTE/ral-5015-matte", + "scraped_at": "2026-05-01T23:15:24.446Z" + }, + { + "sku": "RAL-5015-RIVER", + "color_name": "RAL 5015 River", + "description": "RAL 5015 River is a vivid blue polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 5015 RAL-5015 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.05 + }, + { + "min": 50, + "max": 199, + "price": 15.25 + }, + { + "min": 200, + "max": null, + "price": 14.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6540/ral-5015-river-ral-5015-river-tds-dt20240513163839381946.pdf?1715618321", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17096/ral-5015-river-ral-5015-river-dt20250131213602162971-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5015-RIVER/ral-5015-river", + "scraped_at": "2026-05-01T23:15:36.133Z" + }, + { + "sku": "RAL-5015", + "color_name": "RAL 5015", + "description": "RAL 5015 is a dark sky blue. This color is a polyester solid tone with a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 5015 RIVER RAL-5015-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.7 + }, + { + "min": 50, + "max": 199, + "price": 12.68 + }, + { + "min": 200, + "max": null, + "price": 11.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5897/ral-5015-ral-5015-tds-dt2024032621014504924.pdf?1711486907", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5127/ral-5015-ral-5015-dt20250508150751374374-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5015/ral-5015", + "scraped_at": "2026-05-01T23:15:49.427Z" + }, + { + "sku": "RAL-5017-MATTE", + "color_name": "RAL 5017 Matte", + "description": "RAL 5000 Matte is a classic blue polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 5017 RAL-5017 CLICK FOR DETAILS RAL 5017 RIVER RAL-5017-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.45 + }, + { + "min": 50, + "max": 199, + "price": 14.68 + }, + { + "min": 200, + "max": null, + "price": 13.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18477/ral-5017-matte-ral-5017-matte-dt20250729143838498035-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5017-MATTE/ral-5017-matte", + "scraped_at": "2026-05-01T23:16:03.684Z" + }, + { + "sku": "RAL-5017-RIVER", + "color_name": "RAL 5017 River", + "description": "RAL 5017 River is a blue polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 5017 RAL-5017 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.59 + }, + { + "min": 50, + "max": 199, + "price": 15.76 + }, + { + "min": 200, + "max": null, + "price": 14.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8187/ral-5017-river-dt20260306220708207247.pdf?1772834830", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17098/ral-5017-river-ral-5017-river-dt20250131213826446896-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5017-RIVER/ral-5017-river", + "scraped_at": "2026-05-01T23:16:19.603Z" + }, + { + "sku": "RAL-5017", + "color_name": "RAL 5017", + "description": "RAL 5017 is a flashy blue. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 5017 RIVER RAL-5017-RIVER CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.08 + }, + { + "min": 50, + "max": 199, + "price": 12.06 + }, + { + "min": 200, + "max": null, + "price": 11.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8186/ral-5017-dt20260306220630664321.pdf?1772834792", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5129/ral-5017-ral-5017-dt20250508150930248685-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5017/ral-5017", + "scraped_at": "2026-05-01T23:16:37.525Z" + }, + { + "sku": "RAL-5018-MATTE", + "color_name": "RAL 5018 Matte", + "description": "RAL 5018 Matte is a aqua polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 5018 RIVER RAL-5018-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.01 + }, + { + "min": 50, + "max": 199, + "price": 15.21 + }, + { + "min": 200, + "max": null, + "price": 14.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8196/ral-5018-matte-dt20260306221616415983.pdf?1772835378", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18479/ral-5018-matte-ral-5018-matte-dt20250723210229148684-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5018-MATTE/ral-5018-matte", + "scraped_at": "2026-05-01T23:16:50.347Z" + }, + { + "sku": "RAL-5018-RIVER", + "color_name": "RAL 5018 River", + "description": "RAL 5018 River is a teal polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 5018 RAL-5018 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.66 + }, + { + "min": 50, + "max": 199, + "price": 14.88 + }, + { + "min": 200, + "max": null, + "price": 14.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8197/ral-5018-river-dt20260306221724046311.pdf?1772835445", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17100/ral-5018-river-ral-5018-river-dt2025013121413539217-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5018-RIVER/ral-5018-river", + "scraped_at": "2026-05-01T23:17:04.707Z" + }, + { + "sku": "RAL-5018", + "color_name": "RAL 5018", + "description": "RAL 5018 is a medium/dark aqua. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 5018 RIVER RAL-5018-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.82 + }, + { + "min": 50, + "max": 199, + "price": 12.8 + }, + { + "min": 200, + "max": null, + "price": 11.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8195/ral-5018-dt20260306221522878298.pdf?1772835324", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5131/ral-5018-ral-5018-dt20250508151109774896-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5018/ral-5018", + "scraped_at": "2026-05-01T23:17:16.365Z" + }, + { + "sku": "RAL-5019-MATTE", + "color_name": "RAL 5019 Matte", + "description": "RAL 5019 Matte is a blue polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 5019 RIVER RAL-5019-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.26 + }, + { + "min": 50, + "max": 199, + "price": 15.45 + }, + { + "min": 200, + "max": null, + "price": 14.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18481/ral-5019-matte-ral-5019-matte-dt20250723205859854718-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5019-MATTE/ral-5019-matte", + "scraped_at": "2026-05-01T23:17:31.853Z" + }, + { + "sku": "RAL-5019-RIVER", + "color_name": "RAL 5019 River", + "description": "RAL 5019 River is a medium blue polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 5019 RAL-5019 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.73 + }, + { + "min": 50, + "max": 199, + "price": 15.89 + }, + { + "min": 200, + "max": null, + "price": 15.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6537/ral-5019-river-ral-5019-river-tds-dt20240513163238654709.pdf?1715617963", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17102/ral-5019-river-ral-5019-river-dt20250204223005751198-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5019-RIVER/ral-5019-river", + "scraped_at": "2026-05-01T23:17:43.854Z" + }, + { + "sku": "RAL-5019", + "color_name": "RAL 5019", + "description": "RAL 5019 is a capri blue. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 5019 RIVER RAL-5019-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.07 + }, + { + "min": 50, + "max": 199, + "price": 13.05 + }, + { + "min": 200, + "max": null, + "price": 12.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5900/ral-5019-ral-5019-tds-dt20240326210701179249.pdf?1711487223", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5133/ral-5019-ral-5019-dt20250508151227221851-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5019/ral-5019", + "scraped_at": "2026-05-01T23:18:00.387Z" + }, + { + "sku": "RAL-5020-RIVER", + "color_name": "RAL 5020 River", + "description": "RAL 5020 River is a deep aqua blue polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 5020 RAL-5020 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.31 + }, + { + "min": 50, + "max": 199, + "price": 19.29 + }, + { + "min": 200, + "max": null, + "price": 18.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6536/ral-5020-river-ral-5020-river-tds-dt20240513163005725785.pdf?1715617808", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17104/ral-5020-river-ral-5020-river-dt20250131214409878423-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5020-RIVER/ral-5020-river", + "scraped_at": "2026-05-01T23:18:13.583Z" + }, + { + "sku": "RAL-5020", + "color_name": "RAL 5020", + "description": "RAL 5020 is ocean blue. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.74 + }, + { + "min": 50, + "max": 199, + "price": 16.72 + }, + { + "min": 200, + "max": null, + "price": 15.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5135/ral-5020-ral-5020-dt20250701201322408717-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5020/ral-5020", + "scraped_at": "2026-05-01T23:18:27.970Z" + }, + { + "sku": "RAL-5021-RIVER", + "color_name": "RAL 5021 River", + "description": "RAL 5021 River is a teal aqua polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 5021 RAL-5021 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.31 + }, + { + "min": 50, + "max": 199, + "price": 16.44 + }, + { + "min": 200, + "max": null, + "price": 15.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6535/ral-5021-river-ral-5021-river-tds-dt2024051316280842101.pdf?1715617690", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17106/ral-5021-river-ral-5021-river-dt20250204223209390646-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5021-RIVER/ral-5021-river", + "scraped_at": "2026-05-01T23:18:43.145Z" + }, + { + "sku": "RAL-5021", + "color_name": "RAL 5021", + "description": "RAL 5021 is a water blue. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.31 + }, + { + "min": 50, + "max": 199, + "price": 13.29 + }, + { + "min": 200, + "max": null, + "price": 12.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5902/ral-5021-ral-5021-tds-dt2024032621101558441.pdf?1711487417", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5137/ral-5021-ral-5021-dt20220919145746560522-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5021/ral-5021", + "scraped_at": "2026-05-01T23:18:58.597Z" + }, + { + "sku": "RAL-5022-RIVER", + "color_name": "RAL 5022 River", + "description": "RAL 5022 River is a blue polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 5022 RAL-5022 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.3 + }, + { + "min": 50, + "max": 199, + "price": 17.39 + }, + { + "min": 200, + "max": null, + "price": 16.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6534/ral-5022-river-ral-5022-river-tds-dt20240513162624597247.pdf?1715617588", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17108/ral-5022-river-ral-5022-river-dt20250131214632317966-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5022-RIVER/ral-5022-river", + "scraped_at": "2026-05-01T23:19:12.151Z" + }, + { + "sku": "RAL-5022", + "color_name": "RAL 5022", + "description": "RAL 5022 is a night blue. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 5022 RIVER RAL-5022-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. Question: does this come in a fine textured finish? - Prismatic Support 01/28/19 12:28 pm Answer: We don't have one but there is a chance that we would be able to make it. Please contact our color match department for details. colormatch@prismaticpowders.com - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.76 + }, + { + "min": 50, + "max": 199, + "price": 15.74 + }, + { + "min": 200, + "max": null, + "price": 14.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5139/ral-5022-ral-5022-dt20260420211038109493-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5022/ral-5022", + "scraped_at": "2026-05-01T23:19:28.039Z" + }, + { + "sku": "RAL-5023-MATTE", + "color_name": "RAL 5023 Matte", + "description": "RAL 5023 Matte is a muted blue grey polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 5023 RAL-5023 CLICK FOR DETAILS RAL 5023 RIVER RAL-5023-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.18 + }, + { + "min": 50, + "max": 199, + "price": 16.32 + }, + { + "min": 200, + "max": null, + "price": 15.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18483/ral-5023-matte-ral-5023-matte-dt20250729142500842935-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5023-MATTE/ral-5023-matte", + "scraped_at": "2026-05-01T23:19:41.549Z" + }, + { + "sku": "RAL-5023-RIVER", + "color_name": "RAL 5023 River", + "description": "RAL 5023 River is a grey blue polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 5023 RAL-5023 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.64 + }, + { + "min": 50, + "max": 199, + "price": 16.76 + }, + { + "min": 200, + "max": null, + "price": 15.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6533/ral-5023-river-ral-5023-river-tds-dt20240513162420368008.pdf?1715617462", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17110/ral-5023-river-ral-5023-river-dt20250131214847789919-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5023-RIVER/ral-5023-river", + "scraped_at": "2026-05-01T23:19:56.410Z" + }, + { + "sku": "RAL-5023", + "color_name": "RAL 5023", + "description": "RAL 5023 is distant blue. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 5023 RIVER RAL-5023-RIVER CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.9 + }, + { + "min": 50, + "max": 199, + "price": 13.88 + }, + { + "min": 200, + "max": null, + "price": 12.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5904/ral-5023-ral-5023-tds-dt20240326211341114683.pdf?1711487623", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5141/ral-5023-ral-5023-dt20250508151337287853-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5023/ral-5023", + "scraped_at": "2026-05-01T23:20:12.426Z" + }, + { + "sku": "RAL-5024-MATTE", + "color_name": "RAL 5024 Matte", + "description": "RAL 5024 Matte is a muted light blue grey polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 5024 RAL-5024 CLICK FOR DETAILS RAL 5024 RIVER RAL-5024-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.35 + }, + { + "min": 50, + "max": 199, + "price": 15.53 + }, + { + "min": 200, + "max": null, + "price": 14.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18485/ral-5024-matte-ral-5024-matte-dt20250729143045106645-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5024-MATTE/ral-5024-matte", + "scraped_at": "2026-05-01T23:20:24.977Z" + }, + { + "sku": "RAL-5024-RIVER", + "color_name": "RAL 5024 River", + "description": "RAL 5024 River is a blue polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 5024 RAL-5024 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.89 + }, + { + "min": 50, + "max": 199, + "price": 16.05 + }, + { + "min": 200, + "max": null, + "price": 15.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6531/ral-5024-river-ral-5024-river-tds-dt20240513161318730657.pdf?1715616800", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17112/ral-5024-river-ral-5024-river-dt20250131215055794864-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5024-RIVER/ral-5024-river", + "scraped_at": "2026-05-01T23:20:37.163Z" + }, + { + "sku": "RAL-5024", + "color_name": "RAL 5024", + "description": "RAL 5024 is a pastel blue. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 5024 RIVER RAL-5024-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.31 + }, + { + "min": 50, + "max": 199, + "price": 13.29 + }, + { + "min": 200, + "max": null, + "price": 12.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5906/ral-5024-ral-5024-tds-dt20240327180100216003.pdf?1711562462", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5143/ral-5024-ral-5024-dt20250508151701238384-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5024/ral-5024", + "scraped_at": "2026-05-01T23:20:49.178Z" + }, + { + "sku": "RAL-6000-RIVER", + "color_name": "RAL 6000 River", + "description": "RAL 5019 River is a teal polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 6000 RAL-6000 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.71 + }, + { + "min": 50, + "max": 199, + "price": 15.87 + }, + { + "min": 200, + "max": null, + "price": 15.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6559/ral-6000-river-ral-6000-river-tds-dt20240514150112614068.pdf?1715698875", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17124/ral-6000-river-ral-6000-river-dt20250204223540450035-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6000-RIVER/ral-6000-river", + "scraped_at": "2026-05-01T23:20:59.533Z" + }, + { + "sku": "RAL-6000", + "color_name": "RAL 6000", + "description": "RAL 6000 is patina green. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.42 + }, + { + "min": 50, + "max": 199, + "price": 13.4 + }, + { + "min": 200, + "max": null, + "price": 12.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5907/ral-6000-ral-6000-tds-dt2024032718492781873.pdf?1711565370", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5145/ral-6000-ral-6000-dt20250618203558510549-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6000/ral-6000", + "scraped_at": "2026-05-01T23:21:13.494Z" + }, + { + "sku": "RAL-6001", + "color_name": "RAL 6001", + "description": "RAL 6001 is emerald green. This color is a polyester solid tone powder coat and has a gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 6001 RIVER RAL-6001-RIVER CLICK FOR DETAILS RAL 6001 MATTE RAL-6001-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.81 + }, + { + "min": 50, + "max": 199, + "price": 10.79 + }, + { + "min": 200, + "max": null, + "price": 9.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5908/ral-6001-ral-6001-tds-dt20240327185054325493.pdf?1711565458", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5147/ral-6001-ral-6001-dt2025061820443522346-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6001/ral-6001", + "scraped_at": "2026-05-01T23:21:28.081Z" + }, + { + "sku": "RAL-6002", + "color_name": "RAL 6002", + "description": "RAL 6002 is a leaf green. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 6002 RIVER RAL-6002-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.8 + }, + { + "min": 50, + "max": 199, + "price": 13.78 + }, + { + "min": 200, + "max": null, + "price": 12.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5909/ral-6002-ral-6002-tds-dt20240327191347366392.pdf?1711566831", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5149/ral-6002-ral-6002-dt20260420210804782528-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6002/ral-6002", + "scraped_at": "2026-05-01T23:21:44.427Z" + }, + { + "sku": "RAL-6003", + "color_name": "RAL 6003", + "description": "RAL 6003 is olive green. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 6003 RIVER RAL-6003-RIVER CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.95 + }, + { + "min": 50, + "max": 199, + "price": 12.93 + }, + { + "min": 200, + "max": null, + "price": 11.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5910/ral-6003-ral-6003-tds-dt20240327191604354985.pdf?1711566966", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5151/ral-6003-ral-6003-dt20250701201148805377-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6003/ral-6003", + "scraped_at": "2026-05-01T23:21:56.958Z" + }, + { + "sku": "RAL-6004", + "color_name": "RAL 6004", + "description": "RAL 6004 is blue green. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.42 + }, + { + "min": 50, + "max": 199, + "price": 13.4 + }, + { + "min": 200, + "max": null, + "price": 12.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5911/ral-6004-ral-6004-tds-dt20240327191732173601.pdf?1711567055", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5153/ral-6004-ral-6004-dt20220906200623960476-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6004/ral-6004", + "scraped_at": "2026-05-01T23:22:11.159Z" + }, + { + "sku": "RAL-6005", + "color_name": "RAL 6005", + "description": "RAL 6005 is a dark emerald green. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.31 + }, + { + "min": 50, + "max": 199, + "price": 13.29 + }, + { + "min": 200, + "max": null, + "price": 12.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5912/ral-6005-ral-6005-tds-dt20240327191856503159.pdf?1711567138", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5155/ral-6005-ral-6005-dt20250618203847507838-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6005/ral-6005", + "scraped_at": "2026-05-01T23:22:24.153Z" + }, + { + "sku": "RAL-6006-RIVER", + "color_name": "RAL 6006 River", + "description": "RAL 6006 River is a mossy brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 6006 RAL-6006 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.64 + }, + { + "min": 50, + "max": 199, + "price": 16.76 + }, + { + "min": 200, + "max": null, + "price": 15.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6577/ral-6006-river-ral-6006-river-tds-dt20240514225616942056.pdf?1715727380", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17135/ral-6006-river-ral-6006-river-dt20250210164217107456-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6006-RIVER/ral-6006-river", + "scraped_at": "2026-05-01T23:22:39.433Z" + }, + { + "sku": "RAL-6007", + "color_name": "RAL 6007", + "description": "RAL 6007 is bottle green. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.02 + }, + { + "min": 50, + "max": 199, + "price": 15 + }, + { + "min": 200, + "max": null, + "price": 14.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5914/ral-6007-ral-6007-tds-dt20240327193556315989.pdf?1711568158", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5159/ral-6007-ral-6007-dt20190213153214157-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6007/ral-6007", + "scraped_at": "2026-05-01T23:22:53.610Z" + }, + { + "sku": "RAL-6008-RIVER", + "color_name": "RAL 6008 River", + "description": "RAL 6008 River is a mossy green brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Collection RELATED PRODUCTS RAL 6008 RAL-6008 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.46 + }, + { + "min": 50, + "max": 199, + "price": 18.49 + }, + { + "min": 200, + "max": null, + "price": 17.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6575/ral-6008-river-ral-6008-river-tds-dt20240514225240046735.pdf?1715727162", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17139/ral-6008-river-ral-6008-river-dt20250210164916923464-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6008-RIVER/ral-6008-river", + "scraped_at": "2026-05-01T23:23:08.269Z" + }, + { + "sku": "RAL-6008", + "color_name": "RAL 6008", + "description": "RAL 6008 is brown/green. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.74 + }, + { + "min": 50, + "max": 199, + "price": 16.72 + }, + { + "min": 200, + "max": null, + "price": 15.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5915/ral-6008-ral-6008-tds-dt2024032719373811226.pdf?1711568260", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5161/ral-6008-ral-6008-dt20220824170927060242-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6008/ral-6008", + "scraped_at": "2026-05-01T23:23:23.011Z" + }, + { + "sku": "RAL-6009", + "color_name": "RAL 6009", + "description": "RAL 6009 is fir green. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.05 + }, + { + "min": 50, + "max": 199, + "price": 13.03 + }, + { + "min": 200, + "max": null, + "price": 12.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5916/ral-6009-ral-6009-tds-dt20240327193940541719.pdf?1711568383", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5163/ral-6009-ral-6009-dt20250701201007664858-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6009/ral-6009", + "scraped_at": "2026-05-01T23:23:41.066Z" + }, + { + "sku": "RAL-6010", + "color_name": "RAL 6010", + "description": "RAL 6010 is grass green. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.74 + }, + { + "min": 50, + "max": 199, + "price": 16.72 + }, + { + "min": 200, + "max": null, + "price": 15.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5918/ral-6010-ral-6010-tds-dt20240327194749019588.pdf?1711568871", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5165/ral-6010-ral-6010-dt20210422222247915-thumbnail.jpg?1619130169&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6010/ral-6010", + "scraped_at": "2026-05-01T23:23:53.390Z" + }, + { + "sku": "RAL-6011", + "color_name": "RAL 6011", + "description": "RAL 6011 is a reseda green. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 6011 RIVER RAL-6011-RIVER CLICK FOR DETAILS RAL 6011 MATTE RAL-6011-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.08 + }, + { + "min": 50, + "max": 199, + "price": 12.06 + }, + { + "min": 200, + "max": null, + "price": 11.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5919/ral-6011-ral-6011-tds-dt20240327194912901284.pdf?1711568955", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5167/ral-6011-ral-6011-dt20250618204313321841-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6011/ral-6011", + "scraped_at": "2026-05-01T23:24:06.681Z" + }, + { + "sku": "RAL-6012", + "color_name": "RAL 6012", + "description": "RAL 6012 is a black green. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.05 + }, + { + "min": 50, + "max": 199, + "price": 13.03 + }, + { + "min": 200, + "max": null, + "price": 12.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5920/ral-6012-ral-6012-tds-dt20240327195535330839.pdf?1711569338", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5169/ral-6012-ral-6012-dt20250618204608013966-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6012/ral-6012", + "scraped_at": "2026-05-01T23:24:16.889Z" + }, + { + "sku": "RAL-6013-RIVER", + "color_name": "RAL 6013 River", + "description": "RAL 6013 River is a muted green tan polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 6013 RAL-6013 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.93 + }, + { + "min": 50, + "max": 199, + "price": 16.08 + }, + { + "min": 200, + "max": null, + "price": 15.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6570/ral-6013-river-ral-6013-river-tds-dt20240514224323383176.pdf?1715726605", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17149/ral-6013-river-ral-6013-river-dt20250210165804780863-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6013-RIVER/ral-6013-river", + "scraped_at": "2026-05-01T23:24:31.667Z" + }, + { + "sku": "RAL-6013", + "color_name": "RAL 6013", + "description": "RAL 6013 is reed green. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 6013 RIVER RAL-6013-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. Question: Im looking at a chip RAL 6013 it looks brownish then I look at gallery and the image is a wheel that looks much greener, it this correct color? - Denis Folz 03/29/19 05:23 pm Answer: Lighting of the images can make a huge difference in how things appear. Although on the image of the wheel in question it actually had an additional top coat of Stingray Green B, which is why the color is so different in appearance. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.31 + }, + { + "min": 50, + "max": 199, + "price": 13.29 + }, + { + "min": 200, + "max": null, + "price": 12.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5921/ral-6013-ral-6013-tds-dt20240327195701003504.pdf?1711569423", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5171/ral-6013-ral-6013-dt20250618204746822851-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6013/ral-6013", + "scraped_at": "2026-05-01T23:24:48.262Z" + }, + { + "sku": "RAL-6014-MATTE", + "color_name": "RAL 6014 Matte", + "description": "RAL 6014 Matte is a mossy mud brown polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 6014 RAL-6014 CLICK FOR DETAILS RAL 6014 RIVER RAL-6014-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.22 + }, + { + "min": 50, + "max": 199, + "price": 16.36 + }, + { + "min": 200, + "max": null, + "price": 15.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18501/ral-6014-matte-ral-6014-matte-dt20250722205254282857-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6014-MATTE/ral-6014-matte", + "scraped_at": "2026-05-01T23:24:59.877Z" + }, + { + "sku": "RAL-6014-RIVER", + "color_name": "RAL 6014 River", + "description": "RAL 6014 River is a mossy green brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 6014 RAL-6014 CLICK FOR DETAILS RAL 6014 MATTE RAL-6014-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.18 + }, + { + "min": 50, + "max": 199, + "price": 17.27 + }, + { + "min": 200, + "max": null, + "price": 16.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6622/ral-6014-river-ral-6014-river-tds-dt20240517172430399906.pdf?1715966672", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17197/ral-6014-river-ral-6014-river-dt20250210170854256154-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6014-RIVER/ral-6014-river", + "scraped_at": "2026-05-01T23:25:14.871Z" + }, + { + "sku": "RAL-6016", + "color_name": "RAL 6016", + "description": "RAL 6016 is turquoise green. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.29 + }, + { + "min": 50, + "max": 199, + "price": 13.27 + }, + { + "min": 200, + "max": null, + "price": 12.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5924/ral-6016-ral-6016-tds-dt20240327200233016267.pdf?1711569755", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5177/ral-6016-ral-6016-dt20190211160742145-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6016/ral-6016", + "scraped_at": "2026-05-01T23:25:26.098Z" + }, + { + "sku": "RAL-6017", + "color_name": "RAL 6017", + "description": "RAL 6017 is may green. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 6017 RIVER RAL-6017-RIVER CLICK FOR DETAILS RAL 6017 MATTE RAL-6017-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.36 + }, + { + "min": 50, + "max": 199, + "price": 14.34 + }, + { + "min": 200, + "max": null, + "price": 13.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5925/ral-6017-ral-6017-tds-dt20240327200455947587.pdf?1711569898", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5179/ral-6017-ral-6017-dt20250618205115397326-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6017/ral-6017", + "scraped_at": "2026-05-01T23:25:38.438Z" + }, + { + "sku": "RAL-6018", + "color_name": "RAL 6018", + "description": "RAL 6018 is a bright medium green. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 6018 RIVER RAL-6018-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.37 + }, + { + "min": 50, + "max": 199, + "price": 16.35 + }, + { + "min": 200, + "max": null, + "price": 15.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6910/ral-6018-ral-6018-dt20241017212556202578.pdf?1729200358", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5181/ral-6018-ral-6018-dt2025061821135377451-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6018/ral-6018", + "scraped_at": "2026-05-01T23:25:53.277Z" + }, + { + "sku": "RAL-6019", + "color_name": "RAL 6019", + "description": "RAL 6019 is a pastel green. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 6019 RIVER RAL-6019-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.31 + }, + { + "min": 50, + "max": 199, + "price": 13.29 + }, + { + "min": 200, + "max": null, + "price": 12.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5927/ral-6019-ral-6019-tds-dt20240327201013699983.pdf?1711570216", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5183/ral-6019-ral-6019-dt2025061820524716962-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6019/ral-6019", + "scraped_at": "2026-05-01T23:26:10.296Z" + }, + { + "sku": "RAL-6020", + "color_name": "RAL 6020", + "description": "RAL 6020 is chrome green. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 6020 RIVER RAL-6020-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.53 + }, + { + "min": 50, + "max": 199, + "price": 14.51 + }, + { + "min": 200, + "max": null, + "price": 13.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5928/ral-6020-ral-6020-tds-dt20240327201245134109.pdf?1711570367", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5185/ral-6020-ral-6020-dt20250618205630464631-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6020/ral-6020", + "scraped_at": "2026-05-01T23:26:22.535Z" + }, + { + "sku": "RAL-6021", + "color_name": "RAL 6021", + "description": "RAL 6021 is a pale green. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 6021 RIVER RAL-6021-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.81 + }, + { + "min": 50, + "max": 199, + "price": 10.79 + }, + { + "min": 200, + "max": null, + "price": 9.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8198/ral-6021-dt20260306222055334271.pdf?1772835657", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5187/ral-6021-ral-6021-dt2025061821040677433-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6021/ral-6021", + "scraped_at": "2026-05-01T23:26:33.051Z" + }, + { + "sku": "RAL-6022-RIVER", + "color_name": "RAL 6022 River", + "description": "RAL 6022 River is a brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 6022 RAL-6022 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.25 + }, + { + "min": 50, + "max": 199, + "price": 16.39 + }, + { + "min": 200, + "max": null, + "price": 15.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6614/ral-6022-river-ral-6022-river-tds-dt2024051717050907463.pdf?1715965511", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17213/ral-6022-river-ral-6022-river-dt20250204224601638383-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6022-RIVER/ral-6022-river", + "scraped_at": "2026-05-01T23:26:45.468Z" + }, + { + "sku": "RAL-6022", + "color_name": "RAL 6022", + "description": "RAL 6022 is leaf green. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.53 + }, + { + "min": 50, + "max": 199, + "price": 13.51 + }, + { + "min": 200, + "max": null, + "price": 12.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5930/ral-6022-ral-6022-tds-dt20240327212059799209.pdf?1711574462", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5189/ral-6022-ral-6022-dt20220524165506732465-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6022/ral-6022", + "scraped_at": "2026-05-01T23:27:03.251Z" + }, + { + "sku": "RAL-6024", + "color_name": "RAL 6024", + "description": "RAL 6024 is traffic green. This color is a polyester solid tone powder coat and a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 6024 RIVER RAL-6024-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.94 + }, + { + "min": 50, + "max": 199, + "price": 11.92 + }, + { + "min": 200, + "max": null, + "price": 10.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5931/ral-6024-ral-6024-tds-dt20240327212225344653.pdf?1711574547", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5191/ral-6024-ral-6024-dt20260420212601775055-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6024/ral-6024", + "scraped_at": "2026-05-01T23:27:18.185Z" + }, + { + "sku": "RAL-6025", + "color_name": "RAL 6025", + "description": "RAL 6025 is a fern green. This color is a polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 6025 RIVER RAL-6025-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.73 + }, + { + "min": 50, + "max": 199, + "price": 17.71 + }, + { + "min": 200, + "max": null, + "price": 16.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8200/ral-6025-dt20260306222620028852.pdf?1772835982", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5193/ral-6025-ral-6025-dt20250618210737369478-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6025/ral-6025", + "scraped_at": "2026-05-01T23:27:31.597Z" + }, + { + "sku": "RAL-6026", + "color_name": "RAL 6026", + "description": "RAL 6026 is opal green. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.16 + }, + { + "min": 50, + "max": 199, + "price": 14.14 + }, + { + "min": 200, + "max": null, + "price": 13.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5933/ral-6026-ral-6026-tds-dt2024032721551476885.pdf?1711576517", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5195/ral-6026-ral-6026-dt20220524165606844088-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6026/ral-6026", + "scraped_at": "2026-05-01T23:27:42.178Z" + }, + { + "sku": "RAL-6027-MATTE", + "color_name": "RAL 6027 Matte", + "description": "RAL 6027 Matte is a sea foam green polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 6027 RIVER RAL-6027-RIVER CLICK FOR DETAILS RAL 6027 RAL-6027 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.94 + }, + { + "min": 50, + "max": 199, + "price": 14.19 + }, + { + "min": 200, + "max": null, + "price": 13.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18517/ral-6027-matte-ral-6027-matte-dt20250731215452477938-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6027-MATTE/ral-6027-matte", + "scraped_at": "2026-05-01T23:27:55.648Z" + }, + { + "sku": "RAL-6027-RIVER", + "color_name": "RAL 6027 River", + "description": "RAL 6027 River is a light turquoise polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 6027 RAL-6027 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.58 + }, + { + "min": 50, + "max": 199, + "price": 13.85 + }, + { + "min": 200, + "max": null, + "price": 13.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6610/ral-6027-river-ral-6027-river-tds-dt20240517164430332184.pdf?1715964273", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17221/ral-6027-river-ral-6027-river-dt20250210173113060496-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6027-RIVER/ral-6027-river", + "scraped_at": "2026-05-01T23:28:06.605Z" + }, + { + "sku": "RAL-6027", + "color_name": "RAL 6027", + "description": "RAL 6027 is a soft robins egg blue. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 6027 RIVER RAL-6027-RIVER CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.48 + }, + { + "min": 50, + "max": 199, + "price": 11.46 + }, + { + "min": 200, + "max": null, + "price": 10.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5934/ral-6027-ral-6027-tds-dt2024032721564671877.pdf?1711576609", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5197/ral-6027-ral-6027-dt20250618210514363809-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6027/ral-6027", + "scraped_at": "2026-05-01T23:28:19.827Z" + }, + { + "sku": "RAL-6028", + "color_name": "RAL 6028", + "description": "RAL 6028 is a pine green. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 6028 RIVER RAL-6028-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.95 + }, + { + "min": 50, + "max": 199, + "price": 12.93 + }, + { + "min": 200, + "max": null, + "price": 11.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5935/ral-6028-ral-6028-tds-dt20240327215834139364.pdf?1711576717", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5199/ral-6028-ral-6028-dt20260420210626362387-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6028/ral-6028", + "scraped_at": "2026-05-01T23:28:37.859Z" + }, + { + "sku": "RAL-6029", + "color_name": "RAL 6029", + "description": "RAL 6029 is signal green. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 6029 RIVER RAL-6029-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.42 + }, + { + "min": 50, + "max": 199, + "price": 13.4 + }, + { + "min": 200, + "max": null, + "price": 12.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5936/ral-6029-ral-6029-tds-dt20240327221306300826.pdf?1711577589", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5201/ral-6029-ral-6029-dt20250618210051663289-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6029/ral-6029", + "scraped_at": "2026-05-01T23:28:53.955Z" + }, + { + "sku": "RAL-6032", + "color_name": "RAL 6032", + "description": "RAL 6032 is signal green. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 6032 MATTE RAL-6032-MATTE CLICK FOR DETAILS RAL 6032 RIVER RAL-6032-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.3 + }, + { + "min": 50, + "max": 199, + "price": 13.28 + }, + { + "min": 200, + "max": null, + "price": 12.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5937/ral-6032-ral-6032-tds-dt20240328145703232912.pdf?1711637825", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5203/ral-6032-ral-6032-dt20250618211156554069-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6032/ral-6032", + "scraped_at": "2026-05-01T23:29:06.873Z" + }, + { + "sku": "RAL-6033-RIVER", + "color_name": "RAL 6033 River", + "description": "RAL 6033 River is a teal polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 6033 RAL-6033 CLICK FOR DETAILS RAL 6033 MATTE RAL-6033-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.91 + }, + { + "min": 50, + "max": 199, + "price": 17.01 + }, + { + "min": 200, + "max": null, + "price": 16.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6606/ral-6033-river-ral-6033-river-tds-dt20240517163641862313.pdf?1715963804", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17229/ral-6033-river-ral-6033-river-dt20250131215713056817-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6033-RIVER/ral-6033-river", + "scraped_at": "2026-05-01T23:29:20.606Z" + }, + { + "sku": "RAL-6033", + "color_name": "RAL 6033", + "description": "RAL 6033 is a mint turquoise. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 6033 MATTE RAL-6033-MATTE CLICK FOR DETAILS RAL 6033 RIVER RAL-6033-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.53 + }, + { + "min": 50, + "max": 199, + "price": 14.51 + }, + { + "min": 200, + "max": null, + "price": 13.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5938/ral-6033-ral-6033-tds-dt2024032814582947061.pdf?1711637912", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5205/ral-6033-ral-6033-dt20250618205421639311-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6033/ral-6033", + "scraped_at": "2026-05-01T23:29:32.871Z" + }, + { + "sku": "RAL-6034-MATTE", + "color_name": "RAL 6034 Matte", + "description": "RAL 6034 Matte is a muted light blue polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 6034 RAL-6034 CLICK FOR DETAILS RAL 6034 RIVER RAL-6034-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.32 + }, + { + "min": 50, + "max": 199, + "price": 22.15 + }, + { + "min": 200, + "max": null, + "price": 20.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18525/ral-6034-matte-ral-6034-matte-dt20250731215736766874-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6034-MATTE/ral-6034-matte", + "scraped_at": "2026-05-01T23:29:45.898Z" + }, + { + "sku": "RAL-6034-RIVER", + "color_name": "RAL 6034 River", + "description": "RAL 6034 River is a muted light turquoise polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 6034 RAL-6034 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.7 + }, + { + "min": 50, + "max": 199, + "price": 25.37 + }, + { + "min": 200, + "max": null, + "price": 24.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6605/ral-6034-river-ral-6034-river-tds-dt202405171635100289.pdf?1715963712", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17231/ral-6034-river-ral-6034-river-dt20250210173618124515-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6034-RIVER/ral-6034-river", + "scraped_at": "2026-05-01T23:29:57.211Z" + }, + { + "sku": "RAL-6034", + "color_name": "RAL 6034", + "description": "RAL 6034 is a pastel turquoise. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 6034 RIVER RAL-6034-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.55 + }, + { + "min": 50, + "max": 199, + "price": 21.53 + }, + { + "min": 200, + "max": null, + "price": 20.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5939/ral-6034-ral-6034-tds-dt20240328150018287947.pdf?1711638020", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5207/ral-6034-ral-6034-dt20250618210240692082-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6034/ral-6034", + "scraped_at": "2026-05-01T23:30:08.373Z" + }, + { + "sku": "RAL-7000", + "color_name": "RAL 7000", + "description": "RAL 7000 is squirrel grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7000 RIVER RAL-7000-RIVER CLICK FOR DETAILS RAL 7000 MATTE RAL-7000-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.46 + }, + { + "min": 50, + "max": 199, + "price": 10.44 + }, + { + "min": 200, + "max": null, + "price": 9.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5941/ral-7000-ral-7000-tds-dt20240328151640477264.pdf?1711639003", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5209/ral-7000-ral-7000-dt20260420213036482391-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7000/ral-7000", + "scraped_at": "2026-05-01T23:30:19.328Z" + }, + { + "sku": "RAL-7001", + "color_name": "RAL 7001", + "description": "RAL 7001 is silver grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7001 MATTE RAL-7001-MATTE CLICK FOR DETAILS RAL 7001 RIVER RAL-7001-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.36 + }, + { + "min": 50, + "max": 199, + "price": 11.34 + }, + { + "min": 200, + "max": null, + "price": 10.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5943/ral-7001-ral-7001-tds-dt20240328152009574564.pdf?1711639211", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5211/ral-7001-ral-7001-dt2026042021173311531-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7001/ral-7001", + "scraped_at": "2026-05-01T23:30:33.729Z" + }, + { + "sku": "RAL-7002-MATTE", + "color_name": "RAL 7002 Matte", + "description": "RAL 7002 Matte is a tan polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 7002 RIVER RAL-7002-RIVER CLICK FOR DETAILS RAL 7002 RAL-7002 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.67 + }, + { + "min": 50, + "max": 199, + "price": 13.94 + }, + { + "min": 200, + "max": null, + "price": 13.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18531/ral-7002-matte-ral-7002-matte-dt20250926181120280055-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7002-MATTE/ral-7002-matte", + "scraped_at": "2026-05-01T23:30:44.334Z" + }, + { + "sku": "RAL-7002-RIVER", + "color_name": "RAL 7002 River", + "description": "RAL 7002 River is a grey tan polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 7002 RAL-7002 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.16 + }, + { + "min": 50, + "max": 199, + "price": 13.45 + }, + { + "min": 200, + "max": null, + "price": 12.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6632/ral-7002-river-ral-7002-river-tds-dt20240521183019780764.pdf?1716316225", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17237/ral-7002-river-ral-7002-river-dt2025012820403752545-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7002-RIVER/ral-7002-river", + "scraped_at": "2026-05-01T23:30:56.502Z" + }, + { + "sku": "RAL-7002", + "color_name": "RAL 7002", + "description": "RAL 7002 is olive grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7002 MATTE RAL-7002-MATTE CLICK FOR DETAILS RAL 7002 RIVER RAL-7002-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 3 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. Question: Hello, is it possible to get this product in a matte finish?? Thanks - S.g.a.v. 01/28/19 09:16 pm Answer: We may be able to reformulate this color into a matte finish but reformulation charges will be applied. For smaller jobs it may be cheaper to just apply a low gloss clear top coat over it to achieve the same result. We have several low gloss clear top coats that can be used. - Prismatic Support Question: Can I get this in matte finish? - S.g.a.v. 01/25/19 12:18 pm Answer: We can make a lower gloss version of this color but there are reformulation charges that would apply. For smaller jobs, it may be cheaper to just apply a low gloss clear top coat such as Casper Clear PPS 4005 over the RAL color. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.2 + }, + { + "min": 50, + "max": 199, + "price": 11.18 + }, + { + "min": 200, + "max": null, + "price": 10.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5944/ral-7002-ral-7002-tds-dt20240328153643323631.pdf?1711640205", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5213/ral-7002-ral-7002-dt20260420212006631767-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7002/ral-7002", + "scraped_at": "2026-05-01T23:31:07.657Z" + }, + { + "sku": "RAL-7003", + "color_name": "RAL 7003", + "description": "RAL 7003 is moss grey. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.27 + }, + { + "min": 50, + "max": 199, + "price": 14.25 + }, + { + "min": 200, + "max": null, + "price": 13.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7606/ral-7003-dt20251014175914538697.pdf?1760464756", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5215/ral-7003-ral-7003-dt20250701200745249779-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7003/ral-7003", + "scraped_at": "2026-05-01T23:31:23.489Z" + }, + { + "sku": "RAL-7004", + "color_name": "RAL 7004", + "description": "RAL 7004 is signal grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7004 MATTE RAL-7004-MATTE CLICK FOR DETAILS RAL 7004 RIVER RAL-7004-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12 + }, + { + "min": 50, + "max": 199, + "price": 10.98 + }, + { + "min": 200, + "max": null, + "price": 10.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5947/ral-7004-ral-7004-tds-dt20240328154830019171.pdf?1711640912", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5217/ral-7004-ral-7004-dt20260420212409113041-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7004/ral-7004", + "scraped_at": "2026-05-01T23:31:39.624Z" + }, + { + "sku": "RAL-7005", + "color_name": "RAL 7005", + "description": "RAL 7005 is a mouse grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7005 MATTE RAL-7005-MATTE CLICK FOR DETAILS RAL 7005 RIVER RAL-7005-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.8 + }, + { + "min": 50, + "max": 199, + "price": 11.78 + }, + { + "min": 200, + "max": null, + "price": 10.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5949/ral-7005-ral-7005-tds-dt20240328155646340055.pdf?1711641408", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5219/ral-7005-ral-7005-dt2026042021221075939-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7005/ral-7005", + "scraped_at": "2026-05-01T23:31:55.436Z" + }, + { + "sku": "RAL-7006-MATTE", + "color_name": "RAL 7006 Matte", + "description": "RAL 7006 Matte is a tan brown polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 7006 RAL-7006 CLICK FOR DETAILS RAL 7006 RIVER RAL-7006-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.18 + }, + { + "min": 50, + "max": 199, + "price": 14.42 + }, + { + "min": 200, + "max": null, + "price": 13.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18539/ral-7006-matte-ral-7006-matte-dt20250926181652771507-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7006-MATTE/ral-7006-matte", + "scraped_at": "2026-05-01T23:32:07.105Z" + }, + { + "sku": "RAL-7006-RIVER", + "color_name": "RAL 7006 River", + "description": "RAL 7006 River is a light brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 7006 RAL-7006 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.97 + }, + { + "min": 50, + "max": 199, + "price": 14.22 + }, + { + "min": 200, + "max": null, + "price": 13.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6645/ral-7006-river-ral-7006-river-tds-dt20240524170407005884.pdf?1716570250", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17257/ral-7006-river-ral-7006-river-dt20250131220810628572-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7006-RIVER/ral-7006-river", + "scraped_at": "2026-05-01T23:32:19.035Z" + }, + { + "sku": "RAL-7006", + "color_name": "RAL 7006", + "description": "RAL 7006 is a taupe grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7006 RIVER RAL-7006-RIVER CLICK FOR DETAILS RAL 7006 MATTE RAL-7006-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.48 + }, + { + "min": 50, + "max": 199, + "price": 11.46 + }, + { + "min": 200, + "max": null, + "price": 10.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5950/ral-7006-ral-7006-tds-dt2024032815580464443.pdf?1711641486", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5221/ral-7006-ral-7006-dt20260420211429132602-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7006/ral-7006", + "scraped_at": "2026-05-01T23:32:32.274Z" + }, + { + "sku": "RAL-7008-MATTE", + "color_name": "RAL 7008 Matte", + "description": "RAL 7008 Matte is a yellow brown polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 7008 RIVER RAL-7008-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.54 + }, + { + "min": 50, + "max": 199, + "price": 14.76 + }, + { + "min": 200, + "max": null, + "price": 13.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18541/ral-7008-matte-ral-7008-matte-dt20250723212021350715-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7008-MATTE/ral-7008-matte", + "scraped_at": "2026-05-01T23:32:43.602Z" + }, + { + "sku": "RAL-7008-RIVER", + "color_name": "RAL 7008 River", + "description": "RAL 7008 River is a mossy brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 7008 RAL-7008 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.51 + }, + { + "min": 50, + "max": 199, + "price": 14.73 + }, + { + "min": 200, + "max": null, + "price": 13.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6628/ral-7008-river-ral-7008-river-tds-dt20240521182357159213.pdf?1716315839", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17245/ral-7008-river-ral-7008-river-dt20250128210144096111-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7008-RIVER/ral-7008-river", + "scraped_at": "2026-05-01T23:32:58.671Z" + }, + { + "sku": "RAL-7008", + "color_name": "RAL 7008", + "description": "RAL 7008 is khaki grey. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.31 + }, + { + "min": 50, + "max": 199, + "price": 12.29 + }, + { + "min": 200, + "max": null, + "price": 11.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5952/ral-7008-ral-7008-tds-dt20240328160758030174.pdf?1711642080", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5223/ral-7008-ral-7008-dt20220912165440727331-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7008/ral-7008", + "scraped_at": "2026-05-01T23:33:10.144Z" + }, + { + "sku": "RAL-7009", + "color_name": "RAL 7009", + "description": "RAL 7009 is green grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7009 RIVER RAL-7009-RIVER CLICK FOR DETAILS RAL 7009 MATTE RAL-7009-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.68 + }, + { + "min": 50, + "max": 199, + "price": 11.66 + }, + { + "min": 200, + "max": null, + "price": 10.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5953/ral-7009-ral-7009-tds-dt20240328160921804811.pdf?1711642164", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5225/ral-7009-ral-7009-dt20260420211225346874-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7009/ral-7009", + "scraped_at": "2026-05-01T23:33:25.232Z" + }, + { + "sku": "RAL-7010", + "color_name": "RAL 7010", + "description": "RAL 7010 is a warm medium grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7010 RIVER RAL-7010-RIVER CLICK FOR DETAILS RAL 7010 MATTE RAL-7010-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. Question: Hi, Can we get this powder in a lower gloss finish? - Ck Metalcraft, Llc 05/05/20 11:42 am Answer: It is possible. For more details and assistance with this, please contact our Color Match Department by emailing colormatch@prismaticpowders.com - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.56 + }, + { + "min": 50, + "max": 199, + "price": 12.54 + }, + { + "min": 200, + "max": null, + "price": 11.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5955/ral-7010-ral-7010-tds-dt20240328164018229543.pdf?1711644020", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5227/ral-7010-ral-7010-dt20260423163805246524-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7010/ral-7010", + "scraped_at": "2026-05-01T23:33:36.760Z" + }, + { + "sku": "RAL-7011", + "color_name": "RAL 7011", + "description": "RAL 7011 is a medium grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7011 RIVER RAL-7011-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.71 + }, + { + "min": 50, + "max": 199, + "price": 11.69 + }, + { + "min": 200, + "max": null, + "price": 10.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5956/ral-7011-ral-7011-tds-dt20240328164135038517.pdf?1711644098", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5229/ral-7011-ral-7011-dt20260423163955775053-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7011/ral-7011", + "scraped_at": "2026-05-01T23:33:53.596Z" + }, + { + "sku": "RAL-7012", + "color_name": "RAL 7012", + "description": "RAL 7012 is a medium grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7012 MATTE RAL-7012-MATTE CLICK FOR DETAILS RAL 7012 RIVER RAL-7012-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.17 + }, + { + "min": 50, + "max": 199, + "price": 10.15 + }, + { + "min": 200, + "max": null, + "price": 9.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8224/ral-7012-dt20260318165443479638.pdf?1773852885", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5231/ral-7012-ral-7012-dt20260423170124974161-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7012/ral-7012", + "scraped_at": "2026-05-01T23:34:09.365Z" + }, + { + "sku": "RAL-7013-MATTE", + "color_name": "RAL 7013 Matte", + "description": "RAL 7013 Matte is a mossy brown polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 7013 RAL-7013 CLICK FOR DETAILS RAL 7013 RIVER RAL-7013-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.53 + }, + { + "min": 50, + "max": 199, + "price": 12.85 + }, + { + "min": 200, + "max": null, + "price": 12.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18551/ral-7013-matte-ral-7013-matte-dt20250926182038707362-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7013-MATTE/ral-7013-matte", + "scraped_at": "2026-05-01T23:34:23.010Z" + }, + { + "sku": "RAL-7013", + "color_name": "RAL 7013", + "description": "RAL 7013 is a brown grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7013 RIVER RAL-7013-RIVER CLICK FOR DETAILS RAL 7013 MATTE RAL-7013-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.14 + }, + { + "min": 50, + "max": 199, + "price": 10.12 + }, + { + "min": 200, + "max": null, + "price": 9.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5958/ral-7013-ral-7013-tds-dt20240328175406030501.pdf?1711648448", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5233/ral-7013-ral-7013-dt20260423164211939293-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7013/ral-7013", + "scraped_at": "2026-05-01T23:34:35.153Z" + }, + { + "sku": "RAL-7015", + "color_name": "RAL 7015", + "description": "RAL 7015 is a medium grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7015 RIVER RAL-7015-RIVER CLICK FOR DETAILS RAL 7015 MATTE RAL-7015-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.09 + }, + { + "min": 50, + "max": 199, + "price": 12.07 + }, + { + "min": 200, + "max": null, + "price": 11.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5960/ral-7015-ral-7015-tds-dt20240328182101232954.pdf?1711650063", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5235/ral-7015-ral-7015-dt20260423164431555475-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7015/ral-7015", + "scraped_at": "2026-05-01T23:34:46.060Z" + }, + { + "sku": "RAL-7016", + "color_name": "RAL 7016", + "description": "RAL 7016 is a deep dark grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7016 RIVER RAL-7016-RIVER CLICK FOR DETAILS RAL 7016 MATTE RAL-7016-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.17 + }, + { + "min": 50, + "max": 199, + "price": 10.15 + }, + { + "min": 200, + "max": null, + "price": 9.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5962/ral-7016-ral-7016-tds-dt20240328211404120529.pdf?1711660446", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5237/ral-7016-ral-7016-dt20260423165305216656-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7016/ral-7016", + "scraped_at": "2026-05-01T23:35:00.331Z" + }, + { + "sku": "RAL-7021", + "color_name": "RAL 7021", + "description": "RAL 7021 is a dark charcoal grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7021 RIVER RAL-7021-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.38 + }, + { + "min": 50, + "max": 199, + "price": 10.36 + }, + { + "min": 200, + "max": null, + "price": 9.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5963/ral-7021-ral-7021-tds-dt20240328211529492694.pdf?1711660531", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5239/ral-7021-ral-7021-dt20260423170313993788-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7021/ral-7021", + "scraped_at": "2026-05-01T23:35:15.251Z" + }, + { + "sku": "RAL-7022", + "color_name": "RAL 7022", + "description": "RAL 7022 is a dark warm grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7022 RIVER RAL-7022-RIVER CLICK FOR DETAILS RAL 7022 MATTE RAL-7022-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.25 + }, + { + "min": 50, + "max": 199, + "price": 10.23 + }, + { + "min": 200, + "max": null, + "price": 9.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5964/ral-7022-ral-7022-tds-dt20240328211752553461.pdf?1711660675", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5241/ral-7022-ral-7022-dt20260423164654787107-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7022/ral-7022", + "scraped_at": "2026-05-01T23:35:30.825Z" + }, + { + "sku": "RAL-7023", + "color_name": "RAL 7023", + "description": "RAL 7023 is a warm grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7023 MATTE RAL-7023-MATTE CLICK FOR DETAILS RAL 7023 RIVER RAL-7023-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.53 + }, + { + "min": 50, + "max": 199, + "price": 13.51 + }, + { + "min": 200, + "max": null, + "price": 12.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5965/ral-7023-ral-7023-tds-dt20240328212005959159.pdf?1711660807", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5243/ral-7023-ral-7023-dt20260423165722488947-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7023/ral-7023", + "scraped_at": "2026-05-01T23:35:43.985Z" + }, + { + "sku": "RAL-7024", + "color_name": "RAL 7024", + "description": "RAL 7024 is a dark grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7024 RIVER RAL-7024-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.25 + }, + { + "min": 50, + "max": 199, + "price": 10.23 + }, + { + "min": 200, + "max": null, + "price": 9.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5967/ral-7024-ral-7024-tds-dt20240328212356272446.pdf?1711661038", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5245/ral-7024-ral-7024-dt20260423165547154946-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7024/ral-7024", + "scraped_at": "2026-05-01T23:35:55.595Z" + }, + { + "sku": "RAL-7030", + "color_name": "RAL 7030", + "description": "RAL 7030 is a light warm grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7030 MATTE RAL-7030-MATTE CLICK FOR DETAILS RAL 7030 RIVER RAL-7030-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.01 + }, + { + "min": 50, + "max": 199, + "price": 10.99 + }, + { + "min": 200, + "max": null, + "price": 10.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5917/ral-7030-ral-7030-tds-dt20240327194121697289.pdf?1711568484", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5249/ral-7030-ral-7030-dt20260423165127843358-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7030/ral-7030", + "scraped_at": "2026-05-01T23:36:08.974Z" + }, + { + "sku": "RAL-7031", + "color_name": "RAL 7031", + "description": "RAL 7031 is a blue grey. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.48 + }, + { + "min": 50, + "max": 199, + "price": 11.46 + }, + { + "min": 200, + "max": null, + "price": 10.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5969/ral-7031-ral-7031-tds-dt2024032821303750357.pdf?1711661440", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5251/ral-7031-ral-7031-dt20220913213559711963-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7031/ral-7031", + "scraped_at": "2026-05-01T23:36:19.722Z" + }, + { + "sku": "RAL-7032-MATTE", + "color_name": "RAL 7032 Matte", + "description": "RAL 7032 Matte is a light beige polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 7032 RIVER RAL-7032-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.49 + }, + { + "min": 50, + "max": 199, + "price": 13.77 + }, + { + "min": 200, + "max": null, + "price": 13.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18569/ral-7032-matte-ral-7032-matte-dt20250723211823341421-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7032-MATTE/ral-7032-matte", + "scraped_at": "2026-05-01T23:36:34.562Z" + }, + { + "sku": "RAL-7032-RIVER", + "color_name": "RAL 7032 River", + "description": "RAL 7032 River is a muted tan polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 7032 RAL-7032 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.89 + }, + { + "min": 50, + "max": 199, + "price": 13.2 + }, + { + "min": 200, + "max": null, + "price": 12.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8203/ral-7032-river-dt20260306222950312009.pdf?1772836192", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17314/ral-7032-river-ral-7032-river-dt20250131221919381978-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7032-RIVER/ral-7032-river", + "scraped_at": "2026-05-01T23:36:46.595Z" + }, + { + "sku": "RAL-7032", + "color_name": "RAL 7032", + "description": "RAL 7032 is a light grey tan. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7032 MATTE RAL-7032-MATTE CLICK FOR DETAILS RAL 7032 RIVER RAL-7032-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.46 + }, + { + "min": 50, + "max": 199, + "price": 10.44 + }, + { + "min": 200, + "max": null, + "price": 9.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8202/ral-7032-dt20260306222919945201.pdf?1772836162", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5253/ral-7032-ral-7032-dt20260423164845578755-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7032/ral-7032", + "scraped_at": "2026-05-01T23:36:57.466Z" + }, + { + "sku": "RAL-7033", + "color_name": "RAL 7033", + "description": "RAL 7033 is cement grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7033 RIVER RAL-7033-RIVER CLICK FOR DETAILS RAL 7033 MATTE RAL-7033-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.7 + }, + { + "min": 50, + "max": 199, + "price": 10.68 + }, + { + "min": 200, + "max": null, + "price": 9.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5971/ral-7033-ral-7033-tds-dt20240328213554378657.pdf?1711661756", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5255/ral-7033-ral-7033-dt20260424211011286315-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7033/ral-7033", + "scraped_at": "2026-05-01T23:37:10.987Z" + }, + { + "sku": "RAL-7034-MATTE", + "color_name": "RAL 7034 Matte", + "description": "RAL 7034 Matte is a muted tan polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 7034 RIVER RAL-7034-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.36 + }, + { + "min": 50, + "max": 199, + "price": 14.59 + }, + { + "min": 200, + "max": null, + "price": 13.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18573/ral-7034-matte-ral-7034-matte-dt20250723211430925004-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7034-MATTE/ral-7034-matte", + "scraped_at": "2026-05-01T23:37:25.480Z" + }, + { + "sku": "RAL-7034-RIVER", + "color_name": "RAL 7034 River", + "description": "RAL 7034 River is a muted tan polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 7034 RAL-7034 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.24 + }, + { + "min": 50, + "max": 199, + "price": 14.48 + }, + { + "min": 200, + "max": null, + "price": 13.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6646/ral-7034-river-ral-7034-river-tds-dt20240528171537487402.pdf?1716916540", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17318/ral-7034-river-ral-7034-river-dt20250128211121230109-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7034-RIVER/ral-7034-river", + "scraped_at": "2026-05-01T23:37:37.610Z" + }, + { + "sku": "RAL-7034", + "color_name": "RAL 7034", + "description": "RAL 7034 is a greenish tan. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7034 RIVER RAL-7034-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.69 + }, + { + "min": 50, + "max": 199, + "price": 11.67 + }, + { + "min": 200, + "max": null, + "price": 10.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5973/ral-7034-ral-7034-tds-dt20240329151803889964.pdf?1711725486", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5257/ral-7034-ral-7034-dt20250311195250522354-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7034/ral-7034", + "scraped_at": "2026-05-01T23:37:49.281Z" + }, + { + "sku": "RAL-7035", + "color_name": "RAL 7035", + "description": "RAL 7035 is a light grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7035 RIVER RAL-7035-RIVER CLICK FOR DETAILS RAL 7035 MATTE RAL-7035-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. Question: Is RAL 7035 available in a textured finish? - Prismatic Support 03/05/19 03:36 pm Answer: We can make textured finishes from many of our colors but not all of them can be done. Please contact our Color Match department for custom color inquiries. colormatch@prismaticpowders.com - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.17 + }, + { + "min": 50, + "max": 199, + "price": 10.15 + }, + { + "min": 200, + "max": null, + "price": 9.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5974/ral-7035-ral-7035-tds-dt202403291519216287.pdf?1711725564", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5259/ral-7035-ral-7035-dt20260424210825388849-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7035/ral-7035", + "scraped_at": "2026-05-01T23:38:01.782Z" + }, + { + "sku": "RAL-7036", + "color_name": "RAL 7036", + "description": "RAL 7036 is a platinum grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7036 MATTE RAL-7036-MATTE CLICK FOR DETAILS RAL 7036 RIVER RAL-7036-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.19 + }, + { + "min": 50, + "max": 199, + "price": 12.17 + }, + { + "min": 200, + "max": null, + "price": 11.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5975/ral-7036-ral-7036-tds-dt20240329152106273062.pdf?1711725668", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5261/ral-7036-ral-7036-dt2026042421051259093-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7036/ral-7036", + "scraped_at": "2026-05-01T23:38:13.258Z" + }, + { + "sku": "RAL-7037", + "color_name": "RAL 7037", + "description": "RAL 7037 is a dusty grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7037 MATTE RAL-7037-MATTE CLICK FOR DETAILS RAL 7037 RIVER RAL-7037-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. Question: Do you have this color in a satin or flat? - Purthermal, Llc 03/09/22 01:56 pm Answer: I would recommend taking a look at: Cloud Grey (PSB-4372) Flannel Grey (PSB-5203) Flat Thunder (PSB-8128) These should be some great alternative options in a single stage, low gloss finish that closely resembles our RAL-7037. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.25 + }, + { + "min": 50, + "max": 199, + "price": 10.23 + }, + { + "min": 200, + "max": null, + "price": 9.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4561/ral-7037-tds-dt20231101211813889417.pdf?1698873496", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5263/ral-7037-ral-7037-dt20260424212343320248-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7037/ral-7037", + "scraped_at": "2026-05-01T23:38:25.815Z" + }, + { + "sku": "RAL-7038", + "color_name": "RAL 7038", + "description": "RAL 7038 is agate grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7038 MATTE RAL-7038-MATTE CLICK FOR DETAILS RAL 7038 RIVER RAL-7038-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.62 + }, + { + "min": 50, + "max": 199, + "price": 10.6 + }, + { + "min": 200, + "max": null, + "price": 9.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4562/ral-7038-tds-dt20231101215509596843.pdf?1698875712", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5265/ral-7038-ral-7038-dt20260424212025274037-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7038/ral-7038", + "scraped_at": "2026-05-01T23:38:43.453Z" + }, + { + "sku": "RAL-7039", + "color_name": "RAL 7039", + "description": "RAL 7039 is a quartz grey. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. Question: Is RAL 7039 darker than RAL 7037, hard to tell on the computer. - Powderwerks Powder Coating 02/19/19 09:39 am Answer: Yes it is. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.17 + }, + { + "min": 50, + "max": 199, + "price": 10.15 + }, + { + "min": 200, + "max": null, + "price": 9.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4563/ral-7039-tds-dt20231101215644287792.pdf?1698875807", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5267/ral-7039-ral-7039-dt20220913215610016685-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7039/ral-7039", + "scraped_at": "2026-05-01T23:38:52.748Z" + }, + { + "sku": "RAL-7040", + "color_name": "RAL 7040", + "description": "RAL 7040 is a window grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7040 MATTE RAL-7040-MATTE CLICK FOR DETAILS RAL 7040 RIVER RAL-7040-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.17 + }, + { + "min": 50, + "max": 199, + "price": 10.15 + }, + { + "min": 200, + "max": null, + "price": 9.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4564/ral-7040-tds-dt20231101215853174903.pdf?1698875935", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5269/ral-7040-ral-7040-dt2026042421142888852-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7040/ral-7040", + "scraped_at": "2026-05-01T23:39:09.586Z" + }, + { + "sku": "RAL-7042", + "color_name": "RAL 7042", + "description": "RAL 7042 is traffic grey A. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7042 RIVER RAL-7042-RIVER CLICK FOR DETAILS RAL 7042 MATTE RAL-7042-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.75 + }, + { + "min": 50, + "max": 199, + "price": 10.73 + }, + { + "min": 200, + "max": null, + "price": 9.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4565/ral-7042-tds-dt20231101220011772541.pdf?1698876014", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5271/ral-7042-ral-7042-dt20260424211247365187-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7042/ral-7042", + "scraped_at": "2026-05-01T23:39:18.732Z" + }, + { + "sku": "RAL-7043", + "color_name": "RAL 7043", + "description": "RAL 7043 is traffic grey B. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7043 RIVER RAL-7043-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. Question: Do you have this powder in matte? If not what would be the closest available powder to this color, but in matte? - Testrite Visual 01/28/19 09:47 am Answer: Unfortunately we do not have a matte equivalent however, you can apply a low gloss clear such as CASPER CLEAR PPS 4005 over top to create a low gloss finish. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.17 + }, + { + "min": 50, + "max": 199, + "price": 10.15 + }, + { + "min": 200, + "max": null, + "price": 9.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4566/ral-7043-tds-dt20231101220212011857.pdf?1698876134", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5273/ral-7043-ral-7043-dt20260424211844795687-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7043/ral-7043", + "scraped_at": "2026-05-01T23:39:30.947Z" + }, + { + "sku": "RAL-7044-MATTE", + "color_name": "RAL 7044 Matte", + "description": "RAL 7044 Matte is a light grey beige polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 7044 RIVER RAL-7044-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.44 + }, + { + "min": 50, + "max": 199, + "price": 12.77 + }, + { + "min": 200, + "max": null, + "price": 12.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18591/ral-7044-matte-ral-7044-matte-dt20250723213343787273-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7044-MATTE/ral-7044-matte", + "scraped_at": "2026-05-01T23:39:44.919Z" + }, + { + "sku": "RAL-7044-RIVER", + "color_name": "RAL 7044 River", + "description": "RAL 7044 River is an off white grey polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 7044 RAL-7044 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.3 + }, + { + "min": 50, + "max": 199, + "price": 11.69 + }, + { + "min": 200, + "max": null, + "price": 11.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6683/ral-7044-river-ral-7044-river-tds-dt20240603152210150374.pdf?1717428132", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17335/ral-7044-river-ral-7044-river-dt20241220225153882373-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7044-RIVER/ral-7044-river", + "scraped_at": "2026-05-01T23:39:56.096Z" + }, + { + "sku": "RAL-7044", + "color_name": "RAL 7044", + "description": "RAL 7044 is a silk grey. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7044 RIVER RAL-7044-RIVER CLICK FOR DETAILS RAL 7044 MATTE RAL-7044-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. Question: Can I get ral 7044 in a matte finish? - Richard Sleight 08/14/21 08:07 pm Answer: Take a look at our Flat Rowden Grey (PSB-8129) and I think you will like what you see! Alternatively, you can always apply a flat/matte clear top coat over RAL-7044 as well. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.17 + }, + { + "min": 50, + "max": 199, + "price": 10.15 + }, + { + "min": 200, + "max": null, + "price": 9.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4567/ral-7044-tds-dt20231101220343285656.pdf?1698876225", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5275/ral-7044-ral-7044-dt20260424211713901304-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7044/ral-7044", + "scraped_at": "2026-05-01T23:40:07.107Z" + }, + { + "sku": "RAL-7045", + "color_name": "RAL 7045", + "description": "RAL 7045 is telegrey 1. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.75 + }, + { + "min": 50, + "max": 199, + "price": 10.73 + }, + { + "min": 200, + "max": null, + "price": 9.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4568/ral-7045-tds-dt20231101220506038989.pdf?1698876308", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5277/ral-7045-ral-7045-dt20220524165644850371-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7045/ral-7045", + "scraped_at": "2026-05-01T23:40:18.647Z" + }, + { + "sku": "RAL-7046", + "color_name": "RAL 7046", + "description": "RAL 7046 is a telegrey 2. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7046 RIVER RAL-7046-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.85 + }, + { + "min": 50, + "max": 199, + "price": 11.83 + }, + { + "min": 200, + "max": null, + "price": 10.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4569/ral-7046-tds-dt20231101220632115779.pdf?1698876394", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5279/ral-7046-ral-7046-dt20260424211557777293-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7046/ral-7046", + "scraped_at": "2026-05-01T23:40:33.314Z" + }, + { + "sku": "RAL-7047-RIVER", + "color_name": "RAL 7047 River", + "description": "RAL 7047 River is a grey white polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 7047 RAL-7047 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.11 + }, + { + "min": 50, + "max": 199, + "price": 12.45 + }, + { + "min": 200, + "max": null, + "price": 11.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6680/ral-7047-river-ral-7047-river-tds-dt20240603151720387487.pdf?1717427842", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17341/ral-7047-river-ral-7047-river-dt20241220225841244149-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7047-RIVER/ral-7047-river", + "scraped_at": "2026-05-01T23:40:47.020Z" + }, + { + "sku": "RAL-7047", + "color_name": "RAL 7047", + "description": "RAL 7047 is a television grey. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 7047 RIVER RAL-7047-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.17 + }, + { + "min": 50, + "max": 199, + "price": 10.15 + }, + { + "min": 200, + "max": null, + "price": 9.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4570/ral-7047-tds-dt2023110122110212119.pdf?1698876664", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5281/ral-7047-ral-7047-dt20220601174038274678-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7047/ral-7047", + "scraped_at": "2026-05-01T23:40:59.736Z" + }, + { + "sku": "RAL-8000-MATTE", + "color_name": "RAL 8000 Matte", + "description": "RAL 8000 Matte is a yellow brown polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 8000 RIVER RAL-8000-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.53 + }, + { + "min": 50, + "max": 199, + "price": 12.85 + }, + { + "min": 200, + "max": null, + "price": 12.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18599/ral-8000-matte-ral-8000-matte-dt20250723212358526194-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8000-MATTE/ral-8000-matte", + "scraped_at": "2026-05-01T23:41:13.370Z" + }, + { + "sku": "RAL-8000-RIVER", + "color_name": "RAL 8000 River", + "description": "RAL 8000 River is a yellow brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 8000 RAL-8000 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.42 + }, + { + "min": 50, + "max": 199, + "price": 11.8 + }, + { + "min": 200, + "max": null, + "price": 11.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6679/ral-8000-river-ral-8000-river-tds-dt20240603151553387274.pdf?1717427755", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17343/ral-8000-river-ral-8000-river-dt20241220230029118657-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8000-RIVER/ral-8000-river", + "scraped_at": "2026-05-01T23:41:27.249Z" + }, + { + "sku": "RAL-8000", + "color_name": "RAL 8000", + "description": "RAL 8000 is a green brown. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneCerakote® Color MatchesRAL Collection RELATED PRODUCTS RAL 8000 RIVER RAL-8000-RIVER CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.85 + }, + { + "min": 50, + "max": 199, + "price": 10.83 + }, + { + "min": 200, + "max": null, + "price": 9.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4571/ral-8000-tds-dt20231101223019672563.pdf?1698877822", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5283/ral-8000-ral-8000-dt20250508151841629007-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8000/ral-8000", + "scraped_at": "2026-05-01T23:41:38.531Z" + }, + { + "sku": "RAL-8001-MATTE", + "color_name": "RAL 8001 Matte", + "description": "RAL 8001 Matte is an orange brown polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 8001 RIVER RAL-8001-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.73 + }, + { + "min": 50, + "max": 199, + "price": 14.94 + }, + { + "min": 200, + "max": null, + "price": 14.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18601/ral-8001-matte-ral-8001-matte-dt20250723212730866427-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8001-MATTE/ral-8001-matte", + "scraped_at": "2026-05-01T23:41:51.753Z" + }, + { + "sku": "RAL-8001-RIVER", + "color_name": "RAL 8001 River", + "description": "RAL 8001 River is a yellow orange brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 8001 RAL-8001 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.63 + }, + { + "min": 50, + "max": 199, + "price": 14.85 + }, + { + "min": 200, + "max": null, + "price": 14.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6678/ral-8001-river-ral-8001-river-tds-dt20240603151403421513.pdf?1717427646", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17345/ral-8001-river-ral-8001-river-dt20241220230249523082-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8001-RIVER/ral-8001-river", + "scraped_at": "2026-05-01T23:42:04.721Z" + }, + { + "sku": "RAL-8001", + "color_name": "RAL 8001", + "description": "RAL 8001 is ochre brown. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 8001 RIVER RAL-8001-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.31 + }, + { + "min": 50, + "max": 199, + "price": 12.29 + }, + { + "min": 200, + "max": null, + "price": 11.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4572/ral-8001-tds-dt20231101223202294922.pdf?1698877924", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5285/ral-8001-ral-8001-dt20250508152028516374-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8001/ral-8001", + "scraped_at": "2026-05-01T23:42:17.620Z" + }, + { + "sku": "RAL-8002-RIVER", + "color_name": "RAL 8002 River", + "description": "RAL 8002 River is a red clay brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 8002 RAL-8002 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.36 + }, + { + "min": 50, + "max": 199, + "price": 14.59 + }, + { + "min": 200, + "max": null, + "price": 13.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6695/ral-8002-river-ral-8002-river-tds-dt2024060421432011123.pdf?1717537402", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17347/ral-8002-river-ral-8002-river-dt20241220222019459432-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8002-RIVER/ral-8002-river", + "scraped_at": "2026-05-01T23:42:29.717Z" + }, + { + "sku": "RAL-8002", + "color_name": "RAL 8002", + "description": "RAL 8002 is signal brown. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 8002 RIVER RAL-8002-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.07 + }, + { + "min": 50, + "max": 199, + "price": 11.05 + }, + { + "min": 200, + "max": null, + "price": 10.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4573/ral-8002-tds-dt20231101223330935552.pdf?1698878013", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5287/ral-8002-ral-8002-dt20230119161658514144-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8002/ral-8002", + "scraped_at": "2026-05-01T23:42:40.212Z" + }, + { + "sku": "RAL-8003-RIVER", + "color_name": "RAL 8003 River", + "description": "RAL 8003 River is red clay brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 8003 RAL-8003 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.77 + }, + { + "min": 50, + "max": 199, + "price": 13.08 + }, + { + "min": 200, + "max": null, + "price": 12.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6694/ral-8003-river-ral-8003-river-tds-dt20240604214116500496.pdf?1717537279", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17349/ral-8003-river-ral-8003-river-dt20241220231156004405-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8003-RIVER/ral-8003-river", + "scraped_at": "2026-05-01T23:42:51.528Z" + }, + { + "sku": "RAL-8003", + "color_name": "RAL 8003", + "description": "RAL 8003 is clay brown. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 8003 RIVER RAL-8003-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.07 + }, + { + "min": 50, + "max": 199, + "price": 11.05 + }, + { + "min": 200, + "max": null, + "price": 10.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4574/ral-8003-tds-dt20231101223501615192.pdf?1698878103", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5289/ral-8003-ral-8003-dt20250701195827745451-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8003/ral-8003", + "scraped_at": "2026-05-01T23:43:05.130Z" + }, + { + "sku": "RAL-8004-MATTE", + "color_name": "RAL 8004 Matte", + "description": "RAL 8004 Matte is a muted brown polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 8004 RIVER RAL-8004-RIVER CLICK FOR DETAILS RAL 8004 RAL-8004 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.49 + }, + { + "min": 50, + "max": 199, + "price": 13.77 + }, + { + "min": 200, + "max": null, + "price": 13.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18603/ral-8004-matte-ral-8004-matte-dt20250721203023256228-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8004-MATTE/ral-8004-matte", + "scraped_at": "2026-05-01T23:43:17.090Z" + }, + { + "sku": "RAL-8004-RIVER", + "color_name": "RAL 8004 River", + "description": "RAL 8004 River is a red clay brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 8004 RAL-8004 CLICK FOR DETAILS RAL 8004 MATTE RAL-8004-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.89 + }, + { + "min": 50, + "max": 199, + "price": 13.2 + }, + { + "min": 200, + "max": null, + "price": 12.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6693/ral-8004-river-ral-8004-river-tds-dt20240604213934443282.pdf?1717537176", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17351/ral-8004-river-ral-8004-river-dt20241220231345494134-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8004-RIVER/ral-8004-river", + "scraped_at": "2026-05-01T23:43:27.720Z" + }, + { + "sku": "RAL-8004", + "color_name": "RAL 8004", + "description": "RAL 8004 is a copper brown. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 8004 RIVER RAL-8004-RIVER CLICK FOR DETAILS RAL 8004 MATTE RAL-8004-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.01 + }, + { + "min": 50, + "max": 199, + "price": 10.99 + }, + { + "min": 200, + "max": null, + "price": 10.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4575/ral-8004-tds-dt20231101223706687748.pdf?1698878228", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5291/ral-8004-ral-8004-dt20250508152210747071-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8004/ral-8004", + "scraped_at": "2026-05-01T23:43:39.733Z" + }, + { + "sku": "RAL-8007-MATTE", + "color_name": "RAL 8007 Matte", + "description": "RAL 8007 Matte is a brown polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 8007 RIVER RAL-8007-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.26 + }, + { + "min": 50, + "max": 199, + "price": 15.45 + }, + { + "min": 200, + "max": null, + "price": 14.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18605/ral-8007-matte-ral-8007-matte-dt20250723212548695158-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8007-MATTE/ral-8007-matte", + "scraped_at": "2026-05-01T23:43:55.224Z" + }, + { + "sku": "RAL-8007-RIVER", + "color_name": "RAL 8007 River", + "description": "RAL 8007 River is a classic brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 8007 RAL-8007 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.56 + }, + { + "min": 50, + "max": 199, + "price": 15.73 + }, + { + "min": 200, + "max": null, + "price": 14.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6689/ral-8007-river-ral-8007-river-tds-dt20240604213314590027.pdf?1717536797", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17353/ral-8007-river-ral-8007-river-dt20241223152919051064-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8007-RIVER/ral-8007-river", + "scraped_at": "2026-05-01T23:44:09.936Z" + }, + { + "sku": "RAL-8007", + "color_name": "RAL 8007", + "description": "RAL 8007 is a fawn brown. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 8007 RIVER RAL-8007-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.16 + }, + { + "min": 50, + "max": 199, + "price": 13.14 + }, + { + "min": 200, + "max": null, + "price": 12.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4576/ral-8007-tds-dt20231101223931497073.pdf?1698878373", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5293/ral-8007-ral-8007-dt20250508152316829166-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8007/ral-8007", + "scraped_at": "2026-05-01T23:44:22.838Z" + }, + { + "sku": "RAL-8008-MATTE", + "color_name": "RAL 8008 Matte", + "description": "RAL 8008 Matte is a muted brown polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 8008 RIVER RAL-8008-RIVER CLICK FOR DETAILS RAL 8008 RAL-8008 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.27 + }, + { + "min": 50, + "max": 199, + "price": 14.51 + }, + { + "min": 200, + "max": null, + "price": 13.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18607/ral-8008-matte-ral-8008-matte-dt20250721203556167129-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8008-MATTE/ral-8008-matte", + "scraped_at": "2026-05-01T23:44:35.815Z" + }, + { + "sku": "RAL-8008-RIVER", + "color_name": "RAL 8008 River", + "description": "RAL 8008 River is a brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Collection RELATED PRODUCTS RAL 8008 RAL-8008 CLICK FOR DETAILS RAL 8008 MATTE RAL-8008-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.24 + }, + { + "min": 50, + "max": 199, + "price": 14.48 + }, + { + "min": 200, + "max": null, + "price": 13.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6691/ral-8008-river-ral-8008-river-tds-dt20240604213620709743.pdf?1717536983", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17355/ral-8008-river-ral-8008-river-dt2024122315332722146-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8008-RIVER/ral-8008-river", + "scraped_at": "2026-05-01T23:44:48.388Z" + }, + { + "sku": "RAL-8008", + "color_name": "RAL 8008", + "description": "RAL 8008 is olive brown. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 8008 RIVER RAL-8008-RIVER CLICK FOR DETAILS RAL 8008 MATTE RAL-8008-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.06 + }, + { + "min": 50, + "max": 199, + "price": 12.04 + }, + { + "min": 200, + "max": null, + "price": 11.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4577/ral-8008-tds-dt20231102152012505365.pdf?1698938414", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5295/ral-8008-ral-8008-dt20220629161717732189-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8008/ral-8008", + "scraped_at": "2026-05-01T23:45:01.359Z" + }, + { + "sku": "RAL-8011", + "color_name": "RAL 8011", + "description": "RAL 8011 is a nut brown. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. Question: Why do you not offer sample swatches for RAL colors? I am looking for swatches of RAL 8011 and RAL 8028 ? - Xtreme Coatings & Graphix 09/02/20 10:50 pm Answer: While typically RALs are a universal standard color, they can vary from company to company and while we do not spray out RAL swatches at this time, our equivalent for the RAL 8011 is our MANZANITA BROWN PSS-1101 and our equivalent for the RAL 8028 is our Sierra Brown PSS-1156. You can order swatches for our equivalents either online or by phone at 866-774-7628. If you have other RAL colors you are looking for, please feel free to reach out to our color match department and they will be happy to let you know our equivalent. You can reach them at colormatch@prismaticpowders.com. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.83 + }, + { + "min": 50, + "max": 199, + "price": 10.81 + }, + { + "min": 200, + "max": null, + "price": 9.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4578/ral-8011-tds-dt20231102155013700647.pdf?1698940215", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5297/ral-8011-ral-8011-dt20260424212154188323-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8011/ral-8011", + "scraped_at": "2026-05-01T23:45:12.848Z" + }, + { + "sku": "RAL-8012-RIVER", + "color_name": "RAL 8012 River", + "description": "RAL 8012 River is a red brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 8012 RAL-8012 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.24 + }, + { + "min": 50, + "max": 199, + "price": 14.48 + }, + { + "min": 200, + "max": null, + "price": 13.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6692/ral-8012-river-ral-8012-river-tds-dt20240604213759634708.pdf?1717537082", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17359/ral-8012-river-ral-8012-river-dt20250204225939967452-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8012-RIVER/ral-8012-river", + "scraped_at": "2026-05-01T23:45:24.753Z" + }, + { + "sku": "RAL-8012", + "color_name": "RAL 8012", + "description": "RAL 8012 is red brown. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.69 + }, + { + "min": 50, + "max": 199, + "price": 11.67 + }, + { + "min": 200, + "max": null, + "price": 10.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4579/ral-8012-tds-dt20231102155216566627.pdf?1698940338", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5299/ral-8012-ral-8012-dt20220629161809799721-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8012/ral-8012", + "scraped_at": "2026-05-01T23:45:37.872Z" + }, + { + "sku": "RAL-8014-MATTE", + "color_name": "RAL 8014 Matte", + "description": "RAL 8014 Matte is a deep brown polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 8014 RIVER RAL-8014-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.85 + }, + { + "min": 50, + "max": 199, + "price": 14.11 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18609/ral-8014-matte-ral-8014-matte-dt20250723212936632709-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8014-MATTE/ral-8014-matte", + "scraped_at": "2026-05-01T23:45:50.254Z" + }, + { + "sku": "RAL-8014-RIVER", + "color_name": "RAL 8014 River", + "description": "RAL 8014 River is a brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 8014 RAL-8014 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.43 + }, + { + "min": 50, + "max": 199, + "price": 13.71 + }, + { + "min": 200, + "max": null, + "price": 12.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6688/ral-8014-river-ral-8014-river-tds-dt20240604213044314376.pdf?1717536646", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17361/ral-8014-river-ral-8014-river-dt2024122315352480629-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8014-RIVER/ral-8014-river", + "scraped_at": "2026-05-01T23:46:03.245Z" + }, + { + "sku": "RAL-8014", + "color_name": "RAL 8014", + "description": "RAL 8014 is a chocolate brown. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 8014 RIVER RAL-8014-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.23 + }, + { + "min": 50, + "max": 199, + "price": 11.21 + }, + { + "min": 200, + "max": null, + "price": 10.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4580/ral-8014-tds-dt20231102155351970742.pdf?1698940434", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5301/ral-8014-ral-8014-dt20250508152638580063-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8014/ral-8014", + "scraped_at": "2026-05-01T23:46:16.699Z" + }, + { + "sku": "RAL-8015-MATTE", + "color_name": "RAL 8015 Matte", + "description": "RAL 8015 Matte is a deep red brown polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 8015 RIVER RAL-8015-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.54 + }, + { + "min": 50, + "max": 199, + "price": 14.76 + }, + { + "min": 200, + "max": null, + "price": 13.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18611/ral-8015-matte-ral-8015-matte-dt20250723213145468744-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8015-MATTE/ral-8015-matte", + "scraped_at": "2026-05-01T23:46:29.934Z" + }, + { + "sku": "RAL-8015-RIVER", + "color_name": "RAL 8015 River", + "description": "RAL 8015 River is a redish brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 8015 RAL-8015 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.51 + }, + { + "min": 50, + "max": 199, + "price": 14.73 + }, + { + "min": 200, + "max": null, + "price": 13.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6687/ral-8015-river-ral-8015-river-tds-dt2024060421290803673.pdf?1717536550", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17363/ral-8015-river-ral-8015-river-dt20241223153722448187-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8015-RIVER/ral-8015-river", + "scraped_at": "2026-05-01T23:46:41.384Z" + }, + { + "sku": "RAL-8015", + "color_name": "RAL 8015", + "description": "RAL 8015 is chestnut brown. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 8015 RIVER RAL-8015-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.94 + }, + { + "min": 50, + "max": 199, + "price": 11.92 + }, + { + "min": 200, + "max": null, + "price": 10.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4581/ral-8015-tds-dt20231102155555670137.pdf?1698940557", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5303/ral-8015-ral-8015-dt20250508153803891378-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8015/ral-8015", + "scraped_at": "2026-05-01T23:46:54.866Z" + }, + { + "sku": "RAL-8016-MATTE", + "color_name": "RAL 8016 Matte", + "description": "RAL 8016 Matte is a brown polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 8016 RIVER RAL-8016-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.49 + }, + { + "min": 50, + "max": 199, + "price": 13.77 + }, + { + "min": 200, + "max": null, + "price": 13.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18613/ral-8016-matte-ral-8016-matte-dt2025072322002759668-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8016-MATTE/ral-8016-matte", + "scraped_at": "2026-05-01T23:47:07.511Z" + }, + { + "sku": "RAL-8016-RIVER", + "color_name": "RAL 8016 River", + "description": "RAL 8016 River is a red brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 8016 RAL-8016 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.89 + }, + { + "min": 50, + "max": 199, + "price": 13.2 + }, + { + "min": 200, + "max": null, + "price": 12.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6686/ral-8016-river-ral-8016-river-tds-dt20240604212740690721.pdf?1717536463", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17365/ral-8016-river-ral-8016-river-dt20241223153915691551-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8016-RIVER/ral-8016-river", + "scraped_at": "2026-05-01T23:47:23.083Z" + }, + { + "sku": "RAL-8016", + "color_name": "RAL 8016", + "description": "RAL 8016 is a mahogany brown. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 8016 RIVER RAL-8016-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.46 + }, + { + "min": 50, + "max": 199, + "price": 10.44 + }, + { + "min": 200, + "max": null, + "price": 9.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4582/ral-8016-tds-dt20231102155809924806.pdf?1698940691", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5305/ral-8016-ral-8016-dt20250508153908903724-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8016/ral-8016", + "scraped_at": "2026-05-01T23:47:35.200Z" + }, + { + "sku": "RAL-8017-MATTE", + "color_name": "RAL 8017 Matte", + "description": "RAL 8017 Matte is a chocolate polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.44 + }, + { + "min": 50, + "max": 199, + "price": 12.77 + }, + { + "min": 200, + "max": null, + "price": 12.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18615/ral-8017-matte-ral-8017-matte-dt2025061618255755773-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8017-MATTE/ral-8017-matte", + "scraped_at": "2026-05-01T23:47:48.587Z" + }, + { + "sku": "RAL-8017-RIVER", + "color_name": "RAL 8017 River", + "description": "RAL 8017 River is a brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 8017 RAL-8017 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.3 + }, + { + "min": 50, + "max": 199, + "price": 11.69 + }, + { + "min": 200, + "max": null, + "price": 11.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7155/ral-8017-river-dt20250404173101465566.pdf?1743787863", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18365/ral-8017-river-ral-8017-river-dt2025040316481234184-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8017-RIVER/ral-8017-river", + "scraped_at": "2026-05-01T23:48:00.133Z" + }, + { + "sku": "RAL-8017", + "color_name": "RAL 8017", + "description": "RAL 8017 is a chocolate brown. This color is a polyester solid tone powder coat and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.17 + }, + { + "min": 50, + "max": 199, + "price": 10.15 + }, + { + "min": 200, + "max": null, + "price": 9.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4583/ral-8017-tds-dt20231102155955024959.pdf?1698940797", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5307/ral-8017-ral-8017-dt20250508154030414464-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8017/ral-8017", + "scraped_at": "2026-05-01T23:48:12.340Z" + }, + { + "sku": "RAL-8019-MATTE", + "color_name": "RAL 8019 Matte", + "description": "RAL 8019 Matte is a dark brown polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 8019 RAL-8019 CLICK FOR DETAILS RAL 8019 RIVER RAL-8019-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.44 + }, + { + "min": 50, + "max": 199, + "price": 12.77 + }, + { + "min": 200, + "max": null, + "price": 12.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18906/ral-8019-matte-ral-8019-matte-dt20260324142408755884-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8019-MATTE/ral-8019-matte", + "scraped_at": "2026-05-01T23:48:24.210Z" + }, + { + "sku": "RAL-8019-RIVER", + "color_name": "RAL 8019 River", + "description": "RAL 8019 River is a deep brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 8019 RAL-8019 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.3 + }, + { + "min": 50, + "max": 199, + "price": 11.69 + }, + { + "min": 200, + "max": null, + "price": 11.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6700/ral-8019-river-ral-8019-river-tds-dt20240613162445446701.pdf?1718295888", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17405/ral-8019-river-ral-8019-river-dt20241223154228168371-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8019-RIVER/ral-8019-river", + "scraped_at": "2026-05-01T23:48:36.450Z" + }, + { + "sku": "RAL-8019", + "color_name": "RAL 8019", + "description": "RAL 8019 is a grey brown. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 8019 RIVER RAL-8019-RIVER CLICK FOR DETAILS RAL 8019 MATTE RAL-8019-MATTE CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.17 + }, + { + "min": 50, + "max": 199, + "price": 10.15 + }, + { + "min": 200, + "max": null, + "price": 9.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4584/ral-8019-tds-dt20231102160145027129.pdf?1698940907", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5309/ral-8019-ral-8019-dt20260424212504946906-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8019/ral-8019", + "scraped_at": "2026-05-01T23:48:48.985Z" + }, + { + "sku": "RAL-8022-RIVER", + "color_name": "RAL 8022 River", + "description": "RAL 8022 River is a deep dark brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 8022 RAL-8022 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.04 + }, + { + "min": 50, + "max": 199, + "price": 13.34 + }, + { + "min": 200, + "max": null, + "price": 12.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6699/ral-8022-river-ral-8022-river-tds-dt20240613162246776984.pdf?1718295768", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17407/ral-8022-river-ral-8022-river-dt2024122315451266925-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8022-RIVER/ral-8022-river", + "scraped_at": "2026-05-01T23:49:02.955Z" + }, + { + "sku": "RAL-8022", + "color_name": "RAL 8022", + "description": "RAL 8022 is a black brown. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 8022 RIVER RAL-8022-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.96 + }, + { + "min": 50, + "max": 199, + "price": 10.94 + }, + { + "min": 200, + "max": null, + "price": 9.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4585/ral-8022-tds-dt20231102160321230952.pdf?1698941003", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5311/ral-8022-ral-8024-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8022/ral-8022", + "scraped_at": "2026-05-01T23:49:16.436Z" + }, + { + "sku": "RAL-8023-MATTE", + "color_name": "RAL 8023 Matte", + "description": "RAL 8023 Matte is an orange brown polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 8023 RAL-8023 CLICK FOR DETAILS RAL 8023 RIVER RAL-8023-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.3 + }, + { + "min": 50, + "max": 199, + "price": 14.54 + }, + { + "min": 200, + "max": null, + "price": 13.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7542/ral-8023-matte-dt20250917204134462358.pdf?1758141696", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18908/ral-8023-matte-ral-8023-matte-dt20260323225103898215-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8023-MATTE/ral-8023-matte", + "scraped_at": "2026-05-01T23:49:27.884Z" + }, + { + "sku": "RAL-8023-RIVER", + "color_name": "RAL 8023 River", + "description": "RAL 8023 River is a clay orange polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 8023 RAL-8023 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.85 + }, + { + "min": 50, + "max": 199, + "price": 14.11 + }, + { + "min": 200, + "max": null, + "price": 13.37 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6698/ral-8023-river-ral-8023-river-tds-dt20240613162025721319.pdf?1718295629", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17409/ral-8023-river-ral-8023-river-dt20241223154726704752-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8023-RIVER/ral-8023-river", + "scraped_at": "2026-05-01T23:49:42.550Z" + }, + { + "sku": "RAL-8023", + "color_name": "RAL 8023", + "description": "RAL 8023 is an orange brown. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 8023 RIVER RAL-8023-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.44 + }, + { + "min": 50, + "max": 199, + "price": 11.42 + }, + { + "min": 200, + "max": null, + "price": 10.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4586/ral-8023-tds-dt20231102160444960659.pdf?1698941087", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5313/ral-8023-ral-8023-dt20250701195523912831-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8023/ral-8023", + "scraped_at": "2026-05-01T23:49:57.819Z" + }, + { + "sku": "RAL-8024-MATTE", + "color_name": "RAL 8024 Matte", + "description": "RAL 8024 Matte is a brown polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 8024 RAL-8024 CLICK FOR DETAILS RAL 8024 RIVER RAL-8024-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.58 + }, + { + "min": 50, + "max": 199, + "price": 13.85 + }, + { + "min": 200, + "max": null, + "price": 13.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7543/ral-8024-matte-dt20250917204535736878.pdf?1758141937", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18910/ral-8024-matte-ral-8024-matte-dt20260323225247415155-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8024-MATTE/ral-8024-matte", + "scraped_at": "2026-05-01T23:50:12.613Z" + }, + { + "sku": "RAL-8024-RIVER", + "color_name": "RAL 8024 River", + "description": "RAL 8024 River is a light brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 8024 RAL-8024 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.77 + }, + { + "min": 50, + "max": 199, + "price": 13.08 + }, + { + "min": 200, + "max": null, + "price": 12.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6697/ral-8024-river-ral-8024-river-tds-dt20240613161833017086.pdf?1718295516", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17411/ral-8024-river-ral-8024-river-dt20241223155142631056-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8024-RIVER/ral-8024-river", + "scraped_at": "2026-05-01T23:50:23.827Z" + }, + { + "sku": "RAL-8024", + "color_name": "RAL 8024", + "description": "RAL 8024 is a beige brown. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 8024 RIVER RAL-8024-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.83 + }, + { + "min": 50, + "max": 199, + "price": 10.81 + }, + { + "min": 200, + "max": null, + "price": 9.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4587/ral-8024-tds-dt20231102160619742278.pdf?1698941182", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5315/ral-8024-ral-8024-dt20220620185535509511-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8024/ral-8024", + "scraped_at": "2026-05-01T23:50:37.683Z" + }, + { + "sku": "RAL-8025-MATTE", + "color_name": "RAL 8025 Matte", + "description": "RAL 8025 Matte is a brown polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 8025 RIVER RAL-8025-RIVER CLICK FOR DETAILS RAL 8025 RAL-8025 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.71 + }, + { + "min": 50, + "max": 199, + "price": 13.02 + }, + { + "min": 200, + "max": null, + "price": 12.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7544/ral-8025-matte-dt20250917204723474125.pdf?1758142045", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18912/ral-8025-matte-ral-8025-matte-dt20260324142555876509-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8025-MATTE/ral-8025-matte", + "scraped_at": "2026-05-01T23:50:50.335Z" + }, + { + "sku": "RAL-8025-RIVER", + "color_name": "RAL 8025 River", + "description": "RAL 8025 River is a light brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 8025 RAL-8025 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.42 + }, + { + "min": 50, + "max": 199, + "price": 11.8 + }, + { + "min": 200, + "max": null, + "price": 11.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6705/ral-8025-river-ral-8025-river-tds-dt20240613212453730152.pdf?1718313896", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17428/ral-8025-river-ral-8025-river-dt20241223155427931768-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8025-RIVER/ral-8025-river", + "scraped_at": "2026-05-01T23:51:02.877Z" + }, + { + "sku": "RAL-8025", + "color_name": "RAL 8025", + "description": "RAL 8025 is a pale brown. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 8025 RIVER RAL-8025-RIVER CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.17 + }, + { + "min": 50, + "max": 199, + "price": 10.15 + }, + { + "min": 200, + "max": null, + "price": 9.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4588/ral-8025-tds-dt20231102160856828755.pdf?1698941339", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5317/ral-8025-ral-8025-dt20250923155828083557-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8025/ral-8025", + "scraped_at": "2026-05-01T23:51:18.706Z" + }, + { + "sku": "RAL-8028-MATTE", + "color_name": "RAL 8028 Matte", + "description": "RAL 8028 Matte is a brown polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 8028 RIVER RAL-8028-RIVER CLICK FOR DETAILS RAL 8028 RAL-8028 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.8 + }, + { + "min": 50, + "max": 199, + "price": 13.11 + }, + { + "min": 200, + "max": null, + "price": 12.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7545/ral-8028-matte-dt20250917204815077365.pdf?1758142097", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18914/ral-8028-matte-ral-8028-matte-dt20260323224913991773-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8028-MATTE/ral-8028-matte", + "scraped_at": "2026-05-01T23:51:30.034Z" + }, + { + "sku": "RAL-8028-RIVER", + "color_name": "RAL 8028 River", + "description": "RAL 8028 River is a classic brown polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 8028 RAL-8028 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.57 + }, + { + "min": 50, + "max": 199, + "price": 11.94 + }, + { + "min": 200, + "max": null, + "price": 11.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6706/ral-8028-river-ral-8028-river-tds-dt2024061321263224131.pdf?1718313994", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17430/ral-8028-river-ral-8028-river-dt20241223155702833653-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8028-RIVER/ral-8028-river", + "scraped_at": "2026-05-01T23:51:42.785Z" + }, + { + "sku": "RAL-8028", + "color_name": "RAL 8028", + "description": "RAL 8028 is a medium/dark brown. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 8028 RIVER RAL-8028-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.17 + }, + { + "min": 50, + "max": 199, + "price": 10.15 + }, + { + "min": 200, + "max": null, + "price": 9.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4589/ral-8028-tds-dt20231102161159169037.pdf?1698941521", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5319/ral-8028-ral-8028-dt20230120162408761933-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8028/ral-8028", + "scraped_at": "2026-05-01T23:51:55.298Z" + }, + { + "sku": "RAL-9001-MATTE", + "color_name": "RAL 9001 Matte", + "description": "RAL 9001 Matte is a light warm white polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 9001 RIVER RAL-9001-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.8 + }, + { + "min": 50, + "max": 199, + "price": 13.11 + }, + { + "min": 200, + "max": null, + "price": 12.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7546/ral-9001-matte-dt20250917204922656536.pdf?1758142166", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18916/ral-9001-matte-ral-9001-matte-dt20260409173639641931-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9001-MATTE/ral-9001-matte", + "scraped_at": "2026-05-01T23:52:08.290Z" + }, + { + "sku": "RAL-9001-RIVER", + "color_name": "RAL 9001 River", + "description": "RAL 9001 River is a warm white polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 9001 RAL-9001 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.57 + }, + { + "min": 50, + "max": 199, + "price": 11.94 + }, + { + "min": 200, + "max": null, + "price": 11.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6707/ral-9001-river-ral-9001-river-tds-dt2024061321283133342.pdf?1718314113", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17432/ral-9001-river-ral-9001-river-dt20241223155837348409-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9001-RIVER/ral-9001-river", + "scraped_at": "2026-05-01T23:52:21.634Z" + }, + { + "sku": "RAL-9001", + "color_name": "RAL 9001", + "description": "RAL 9001 is a pearl white. This color is a polyester solid tone powder coat with a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 9001 RIVER RAL-9001-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.81 + }, + { + "min": 50, + "max": 199, + "price": 10.79 + }, + { + "min": 200, + "max": null, + "price": 9.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4590/ral-9001-tds-dt20231102161358621104.pdf?1698941641", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5321/ral-9001-ral-9001-dt20250923161006337645-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9001/ral-9001", + "scraped_at": "2026-05-01T23:52:34.513Z" + }, + { + "sku": "RAL-9002-MATTE", + "color_name": "RAL 9002 Matte", + "description": "RAL 9002 Matte is a light grey white polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 9002 RIVER RAL-9002-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.94 + }, + { + "min": 50, + "max": 199, + "price": 14.19 + }, + { + "min": 200, + "max": null, + "price": 13.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7547/ral-9002-matte-dt20250917205010845786.pdf?1758142213", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18918/ral-9002-matte-ral-9002-matte-dt20260409173432172021-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9002-MATTE/ral-9002-matte", + "scraped_at": "2026-05-01T23:52:46.764Z" + }, + { + "sku": "RAL-9002-RIVER", + "color_name": "RAL 9002 River", + "description": "RAL 9002 River is an off white polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 9002 RAL-9002 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.31 + }, + { + "min": 50, + "max": 199, + "price": 13.59 + }, + { + "min": 200, + "max": null, + "price": 12.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6708/ral-9002-river-ral-9002-river-tds-dt20240613213012647092.pdf?1718314214", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17434/ral-9002-river-ral-9002-river-dt20241230163537332529-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9002-RIVER/ral-9002-river", + "scraped_at": "2026-05-01T23:53:00.079Z" + }, + { + "sku": "RAL-9002", + "color_name": "RAL 9002", + "description": "RAL 9002 is a grey white. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.23 + }, + { + "min": 50, + "max": 199, + "price": 11.21 + }, + { + "min": 200, + "max": null, + "price": 10.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8244/ral-9002-dt20260402214348615566.pdf?1775166230", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5323/ral-9002-ral-9002-dt20250701195218492171-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9002/ral-9002", + "scraped_at": "2026-05-01T23:53:15.857Z" + }, + { + "sku": "RAL-9003-MATTE", + "color_name": "RAL 9003 Matte", + "description": "RAL 9003 Matte is a pure white polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.98 + }, + { + "min": 50, + "max": 199, + "price": 13.28 + }, + { + "min": 200, + "max": null, + "price": 12.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7548/ral-9003-matte-dt20250917205103890235.pdf?1758142266", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18920/ral-9003-matte-ral-9003-matte-dt20260409173226490959-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9003-MATTE/ral-9003-matte", + "scraped_at": "2026-05-01T23:53:30.054Z" + }, + { + "sku": "RAL-9003-RIVER", + "color_name": "RAL 9003 River", + "description": "RAL 9003 River is a white polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 9003 RAL-9003 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.84 + }, + { + "min": 50, + "max": 199, + "price": 12.2 + }, + { + "min": 200, + "max": null, + "price": 11.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7182/ral-9003-river-dt20250422164656880641.pdf?1745340419", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18367/ral-9003-river-ral-9003-river-dt2025040820134963001-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9003-RIVER/ral-9003-river", + "scraped_at": "2026-05-01T23:53:44.607Z" + }, + { + "sku": "RAL-9003", + "color_name": "RAL 9003", + "description": "RAL 9003 is a pearl white. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 3 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Does this coating (RAL 9003) require a clear topcoat? - Shawn Talavera 09/12/24 10:59 pm Answer: RAL 9003 does not need a clear topcoat for aesthetic purposes. However, if the coated parts are exposed to harsh elements and you would like additional protection, a clear topcoat can be applied. - Prismatic Support Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. Question: Can RAL 9003 signal white be used as a base coat under neon yellow - William Hayes 08/02/21 05:40 am Answer: Absolutely! It can be a wise decision to apply a bright white base coat beneath colors like Neon Yellow to gain more of a vibrant color on your finished product! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.09 + }, + { + "min": 50, + "max": 199, + "price": 10.07 + }, + { + "min": 200, + "max": null, + "price": 9.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7181/ral-9003-dt202504221645084327.pdf?1745340310", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5325/ral-9003-ral-9003-dt20250408172733857774-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9003/ral-9003", + "scraped_at": "2026-05-01T23:53:58.973Z" + }, + { + "sku": "RAL-9004-RIVER", + "color_name": "RAL 9004 River", + "description": "RAL 9004 River is a black polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 9004 RAL-9004 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.36 + }, + { + "min": 50, + "max": 199, + "price": 14.59 + }, + { + "min": 200, + "max": null, + "price": 13.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6709/ral-9004-river-ral-9004-river-tds-dt20240613213153216569.pdf?1718314315", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17436/ral-9004-river-ral-9004-river-dt20250421175318880429-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9004-RIVER/ral-9004-river", + "scraped_at": "2026-05-01T23:54:14.769Z" + }, + { + "sku": "RAL-9004", + "color_name": "RAL 9004", + "description": "RAL 9004 is signal black. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.71 + }, + { + "min": 50, + "max": 199, + "price": 11.69 + }, + { + "min": 200, + "max": null, + "price": 10.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4592/ral-9004-tds-dt20231102161823578906.pdf?1698941905", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5327/ral-9004-ral-9004-dt20220629161901980037-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9004/ral-9004", + "scraped_at": "2026-05-01T23:54:25.100Z" + }, + { + "sku": "RAL-9005-RIVER", + "color_name": "RAL 9005 River", + "description": "RAL 9005 River is a black polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 9005 RAL-9005 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.84 + }, + { + "min": 50, + "max": 199, + "price": 12.2 + }, + { + "min": 200, + "max": null, + "price": 11.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7521/ral-9005-river-dt20250825175206003831.pdf?1756144327", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17438/ral-9005-river-ral-9005-river-dt20241223160004944767-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9005-RIVER/ral-9005-river", + "scraped_at": "2026-05-01T23:54:36.544Z" + }, + { + "sku": "RAL-9005", + "color_name": "RAL 9005", + "description": "RAL 9005 is a jet black. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 9005 RIVER RAL-9005-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 4 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. Question: Hello, is it possible to use clear powder with this product? - Benny Neumann 04/02/19 03:45 am Answer: Yes you can use a clear over top of RAL 9005 but of course you should always spray out a sample beforehand. Sometimes clear top coats can shift the hue slightly with some colors. - Prismatic Support Question: Hello. is this an exact color match to a 2017 Hayabusa rearsets? Thanks - Benjamin Humphrey 02/03/19 05:58 pm Answer: We don't know, we have not tried to match that color. If you would like to inquire about a color match, please contact our color match department at colormatch@prismaticpowders.com - Prismatic Support Question: When will I be able to order a swatch of this color? - Enzo Assainte 01/29/19 04:18 am Answer: We do not make swatches of RAL colors, we only make swatches of our proprietary colors. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.17 + }, + { + "min": 50, + "max": 199, + "price": 10.15 + }, + { + "min": 200, + "max": null, + "price": 9.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7520/ral-9005-dt20250825175138116203.pdf?1756144300", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5329/ral-9005-ral-9005-dt2022052416572025187-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9005/ral-9005", + "scraped_at": "2026-05-01T23:54:47.406Z" + }, + { + "sku": "RAL-9010-MATTE", + "color_name": "RAL 9010 Matte", + "description": "RAL 9010 Matte is a slightly warm white polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 9010 RIVER RAL-9010-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.71 + }, + { + "min": 50, + "max": 199, + "price": 13.02 + }, + { + "min": 200, + "max": null, + "price": 12.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7549/ral-9010-matte-dt2025091720520735584.pdf?1758142330", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18922/ral-9010-matte-ral-9010-matte-dt2026040917251555852-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9010-MATTE/ral-9010-matte", + "scraped_at": "2026-05-01T23:55:01.449Z" + }, + { + "sku": "RAL-9010-RIVER", + "color_name": "RAL 9010 River", + "description": "RAL 9010 River is a white polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 9010 RAL-9010 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.42 + }, + { + "min": 50, + "max": 199, + "price": 11.8 + }, + { + "min": 200, + "max": null, + "price": 11.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6711/ral-9010-river-ral-9010-river-tds-dt20240613213516544128.pdf?1718314518", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17440/ral-9010-river-ral-9010-river-dt20241223160133068628-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9010-RIVER/ral-9010-river", + "scraped_at": "2026-05-01T23:55:12.926Z" + }, + { + "sku": "RAL-9010", + "color_name": "RAL 9010", + "description": "RAL 9010 is a medium white. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 9010 RIVER RAL-9010-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.17 + }, + { + "min": 50, + "max": 199, + "price": 10.15 + }, + { + "min": 200, + "max": null, + "price": 9.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4594/ral-9010-tds-dt2023110216301634356.pdf?1698942618", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5331/ral-9010-ral-9010-dt20210423150432331-thumbnail.jpg?1619190273&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9010/ral-9010", + "scraped_at": "2026-05-01T23:55:26.789Z" + }, + { + "sku": "RAL-9016-MATTE", + "color_name": "RAL 9016 Matte", + "description": "RAL 9016 Matte is a white polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 9016 RIVER RAL-9016-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.25 + }, + { + "min": 50, + "max": 199, + "price": 13.54 + }, + { + "min": 200, + "max": null, + "price": 12.83 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1056/prismatic-powders-ral-series-sds-dt20211214182815782.pdf?1673299200", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7550/ral-9016-matte-dt20250917205301847354.pdf?1758142384", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18924/ral-9016-matte-ral-9016-matte-dt20260409172324751603-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9016-MATTE/ral-9016-matte", + "scraped_at": "2026-05-01T23:55:41.466Z" + }, + { + "sku": "RAL-9016-RIVER", + "color_name": "RAL 9016 River", + "description": "RAL 9016 River is a classic white polyester river and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL RiverRAL Collection RELATED PRODUCTS RAL 9016 RAL-9016 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.23 + }, + { + "min": 50, + "max": 199, + "price": 12.57 + }, + { + "min": 200, + "max": null, + "price": 11.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17442/ral-9016-river-ral-9016-river-dt20241223160256007333-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9016-RIVER/ral-9016-river", + "scraped_at": "2026-05-01T23:55:53.636Z" + }, + { + "sku": "RAL-9016", + "color_name": "RAL 9016", + "description": "RAL 9016 is a solid white. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection RELATED PRODUCTS RAL 9016 RIVER RAL-9016-RIVER CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.17 + }, + { + "min": 50, + "max": 199, + "price": 10.15 + }, + { + "min": 200, + "max": null, + "price": 9.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4599/ral-9016-tds-dt20231102164212714296.pdf?1698943334", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5333/ral-9016-ral-9016-dt20251002150422401253-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9016/ral-9016", + "scraped_at": "2026-05-01T23:56:07.099Z" + }, + { + "sku": "RAL-9018-RIVER", + "color_name": "RAL 9018 River", + "description": "RAL 9018 is papyrus white river. This color is a polyester solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS RAL 9018 RAL-9018 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.58 + }, + { + "min": 50, + "max": 199, + "price": 13.85 + }, + { + "min": 200, + "max": null, + "price": 13.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17444/ral-9018-river-ral-9018-river-dt20250923165150701507-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9018-RIVER/ral-9018-river", + "scraped_at": "2026-05-01T23:56:22.263Z" + }, + { + "sku": "RAL-9018", + "color_name": "RAL 9018", + "description": "RAL 9018 is papyrus white. This color is a polyester solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): RAL Solid ToneRAL Collection PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are the RAL colors rated for exterior use? - Final Touch Powder Coating 04/06/22 11:10 am Answer: They are! Most of our RALs are now TGIC-free Polyester products and are considered to be suitable for indoor and outdoor applications. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.32 + }, + { + "min": 50, + "max": 199, + "price": 11.3 + }, + { + "min": 200, + "max": null, + "price": 10.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4596/ral-9018-tds-dt20231102163323441694.pdf?1698942805", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5335/ral-9018-ral-9018-dt20230120162805729812-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9018/ral-9018", + "scraped_at": "2026-05-01T23:56:34.914Z" + }, + { + "sku": "STS-10743", + "color_name": "Black Cauldron", + "description": "Black Cauldron is a rich stone black. This color is a silicone based texture powder coat with a matte finish. It is a high temperature coating that will perform in temperatures up to 950° Fahrenheit. Coating retained integrity with temperatures up to 950°F Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance Coatings PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.69 + }, + { + "min": 50, + "max": 199, + "price": 23.46 + }, + { + "min": 200, + "max": null, + "price": 22.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1052/prismatic-powders-s-series-sds-dt20211208184527109.pdf?1673299320", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3555/sts-10743-black-cauldron-tds-dt20230918201958310592.pdf?1695068401", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13351/black-cauldron-sts-10743-dt20250623145748534631-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/STS-10743/black-cauldron", + "scraped_at": "2026-05-01T23:56:44.091Z" + }, + { + "sku": "STS-11185", + "color_name": "High Temp. Silver", + "description": "High Temp Silver is a high temperature matte neutral silver silicone polyester with a fine texture. Gloss and Color Stability with temperatures up to 600°F Matte 7-20 Gloss Units Gloss and Color Stability with temperatures up to 600°F Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance Coatings PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 36.81 + }, + { + "min": 50, + "max": 199, + "price": 34.97 + }, + { + "min": 200, + "max": null, + "price": 33.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1052/prismatic-powders-s-series-sds-dt20211208184527109.pdf?1673299320", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2160/sts-11185-high-temp-dt20230424235223767606.pdf?1682380345", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14530/high-temp-silver-sts-11185-dt2023061415044375585-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/STS-11185/high-temp-silver", + "scraped_at": "2026-05-01T23:56:56.476Z" + }, + { + "sku": "ULB-0678", + "color_name": "COPPERETTE", + "description": "Copperette is a dark copper polyester leatherette and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.43 + }, + { + "min": 50, + "max": 199, + "price": 13.71 + }, + { + "min": 200, + "max": null, + "price": 12.99 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4935/ulb-0678-copperette-tds-dt20231127180849258187.pdf?1701108531", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9525/copperette-ulb-0678-dt2023121223072457064-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-0678/copperette", + "scraped_at": "2026-05-01T23:57:10.145Z" + }, + { + "sku": "ULB-10123", + "color_name": "LE REVE BRONZE LEATHER", + "description": "Le Reve Bronze Leather is a bronze with a soft gold metallic flake. This color is a polyurethane leatherette powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.13 + }, + { + "min": 50, + "max": 199, + "price": 13.42 + }, + { + "min": 200, + "max": null, + "price": 12.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7885/ulb-10123-le-reve-bronze-leather-dt20260102204520336049.pdf?1767386721", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9526/le-reve-bronze-leather-ulb-10123-dt20200401151639136-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-10123/le-reve-bronze-leather", + "scraped_at": "2026-05-01T23:57:25.088Z" + }, + { + "sku": "ULB-10152", + "color_name": "Autumn Black Leather", + "description": "Autumn Black Leather is a dark and silvery charcoal black. This color is a polyurethane leatherette powder coat with a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.19 + }, + { + "min": 50, + "max": 199, + "price": 12.53 + }, + { + "min": 200, + "max": null, + "price": 11.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7945/ulb-10152-autumn-black-leather-dt20260102215053639898.pdf?1767390655", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9766/autumn-black-leather-ulb-10152-dt2020030520494134-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-10152/autumn-black-leather", + "scraped_at": "2026-05-01T23:57:41.406Z" + }, + { + "sku": "ULB-1345", + "color_name": "IRONDALE 98", + "description": "Irondale 98 is a blue/grey charcoal contrast with a smooth and mild texture. This color is a polyurethane leatherette powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.65 + }, + { + "min": 50, + "max": 199, + "price": 12.02 + }, + { + "min": 200, + "max": null, + "price": 11.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/47/urethane-leatherette-application-guide-dt20181017182539528.pdf?1539800741", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5394/irondale-98-ulb-1345-dt20191118155009838-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-1345/irondale-98", + "scraped_at": "2026-05-01T23:57:52.937Z" + }, + { + "sku": "ULB-1858", + "color_name": "GOLDEN ROCK", + "description": "Golden Rock is a matte bronze and black contrast with a smooth texture. This color is a polyurethane leatherette powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.85 + }, + { + "min": 50, + "max": 199, + "price": 16.96 + }, + { + "min": 200, + "max": null, + "price": 16.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7932/ulb-1858-golden-rock-dt2026010221390554146.pdf?1767389947", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5396/golden-rock-ulb-1858-dt20200603162758689-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-1858/golden-rock", + "scraped_at": "2026-05-01T23:58:03.006Z" + }, + { + "sku": "ULB-1883", + "color_name": "COPPER ROCK", + "description": "Copper Rock is a dull copper and black contrast with a smooth texture. This color is a polyurethane leatherette powder coat and has a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.04 + }, + { + "min": 50, + "max": 199, + "price": 15.24 + }, + { + "min": 200, + "max": null, + "price": 14.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7931/ulb-1883-copper-rock-dt20260102213824933124.pdf?1767389906", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5398/copper-rock-ulb-1883-dt20210421195315589-thumbnail.jpg?1619034797&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-1883/copper-rock", + "scraped_at": "2026-05-01T23:58:17.098Z" + }, + { + "sku": "ULB-1913", + "color_name": "Aqua Bliss", + "description": "Aqua Bliss is a unique marine teal polyester leatherette and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.85 + }, + { + "min": 50, + "max": 199, + "price": 19.81 + }, + { + "min": 200, + "max": null, + "price": 18.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9529/aqua-bliss-ulb-1913-dt20260319194144790936-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-1913/aqua-bliss", + "scraped_at": "2026-05-01T23:58:26.639Z" + }, + { + "sku": "ULB-1921", + "color_name": "BRONZE ROCK", + "description": "Bronze Rock is a bronze with a fine grain gold metallic. This color is a polyurethane leatherette powder coat with a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.25 + }, + { + "min": 50, + "max": 199, + "price": 14.49 + }, + { + "min": 200, + "max": null, + "price": 13.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7930/ulb-1921-bronze-rock-dt20260102213752953644.pdf?1767389874", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5400/bronze-rock-ulb-1921-dt20250625221623004037-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-1921/bronze-rock", + "scraped_at": "2026-05-01T23:58:39.426Z" + }, + { + "sku": "ULB-3122", + "color_name": "FOUNTAIN GREEN", + "description": "Fountain Green is a dark forest green. This color is polyurethane leatherette powder coat and has a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.72 + }, + { + "min": 50, + "max": 199, + "price": 16.83 + }, + { + "min": 200, + "max": null, + "price": 15.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7934/ulb-3122-fountain-green-dt2026010221405118529.pdf?1767390052", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5404/fountain-green-ulb-3124-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-3122/fountain-green", + "scraped_at": "2026-05-01T23:58:52.392Z" + }, + { + "sku": "ULB-4736", + "color_name": "SOFT COPPER ROCK", + "description": "Soft Copper Rock is a matte copper and black contrast with a smooth texture. This color is a polyurethane leatherette powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.92 + }, + { + "min": 50, + "max": 199, + "price": 15.12 + }, + { + "min": 200, + "max": null, + "price": 14.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7929/ulb-4736-soft-copper-rock-dt20260102213704533563.pdf?1767389826", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5408/soft-copper-rock-ulb-4736-dt20210128193149405-thumbnail.jpg?1611862310&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-4736/soft-copper-rock", + "scraped_at": "2026-05-01T23:59:07.941Z" + }, + { + "sku": "ULB-4969", + "color_name": "BRONZE ROCK II", + "description": "Bronze Rock II is a black and dark bronze contrast with a smooth and mild texture. This color is a polyurethane leatherette powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.05 + }, + { + "min": 50, + "max": 199, + "price": 13.35 + }, + { + "min": 200, + "max": null, + "price": 12.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7884/ulb-4969-bronze-rock-ii-dt20260102204414384161.pdf?1767386656", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5410/bronze-rock-ii-ulb-4969-dt20200518222130209-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-4969/bronze-rock-ii", + "scraped_at": "2026-05-01T23:59:26.229Z" + }, + { + "sku": "ULB-8148", + "color_name": "Antique Bronze Rock", + "description": "Antique Bronze Rock is a dark bronze color that also has an antique feel and look to it. This color is a polyurethane leatherette powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.68 + }, + { + "min": 50, + "max": 199, + "price": 20.6 + }, + { + "min": 200, + "max": null, + "price": 19.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7926/ulb-8148-antique-brnz-rock-dt20260102213450056563.pdf?1767389691", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7635/antique-brnz-rock-ulb-8148-dt20180928173200976-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-8148/antique-bronze-rock", + "scraped_at": "2026-05-01T23:59:40.779Z" + }, + { + "sku": "ULB-8149", + "color_name": "Charcoal Rock", + "description": "Charcoal Rock is a dark grey with a black contrast and a fine silver metallic. This color is a polyurethane leatherette powder coat with a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.54 + }, + { + "min": 50, + "max": 199, + "price": 20.46 + }, + { + "min": 200, + "max": null, + "price": 19.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7928/ulb-8149-charcoal-rock-dt20260102213630085379.pdf?1767389791", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7530/charcoal-rock-ulb-8149-dt20200728225320541-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-8149/charcoal-rock", + "scraped_at": "2026-05-01T23:59:50.172Z" + }, + { + "sku": "ULB-8150", + "color_name": "Red Copper Rock", + "description": "Red Copper Rock is a copper vein texture with a fine red sparkle. This color is a polyurethane leatherette powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.68 + }, + { + "min": 50, + "max": 199, + "price": 20.6 + }, + { + "min": 200, + "max": null, + "price": 19.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7927/ulb-8150-red-copper-rock-dt20260102213552150924.pdf?1767389753", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5412/red-copper-rock-ulb-8150-dt20200918143236233-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-8150/red-copper-rock", + "scraped_at": "2026-05-02T00:00:05.352Z" + }, + { + "sku": "UMB-0177", + "color_name": "Soft Lazer Black", + "description": "Soft Lazer Black is a black polyester metallic and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.85 + }, + { + "min": 50, + "max": 199, + "price": 12.21 + }, + { + "min": 200, + "max": null, + "price": 11.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5486/umb-0177-soft-lazer-black-tds-dt20240108164435944522.pdf?1704732278", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9532/soft-lazer-black-umb-0177-dt20231201214950631663-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0177/soft-lazer-black", + "scraped_at": "2026-05-02T00:00:20.217Z" + }, + { + "sku": "UMB-0336", + "color_name": "METALLIC BRONZE", + "description": "Metallic Bronze is a dark bronze with a gold metallic flake. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerBurnished TreasuresBronze MedalArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.28 + }, + { + "min": 50, + "max": 199, + "price": 11.67 + }, + { + "min": 200, + "max": null, + "price": 11.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7642/umb-0336-metallic-bronze-dt20251027161252890792.pdf?1761581574", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5413/metallic-bronze-umb-0336-dt20250611204056642317-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0336/metallic-bronze", + "scraped_at": "2026-05-02T00:00:33.179Z" + }, + { + "sku": "UMB-0492", + "color_name": "US BURNT BRONZE", + "description": "US Burnt Bronze is a brown-bronze with a soft gold metallic flake. This color is a polyurethane metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.96 + }, + { + "min": 50, + "max": 199, + "price": 12.31 + }, + { + "min": 200, + "max": null, + "price": 11.66 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7883/umb-0492-us-burnt-bronze-dt20260102204302975297.pdf?1767386584", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5414/us-burnt-bronze-umb-0492-dt20250611203718914037-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0492/us-burnt-bronze", + "scraped_at": "2026-05-02T00:00:50.237Z" + }, + { + "sku": "UMB-0493", + "color_name": "US Bronze", + "description": "US Bronze is a bronze and gold contrast with a smooth texture. This color is a polyurethane metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.03 + }, + { + "min": 50, + "max": 199, + "price": 15.23 + }, + { + "min": 200, + "max": null, + "price": 14.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7882/umb-0493-us-bronze-dt20260102204226332123.pdf?1767386547", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5415/us-bronze-umb-0493-dt20250527195743655598-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0493/us-bronze", + "scraped_at": "2026-05-02T00:01:08.932Z" + }, + { + "sku": "UMB-0498", + "color_name": "Soft Misty Bronze", + "description": "Soft Misty Bronze is a soft medium bronze. This color is a polyurethane metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH SOFT MISTY BRONZE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4939/umb-0498-soft-misty-bronze-tds-dt20231127182702499303.pdf?1701109624", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5416/soft-misty-bronze-umb-0498-dt20200522162132405-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0498/soft-misty-bronze", + "scraped_at": "2026-05-02T00:01:21.585Z" + }, + { + "sku": "UMB-0499", + "color_name": "DARK BRONZE", + "description": "Dark Bronze is a dark bronze base with a soft gold metallic flake. This color is a polyurethane metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: I had some wheels done in Dark Bronze UMB-0499 and I was wondering if you have touch up paint to match so I can paint the center caps. - Josh Carpentier 03/18/20 12:40 pm Answer: Thank you for your inquiry. Unfortunately we do not make touch-up paints. There are a couple of possibilities to find a match. www.customcolormatch.com is a site that offers customer liquid paint touch-up manufacturing. I would also suggest looking for finger nail polish (literally hundreds and hundreds of color options available). Automotive paint supply places can mix as well but usually there is a minimum that may not be cost effective. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.9 + }, + { + "min": 50, + "max": 199, + "price": 13.21 + }, + { + "min": 200, + "max": null, + "price": 12.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2386/umb-0499-dark-bronze-tds-dt20230707231404391412.pdf?1688771646", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5417/dark-bronze-umb-0499-dt20230710164542627399-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0499/dark-bronze", + "scraped_at": "2026-05-02T00:01:39.798Z" + }, + { + "sku": "UMB-0605", + "color_name": "US Black Bronze", + "description": "US Black Bronze is a really dark brown that almost looks black in the off light and has a gold metallic that comes to life in the light. This color is a polyurethane metallic powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.67 + }, + { + "min": 50, + "max": 199, + "price": 12.04 + }, + { + "min": 200, + "max": null, + "price": 11.4 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4940/umb-0605-us-black-bronze-tds-dt20231127182956460344.pdf?1701109798", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5418/us-black-bronze-umb-0605-dt20180702160346476-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0605/us-black-bronze", + "scraped_at": "2026-05-02T00:01:50.311Z" + }, + { + "sku": "UMB-0650", + "color_name": "Captain Silver", + "description": "Captain Silver is a medium silver metallic. This color is a polyurethane metallic powder coat and has a gloss finish. Gloss: 71-85 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.04 + }, + { + "min": 50, + "max": 199, + "price": 12.39 + }, + { + "min": 200, + "max": null, + "price": 11.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7739/umb-0650-captain-silver-dt20251229202645007663.pdf?1767040006", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5419/captain-silver-umb-0650-dt20251208161855895857-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0650/captain-silver", + "scraped_at": "2026-05-02T00:02:07.073Z" + }, + { + "sku": "UMB-0663", + "color_name": "Black Hills Copper", + "description": "Black Hills Copper is a deep and dark copper polyester metallic and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.22 + }, + { + "min": 50, + "max": 199, + "price": 12.56 + }, + { + "min": 200, + "max": null, + "price": 11.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4941/umb-0663-black-hills-copper-tds-dt20231127183442656983.pdf?1701110084", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9534/black-hills-copper-umb-0663-dt20231211224721636379-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0663/black-hills-copper", + "scraped_at": "2026-05-02T00:02:15.699Z" + }, + { + "sku": "UMB-0664", + "color_name": "SOFT COPPER", + "description": "Soft Copper is a dark copper polyester metallic and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.45 + }, + { + "min": 50, + "max": 199, + "price": 12.78 + }, + { + "min": 200, + "max": null, + "price": 12.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4942/umb-0664-soft-copper-tds-dt20231127183653083512.pdf?1701110214", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9535/soft-copper-umb-0664-dt20231212221946619019-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0664/soft-copper", + "scraped_at": "2026-05-02T00:02:29.002Z" + }, + { + "sku": "UMB-0677", + "color_name": "US COPPER", + "description": "US Copper is a deep dark copper polyester metallic and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.01 + }, + { + "min": 50, + "max": 199, + "price": 14.26 + }, + { + "min": 200, + "max": null, + "price": 13.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4943/umb-0677-us-copper-tds-dt20231127183943803887.pdf?1701110386", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9536/us-copper-umb-0677-dt20231211212256249699-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0677/us-copper", + "scraped_at": "2026-05-02T00:02:44.582Z" + }, + { + "sku": "UMB-0728", + "color_name": "BRONZE TITANIUM", + "description": "Bronze Titanium is a bronze metallic with a fine silver flake. This color is a polyurethane metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.24 + }, + { + "min": 50, + "max": 199, + "price": 13.53 + }, + { + "min": 200, + "max": null, + "price": 12.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5421/bronze-titanium-umb-0728-dt20180925181317494-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0728/bronze-titanium", + "scraped_at": "2026-05-02T00:02:56.407Z" + }, + { + "sku": "UMB-0730", + "color_name": "Soft Purple", + "description": "Soft Purple is a very deep purple metallic. This color is a polyurethane metallic powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.96 + }, + { + "min": 50, + "max": 199, + "price": 13.26 + }, + { + "min": 200, + "max": null, + "price": 12.56 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4946/umb-0730-soft-purple-tds-dt2023112718460826355.pdf?1701110770", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5422/soft-purple-umb-0730-dt20190611184450573-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0730/soft-purple", + "scraped_at": "2026-05-02T00:03:13.020Z" + }, + { + "sku": "UMB-0802", + "color_name": "LAS VEGAS BRONZE", + "description": "Las Vegas Bronze is a silver muted bronze metallic polyester and has a satin finish. Satin: 21-36 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.57 + }, + { + "min": 50, + "max": 199, + "price": 12.89 + }, + { + "min": 200, + "max": null, + "price": 12.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6349/umb-0802-las-vegas-bronze-tds-dt20240424220826972065.pdf?1713996509", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9538/las-vegas-bronze-umb-0802-dt20250218172536285479-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0802/las-vegas-bronze", + "scraped_at": "2026-05-02T00:03:24.106Z" + }, + { + "sku": "UMB-0888", + "color_name": "Miners Gold", + "description": "Miners Gold is a dark brassy gold with a heavy metallic flake. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerAurum RichesArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.8 + }, + { + "min": 50, + "max": 199, + "price": 15.96 + }, + { + "min": 200, + "max": null, + "price": 15.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7430/umb-0888-miners-gold-dt20250723185728294064.pdf?1753297050", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5423/miners-gold-umb-0888-dt20250926160546286155-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0888/miners-gold", + "scraped_at": "2026-05-02T00:03:33.939Z" + }, + { + "sku": "UMB-10000", + "color_name": "OG ANTIQUE BRONZE", + "description": "OG Antique Bronze is a dark black/bronze with a smooth finish. This color is a polyurethane metallic powder coat with a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.01 + }, + { + "min": 50, + "max": 199, + "price": 18.06 + }, + { + "min": 200, + "max": null, + "price": 17.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7149/umb-10000-og-antique-bronze-dt20250327201737689236.pdf?1743106660", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13650/og-antique-bronze-umb-10000-dt20220506174158889948-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10000/og-antique-bronze", + "scraped_at": "2026-05-02T00:03:47.751Z" + }, + { + "sku": "UMB-10185", + "color_name": "OG Autumn Black", + "description": "OG Autumn Black is a unique pearlescent slate black polyester urethane metallic and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.93 + }, + { + "min": 50, + "max": 199, + "price": 15.13 + }, + { + "min": 200, + "max": null, + "price": 14.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10528/og-autumn-black-umb-10185-dt20250220193009340601-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10185/og-autumn-black", + "scraped_at": "2026-05-02T00:04:01.771Z" + }, + { + "sku": "UMB-10329", + "color_name": "GALACTIC MIDNIGHT", + "description": "Galactic Midnight is a soft blue/black with fine blue metallic. This color is a polyurethane metallic powder coat with a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.02 + }, + { + "min": 50, + "max": 199, + "price": 18.07 + }, + { + "min": 200, + "max": null, + "price": 17.12 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7203/umb-10329-galactic-midnight-dt20250424182447430135.pdf?1745519089", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13775/galactic-midnight-umb-10329-dt20220603210033490734-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10329/galactic-midnight", + "scraped_at": "2026-05-02T00:04:18.188Z" + }, + { + "sku": "UMB-10330", + "color_name": "Galactic Blue", + "description": "Galactic Blue is a deep blue black polyester metallic and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.77 + }, + { + "min": 50, + "max": 199, + "price": 15.93 + }, + { + "min": 200, + "max": null, + "price": 15.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13777/galactic-blue-umb-10330-dt20251229214310703578-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10330/galactic-blue", + "scraped_at": "2026-05-02T00:04:32.446Z" + }, + { + "sku": "UMB-10331", + "color_name": "Galactic Burgundy", + "description": "Galactic Burgundy is a deep dark burgundy polyurethane metallic and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.47 + }, + { + "min": 50, + "max": 199, + "price": 15.65 + }, + { + "min": 200, + "max": null, + "price": 14.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8010/umb-10331-galactic-burgundy-dt20260114212112644657.pdf?1768425674", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13779/galactic-burgundy-umb-10331-dt20260109193735466171-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10331/galactic-burgundy", + "scraped_at": "2026-05-02T00:04:43.067Z" + }, + { + "sku": "UMB-10332", + "color_name": "Galactic Black", + "description": "Galactic Black is a dark grey black metallic polyester and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.42 + }, + { + "min": 50, + "max": 199, + "price": 12.75 + }, + { + "min": 200, + "max": null, + "price": 12.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7038/umb-10332-galactic-black-dt20250124185005670816.pdf?1737744607", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13781/galactic-black-umb-10332-dt20231212230508865027-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10332/galactic-black", + "scraped_at": "2026-05-02T00:04:56.295Z" + }, + { + "sku": "UMB-1039", + "color_name": "Smokey Silver", + "description": "Smokey Silver is a grey silver polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.26 + }, + { + "min": 50, + "max": 199, + "price": 14.5 + }, + { + "min": 200, + "max": null, + "price": 13.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6374/umb-1039-smokey-silver-tds-dt20240425161709044843.pdf?1714061831", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7597/smokey-silver-umb-1039-dt20241021153116006026-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1039/smokey-silver", + "scraped_at": "2026-05-02T00:05:07.861Z" + }, + { + "sku": "UMB-10545", + "color_name": "SMOKEY SHIMMER", + "description": "Smokey Shimmer is a shimmering lava grey. This color is a polyurethane metallic powder coat with a glossy finish. The image shown displays Smokey Shimmer with Clear Vision PPS-2974 as a top coat over the left side. A top coat of Clear Vision is recommended for exterior use. High Gloss: 85+ Gloss Units RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.35 + }, + { + "min": 50, + "max": 199, + "price": 14.58 + }, + { + "min": 200, + "max": null, + "price": 13.82 + } + ], + "safety_data_sheet_url": "https://www.prismaticpowders.com/documents", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2916/umb-10545-smokey-shimmer-tds-dt2023082218454987364.pdf?1692729951", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12549/smokey-shimmer-umb-10545-dt20210812213821766-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10545/smokey-shimmer", + "scraped_at": "2026-05-02T00:05:22.591Z" + }, + { + "sku": "UMB-10585", + "color_name": "Tungsten Black", + "description": "Tungsten Black is a soft black with shimmering silver metallic. This color is a polyurethane metallic powder coat with a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.21 + }, + { + "min": 50, + "max": 199, + "price": 17.3 + }, + { + "min": 200, + "max": null, + "price": 16.39 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7200/umb-10585-tungsten-black-dt20250424182159813805.pdf?1745518922", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13323/tungsten-black-umb-10585-dt20220110230808961-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10585/tungsten-black", + "scraped_at": "2026-05-02T00:05:35.270Z" + }, + { + "sku": "UMB-10622", + "color_name": "OG Stealth Charcoal", + "description": "OG Stealth Charcoal is a metallic steel grey that shifts to a bright silver when exposed to more intense light. This color is a polyurethane metallic powder coat with a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.81 + }, + { + "min": 50, + "max": 199, + "price": 13.12 + }, + { + "min": 200, + "max": null, + "price": 12.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7039/umb-10622-og-stealth-charcoal-dt20250124185358664335.pdf?1737744841", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13783/og-stealth-charcoal-umb-10622-dt20220603212331392016-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10622/og-stealth-charcoal", + "scraped_at": "2026-05-02T00:05:47.293Z" + }, + { + "sku": "UMB-10714", + "color_name": "SHUGGA THRILLZ", + "description": "Shugga Thrillz is part of our Holographic powder collection. It is a bright reflective silver powder coating with a subtle rainbow color shifting effect. High Gloss: 85+ Gloss Units The image shown displays Shugga Thrillz with Clear Vision PPS-2974 as a top coat over the left side. Listed below are two cure schedules that can be used for Shugga Thrillz. 15 minutes at 375°F PMT 10 minutes at 400°F PMT It is important to fully cure Shugga Thrillz before applying a top coat. To maintain a true chrome-like appearance, after fully curing adding a top coat of Clear Vision PPS-2974 is required. Alternatively, any Prismatic transparent, candy, or various gloss clears, may be used depending on your desired finish. The image shown displays Shugga Thrillz with Clear Vision PPS-2974 as a top coat over the left side. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ChromeHolographicColor Shifting RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 41.65 + }, + { + "min": 50, + "max": 199, + "price": 39.57 + }, + { + "min": 200, + "max": null, + "price": 37.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7853/umb-10714-shugga-thrillz-dt20260102193609509938.pdf?1767382571", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12991/shugga-thrillz-umb-10714-dt20210803162212863-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10714/shugga-thrillz", + "scraped_at": "2026-05-02T00:06:01.592Z" + }, + { + "sku": "UMB-10759", + "color_name": "POLLYWOG STEW", + "description": "Pollywog Stew is a soft blue/black highlighted with shimmering blue and green metallic. This color is a polyester powder coat with a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.19 + }, + { + "min": 50, + "max": 199, + "price": 13.48 + }, + { + "min": 200, + "max": null, + "price": 12.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7089/umb-10759-pollywog-stew-dt20250218221500489432.pdf?1739916904", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13353/pollywog-stew-umb-10759-dt20220125170016773-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10759/pollywog-stew", + "scraped_at": "2026-05-02T00:06:16.952Z" + }, + { + "sku": "UMB-10787", + "color_name": "THUNDERKISS", + "description": "Thunderkiss is a chrome-like silver with sparkling rainbow metallic. This color is a polyurethane metallic powder coat with a glossy finish. Gloss: 71-85 Gloss Units Listed below are two cure schedules that can be used for Thunderkiss. 15 minutes at 375°F PMT 10 minutes at 400°F PMT It is important to fully cure Thunderkiss before applying a top coat. To maintain a true chrome-like appearance, after fully curing adding a top coat of Clear Vision PPS-2974 is required. Alternatively, any Prismatic transparent, candy, or various gloss clears, may be used depending on your desired finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Chrome RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH THUNDERKISS View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 37.66 + }, + { + "min": 50, + "max": 199, + "price": 35.78 + }, + { + "min": 200, + "max": null, + "price": 33.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6796/umb-10787-thunderkiss-dt202408122239260663.pdf?1723502368", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13464/thunderkiss-umb-10787-dt20220204154457140682-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10787/thunderkiss", + "scraped_at": "2026-05-02T00:06:33.021Z" + }, + { + "sku": "UMB-10791", + "color_name": "Matte Peacock Ore", + "description": "Matte Peacock Ore is a Polyester Urethane black with purple and aqua metallic and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.03 + }, + { + "min": 50, + "max": 199, + "price": 17.13 + }, + { + "min": 200, + "max": null, + "price": 16.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7081/umb-10791-matte-peacock-ore-dt20250218215903108075.pdf?1739915945", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14278/matte-peacock-ore-umb-10791-dt20251229212108765966-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10791/matte-peacock-ore", + "scraped_at": "2026-05-02T00:06:46.904Z" + }, + { + "sku": "UMB-10801", + "color_name": "Matte Devils Punchbowl", + "description": "Matte Devils Punchbowl is a soft charcoal black with sparkling green and blue metallic. This color is a polyurethane metallic powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.13 + }, + { + "min": 50, + "max": 199, + "price": 18.17 + }, + { + "min": 200, + "max": null, + "price": 17.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7040/umb-10801-matte-devils-punchbowl-dt20250124185728680377.pdf?1737745051", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13487/matte-devils-punchbowl-umb-10801-dt20220307155450092798-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10801/matte-devils-punchbowl", + "scraped_at": "2026-05-02T00:07:02.366Z" + }, + { + "sku": "UMB-10813", + "color_name": "ROSE CHROME", + "description": "Rose Chrome is a shiny, silver chrome with a rosy red tint. This color is a polyurethane metallic powder coat with a glossy finish. High Gloss: 85+ Gloss Units Listed below are two cure schedules that can be used for Rose Chrome. 15 minutes at 375°F PMT 10 minutes at 400°F PMT It is important to fully cure Rose Chrome before applying a top coat. To maintain a true chrome-like appearance, after fully curing adding a top coat of Clear Vision PPS-2974 is required. Alternatively, any Prismatic transparent, candy, or various gloss clears, may be used depending on your desired finish. This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Chrome RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.09 + }, + { + "min": 50, + "max": 199, + "price": 26.69 + }, + { + "min": 200, + "max": null, + "price": 25.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6797/umb-10813-rose-chrome-dt20240812223953638377.pdf?1723502396", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13495/rose-chrome-umb-10813-dt2025071415365227594-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10813/rose-chrome", + "scraped_at": "2026-05-02T00:07:20.504Z" + }, + { + "sku": "UMB-10814", + "color_name": "Blush Chrome", + "description": "Blush Chrome is a shiny, chrome silver with a very light pink tint. This color is a polyurethane metallic powder coat with a glossy finish. High Gloss: 85+ Gloss Units Listed below are two cure schedules that can be used for Blush Chrome. 15 minutes at 375°F PMT 10 minutes at 400°F PMT It is important to fully cure Blush Chrome before applying a top coat. To maintain a true chrome-like appearance, after fully curing adding a top coat of Clear Vision PPS-2974 is required. Alternatively, any Prismatic transparent, candy, or various gloss clears, may be used depending on your desired finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Chrome RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH BLUSH CHROME View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.09 + }, + { + "min": 50, + "max": 199, + "price": 26.69 + }, + { + "min": 200, + "max": null, + "price": 25.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6798/umb-10814-blush-chrome-dt20240812224018495356.pdf?1723502420", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13497/blush-chrome-umb-10814-dt20220418212521582811-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10814/blush-chrome", + "scraped_at": "2026-05-02T00:07:33.865Z" + }, + { + "sku": "UMB-10815", + "color_name": "BRASS CHROME", + "description": "Brass Chrome is a shiny, chrome silver with a light, brassy yellow tint. This color is a polyurethane metallic powder coat with a glossy finish. High Gloss: 85+ Gloss Units Listed below are two cure schedules that can be used for Brass Chrome. 15 minutes at 375°F PMT 10 minutes at 400°F PMT It is important to fully cure Brass Chrome before applying a top coat. To maintain a true chrome-like appearance, after fully curing adding a top coat of Clear Vision PPS-2974 is required. Alternatively, any Prismatic transparent, candy, or various gloss clears, may be used depending on your desired finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Chrome RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.01 + }, + { + "min": 50, + "max": 199, + "price": 27.56 + }, + { + "min": 200, + "max": null, + "price": 26.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6799/umb-10815-brass-chrome-dt20240812224043886534.pdf?1723502446", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13499/brass-chrome-umb-10815-dt20220418212544515951-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10815/brass-chrome", + "scraped_at": "2026-05-02T00:07:45.786Z" + }, + { + "sku": "UMB-10816", + "color_name": "COPPER CHROME", + "description": "Copper Chrome is a shiny chrome silver with a copper tint. This color is a polyurethane metallic powder coat with a glossy finish. High Gloss: 85+ Gloss Units The image shown displays Copper Chrome with Clear Vision PPS-2974 as a top coat over the left side. Listed below are two cure schedules that can be used for Copper Chrome. 15 minutes at 375°F PMT 10 minutes at 400°F PMT It is important to fully cure Copper Chrome before applying a top coat. To maintain a true chrome-like appearance, after fully curing adding a top coat of Clear Vision PPS-2974 is required. Alternatively, any Prismatic transparent, candy, or various gloss clears, may be used depending on your desired finish. The image shown displays Copper Chrome with Clear Vision PPS-2974 as a top coat over the left side. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Chrome RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.09 + }, + { + "min": 50, + "max": 199, + "price": 26.69 + }, + { + "min": 200, + "max": null, + "price": 25.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6800/umb-10816-copper-chrome-dt20240812224134515452.pdf?1723502496", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13501/copper-chrome-umb-10816-dt20220506173247197195-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10816/copper-chrome", + "scraped_at": "2026-05-02T00:08:00.234Z" + }, + { + "sku": "UMB-10817", + "color_name": "Aqua Chrome", + "description": "Aqua Chrome is a shiny chrome silver with an aqua blue tint. This color is a polyurethane metallic powder coat with a glossy finish. High Gloss: 85+ Gloss Units The image shown displays Aqua Chrome with Clear Vision PPS-2974 as a top coat over the left side. Listed below are two cure schedules that can be used for Aqua Chrome. 15 minutes at 375°F PMT 10 minutes at 400°F PMT It is important to fully cure Aqua Chrome before applying a top coat. To maintain a true chrome-like appearance, after fully curing adding a top coat of Clear Vision PPS-2974 is required. Alternatively, any Prismatic transparent, candy, or various gloss clears, may be used depending on your desired finish. The image shown displays Aqua Chrome. with Clear Vision PPS-2974 as a top coat over the left side. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Chrome RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 35.05 + }, + { + "min": 50, + "max": 199, + "price": 33.3 + }, + { + "min": 200, + "max": null, + "price": 31.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6801/umb-10817-aqua-chrome-dt20240812224156619095.pdf?1723502519", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13503/aqua-chrome-umb-10817-dt20220506172949113817-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10817/aqua-chrome", + "scraped_at": "2026-05-02T00:08:14.022Z" + }, + { + "sku": "UMB-10818", + "color_name": "EMERALD CHROME", + "description": "Emerald Chrome is a shiny, chrome silver with a faint green tint. This color is a polyurethane metallic powder coat with a glossy finish. High Gloss: 85+ Gloss Units Listed below are two cure schedules that can be used for Emerald Chrome. 15 minutes at 375°F PMT 10 minutes at 400°F PMT It is important to fully cure Emerald Chrome before applying a top coat. To maintain a true chrome-like appearance, after fully curing adding a top coat of Clear Vision PPS-2974 is required. Alternatively, any Prismatic transparent, candy, or various gloss clears, may be used depending on your desired finish. The image shown displays Emerald Chrome with Clear Vision PPS-2974 as a top coat over the left side. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Chrome RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 31.33 + }, + { + "min": 50, + "max": 199, + "price": 29.76 + }, + { + "min": 200, + "max": null, + "price": 28.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6802/umb-10818-emerald-chrome-dt20240812224223690512.pdf?1723502546", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13505/emerald-chrome-umb-10818-dt2022052017071209539-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10818/emerald-chrome", + "scraped_at": "2026-05-02T00:08:27.422Z" + }, + { + "sku": "UMB-11019", + "color_name": "Flat Crystal Grey II", + "description": "Flat Crystal Grey II is a dark grey polyurethane metallic and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.47 + }, + { + "min": 50, + "max": 199, + "price": 11.85 + }, + { + "min": 200, + "max": null, + "price": 11.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7041/umb-11019-flat-crystal-grey-ii-dt20250124190130767069.pdf?1737745292", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14013/flat-crystal-grey-ii-umb-11019-dt20231127214739208037-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11019/flat-crystal-grey-ii", + "scraped_at": "2026-05-02T00:08:40.116Z" + }, + { + "sku": "UMB-11199", + "color_name": "Retroreflective Black", + "description": "Retroreflective Black is a black polyester urethane metallic with retro reflective flakes throughout and has a matte finish. Retroreflective powder coating is a cutting-edge finish that incorporates highly reflective particles designed to bounce light directly back to its source—even across wide viewing angles. When illuminated, these coatings shine brilliantly, far outpacing the visibility of glow-in-the-dark powders or traditional reflective surfaces. Matte: 7-20 Gloss Units Note: Using a clear coat over a Retroreflective base coat will greatly diminish the Retroreflective effect. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsRetroreflective PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 39.42 + }, + { + "min": 50, + "max": 199, + "price": 37.45 + }, + { + "min": 200, + "max": null, + "price": 35.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5724/umb-11199-retroreflective-black-tds-dt2024022121004566622.pdf?1708549248", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14794/retro-reflective-black-umb-11199-dt20230831172907029279-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11199/retroreflective-black", + "scraped_at": "2026-05-02T00:08:55.336Z" + }, + { + "sku": "UMB-11278", + "color_name": "Retroreflective Copper", + "description": "Retroreflective Copper is a copper urethane metallic with fine retroreflective particles throughout and has a matte finish. Retroreflective powder coating is a cutting-edge finish that incorporates highly reflective particles designed to bounce light directly back to its source—even across wide viewing angles. When illuminated, these coatings shine brilliantly, far outpacing the visibility of glow-in-the-dark powders or traditional reflective surfaces. Matte: 7-20 Gloss Units Note: Using a clear coat over a Retroreflective base coat will greatly diminish the Retroreflective effect. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsRetroreflective PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 42.28 + }, + { + "min": 50, + "max": 199, + "price": 40.17 + }, + { + "min": 200, + "max": null, + "price": 38.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5725/umb-11278-retroreflective-copper-tds-dt2024022121022538876.pdf?1708549349", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16364/retro-reflective-copper-umb-11278-dt2024022115443197627-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11278/retroreflective-copper", + "scraped_at": "2026-05-02T00:09:09.814Z" + }, + { + "sku": "UMB-11279", + "color_name": "Retroreflective Brass", + "description": "Retroreflective Brass is a brass urethane metallic with fine retroreflective particles throughout and has a matte finish. Retroreflective powder coating is a cutting-edge finish that incorporates highly reflective particles designed to bounce light directly back to its source—even across wide viewing angles. When illuminated, these coatings shine brilliantly, far outpacing the visibility of glow-in-the-dark powders or traditional reflective surfaces. Matte: 7-20 Gloss Units Note: Using a clear coat over a Retroreflective base coat will greatly diminish the Retroreflective effect. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsRetroreflective PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 42.18 + }, + { + "min": 50, + "max": 199, + "price": 40.07 + }, + { + "min": 200, + "max": null, + "price": 37.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5726/umb-11279-retroreflective-brass-tds-dt20240221210354462062.pdf?1708549437", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16366/retro-reflective-brass-umb-11279-dt20240221154940365709-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11279/retroreflective-brass", + "scraped_at": "2026-05-02T00:09:22.906Z" + }, + { + "sku": "UMB-11280", + "color_name": "Retroreflective Bronze", + "description": "Retroreflective Bronze is a bronze urethane metallic with fine retroreflective particles throughout and has a matte finish. Retroreflective powder coating is a cutting-edge finish that incorporates highly reflective particles designed to bounce light directly back to its source—even across wide viewing angles. When illuminated, these coatings shine brilliantly, far outpacing the visibility of glow-in-the-dark powders or traditional reflective surfaces. Matte: 7-20 Gloss Units Note: Using a clear coat over a Retroreflective base coat will greatly diminish the Retroreflective effect. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsRetroreflective PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 42.02 + }, + { + "min": 50, + "max": 199, + "price": 39.92 + }, + { + "min": 200, + "max": null, + "price": 37.82 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5727/umb-11280-retroreflective-bronze-tds-dt20240221210523697906.pdf?1708549526", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16384/retro-reflective-bronze-umb-11280-dt20240221154647555717-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11280/retroreflective-bronze", + "scraped_at": "2026-05-02T00:09:35.306Z" + }, + { + "sku": "UMB-11281", + "color_name": "Retroreflective Twilight", + "description": "Retroreflective Twilight is a black urethane metallic with fine retroreflective particles throughout and has deep purple and light blue highlights. It also has a matte finish. Retroreflective powder coating is a cutting-edge finish that incorporates highly reflective particles designed to bounce light directly back to its source—even across wide viewing angles. When illuminated, these coatings shine brilliantly, far outpacing the visibility of glow-in-the-dark powders or traditional reflective surfaces. Matte: 7-20 Gloss Units Note: Using a clear coat over a Retroreflective base coat will greatly diminish the Retroreflective effect. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Performance CoatingsRetroreflective PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 41.17 + }, + { + "min": 50, + "max": 199, + "price": 39.11 + }, + { + "min": 200, + "max": null, + "price": 37.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5728/umb-11281-retroreflective-twilight-tds-dt20240221210656135603.pdf?1708549618", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16368/retro-reflective-twilight-umb-11281-dt20240221154148807313-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11281/retroreflective-twilight", + "scraped_at": "2026-05-02T00:09:46.679Z" + }, + { + "sku": "UMB-11291", + "color_name": "Boysenberry Shimmer", + "description": "Boysenberry Shimmer is a deep dark purple polyester metallic that has red, purple, and blue shimmer and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.85 + }, + { + "min": 50, + "max": 199, + "price": 17.91 + }, + { + "min": 200, + "max": null, + "price": 16.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7043/umb-11291-boysenberry-shimmer-dt20250124190518013235.pdf?1737745520", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16419/boysenberry-shimmer-umb-11291-dt20240215165520167304-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11291/boysenberry-shimmer", + "scraped_at": "2026-05-02T00:09:56.710Z" + }, + { + "sku": "UMB-1145", + "color_name": "SUTTERS GOLD", + "description": "Sutters Gold is a satin gold with a hint of silver. This color is a polyurethane metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH SUTTERS GOLD View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.61 + }, + { + "min": 50, + "max": 199, + "price": 13.88 + }, + { + "min": 200, + "max": null, + "price": 13.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5424/sutters-gold-umb-1145-dt20200603173208095-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1145/sutters-gold", + "scraped_at": "2026-05-02T00:10:15.036Z" + }, + { + "sku": "UMB-1146", + "color_name": "JAMAICAN ICE", + "description": "Jamaican Ice is a sparkling, rich black metallic. This color is a polyurethane metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6583/umb-1146-jamaican-ice-tds-dt20240514230556399539.pdf?1715727958", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5426/jamaican-ice-umb-1146-dt2021051015030697-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1146/jamaican-ice", + "scraped_at": "2026-05-02T00:10:27.315Z" + }, + { + "sku": "UMB-11575", + "color_name": "Toyota Supersonic Red", + "description": "Toyota Supersonic Red is an OEM matched red polyester metallic and has a gloss finish. Color Match: Toyota Supersonic Red 3U5 Gloss: 71-85 Gloss Units To achieve the proper color, Clear Vision PPS 2974 topcoat must be applied. Inconsistent mil thickness of the base coat and/or the top coat can yield inconsistent color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat; after the top coat has been applied, fully cure according to the topcoat’s recommended cure schedule. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ToyotaAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.18 + }, + { + "min": 50, + "max": 199, + "price": 25.82 + }, + { + "min": 200, + "max": null, + "price": 24.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8025/umb-11575-toyota-supersonic-red-dt20260114215043338434.pdf?1768427444", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17637/toyota-supersonic-red-umb-11575-dt20240913184743921278-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11575/toyota-supersonic-red", + "scraped_at": "2026-05-02T00:10:40.718Z" + }, + { + "sku": "UMB-11637", + "color_name": "Tuscan Bronze", + "description": "Tuscan Bronze is a dark bronze polyurethane metallic and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.56 + }, + { + "min": 50, + "max": 199, + "price": 11.93 + }, + { + "min": 200, + "max": null, + "price": 11.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7876/umb-11637-tuscan-bronze-dt20260102203644886665.pdf?1767386206", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18057/tuscan-bronze-umb-11637-dt20241227232323195791-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11637/tuscan-bronze", + "scraped_at": "2026-05-02T00:10:55.816Z" + }, + { + "sku": "UMB-1193", + "color_name": "Champion Silver", + "description": "Champion Silver is a warm silver polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.57 + }, + { + "min": 50, + "max": 199, + "price": 15.74 + }, + { + "min": 200, + "max": null, + "price": 14.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9541/champion-silver-umb-1193-dt20251229211120970194-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1193/champion-silver", + "scraped_at": "2026-05-02T00:11:06.750Z" + }, + { + "sku": "UMB-1195", + "color_name": "Santana Black", + "description": "Santana Black is a deep black metallic. This color is a polyurethane metallic powder coat and has a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.18 + }, + { + "min": 50, + "max": 199, + "price": 12.52 + }, + { + "min": 200, + "max": null, + "price": 11.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7073/umb-1195-santana-black-dt20250218213315073348.pdf?1739914397", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5428/santana-black-umb-1195-dt20210127172905056-thumbnail.jpg?1611768546&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1195/santana-black", + "scraped_at": "2026-05-02T00:11:20.108Z" + }, + { + "sku": "UMB-1204", + "color_name": "Sterling Black", + "description": "Sterling Black is a flat dull black with a fine metallic flake. This color is a polyurethane metallic powder coat and has a matte finish. Matte: 7-10 Gloss Unit Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH STERLING BLACK View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: I am having my alloy wheels powder coated with Sterling Black (UMB-1204) at Ideal Coatings in Garland, Texas. The center caps are plastic. What options can you suggest to get the center caps colored-matched to the wheels? Any help would be greatly appreciated. Thanks - James Bentley 12/26/18 06:03 pm Answer: If a suitable match cannot be found in an aerosol can from a general hardware or specialty paint store, you can try contacting the folks and Custom Color and Filling to see if they can match it for you. They do custom color matches to powder coating quite often. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.31 + }, + { + "min": 50, + "max": 199, + "price": 12.64 + }, + { + "min": 200, + "max": null, + "price": 11.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8261/umb-1204-sterling-black-dt20260415192647681914.pdf?1776281209", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5430/sterling-black-umb-1204-dt20210107154258644-thumbnail.jpg?1610034180&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1204/sterling-black", + "scraped_at": "2026-05-02T00:11:36.885Z" + }, + { + "sku": "UMB-1211", + "color_name": "Soft Satin Purple", + "description": "Soft Satin Purple is a dark purple polyester metallic and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.11 + }, + { + "min": 50, + "max": 199, + "price": 14.35 + }, + { + "min": 200, + "max": null, + "price": 13.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6372/umb-1211-soft-satin-purple-tds-dt20240425161300416656.pdf?1714061583", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9542/soft-satin-purple-umb-1211-dt20241014210539308023-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1211/soft-satin-purple", + "scraped_at": "2026-05-02T00:11:48.883Z" + }, + { + "sku": "UMB-1214", + "color_name": "DARK TITANIUM", + "description": "Dark Titanium is a muted silver/gold. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.7 + }, + { + "min": 50, + "max": 199, + "price": 14.92 + }, + { + "min": 200, + "max": null, + "price": 14.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7714/umb-1214-dark-titanium-dt20251216194712176195.pdf?1765914433", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5432/dark-titanium-umb-1214-dt20251208153310884227-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1214/dark-titanium", + "scraped_at": "2026-05-02T00:12:03.402Z" + }, + { + "sku": "UMB-1231", + "color_name": "Tropical Orange", + "description": "Tropical Orange is a medium orange with a very fine metallic. This color is a polyurethane metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.6 + }, + { + "min": 50, + "max": 199, + "price": 15.77 + }, + { + "min": 200, + "max": null, + "price": 14.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5434/tropical-orange-umb-1231-dt20181029203355845-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1231/tropical-orange", + "scraped_at": "2026-05-02T00:12:20.175Z" + }, + { + "sku": "UMB-1232", + "color_name": "Gumdrop Orange", + "description": "Gumdrop Orange is an orange/red metallic. This color is a polyurethane metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.78 + }, + { + "min": 50, + "max": 199, + "price": 15.94 + }, + { + "min": 200, + "max": null, + "price": 15.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5436/gumdrop-orange-umb-1232-dt20181011213651619-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1232/gumdrop-orange", + "scraped_at": "2026-05-02T00:12:35.771Z" + }, + { + "sku": "UMB-1233", + "color_name": "Soft Touch Teal", + "description": "Soft Touch Teal is a dark metallic teal with a hint of blue. This color is a polyurethane metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.59 + }, + { + "min": 50, + "max": 199, + "price": 14.81 + }, + { + "min": 200, + "max": null, + "price": 14.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5438/soft-touch-teal-umb-1233-dt20200526152706471-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1233/soft-touch-teal", + "scraped_at": "2026-05-02T00:12:51.096Z" + }, + { + "sku": "UMB-1266", + "color_name": "PEARL GOLD", + "description": "Pearl Gold is a soft gold with a heavy metallic flake. This color is a polyester metallic powder coat and has a satin finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.11 + }, + { + "min": 50, + "max": 199, + "price": 18.15 + }, + { + "min": 200, + "max": null, + "price": 17.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8269/umb-1266-pearl-gold-dt20260416152214282204.pdf?1776352936", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5440/pearl-gold-umb-1266-dt20250602214410142341-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1266/pearl-gold", + "scraped_at": "2026-05-02T00:13:07.236Z" + }, + { + "sku": "UMB-1289", + "color_name": "SHASTA FROST", + "description": "Shasta Frost is a frosty white metallic. This color is a polyurethane metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH SHASTA FROST View Details View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5442/shasta-frost-umb-1289-dt20181022223352691-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1289/shasta-frost", + "scraped_at": "2026-05-02T00:13:19.957Z" + }, + { + "sku": "UMB-1326", + "color_name": "Soft Rubbed Bronze", + "description": "Soft Rubbed Bronze is a dark bronze base with a subtle gold metallic flake. This color is a polyurethane metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Is a clear coat recommended? - Mbh Welding 02/16/22 06:55 pm Answer: It is not necessary to add a clear coat to this particular powder. The subtle metallic flake present along with fact that it's a Polyurethane powder does allow it to be UV resistant as it is naturally. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.2 + }, + { + "min": 50, + "max": 199, + "price": 11.59 + }, + { + "min": 200, + "max": null, + "price": 10.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7881/umb-1326-soft-rubbed-bronze-dt20260102204130146426.pdf?1767386491", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5444/soft-rubbed-bronze-umb-1326-dt20210325162716614-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1326/soft-rubbed-bronze", + "scraped_at": "2026-05-02T00:13:30.551Z" + }, + { + "sku": "UMB-1344", + "color_name": "Soft Lazer Aquarius", + "description": "Soft Lazer Aquarius is a deep blue black polyester metallic and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.36 + }, + { + "min": 50, + "max": 199, + "price": 12.69 + }, + { + "min": 200, + "max": null, + "price": 12.02 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9546/soft-lazer-aquarius-umb-1344-dt20240419222947656683-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1344/soft-lazer-aquarius", + "scraped_at": "2026-05-02T00:13:43.733Z" + }, + { + "sku": "UMB-1352", + "color_name": "Soft Misty Copper", + "description": "Soft Misty Copper is a dark copper with a heavy metallic flake. This color is a polyurethane metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4951/umb-1352-soft-misty-copper-tds-dt20231127193521730711.pdf?1701113723", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5446/soft-misty-copper-umb-1352-dt20181025223315989-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1352/soft-misty-copper", + "scraped_at": "2026-05-02T00:13:57.737Z" + }, + { + "sku": "UMB-1364", + "color_name": "Soft Misty Blueberry", + "description": "Soft Misty Blueberry is a dark slate blue with a fine metallic. This color is a polyurethane metallic powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.25 + }, + { + "min": 50, + "max": 199, + "price": 11.64 + }, + { + "min": 200, + "max": null, + "price": 11.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4952/umb-1364-soft-misty-blueberry-tds-dt20231127193852374104.pdf?1701113934", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5448/soft-misty-blueberry-umb-1364-dt20180907215713343-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1364/soft-misty-blueberry", + "scraped_at": "2026-05-02T00:14:13.880Z" + }, + { + "sku": "UMB-1391", + "color_name": "Soft Misty Burgundy", + "description": "Soft Misty Burgundy is a dark burgundy metallic. This color is a polyurethane metallic powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4953/umb-1391-soft-misty-burgundy-tds-dt20231127194213271469.pdf?1701114135", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5450/soft-misty-burgundy-umb-1393-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1391/soft-misty-burgundy", + "scraped_at": "2026-05-02T00:14:25.620Z" + }, + { + "sku": "UMB-1392", + "color_name": "Soft Lazer Burgundy", + "description": "Soft Lazer Burgundy is a dark almost black color with a red pearl. This color is a polyurethane metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.62 + }, + { + "min": 50, + "max": 199, + "price": 11.99 + }, + { + "min": 200, + "max": null, + "price": 11.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4954/umb-1392-soft-lazer-burgundy-tds-dt20231127194459103493.pdf?1701114301", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5452/soft-lazer-burgundy-umb-1392-dt20180712202104276-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1392/soft-lazer-burgundy", + "scraped_at": "2026-05-02T00:14:38.956Z" + }, + { + "sku": "UMB-1441", + "color_name": "Titanium Silver", + "description": "Titanium Silver is a charcoal grey with a silver sheen. This color is a polyurethane metallic powder coat with a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.46 + }, + { + "min": 50, + "max": 199, + "price": 12.79 + }, + { + "min": 200, + "max": null, + "price": 12.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4955/umb-1441-titanium-silver-tds-dt20231127194732542304.pdf?1701114455", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9548/titanium-silver-umb-1441-dt20230112161714947987-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1441/titanium-silver", + "scraped_at": "2026-05-02T00:14:54.065Z" + }, + { + "sku": "UMB-1536", + "color_name": "PEARLIZED VIOLET", + "description": "Pearlized Violet is an iridescent white. This color is a polyurethane metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS CREATIONS MADE WITH PEARLIZED VIOLET View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Will adding a metal flaked clear coat over Pearlized Violet UMB-1536 allow the pearlized effect to shine through? - Alexander Erickson 06/29/20 03:23 pm Answer: Choosing a gloss clear with metallic flake would likely improve the pearlized effect of Pearlized Violet UMB-1536 as if magnifying the pearl. Clear coats with anything less than a high-gloss finish could however reduce the pearlized effect. We do offer a two-color and three-color spray out service where for a fee you can request two or three color custom spray panels to be shipped to you. This would allow you to see what a certain combination of colors would look like before committing to a powder order. Here are the details of this service: If you would like a custom spray-out of any combination, we can provide that for a fee of $9.95 each plus shipping. This would be a custom panel with two coats of your choice. For a custom panel with three coats (base, mid and top coat), the fee is $14.95. The custom panels measure 3” x 5” and can take approximately 2 - 4 days to complete. Any order for such panels would need to be called in as they are not available online at this time. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.4 + }, + { + "min": 50, + "max": 199, + "price": 13.68 + }, + { + "min": 200, + "max": null, + "price": 12.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3815/umb-1536-pearlized-violet-tds-dt20230925200950699068.pdf?1695672593", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5454/pearlized-violet-umb-1536-dt20200604175720312-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1536/pearlized-violet", + "scraped_at": "2026-05-02T00:15:03.227Z" + }, + { + "sku": "UMB-1580", + "color_name": "CRATER FROST", + "description": "Crater Frost is a frosty white metallic. This color is a polyurethane metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH CRATER FROST View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.1 + }, + { + "min": 50, + "max": 199, + "price": 12.45 + }, + { + "min": 200, + "max": null, + "price": 11.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5456/crater-frost-umb-1580-dt2020080314351687-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1580/crater-frost", + "scraped_at": "2026-05-02T00:15:17.273Z" + }, + { + "sku": "UMB-1621", + "color_name": "CASHMERE GOLD", + "description": "Cashmere Gold is a dark satin, titanium gold. This color is a polyurethane metallic powder coat and has a satin finish. Satin: 21-36 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.02 + }, + { + "min": 50, + "max": 199, + "price": 15.22 + }, + { + "min": 200, + "max": null, + "price": 14.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5458/cashmere-gold-umb-1621-dt20250625222123312547-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1621/cashmere-gold", + "scraped_at": "2026-05-02T00:15:28.338Z" + }, + { + "sku": "UMB-1629", + "color_name": "Zesty Orange", + "description": "Zesty Orange is a red orange metallic. This color is a polyurethane metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.98 + }, + { + "min": 50, + "max": 199, + "price": 18.03 + }, + { + "min": 200, + "max": null, + "price": 17.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5460/zesty-orange-umb-1629-dt20180907200116144-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1629/zesty-orange", + "scraped_at": "2026-05-02T00:15:44.988Z" + }, + { + "sku": "UMB-1638", + "color_name": "Roman Gold", + "description": "Roman Gold is a light metallic gold with a silver metallic appearance. This color is a polyurethane metallic powder coat and has a satin finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerSilver and GoldArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ROMAN GOLD View Details View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.67 + }, + { + "min": 50, + "max": 199, + "price": 16.79 + }, + { + "min": 200, + "max": null, + "price": 15.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7707/umb-1638-roman-gold-dt20251216184016347735.pdf?1765910418", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5462/roman-gold-umb-1638-dt20250520202915740367-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1638/roman-gold", + "scraped_at": "2026-05-02T00:15:58.222Z" + }, + { + "sku": "UMB-1672", + "color_name": "GM Silver", + "description": "GM Silver is a champagne gold-silver with a bright metallic appearance. This color is a polyurethane metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.39 + }, + { + "min": 50, + "max": 199, + "price": 13.67 + }, + { + "min": 200, + "max": null, + "price": 12.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5464/gm-silver-umb-1672-dt20200415222553717-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1672/gm-silver", + "scraped_at": "2026-05-02T00:16:07.284Z" + }, + { + "sku": "UMB-1685", + "color_name": "Arizona Teal", + "description": "Arizona Teal is a deep teal with a deep teal metallic flake. This color is a polyurethane metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH ARIZONA TEAL View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.17 + }, + { + "min": 50, + "max": 199, + "price": 14.41 + }, + { + "min": 200, + "max": null, + "price": 13.65 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7918/umb-1685-arizona-teal-dt20260102212256943398.pdf?1767388978", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5466/arizona-teal-umb-1685-dt20200909210358524-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1685/arizona-teal", + "scraped_at": "2026-05-02T00:16:20.255Z" + }, + { + "sku": "UMB-1807", + "color_name": "Yankee Gold", + "description": "Yankee Gold is a dark gold metallic with a hint of bronze. This color is a polyurethane metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.5 + }, + { + "min": 50, + "max": 199, + "price": 13.78 + }, + { + "min": 200, + "max": null, + "price": 13.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7720/umb-1807-yankee-gold-dt20251223205950069902.pdf?1766523591", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5468/yankee-gold-umb-1807-dt20250715171330132889-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1807/yankee-gold", + "scraped_at": "2026-05-02T00:16:36.810Z" + }, + { + "sku": "UMB-1809", + "color_name": "Sparks Blue", + "description": "Sparks Blue is a bright blue with a heavy blue metallic flake. This color is a polyurethane metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.54 + }, + { + "min": 50, + "max": 199, + "price": 12.86 + }, + { + "min": 200, + "max": null, + "price": 12.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5966/umb-1809-sparks-blue-tds-dt20240328212150416975.pdf?1711660912", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5470/sparks-blue-umb-1809-dt20201223191358197-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1809/sparks-blue", + "scraped_at": "2026-05-02T00:16:53.606Z" + }, + { + "sku": "UMB-1810", + "color_name": "Belair Gold", + "description": "Belair Gold is a silvery gold metallic. This color is a polyurethane metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH BELAIR GOLD View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.89 + }, + { + "min": 50, + "max": 199, + "price": 17.95 + }, + { + "min": 200, + "max": null, + "price": 17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5472/belair-gold-umb-1810-dt20201109191111035-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1810/belair-gold", + "scraped_at": "2026-05-02T00:17:08.302Z" + }, + { + "sku": "UMB-1811", + "color_name": "VEGAS GOLD", + "description": "Vegas Gold is a heavy silver with a gold metallic flake. This color is a polyurethane metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.48 + }, + { + "min": 50, + "max": 199, + "price": 19.46 + }, + { + "min": 200, + "max": null, + "price": 18.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5474/vegas-gold-umb-1811-dt20201109191533352-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1811/vegas-gold", + "scraped_at": "2026-05-02T00:17:24.466Z" + }, + { + "sku": "UMB-1839", + "color_name": "COSMIC GOLD", + "description": "Cosmic Gold is a glittering rich gold metallic. This color is a polyurethane metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.15 + }, + { + "min": 50, + "max": 199, + "price": 16.29 + }, + { + "min": 200, + "max": null, + "price": 15.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5476/cosmic-gold-umb-1839-dt20210429154917825-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1839/cosmic-gold", + "scraped_at": "2026-05-02T00:17:40.531Z" + }, + { + "sku": "UMB-1840", + "color_name": "Lithia Gold", + "description": "Lithia Gold is a light gold polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the top coat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.8 + }, + { + "min": 50, + "max": 199, + "price": 24.51 + }, + { + "min": 200, + "max": null, + "price": 23.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2871/umb-1840-lithia-gold-tds-dt2023082213375787374.pdf?1692711480", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9551/lithia-gold-umb-1840-dt20260128230140566615-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1840/lithia-gold", + "scraped_at": "2026-05-02T00:17:52.216Z" + }, + { + "sku": "UMB-1841", + "color_name": "Cosmic Orange", + "description": "Cosmic Orange is a dark orange with a heavy silver metallic flake. This color is a polyurethane metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.03 + }, + { + "min": 50, + "max": 199, + "price": 19.03 + }, + { + "min": 200, + "max": null, + "price": 18.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5478/cosmic-orange-umb-1841-dt20180926213314535-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1841/cosmic-orange", + "scraped_at": "2026-05-02T00:18:01.166Z" + }, + { + "sku": "UMB-1851", + "color_name": "Autumn Black", + "description": "Autumn Black is a dark charcoal color with a soft metallic appearance. This color is a polyurethane metallic powder coat and has a matte finish. Matte: 7-10 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerMajestic ShadowsArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.39 + }, + { + "min": 50, + "max": 199, + "price": 12.72 + }, + { + "min": 200, + "max": null, + "price": 12.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7514/umb-1851-autumn-black-dt20250805223048558454.pdf?1754433050", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5480/autumn-black-umb-1851-dt20250623145651650602-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1851/autumn-black", + "scraped_at": "2026-05-02T00:18:14.288Z" + }, + { + "sku": "UMB-1860", + "color_name": "SATIN TITANIUM", + "description": "Satin Titanium is a soft champagne gold metallic and has a fine silver metallic flake. This color is a polyester metallic powder coat and has a satin finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.26 + }, + { + "min": 50, + "max": 199, + "price": 15.45 + }, + { + "min": 200, + "max": null, + "price": 14.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7571/umb-1860-satin-titanium-dt20251006193225557965.pdf?1759779147", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5482/satin-titanium-umb-1860-dt20250625223703385391-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1860/satin-titanium", + "scraped_at": "2026-05-02T00:18:29.067Z" + }, + { + "sku": "UMB-1863", + "color_name": "SOUR PUNCH", + "description": "Sour Punch is a vivid pink purple polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.1 + }, + { + "min": 50, + "max": 199, + "price": 24.8 + }, + { + "min": 200, + "max": null, + "price": 23.49 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7791/umb-1863-sour-punch-dt20251230171718883983.pdf?1767115040", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9552/sour-punch-umb-1863-dt20231127211531592153-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1863/sour-punch", + "scraped_at": "2026-05-02T00:18:41.374Z" + }, + { + "sku": "UMB-1930", + "color_name": "Manhattan Blue", + "description": "Manhattan Blue is a cobalt blue with a subtle blue metallic flake. This color is a polyester metallic powder coat and has a glossy finish. It is also available with a textured finish as Manhattan Blue Texture PTB-10160. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MANHATTAN BLUE TEXTURE PTB-10160 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.44 + }, + { + "min": 50, + "max": 199, + "price": 14.67 + }, + { + "min": 200, + "max": null, + "price": 13.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3685/umb-1930-manhattan-blue-tds-dt20230920162620909665.pdf?1695227183", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5484/manhattan-blue-umb-1930-dt20250611205327006306-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1930/manhattan-blue", + "scraped_at": "2026-05-02T00:18:55.041Z" + }, + { + "sku": "UMB-1969", + "color_name": "Liberation Blue", + "description": "Liberation Blue is a dark blue polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.13 + }, + { + "min": 50, + "max": 199, + "price": 16.27 + }, + { + "min": 200, + "max": null, + "price": 15.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9555/liberation-blue-umb-1969-dt20260114192804350929-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1969/liberation-blue", + "scraped_at": "2026-05-02T00:19:07.520Z" + }, + { + "sku": "UMB-1976", + "color_name": "Slick Silver", + "description": "Slick Silver is a medium silver metallic. This color is a polyurethane metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Would you recommend this powder as a duplicate of a Lexus/Toyota OEM wheel finish? If not this one, could you please recommend a better color? Thank you! - Timothy Terry 01/26/19 03:30 pm Answer: This color was not intended to be a match to Lexus/Toyota wheels. SILVERSTONE PMB 0847 would probably be a closer match to their standard silver wheel color however you might want to check with our color match dept to see if they have something better suited in our database.They can be reached at colormatch@prismaticpowders.com - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.5 + }, + { + "min": 50, + "max": 199, + "price": 13.78 + }, + { + "min": 200, + "max": null, + "price": 13.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5486/slick-silver-umb-1976-dt20201111163045282-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1976/slick-silver", + "scraped_at": "2026-05-02T00:19:19.398Z" + }, + { + "sku": "UMB-1989", + "color_name": "Stateside Chestnut", + "description": "Stateside Chestnut is a brown with a pearl effect that picks up multiple colors. This color is a polyurethane metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.62 + }, + { + "min": 50, + "max": 199, + "price": 14.84 + }, + { + "min": 200, + "max": null, + "price": 14.06 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5488/stateside-chestnut-umb-1989-dt2021050421514238-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1989/stateside-chestnut", + "scraped_at": "2026-05-02T00:19:32.139Z" + }, + { + "sku": "UMB-1995", + "color_name": "Winfree Bronze", + "description": "Winfree Bronze is a light bronze with a slight red hue in certain lights. This color is a polyurethane metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.58 + }, + { + "min": 50, + "max": 199, + "price": 15.75 + }, + { + "min": 200, + "max": null, + "price": 14.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5490/winfree-bronze-umb-1995-dt20180713210745759-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1995/winfree-bronze", + "scraped_at": "2026-05-02T00:19:44.254Z" + }, + { + "sku": "UMB-2018", + "color_name": "French Teal", + "description": "French Teal is a deep dark teal polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.59 + }, + { + "min": 50, + "max": 199, + "price": 12.91 + }, + { + "min": 200, + "max": null, + "price": 12.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9557/french-teal-umb-2018-dt20260109192839006019-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2018/french-teal", + "scraped_at": "2026-05-02T00:19:55.091Z" + }, + { + "sku": "UMB-2062", + "color_name": "SHIMMER GOLD", + "description": "Shimmer Gold is a light gold and silver metallic. This color is a polyurethane metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.95 + }, + { + "min": 50, + "max": 199, + "price": 16.1 + }, + { + "min": 200, + "max": null, + "price": 15.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5492/shimmer-gold-umb-2062-dt20181024164833492-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2062/shimmer-gold", + "scraped_at": "2026-05-02T00:20:09.388Z" + }, + { + "sku": "UMB-2108", + "color_name": "POLAR FROSTY PURPLE", + "description": "Polar Frosty Purple is a frosty purple with a light silver metallic flake. This color is a polyurethane metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.57 + }, + { + "min": 50, + "max": 199, + "price": 15.74 + }, + { + "min": 200, + "max": null, + "price": 14.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8104/umb-2108-polar-frosty-purple-sds-dt20260130160611699097.pdf?1769789173", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8101/umb-2108-polar-frosty-purple-dt20260129192055416615.pdf?1769714457", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5494/polar-frosty-purple-umb-2108-dt20190416182202566-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2108/polar-frosty-purple", + "scraped_at": "2026-05-02T00:20:23.033Z" + }, + { + "sku": "UMB-2163", + "color_name": "MOCHA METALLIC", + "description": "Mocha Metallic is a muted gold polyester metallic and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.31 + }, + { + "min": 50, + "max": 199, + "price": 22.14 + }, + { + "min": 200, + "max": null, + "price": 20.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8837/mocha-metallic-umb-2163-dt20251229214641046929-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2163/mocha-metallic", + "scraped_at": "2026-05-02T00:20:36.828Z" + }, + { + "sku": "UMB-2180", + "color_name": "Soft Misty Kranberry", + "description": "Soft Misty Kranberry is a dark cranberry red metallic. This color is a polyurethane metallic powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4956/umb-2180-soft-misty-kranberry-tds-dt20231127195114301272.pdf?1701114676", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5496/soft-misty-kranberry-umb-2180-dt20180907220303645-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2180/soft-misty-kranberry", + "scraped_at": "2026-05-02T00:20:53.107Z" + }, + { + "sku": "UMB-2194", + "color_name": "SONIC GOLD", + "description": "Sonic Gold is a satin metallic copper with a hint of gold. This color is a polyurethane metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.29 + }, + { + "min": 50, + "max": 199, + "price": 14.53 + }, + { + "min": 200, + "max": null, + "price": 13.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5498/sonic-gold-umb-2194-dt20180719203643217-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2194/sonic-gold", + "scraped_at": "2026-05-02T00:21:05.398Z" + }, + { + "sku": "UMB-2204", + "color_name": "Cocoa Bronze", + "description": "Cocoa Bronze is a dark brown/bronze metallic. This color is a polyurethane metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.39 + }, + { + "min": 50, + "max": 199, + "price": 15.57 + }, + { + "min": 200, + "max": null, + "price": 14.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5500/cocoa-bronze-umb-2204-dt20201216181858803-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2204/cocoa-bronze", + "scraped_at": "2026-05-02T00:21:18.215Z" + }, + { + "sku": "UMB-2229", + "color_name": "BURGUNDY IRIS", + "description": "Burgundy Iris is a smooth burgundy that has a silver and red sparkle. This color is a polyurethane metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.79 + }, + { + "min": 50, + "max": 199, + "price": 17.85 + }, + { + "min": 200, + "max": null, + "price": 16.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5502/burgundy-iris-umb-2229-dt20180710202653282-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2229/burgundy-iris", + "scraped_at": "2026-05-02T00:21:31.485Z" + }, + { + "sku": "UMB-2270", + "color_name": "Star Crest Silver", + "description": "Star Crest Silver is a soft silver metallic with a hint of champagne gold. This color is a polyurethane metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.02 + }, + { + "min": 50, + "max": 199, + "price": 15.22 + }, + { + "min": 200, + "max": null, + "price": 14.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5504/star-crest-silver-umb-2270-dt20201111163129104-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2270/star-crest-silver", + "scraped_at": "2026-05-02T00:21:42.227Z" + }, + { + "sku": "UMB-2294", + "color_name": "Blue Satin", + "description": "Blue Satin is a muted medium blue polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.92 + }, + { + "min": 50, + "max": 199, + "price": 17.97 + }, + { + "min": 200, + "max": null, + "price": 17.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6742/umb-2294-blue-satin-dt20240708221150600911.pdf?1720476712", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9558/blue-satin-umb-2294-dt20240603221444687678-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2294/blue-satin", + "scraped_at": "2026-05-02T00:21:56.026Z" + }, + { + "sku": "UMB-2297", + "color_name": "GARWOOD BRONZE", + "description": "Garwood Bronze is a chocolate brown with a soft gold metallic flake. This color is a polyurethane metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.8 + }, + { + "min": 50, + "max": 199, + "price": 12.16 + }, + { + "min": 200, + "max": null, + "price": 11.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7880/umb-2297-garwood-bronze-dt20260102204032627416.pdf?1767386434", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5506/garwood-bronze-umb-2297-dt20200331175800698-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2297/garwood-bronze", + "scraped_at": "2026-05-02T00:22:10.822Z" + }, + { + "sku": "UMB-2300", + "color_name": "COSMIC CRYSTAL", + "description": "Cosmic Crystal is a vitalizing blue and silver metallic flake. This color is a polyurethane metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.98 + }, + { + "min": 50, + "max": 199, + "price": 17.08 + }, + { + "min": 200, + "max": null, + "price": 16.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5508/cosmic-crystal-umb-2300-dt20180904204426987-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2300/cosmic-crystal", + "scraped_at": "2026-05-02T00:22:27.270Z" + }, + { + "sku": "UMB-2453", + "color_name": "Edible Beige", + "description": "Edible Beige is a rich beige. This color is a polyurethane metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.07 + }, + { + "min": 50, + "max": 199, + "price": 12.42 + }, + { + "min": 200, + "max": null, + "price": 11.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5510/edible-beige-umb-2453-dt20181004200351446-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2453/edible-beige", + "scraped_at": "2026-05-02T00:22:39.933Z" + }, + { + "sku": "UMB-2538", + "color_name": "SABLE SPECK", + "description": "Sable Speck is a rich black with an ultra-soft gold metallic flake. This color is a polyester metallic powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5254/umb-2538-sable-speck-tds-dt20231130231109367524.pdf?1701385871", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5512/sable-speck-umb-2538-dt20250627164816206492-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2538/sable-speck", + "scraped_at": "2026-05-02T00:22:51.267Z" + }, + { + "sku": "UMB-2587", + "color_name": "Soft Gold", + "description": "Soft Gold is a black color with a fine gold pearl metallic. This color is a polyurethane metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.03 + }, + { + "min": 50, + "max": 199, + "price": 12.38 + }, + { + "min": 200, + "max": null, + "price": 11.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4957/umb-2587-soft-gold-tds-dt20231127195243666016.pdf?1701114765", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5514/soft-gold-umb-2587-dt20200424143503514-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2587/soft-gold", + "scraped_at": "2026-05-02T00:23:03.463Z" + }, + { + "sku": "UMB-2599", + "color_name": "EXTREME PURPLE", + "description": "Extreme Purple is an exceptionally dark plum purple with a heavy metallic flake. This color is a polyester metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS CREATIONS MADE WITH EXTREME PURPLE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.28 + }, + { + "min": 50, + "max": 199, + "price": 11.67 + }, + { + "min": 200, + "max": null, + "price": 11.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5253/umb-2599-extreme-purple-tds-dt20231130214901831388.pdf?1701380943", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5516/extreme-purple-umb-2599-dt20250926160802910288-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2599/extreme-purple", + "scraped_at": "2026-05-02T00:23:16.519Z" + }, + { + "sku": "UMB-2607", + "color_name": "Snuffer Water", + "description": "Snuffer Water is a dark blue with a very heavy silver metallic. This color is a polyurethane metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *This color is also available in the following alternative finishes: Solid Tone (Gloss): Deep Blue PSS-4501 River (Eggshell): Deep Blue River PRB-2534 Metallic (Gloss): Blue Midnight PMB-4876 Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.81 + }, + { + "min": 50, + "max": 199, + "price": 14.07 + }, + { + "min": 200, + "max": null, + "price": 13.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5518/snuffer-water-umb-2607-dt20181025200959057-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2607/snuffer-water", + "scraped_at": "2026-05-02T00:23:27.597Z" + }, + { + "sku": "UMB-2646", + "color_name": "Safe White", + "description": "Safe White is a light grey white polyester metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.27 + }, + { + "min": 50, + "max": 199, + "price": 20.21 + }, + { + "min": 200, + "max": null, + "price": 19.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9561/safe-white-umb-2646-dt202601052121460418-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2646/safe-white", + "scraped_at": "2026-05-02T00:23:39.672Z" + }, + { + "sku": "UMB-2714", + "color_name": "CASHMERE GOLD II", + "description": "Cashmere Gold II is a light satin titanium gold. This color is a polyurethane metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.87 + }, + { + "min": 50, + "max": 199, + "price": 14.13 + }, + { + "min": 200, + "max": null, + "price": 13.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5520/cashmere-gold-ii-umb-2714-dt2018092116574749-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2714/cashmere-gold-ii", + "scraped_at": "2026-05-02T00:23:55.615Z" + }, + { + "sku": "UMB-2744", + "color_name": "Gum Drop Orange II", + "description": "Gum Drop Orange II is a dark orange with a very fine metallic. This color is a polyurethane metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.35 + }, + { + "min": 50, + "max": 199, + "price": 17.43 + }, + { + "min": 200, + "max": null, + "price": 16.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5522/gum-drop-orange-ii-umb-2744-dt20181011212932095-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2744/gum-drop-orange-ii", + "scraped_at": "2026-05-02T00:24:08.277Z" + }, + { + "sku": "UMB-3069", + "color_name": "Grey Clay", + "description": "Grey Clay is a grey silver metallic polyester and has a satin finish. Semi-Gloss: 21-36 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.68 + }, + { + "min": 50, + "max": 199, + "price": 13 + }, + { + "min": 200, + "max": null, + "price": 12.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4958/umb-3069-grey-clay-tds-dt20231127195438165353.pdf?1701114880", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9562/grey-clay-umb-3069-dt20251229211821832122-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-3069/grey-clay", + "scraped_at": "2026-05-02T00:24:21.153Z" + }, + { + "sku": "UMB-4133", + "color_name": "Golden Brown", + "description": "Golden Brown is a bronze and gold metallic. This color is a polyurethane metallic powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.36 + }, + { + "min": 50, + "max": 199, + "price": 17.44 + }, + { + "min": 200, + "max": null, + "price": 16.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5524/golden-brown-umb-4133-dt2020083116322163-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-4133/golden-brown", + "scraped_at": "2026-05-02T00:24:38.747Z" + }, + { + "sku": "UMB-4469", + "color_name": "Gold Rubbed Bronze", + "description": "Gold Rubbed Bronze is a chocolate brown with a fine gold metallic flake. This color is a polyurethane metallic powder coat and has a semi-gloss finish. Matte: 7-20 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH GOLD RUBBED BRONZE View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Does Gold Rubbed Bronze UMB-4469 require a clear coat ? - Brandon Masse 05/20/21 06:47 am Answer: Gold Rubbed Bronze UMB-4469 does not require a clear coat but depending on the application, Clear Vision PPS-2974 may be a good idea. For example: If I'm applying Gold Rubbed Bronze to a set of wheels then I might want to add Clear Vision to provide extra protection from the elements, road debris and cleaning chemicals. But, if I'm applying to a decorative piece hanging in my patio then the clear coat may not be necessary. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.97 + }, + { + "min": 50, + "max": 199, + "price": 12.32 + }, + { + "min": 200, + "max": null, + "price": 11.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7879/umb-4469-gold-rubbed-bronze-dt20260102203924295902.pdf?1767386365", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5525/gold-rubbed-bronze-umb-4469-dt2025061120561436555-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-4469/gold-rubbed-bronze", + "scraped_at": "2026-05-02T00:24:52.992Z" + }, + { + "sku": "UMB-4548", + "color_name": "Triple Bronze", + "description": "Triple Bronze is a light bronze base with a heavy bronze and gold metallic flake. This color is a polyester metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerCerakote® Color MatchesBronze MedalArchitectural Metallics RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.28 + }, + { + "min": 50, + "max": 199, + "price": 11.67 + }, + { + "min": 200, + "max": null, + "price": 11.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4716/umb-4548-triple-bronze-tds-dt20231120180154832303.pdf?1700503316", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5527/triple-bronze-umb-4548-dt20250708205341417843-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-4548/triple-bronze", + "scraped_at": "2026-05-02T00:25:06.038Z" + }, + { + "sku": "UMB-4656", + "color_name": "Brown Bronze", + "description": "Brown Bronze is a chocolate brown with a soft bronze metallic. This color is a polyurethane metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.37 + }, + { + "min": 50, + "max": 199, + "price": 11.75 + }, + { + "min": 200, + "max": null, + "price": 11.13 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5529/brown-bronze-umb-4656-dt20250616175124402654-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-4656/brown-bronze", + "scraped_at": "2026-05-02T00:25:18.859Z" + }, + { + "sku": "UMB-4871", + "color_name": "Aztec Gold", + "description": "Aztec Gold is a subtle gold with shimmering metallics. This color is a polyurethane metallic powder coat with a matte finish. Matte: 7-20 Gloss Units *A clear top coat is recommended for exterior use. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.3 + }, + { + "min": 50, + "max": 199, + "price": 14.54 + }, + { + "min": 200, + "max": null, + "price": 13.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7113/aztec-gold-umb-4871-dt20201207185409845-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-4871/aztec-gold", + "scraped_at": "2026-05-02T00:25:29.713Z" + }, + { + "sku": "UMB-4937", + "color_name": "Matte Black Bronze", + "description": "Matte Black Bronze is a black metallic with a hint of bronze metallic. This color is a polyurethane metallic powder coat with a matte finish. Matte: 7-20 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.23 + }, + { + "min": 50, + "max": 199, + "price": 11.62 + }, + { + "min": 200, + "max": null, + "price": 11.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7046/umb-4937-matte-black-bronze-dt20250124191125461631.pdf?1737745888", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5531/matte-black-bronze-umb-4937-dt20250616181907698138-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-4937/matte-black-bronze", + "scraped_at": "2026-05-02T00:25:46.109Z" + }, + { + "sku": "UMB-4965", + "color_name": "Dark Bronze II", + "description": "Dark Bronze II is a dark bronze metallic. This color is a polyurethane metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.06 + }, + { + "min": 50, + "max": 199, + "price": 12.41 + }, + { + "min": 200, + "max": null, + "price": 11.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7878/umb-4965-dark-bronze-ii-dt20260102203846076031.pdf?1767386327", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5533/dark-bronze-ii-umb-4965-dt20200410203841562-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-4965/dark-bronze-ii", + "scraped_at": "2026-05-02T00:26:02.360Z" + }, + { + "sku": "UMB-5002", + "color_name": "Yukon Gold", + "description": "Yukon Gold is a gold and bronze metallic. This color is a polyurethane metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.25 + }, + { + "min": 50, + "max": 199, + "price": 17.34 + }, + { + "min": 200, + "max": null, + "price": 16.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2429/umb-5002-yukon-gold-tds-dt20230804182533843797.pdf?1691173535", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5535/yukon-gold-umb-5002-dt2023103014363041427-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5002/yukon-gold", + "scraped_at": "2026-05-02T00:26:14.009Z" + }, + { + "sku": "UMB-5045", + "color_name": "Star Silver", + "description": "Star Silver is a soft silver-grey with a pearl-like metallic appearance. This color is a polyurethane metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.3 + }, + { + "min": 50, + "max": 199, + "price": 15.49 + }, + { + "min": 200, + "max": null, + "price": 14.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5537/star-silver-umb-5045-dt20201231225025828-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5045/star-silver", + "scraped_at": "2026-05-02T00:26:30.628Z" + }, + { + "sku": "UMB-5279", + "color_name": "Altered Red", + "description": "Altered Red is blushy red polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.46 + }, + { + "min": 50, + "max": 199, + "price": 22.29 + }, + { + "min": 200, + "max": null, + "price": 21.11 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9565/altered-red-umb-5279-dt20260105215457989323-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5279/altered-red", + "scraped_at": "2026-05-02T00:26:42.884Z" + }, + { + "sku": "UMB-5293", + "color_name": "Soft Brown", + "description": "Soft Brown is a really dark, satin brown that almost appears black. Soft Brown also has medium bronze metallic flakes. This color is a polyurethane metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.81 + }, + { + "min": 50, + "max": 199, + "price": 11.22 + }, + { + "min": 200, + "max": null, + "price": 10.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7450/umb-5293-soft-brown-dt20250725184543172652.pdf?1753469146", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5539/soft-brown-umb-5293-dt20180710224222477-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5293/soft-brown", + "scraped_at": "2026-05-02T00:26:55.086Z" + }, + { + "sku": "UMB-5376", + "color_name": "LE REVE BRONZE", + "description": "Le Reve Bronze is a bronze with a soft gold metallic flake. This color is a polyurethane metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS LE REVE BRONZE LEATHER ULB-10123 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.08 + }, + { + "min": 50, + "max": 199, + "price": 12.43 + }, + { + "min": 200, + "max": null, + "price": 11.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7875/umb-5376-le-reve-bronze-dt20260102203529435484.pdf?1767386131", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5541/le-reve-bronze-umb-5376-dt20250617194857740302-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5376/le-reve-bronze", + "scraped_at": "2026-05-02T00:27:09.369Z" + }, + { + "sku": "UMB-5397", + "color_name": "49'r Gold", + "description": "49'R Gold is a yellow-gold with a heavy gold and light silver metallic flake. This color is a polyurethane metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CREATIONS MADE WITH 49'R GOLD View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.92 + }, + { + "min": 50, + "max": 199, + "price": 17.97 + }, + { + "min": 200, + "max": null, + "price": 17.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5543/49r-gold-umb-5397-dt20181029202611665-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5397/49r-gold", + "scraped_at": "2026-05-02T00:27:20.729Z" + }, + { + "sku": "UMB-5693", + "color_name": "GM Silver II", + "description": "GM Silver II is a satin gold with a fine dark silver metallic. This color is a polyurethane metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.74 + }, + { + "min": 50, + "max": 199, + "price": 16.85 + }, + { + "min": 200, + "max": null, + "price": 15.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/48/urethane-metallic-application-guide-dt20190827223744732.pdf?1566945466", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5545/gm-silver-ii-umb-5693-dt20180917220452938-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5693/gm-silver-ii", + "scraped_at": "2026-05-02T00:27:36.581Z" + }, + { + "sku": "UMB-5804", + "color_name": "Anodex Bronze", + "description": "Anodex Bronze is a dark brown/bronze color. This color is a polyurethane metallic powder coat and has a matte finish. Flat: 0-6 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.9 + }, + { + "min": 50, + "max": 199, + "price": 12.26 + }, + { + "min": 200, + "max": null, + "price": 11.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6459/umb-5804-anodex-bronze-tds-dt20240507213324865511.pdf?1715117608", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5547/anodex-bronze-umb-5804-dt20250702221746620861-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5804/anodex-bronze", + "scraped_at": "2026-05-02T00:27:51.748Z" + }, + { + "sku": "UMB-5959", + "color_name": "Matte Misty Blue", + "description": "Matte Misty Blue is a very dark navy metallic. This color is a polyurethane metallic powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.68 + }, + { + "min": 50, + "max": 199, + "price": 13.95 + }, + { + "min": 200, + "max": null, + "price": 13.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7949/umb-5959-matte-misty-blue-dt2026010221551129494.pdf?1767390913", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5549/matte-misty-blue-umb-5959-dt20200910140740998-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5959/matte-misty-blue", + "scraped_at": "2026-05-02T00:28:08.532Z" + }, + { + "sku": "UMB-5965", + "color_name": "CHAI TEA", + "description": "Chai Tea is a light pink tan polyester metallic and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.67 + }, + { + "min": 50, + "max": 199, + "price": 15.84 + }, + { + "min": 200, + "max": null, + "price": 15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2522/umb-5965-chai-tea-tds-dt20230809163404334438.pdf?1691598846", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9566/chai-tea-umb-5965-dt20231211212040212085-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5965/chai-tea", + "scraped_at": "2026-05-02T00:28:21.931Z" + }, + { + "sku": "UMB-6536", + "color_name": "HALLISTER BRONZE", + "description": "Hallister Bronze is a deep bronze with a light sparkling metallic. This color is a polyurethane metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.41 + }, + { + "min": 50, + "max": 199, + "price": 12.74 + }, + { + "min": 200, + "max": null, + "price": 12.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4960/umb-6536-hallister-bronze-tds-dt2023112719584956271.pdf?1701115131", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5551/hallister-bronze-umb-6536-dt20210115225634389-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-6536/hallister-bronze", + "scraped_at": "2026-05-02T00:28:37.437Z" + }, + { + "sku": "UMB-6578", + "color_name": "Forged Charcoal", + "description": "Forged Charcoal is a dark grey charcoal metallic. This color is a polyurethane metallic powder coat and has a matte finish. Matte: 7-20 Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.26 + }, + { + "min": 50, + "max": 199, + "price": 12.6 + }, + { + "min": 200, + "max": null, + "price": 11.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8265/umb-6578-forged-charcoal-dt20260416140439266739.pdf?1776348283", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5553/forged-charcoal-umb-6578-dt20250519222354111459-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-6578/forged-charcoal", + "scraped_at": "2026-05-02T00:28:51.812Z" + }, + { + "sku": "UMB-6675", + "color_name": "VANDOOZY COPPER", + "description": "Vandoozy Copper is a dark copper metallic. This color is a polyester urethane metallic powder coat and has a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.76 + }, + { + "min": 50, + "max": 199, + "price": 15.92 + }, + { + "min": 200, + "max": null, + "price": 15.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7086/umb-6675-vandoozy-copper-dt20250218220917660533.pdf?1739916560", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5555/vandoozy-copper-umb-6675-dt20200526154004904-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-6675/vandoozy-copper", + "scraped_at": "2026-05-02T00:29:08.369Z" + }, + { + "sku": "UMB-6738", + "color_name": "Flat Black Metallic", + "description": "Flat Black Metallic is a black metallic with a silver flake. This color is a polyurethane metallic powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.02 + }, + { + "min": 50, + "max": 199, + "price": 10.47 + }, + { + "min": 200, + "max": null, + "price": 9.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4961/umb-6738-flat-black-metallic-tds-dt20231127200033783697.pdf?1701115236", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5559/flat-black-metallic-umb-6738-dt20180906211525913-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-6738/flat-black-metallic", + "scraped_at": "2026-05-02T00:29:25.903Z" + }, + { + "sku": "UMB-8143", + "color_name": "RB Elegance", + "description": "RB Elegance is an elegant silver sparkling metallic. This color is a polyester metallic powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units *A clear top coat is recommended for exterior use* Proposition 65 Warning RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.69 + }, + { + "min": 50, + "max": 199, + "price": 16.81 + }, + { + "min": 200, + "max": null, + "price": 15.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7723/umb-8143-rb-elegance-dt20251229182823841608.pdf?1767032905", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5561/rb-elegance-umb-8143-dt20250819210429715652-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-8143/rb-elegance", + "scraped_at": "2026-05-02T00:29:40.468Z" + }, + { + "sku": "UMS-10671", + "color_name": "Super Chrome Plus", + "description": "Super Chrome Plus is a reflective chrome-like polyurethane powder coating. It is our brightest and most reflective powder. Its true chrome-like appearance makes it our preferred choice for a powder coating base coat under transparent powder finishes to create a bright and vivid candy appearance. Listed below are two cure schedules that can be used for Super Chrome Plus. 15 minutes at 375°F PMT 10 minutes at 400°F PMT It is important to fully cure Super Chrome Plus before applying a top coat. To maintain a true chrome-like appearance, after fully curing adding a top coat of Clear Vision PPS-2974 is required. Alternatively, any Prismatic transparent, candy, or various gloss clears, may be used depending on your desired finish. The image shown displays Super Chrome Plus with Clear Vision PPS-2974 as a top coat over the left side. Gloss: 71-85 Gloss Units Clear Vision is on left side of panel Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Chrome RELATED PRODUCTS CLEAR VISION PPS-2974 CLICK FOR DETAILS FOG CLEAR PPB-4761 CLICK FOR DETAILS MATTE CLEAR PPB-4509 CLICK FOR DETAILS CASPER CLEAR PPS-4005 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.91 + }, + { + "min": 50, + "max": 199, + "price": 25.56 + }, + { + "min": 200, + "max": null, + "price": 24.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8098/ums-10671-super-chrome-plus-dt20260123170101990354.pdf?1769187663", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12859/super-chrome-plus-ums-10671-dt20260220200402712747-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UMS-10671/super-chrome-plus", + "scraped_at": "2026-05-02T00:29:55.079Z" + }, + { + "sku": "UPB-0643", + "color_name": "PLUM CHERRY", + "description": "Plum Cherry is a dark transparent fuchsia with a hint of red. This color is a polyurethane top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.85 + }, + { + "min": 50, + "max": 199, + "price": 16.01 + }, + { + "min": 200, + "max": null, + "price": 15.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5563/plum-cherry-upb-645-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-0643/plum-cherry", + "scraped_at": "2026-05-02T00:30:07.957Z" + }, + { + "sku": "UPB-0905", + "color_name": "Super Dust Shadows", + "description": "Super Dust Shadows is a lightly sparkling top coat. This color is a polyester transparent clear metallic top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.98 + }, + { + "min": 50, + "max": 199, + "price": 14.23 + }, + { + "min": 200, + "max": null, + "price": 13.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5182/upb-0905-super-dust-1-tds-dt20231129234354746491.pdf?1701301436", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5564/super-dust-shadows-upb-0905-dt20260326164422208753-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-0905/super-dust-shadows", + "scraped_at": "2026-05-02T00:30:18.605Z" + }, + { + "sku": "UPB-0921", + "color_name": "Exotic Red", + "description": "Exotic Red is a vivid red polyester transparent and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 25.02 + }, + { + "min": 50, + "max": 199, + "price": 23.77 + }, + { + "min": 200, + "max": null, + "price": 22.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10794/exotic-red-upb-0921-dt20260109194142138375-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-0921/exotic-red", + "scraped_at": "2026-05-02T00:30:29.767Z" + }, + { + "sku": "UPB-10027", + "color_name": "Dancing Teal", + "description": "Dancing Teal is a transparent teal with a bright blue metallic sparkle. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.33 + }, + { + "min": 50, + "max": 199, + "price": 20.26 + }, + { + "min": 200, + "max": null, + "price": 19.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7917/upb-10027-dancing-teal-dt20260102212041969993.pdf?1767388843", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8024/dancing-teal-upb-10027-dt20250721200642196858-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-10027/dancing-teal", + "scraped_at": "2026-05-02T00:30:43.486Z" + }, + { + "sku": "UPB-1030", + "color_name": "Tera Teal", + "description": "Tera Teal is a blue-teal top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, Geyser Teal PMB-1073 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.31 + }, + { + "min": 50, + "max": 199, + "price": 14.54 + }, + { + "min": 200, + "max": null, + "price": 13.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5183/upb-1030-tera-teal-tds-dt20231129234539616.pdf?1701301541", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5565/tera-teal-upb-1032-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1030/tera-teal", + "scraped_at": "2026-05-02T00:30:57.411Z" + }, + { + "sku": "UPB-1075", + "color_name": "Tango Red", + "description": "Tango Red is a transparent red with a soft metallic flake. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.3 + }, + { + "min": 50, + "max": 199, + "price": 16.44 + }, + { + "min": 200, + "max": null, + "price": 15.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5567/tango-red-upb-1077-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1075/tango-red", + "scraped_at": "2026-05-02T00:31:13.031Z" + }, + { + "sku": "UPB-10826", + "color_name": "Malibu Barbie", + "description": "Malibu Barbie is a bright hot pink with sparkling pink metallic. This color is a polyurethane top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.75 + }, + { + "min": 50, + "max": 199, + "price": 28.26 + }, + { + "min": 200, + "max": null, + "price": 26.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7790/upb-10826-malibu-barbie-dt20251230171530869209.pdf?1767114932", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13543/malibu-barbie-upb-10826-dt20250519220147931794-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-10826/malibu-barbie", + "scraped_at": "2026-05-02T00:31:28.832Z" + }, + { + "sku": "UPB-10831", + "color_name": "SEA GLASS", + "description": "Sea Glass is a sparkling turquoise blue with silver/blue metallic. This color is a polyurethane top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.29 + }, + { + "min": 50, + "max": 199, + "price": 18.33 + }, + { + "min": 200, + "max": null, + "price": 17.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7916/upb-10831-sea-glass-dt20260102211959105169.pdf?1767388800", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13545/sea-glass-upb-10831-dt20220321165801548423-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-10831/sea-glass", + "scraped_at": "2026-05-02T00:31:42.660Z" + }, + { + "sku": "UPB-10834", + "color_name": "Mermaid Candy", + "description": "Mermaid Candy is an aqua blue/green shimmering with rainbow metallic. This color is a polyurethane top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 38.18 + }, + { + "min": 50, + "max": 199, + "price": 36.27 + }, + { + "min": 200, + "max": null, + "price": 34.36 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5976/upb-10834-mermaid-candy-tds-dt20240329152245336657.pdf?1711725767", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13520/mermaid-candy-upb-10834-dt20250715171031245358-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-10834/mermaid-candy", + "scraped_at": "2026-05-02T00:31:56.669Z" + }, + { + "sku": "UPB-1099", + "color_name": "ULTRA IRIS", + "description": "Ultra Iris is a medium purple two coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.6 + }, + { + "min": 50, + "max": 199, + "price": 12.92 + }, + { + "min": 200, + "max": null, + "price": 12.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5185/upb-1099-ultra-iris-tds-dt20231130175400825065.pdf?1701366843", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5569/ultra-iris-upb-1099-dt20191204164807259-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1099/ultra-iris", + "scraped_at": "2026-05-02T00:32:09.277Z" + }, + { + "sku": "UPB-1103", + "color_name": "Teal Dust", + "description": "Teal Dust is a teal with a light sparkle. This color is a polyurethane top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.41 + }, + { + "min": 50, + "max": 199, + "price": 12.74 + }, + { + "min": 200, + "max": null, + "price": 12.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5186/upb-1103-teal-dust-tds-dt20231130175611453236.pdf?1701366973", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5571/teal-dust-upb-1103-dt20210329162630755-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1103/teal-dust", + "scraped_at": "2026-05-02T00:32:23.977Z" + }, + { + "sku": "UPB-1163", + "color_name": "Crimson Red", + "description": "Crimson Red is a transparent red with a metallic flake. This color is a polyurethane top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.11 + }, + { + "min": 50, + "max": 199, + "price": 14.35 + }, + { + "min": 200, + "max": null, + "price": 13.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5573/crimson-red-upb-1163-dt20250610201303533867-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1163/crimson-red", + "scraped_at": "2026-05-02T00:32:36.895Z" + }, + { + "sku": "UPB-1169", + "color_name": "STRAWBERRY GLAZE", + "description": "Strawberry Glaze is a strawberry red top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.89 + }, + { + "min": 50, + "max": 199, + "price": 17 + }, + { + "min": 200, + "max": null, + "price": 16.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5575/strawberry-glaze-upb-1169-dt20181228171512287-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1169/strawberry-glaze", + "scraped_at": "2026-05-02T00:32:52.320Z" + }, + { + "sku": "UPB-1178", + "color_name": "Wineberry", + "description": "Wineberry is a red wine colored top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.38 + }, + { + "min": 50, + "max": 199, + "price": 14.61 + }, + { + "min": 200, + "max": null, + "price": 13.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5577/wineberry-upb-1178-dt201901022133475-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1178/wineberry", + "scraped_at": "2026-05-02T00:33:07.018Z" + }, + { + "sku": "UPB-1190", + "color_name": "MIDNIGHT AQUA", + "description": "Midnight Aqua is a dark blue top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, Sail Blue PSS-4510 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.21 + }, + { + "min": 50, + "max": 199, + "price": 13.5 + }, + { + "min": 200, + "max": null, + "price": 12.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5187/upb-1190-midnight-aqua-tds-dt20231130175918350953.pdf?1701367160", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5579/midnight-aqua-upb-1192-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1190/midnight-aqua", + "scraped_at": "2026-05-02T00:33:18.096Z" + }, + { + "sku": "UPB-1198", + "color_name": "SWEET CHERRY", + "description": "Sweet Cherry is a deep transparent cherry red. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.67 + }, + { + "min": 50, + "max": 199, + "price": 17.74 + }, + { + "min": 200, + "max": null, + "price": 16.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5581/sweet-cherry-upb-1198-dt20210811173046081-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1198/sweet-cherry", + "scraped_at": "2026-05-02T00:33:30.119Z" + }, + { + "sku": "UPB-1209", + "color_name": "PEARL BURGUNDY", + "description": "Pearl Burgundy is a rich burgundy transparent clear metallic. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS 11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.21 + }, + { + "min": 50, + "max": 199, + "price": 13.5 + }, + { + "min": 200, + "max": null, + "price": 12.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5188/upb-1209-pearl-burgundy-tds-dt20231130180122011181.pdf?1701367283", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5583/pearl-burgundy-upb-1209-dt2025081921013622837-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1209/pearl-burgundy", + "scraped_at": "2026-05-02T00:33:44.176Z" + }, + { + "sku": "UPB-1242", + "color_name": "SWEET EXPLOSION", + "description": "Sweet Explosion is a deep transparent red. This color is polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.03 + }, + { + "min": 50, + "max": 199, + "price": 16.18 + }, + { + "min": 200, + "max": null, + "price": 15.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5585/sweet-explosion-upb-1242-dt20191024150657786-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1242/sweet-explosion", + "scraped_at": "2026-05-02T00:34:00.390Z" + }, + { + "sku": "UPB-1243", + "color_name": "Ritzy Blue", + "description": "Ritzy Blue is a transparent aqua blue. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.36 + }, + { + "min": 50, + "max": 199, + "price": 15.54 + }, + { + "min": 200, + "max": null, + "price": 14.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5587/ritzy-blue-upb-1243-dt2018122123363897-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1243/ritzy-blue", + "scraped_at": "2026-05-02T00:34:11.119Z" + }, + { + "sku": "UPB-1292", + "color_name": "PLUM PASSION", + "description": "Plum Passion is a polyester transparent vivid red with blue metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.4 + }, + { + "min": 50, + "max": 199, + "price": 25.08 + }, + { + "min": 200, + "max": null, + "price": 23.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9569/plum-passion-upb-1292-dt20251229213959670607-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1292/plum-passion", + "scraped_at": "2026-05-02T00:34:24.603Z" + }, + { + "sku": "UPB-1320", + "color_name": "ROYAL MIDNIGHT", + "description": "Royal Midnight is a transparent aqua blue with a fine metallic flake. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.53 + }, + { + "min": 50, + "max": 199, + "price": 14.75 + }, + { + "min": 200, + "max": null, + "price": 13.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6038/upb-1320-royal-midnight-tds-dt20240403195759025981.pdf?1712174281", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5593/royal-midnight-upb-1320-dt20210428150730942-thumbnail.jpg?1619622453&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1320/royal-midnight", + "scraped_at": "2026-05-02T00:34:37.452Z" + }, + { + "sku": "UPB-1356", + "color_name": "Spangler Teal", + "description": "Spangler Teal is a shimmering aqua teal metallic. This color is a polyurethane top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.42 + }, + { + "min": 50, + "max": 199, + "price": 13.7 + }, + { + "min": 200, + "max": null, + "price": 12.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5192/upb-1356-spangler-teal-tds-dt20231130180845394351.pdf?1701367727", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5597/spangler-teal-upb-1356-dt20200306183726013-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1356/spangler-teal", + "scraped_at": "2026-05-02T00:34:50.187Z" + }, + { + "sku": "UPB-1394", + "color_name": "Anodized Blue", + "description": "Anodized Blue is a transparent bright aqua blue. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Anodized CREATIONS MADE WITH ANODIZED BLUE View Details View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.57 + }, + { + "min": 50, + "max": 199, + "price": 17.64 + }, + { + "min": 200, + "max": null, + "price": 16.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5850/upb-1394-anodized-blue-tds-dt2024032018130063771.pdf?1710958382", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5599/anodized-blue-upb-1394-dt2020123116091082-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1394/anodized-blue", + "scraped_at": "2026-05-02T00:35:07.171Z" + }, + { + "sku": "UPB-1425", + "color_name": "Baltimore Blue", + "description": "Baltimore Blue is a medium aqua blue with a fine silver metallic. This color is a polyurethane top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.46 + }, + { + "min": 50, + "max": 199, + "price": 15.64 + }, + { + "min": 200, + "max": null, + "price": 14.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5601/baltimore-blue-upb-1425-dt20181213172005142-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1425/baltimore-blue", + "scraped_at": "2026-05-02T00:35:22.437Z" + }, + { + "sku": "UPB-1426", + "color_name": "SUPER AQUA", + "description": "Super Aqua is an aqua green top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH SUPER AQUA View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.21 + }, + { + "min": 50, + "max": 199, + "price": 13.5 + }, + { + "min": 200, + "max": null, + "price": 12.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5249/upb-1426-super-aqua-tds-dt20231130203403051011.pdf?1701376445", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5603/super-aqua-upb-1428-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1426/super-aqua", + "scraped_at": "2026-05-02T00:35:33.756Z" + }, + { + "sku": "UPB-1453", + "color_name": "Dazzling Red", + "description": "Dazzling Red is a transparent bright red with a fine silver metallic. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH DAZZLING RED View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.71 + }, + { + "min": 50, + "max": 199, + "price": 17.77 + }, + { + "min": 200, + "max": null, + "price": 16.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5605/dazzling-red-upb-1453-dt20250306194052966322-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1453/dazzling-red", + "scraped_at": "2026-05-02T00:35:48.483Z" + }, + { + "sku": "UPB-1455", + "color_name": "Saturn Blue", + "description": "Saturn Blue is a transparent, deep cobalt blue with a slightly opaque appearance. This color is a polyurethane top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.46 + }, + { + "min": 50, + "max": 199, + "price": 15.64 + }, + { + "min": 200, + "max": null, + "price": 14.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5607/saturn-blue-upb-1455-dt20181227164213845-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1455/saturn-blue", + "scraped_at": "2026-05-02T00:35:59.587Z" + }, + { + "sku": "UPB-1510", + "color_name": "Anodized Grape", + "description": "Anodized Grape is a medium shade of fuchsia with an opaque-like transparent appearance. This color is a polyurethane top coat powder coat and has a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Anodized CREATIONS MADE WITH ANODIZED GRAPE View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: WHERE CAN I FIND THE CURE TEMPERATURE AND CURE TIME FOR ANODIZED GRAPE UPB-1510 ? - Anthony Blanding 03/31/20 10:24 pm CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.71 + }, + { + "min": 50, + "max": 199, + "price": 17.77 + }, + { + "min": 200, + "max": null, + "price": 16.84 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7903/upb-1510-anodized-grape-dt20260102210708300221.pdf?1767388029", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5609/anodized-grape-upb-1510-dt20190130172432387-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1510/anodized-grape", + "scraped_at": "2026-05-02T00:36:16.450Z" + }, + { + "sku": "UPB-1542", + "color_name": "Anodized Sugar Grape", + "description": "Anodized Sugar Grape is a deep purple with an opaque-like transparent appearance. This color is a polyurethane top coat powder coat and has a semi gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Anodized PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.3 + }, + { + "min": 50, + "max": 199, + "price": 17.39 + }, + { + "min": 200, + "max": null, + "price": 16.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7902/upb-1542-anodized-sugar-grape-dt2026010221063598377.pdf?1767387997", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5613/anodized-sugar-grape-upb-1542-dt20250415142913998981-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1542/anodized-sugar-grape", + "scraped_at": "2026-05-02T00:36:31.232Z" + }, + { + "sku": "UPB-1590", + "color_name": "Honey Red", + "description": "Honey Red is an orange red top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH HONEY RED View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.72 + }, + { + "min": 50, + "max": 199, + "price": 14.93 + }, + { + "min": 200, + "max": null, + "price": 14.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5615/honey-red-upb-1590-dt20210511153607343-thumbnail.jpg?1620747368&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1590/honey-red", + "scraped_at": "2026-05-02T00:36:45.152Z" + }, + { + "sku": "UPB-1593", + "color_name": "Champagne Burgundy", + "description": "Champagne Burgundy is a rich, sparkling, reddish purple and green top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.41 + }, + { + "min": 50, + "max": 199, + "price": 12.74 + }, + { + "min": 200, + "max": null, + "price": 12.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5194/upb-1593-champagne-burgundy-tds-dt20231130181203918777.pdf?1701367925", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5617/champagne-burgundy-upb-1595-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1593/champagne-burgundy", + "scraped_at": "2026-05-02T00:37:03.312Z" + }, + { + "sku": "UPB-1597", + "color_name": "TAFFY BERRY", + "description": "Taffy Berry is a berry red top coat with a light sparkle. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.86 + }, + { + "min": 50, + "max": 199, + "price": 16.02 + }, + { + "min": 200, + "max": null, + "price": 15.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5619/taffy-berry-upb-1597-dt20181228181429891-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1597/taffy-berry", + "scraped_at": "2026-05-02T00:37:16.783Z" + }, + { + "sku": "UPB-1606", + "color_name": "GOLDEN EMERALD", + "description": "Golden Emerald is an emerald gold top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.21 + }, + { + "min": 50, + "max": 199, + "price": 13.5 + }, + { + "min": 200, + "max": null, + "price": 12.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5195/upb-1606-golden-emerald-tds-dt20231130181332981189.pdf?1701368014", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5621/golden-emerald-upb-1608-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1606/golden-emerald", + "scraped_at": "2026-05-02T00:37:25.454Z" + }, + { + "sku": "UPB-1641", + "color_name": "SPICED BERRY", + "description": "Spiced Berry is a transparent bright pink-fuchsia with a soft metallic. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.06 + }, + { + "min": 50, + "max": 199, + "price": 16.21 + }, + { + "min": 200, + "max": null, + "price": 15.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3368/upb-1641-spiced-berry-tds-dt20230913191951173779.pdf?1694632792", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5623/spiced-berry-upb-1641-dt20181227180712267-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1641/spiced-berry", + "scraped_at": "2026-05-02T00:37:38.582Z" + }, + { + "sku": "UPB-1644", + "color_name": "Violet Blossom", + "description": "Violet Blossom is a sparkling purple transparent top coat. This color is a polyurethane and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH VIOLET BLOSSOM View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.6 + }, + { + "min": 50, + "max": 199, + "price": 14.82 + }, + { + "min": 200, + "max": null, + "price": 14.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7901/upb-1644-violet-blossom-dt20260102210513752785.pdf?1767387915", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5625/violet-blossom-upb-1644-dt20260402172248020182-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1644/violet-blossom", + "scraped_at": "2026-05-02T00:37:53.737Z" + }, + { + "sku": "UPB-1662", + "color_name": "Redstone Burgundy", + "description": "Redstone Burgundy is a transparent dark red with a hint of burgundy and a heavy silver metallic flake. This color is a polyurethane top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.03 + }, + { + "min": 50, + "max": 199, + "price": 15.23 + }, + { + "min": 200, + "max": null, + "price": 14.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7900/upb-1662-redstone-burgundy-dt2026010221041687578.pdf?1767387858", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5627/redstone-burgundy-upb-1662-dt20190111234643923-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1662/redstone-burgundy", + "scraped_at": "2026-05-02T00:38:04.647Z" + }, + { + "sku": "UPB-1673", + "color_name": "Polar Frost Blue", + "description": "Polar Frost Blue is a rich deep blue with a light silver frost. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.23 + }, + { + "min": 50, + "max": 199, + "price": 16.37 + }, + { + "min": 200, + "max": null, + "price": 15.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5629/polar-frost-blue-upb-1673-dt20181221170822971-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1673/polar-frost-blue", + "scraped_at": "2026-05-02T00:38:19.195Z" + }, + { + "sku": "UPB-1674", + "color_name": "Violet Frost", + "description": "Violet Frost is a bright purple. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.25 + }, + { + "min": 50, + "max": 199, + "price": 19.24 + }, + { + "min": 200, + "max": null, + "price": 18.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7899/upb-1674-violet-frost-dt20260102210306907826.pdf?1767387788", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5631/violet-frost-upb-1674-dt20210201223849258-thumbnail.jpg?1612219130&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1674/violet-frost", + "scraped_at": "2026-05-02T00:38:35.060Z" + }, + { + "sku": "UPB-1675", + "color_name": "Viola Blue", + "description": "Viola Blue is a dull transparent blue with a hint of metallic. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.57 + }, + { + "min": 50, + "max": 199, + "price": 15.74 + }, + { + "min": 200, + "max": null, + "price": 14.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5633/viola-blue-upb-1677-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1675/viola-blue", + "scraped_at": "2026-05-02T00:38:47.359Z" + }, + { + "sku": "UPB-1689", + "color_name": "Pizzazz Red", + "description": "Pizzazz Red is a dazzling red top coat. This color is a polyurethane top coat powder coat with a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.53 + }, + { + "min": 50, + "max": 199, + "price": 20.45 + }, + { + "min": 200, + "max": null, + "price": 19.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5635/pizzazz-red-upb-1691-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1689/pizzazz-red", + "scraped_at": "2026-05-02T00:39:03.044Z" + }, + { + "sku": "UPB-1712", + "color_name": "Whimsy Red", + "description": "Whimsy Red is a red top coat with a slight sparkle. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.62 + }, + { + "min": 50, + "max": 199, + "price": 13.89 + }, + { + "min": 200, + "max": null, + "price": 13.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5637/whimsy-red-upb-1712-dt20200702171353-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1712/whimsy-red", + "scraped_at": "2026-05-02T00:39:18.492Z" + }, + { + "sku": "UPB-1736", + "color_name": "Hawaiian Teal", + "description": "Hawaiian Teal is a heavy metallic teal. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH HAWAIIAN TEAL View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.7 + }, + { + "min": 50, + "max": 199, + "price": 15.87 + }, + { + "min": 200, + "max": null, + "price": 15.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5811/upb-1736-hawaiian-teal-tds-dt20240314191739772421.pdf?1710443861", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5639/hawaiian-teal-upb-1736-dt20250530163535264733-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1736/hawaiian-teal", + "scraped_at": "2026-05-02T00:39:32.839Z" + }, + { + "sku": "UPB-1759", + "color_name": "SUMMER PUNCH", + "description": "Summer Punch is a transparent neon fuchsia. This color is a polyurethane top coat powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.33 + }, + { + "min": 50, + "max": 199, + "price": 14.56 + }, + { + "min": 200, + "max": null, + "price": 13.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8131/upb-1759-summer-punch-dt20260206223016992837.pdf?1770417018", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5641/summer-punch-upb-1759-dt20260420152302498612-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1759/summer-punch", + "scraped_at": "2026-05-02T00:39:44.636Z" + }, + { + "sku": "UPB-1763", + "color_name": "Grape Madness", + "description": "Grape Madness is a medium purple with a heavy silver metallic flake. This color is a polyurethane top coat powder coat and has a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.96 + }, + { + "min": 50, + "max": 199, + "price": 19.91 + }, + { + "min": 200, + "max": null, + "price": 18.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7702/upb-1763-grape-madness-dt20251215190137500708.pdf?1765825299", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5645/grape-madness-upb-1763-dt20200403142706907-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1763/grape-madness", + "scraped_at": "2026-05-02T00:40:00.904Z" + }, + { + "sku": "UPB-1825", + "color_name": "Magic Blue", + "description": "Magic Blue is a rich dark blue top coat. This color is a polyester transparent top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.54 + }, + { + "min": 50, + "max": 199, + "price": 16.66 + }, + { + "min": 200, + "max": null, + "price": 15.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5853/upb-1825-magic-blue-tds-dt2024032018481790116.pdf?1710960499", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5649/magic-blue-upb-1825-dt20250729194830789873-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1825/magic-blue", + "scraped_at": "2026-05-02T00:40:15.265Z" + }, + { + "sku": "UPB-1847", + "color_name": "Redberry Clear", + "description": "Redberry Clear is a vivid red transparent polyester and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.28 + }, + { + "min": 50, + "max": 199, + "price": 22.12 + }, + { + "min": 200, + "max": null, + "price": 20.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9572/redberry-clear-upb-1847-dt20240123212100412059-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1847/redberry-clear", + "scraped_at": "2026-05-02T00:40:25.243Z" + }, + { + "sku": "UPB-1848", + "color_name": "HD Teal", + "description": "HD Teal is a transparent teal. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Miami CREATIONS MADE WITH HD TEAL View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.78 + }, + { + "min": 50, + "max": 199, + "price": 16.89 + }, + { + "min": 200, + "max": null, + "price": 16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7915/upb-1848-hd-teal-dt20260102211913069007.pdf?1767388754", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5651/hd-teal-upb-1848-dt20250611203905138284-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1848/hd-teal", + "scraped_at": "2026-05-02T00:40:40.053Z" + }, + { + "sku": "UPB-1861", + "color_name": "Virginia Teal", + "description": "Virginia Teal is a transparent aqua teal. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH VIRGINIA TEAL View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.89 + }, + { + "min": 50, + "max": 199, + "price": 17 + }, + { + "min": 200, + "max": null, + "price": 16.1 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7914/upb-1861-virginia-teal-dt20260102211838159446.pdf?1767388720", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5653/virginia-teal-upb-1861-dt20181231225031091-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1861/virginia-teal", + "scraped_at": "2026-05-02T00:40:54.472Z" + }, + { + "sku": "UPB-1907", + "color_name": "Silverstone Burgundy", + "description": "Silverstone Burgundy is a cranberry red polyester transparent with metallic flakes and has a gloss finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.71 + }, + { + "min": 50, + "max": 199, + "price": 18.72 + }, + { + "min": 200, + "max": null, + "price": 17.74 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7898/upb-1907-dt20260102210208542075.pdf?1767387730", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9573/silverstone-burgundy-upb-1907-dt20260402173744258142-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1907/silverstone-burgundy", + "scraped_at": "2026-05-02T00:41:08.720Z" + }, + { + "sku": "UPB-1977", + "color_name": "Telegraphic Blue", + "description": "Telegraphic Blue is a rich blue top coat with a silver sparkle. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.88 + }, + { + "min": 50, + "max": 199, + "price": 16.04 + }, + { + "min": 200, + "max": null, + "price": 15.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5839/upb-1977-telegraphic-blue-tds-dt20240320163729014285.pdf?1710952651", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5655/telegraphic-blue-upb-1977-dt20181228230924649-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1977/telegraphic-blue", + "scraped_at": "2026-05-02T00:41:23.132Z" + }, + { + "sku": "UPB-1987", + "color_name": "PENNY PEARL", + "description": "Penny Pearl is a reddish bronze top coat. This color is a polyurethane top coat powder coat and has a semi-gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.52 + }, + { + "min": 50, + "max": 199, + "price": 12.84 + }, + { + "min": 200, + "max": null, + "price": 12.17 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5197/upb-1987-penny-pearl-tds-dt20231130181644616632.pdf?1701368206", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5657/penny-pearl-upb-1989-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1987/penny-pearl", + "scraped_at": "2026-05-02T00:41:34.595Z" + }, + { + "sku": "UPB-1998", + "color_name": "MICRO PEARL", + "description": "Micro Pearl is a fine silver grey top coat with a hint of multi-colored metallics. This color is a polyurethane top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.41 + }, + { + "min": 50, + "max": 199, + "price": 12.74 + }, + { + "min": 200, + "max": null, + "price": 12.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5251/upb-1998-micro-pearl-tds-dt2023113020384342422.pdf?1701376725", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5659/micro-pearl-upb-2000-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1998/micro-pearl", + "scraped_at": "2026-05-02T00:41:49.410Z" + }, + { + "sku": "UPB-2008", + "color_name": "Aqua Emerald", + "description": "Aqua Emerald is a dark aqua emerald top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.41 + }, + { + "min": 50, + "max": 199, + "price": 12.74 + }, + { + "min": 200, + "max": null, + "price": 12.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5198/upb-2008-aqua-emerald-tds-dt20231130181858788155.pdf?1701368340", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5661/aqua-emerald-upb-2010-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2008/aqua-emerald", + "scraped_at": "2026-05-02T00:42:04.360Z" + }, + { + "sku": "UPB-2010", + "color_name": "Anodized Strawberry", + "description": "Anodized Strawberry is vivid red polyester transparent and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.74 + }, + { + "min": 50, + "max": 199, + "price": 18.75 + }, + { + "min": 200, + "max": null, + "price": 17.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9574/anodized-strawberry-upb-2010-dt2026011417381535795-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2010/anodized-strawberry", + "scraped_at": "2026-05-02T00:42:16.209Z" + }, + { + "sku": "UPB-2012", + "color_name": "URETH/STAINLESS", + "description": "Ureth/Stainless is a grey transparent clear metallic polyester and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.49 + }, + { + "min": 50, + "max": 199, + "price": 14.72 + }, + { + "min": 200, + "max": null, + "price": 13.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7741/upb-2012-stainless-dt2025122920581390326.pdf?1767041895", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9576/ureth-stainless-upb-2012-dt20240123211806854147-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2012/ureth-stainless", + "scraped_at": "2026-05-02T00:42:32.215Z" + }, + { + "sku": "UPB-2037", + "color_name": "Burgundy Grape", + "description": "Burgundy Grape is a transparent purple with a soft burgundy metallic. This color is a polyurethane top coat powder coat and has a glossy finish. Top Coat Information: Top coat powder coating colors and clear metallics are transparent. The color of the substrate (surface) under a top coat will affect the finished appearance. To simulate the color displayed, use USS 4482 Super Chrome as a base coat, which is the brightest chrome powder coating available. Depending on the brightness of your metal substrate, you may be able to apply directly to the metal without using USS 4482 Super Chrome as a base coat. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.84 + }, + { + "min": 50, + "max": 199, + "price": 17.9 + }, + { + "min": 200, + "max": null, + "price": 16.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7896/upb-2037-burgundy-grape-dt2026010221001933198.pdf?1767387620", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5663/burgundy-grape-upb-2037-dt20210215155720664-thumbnail.jpg?1613404641&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2037/burgundy-grape", + "scraped_at": "2026-05-02T00:42:44.928Z" + }, + { + "sku": "UPB-2043", + "color_name": "Jamaican Teal", + "description": "Jamaican Teal is a dark transparent teal. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Miami CREATIONS MADE WITH JAMAICAN TEAL View Details View Details View Details View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Where can I find the cure schedule for Jamaican Teal UPB-2043? - Prismatic Support 01/27/20 04:10 pm Answer: Cure Schedules can be located on our website. While searching for colors under the \"Shop\" section of our site you will see a link with each color titled \"Application Guide\". For Jamaican Teal the cure schedule is 400 degrees Fahrenheit for 10 minutes. As with all full cure schedules, do not start your cure timer until the part metal reaches the required curing temperature. - Prismatic Support Question: I know for Illusion colors the clear is a necessary to activate base coat, but what if I do a color like Jamaican Teal for instance? What is the process for applying clear over the Jamaican Teal top coat powder ? Do I fully cure the Jamaican Teal and then spray the clear or do I partially cure the Jamaican Teal top coat then apply the clear? - Keenan Walker 05/14/19 04:52 pm Answer: For the Jamaican Teal top coat, you would do a partial cure and a full cure on the clear. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.88 + }, + { + "min": 50, + "max": 199, + "price": 21.74 + }, + { + "min": 200, + "max": null, + "price": 20.59 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7913/upb-2043-jamaican-teal-dt20260102211755937881.pdf?1767388677", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5665/jamaican-teal-upb-2043-dt20250519220714841857-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2043/jamaican-teal", + "scraped_at": "2026-05-02T00:42:57.361Z" + }, + { + "sku": "UPB-2082", + "color_name": "Royalton Blue", + "description": "Royalton Blue is a transparent cobalt blue. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH ROYALTON BLUE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.73 + }, + { + "min": 50, + "max": 199, + "price": 17.79 + }, + { + "min": 200, + "max": null, + "price": 16.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5845/upb-2082-royalton-blue-tds-dt20240320165111096453.pdf?1710953473", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5667/royalton-blue-upb-2082-dt2020123116172675-thumbnail.jpg?1609431448&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2082/royalton-blue", + "scraped_at": "2026-05-02T00:43:10.177Z" + }, + { + "sku": "UPB-2135", + "color_name": "HEAVENLY RASPBERRY", + "description": "Heavenly Raspberry is a transparent bright fuchsia. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH HEAVENLY RASPBERRY View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.13 + }, + { + "min": 50, + "max": 199, + "price": 16.27 + }, + { + "min": 200, + "max": null, + "price": 15.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6903/upb-2135-heavenly-raspberry-dt20241017210630932969.pdf?1729199194", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5669/heavenly-raspberry-upb-2135-dt20181213224807084-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2135/heavenly-raspberry", + "scraped_at": "2026-05-02T00:43:24.236Z" + }, + { + "sku": "UPB-2158", + "color_name": "Tranquil Copper II", + "description": "Tranquil Copper II is a light copper transparent and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.64 + }, + { + "min": 50, + "max": 199, + "price": 19.61 + }, + { + "min": 200, + "max": null, + "price": 18.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9580/tranquil-copper-90-upb-2158-dt20250926173854984633-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2158/tranquil-copper-ii", + "scraped_at": "2026-05-02T00:43:36.914Z" + }, + { + "sku": "UPB-2165", + "color_name": "Orange Gold", + "description": "Orange Gold is a clear coat with a fine orange and gold flake. This color is a polyurethane top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH ORANGE GOLD View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.68 + }, + { + "min": 50, + "max": 199, + "price": 13.95 + }, + { + "min": 200, + "max": null, + "price": 13.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5199/upb-2165-orange-gold-tds-dt20231130182026597466.pdf?1701368428", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5671/orange-gold-upb-2165-dt20200526145401086-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2165/orange-gold", + "scraped_at": "2026-05-02T00:43:52.469Z" + }, + { + "sku": "UPB-2178", + "color_name": "Samoan Teal", + "description": "Samoan Teal is a bright teal top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH SAMOAN TEAL View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.76 + }, + { + "min": 50, + "max": 199, + "price": 17.82 + }, + { + "min": 200, + "max": null, + "price": 16.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7912/upb-2178-samoan-teal-dt20260102211702432522.pdf?1767388624", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5673/samoan-teal-upb-2178-dt20181227162242257-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2178/samoan-teal", + "scraped_at": "2026-05-02T00:44:02.213Z" + }, + { + "sku": "UPB-2202", + "color_name": "PENNY GLAZE", + "description": "Penny Glaze is a penny copper transparent clear metallic and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.41 + }, + { + "min": 50, + "max": 199, + "price": 12.74 + }, + { + "min": 200, + "max": null, + "price": 12.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9581/penny-glaze-upb-2202-dt20240112185534060381-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2202/penny-glaze", + "scraped_at": "2026-05-02T00:44:12.867Z" + }, + { + "sku": "UPB-2221", + "color_name": "Booty's Berry", + "description": "Booty's Berry is a rich berry pink top coat. This color is a polyurethane top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.36 + }, + { + "min": 50, + "max": 199, + "price": 20.29 + }, + { + "min": 200, + "max": null, + "price": 19.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5675/bootys-berry-upb-2221-dt20210426172054437-thumbnail.jpg?1619457655&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2221/bootys-berry", + "scraped_at": "2026-05-02T00:44:24.674Z" + }, + { + "sku": "UPB-2367", + "color_name": "Warm Brass", + "description": "Warm Brass is a warm light brass polyester transparent and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.87 + }, + { + "min": 50, + "max": 199, + "price": 16.98 + }, + { + "min": 200, + "max": null, + "price": 16.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9582/warm-brass-upb-2367-dt2024042617455161547-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2367/warm-brass", + "scraped_at": "2026-05-02T00:44:36.919Z" + }, + { + "sku": "UPB-2391", + "color_name": "DIXIE DUST", + "description": "Dixie Dust is a deep bronze/sand top coat. This color is a polyurethane top coat powder coat and has a semi-gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.41 + }, + { + "min": 50, + "max": 199, + "price": 12.74 + }, + { + "min": 200, + "max": null, + "price": 12.07 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5201/upb-2391-dixie-dust-tds-dt20231130182329395211.pdf?1701368611", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5677/dixie-dust-upb-2393-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2391/dixie-dust", + "scraped_at": "2026-05-02T00:44:47.562Z" + }, + { + "sku": "UPB-2465", + "color_name": "COSMIC CLEAR", + "description": "Cosmic Clear is a heavy glitter, silver top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH COSMIC CLEAR View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.42 + }, + { + "min": 50, + "max": 199, + "price": 13.7 + }, + { + "min": 200, + "max": null, + "price": 12.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5202/upb-2465-cosmic-clear-tds-dt2023113018251342369.pdf?1701368715", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5679/cosmic-clear-upb-2465-dt20220301163640561466-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2465/cosmic-clear", + "scraped_at": "2026-05-02T00:45:04.147Z" + }, + { + "sku": "UPB-2501", + "color_name": "Blue Raspberry", + "description": "Blue Raspberry is a deep transparent blue. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.22 + }, + { + "min": 50, + "max": 199, + "price": 15.41 + }, + { + "min": 200, + "max": null, + "price": 14.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5681/blue-raspberry-upb-2503-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2501/blue-raspberry", + "scraped_at": "2026-05-02T00:45:15.352Z" + }, + { + "sku": "UPB-2576", + "color_name": "DREAM DUST", + "description": "Dream Dust is a sparkling black/green two coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.54 + }, + { + "min": 50, + "max": 199, + "price": 11.91 + }, + { + "min": 200, + "max": null, + "price": 11.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5203/upb-2576-dream-dust-tds-dt20231130182923859449.pdf?1701368965", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5683/dream-dust-upb-2578-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2576/dream-dust", + "scraped_at": "2026-05-02T00:45:28.356Z" + }, + { + "sku": "UPB-2578", + "color_name": "SAPPHIRE DELIGHT", + "description": "Sapphire Delight is a rich blue sapphire top coat. This color is a polyurethane top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.45 + }, + { + "min": 50, + "max": 199, + "price": 18.48 + }, + { + "min": 200, + "max": null, + "price": 17.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5685/sapphire-delight-upb-2578-dt20181227162916351-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2578/sapphire-delight", + "scraped_at": "2026-05-02T00:45:44.154Z" + }, + { + "sku": "UPB-2645", + "color_name": "ORCHID DUST", + "description": "Orchid Dust is a clear coat with fine purple, silver, green, and blue metallics. This color is a polyurethane top coat powder coat and has a high gloss finish Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH ORCHID DUST View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.09 + }, + { + "min": 50, + "max": 199, + "price": 14.34 + }, + { + "min": 200, + "max": null, + "price": 13.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5252/upb-2645-orchid-dust-tds-dt20231130204023399564.pdf?1701376825", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5687/orchid-dust-upb-2647-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2645/orchid-dust", + "scraped_at": "2026-05-02T00:45:55.916Z" + }, + { + "sku": "UPB-2755", + "color_name": "Autumn Clear", + "description": "Autumn Clear is a bronze top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.83 + }, + { + "min": 50, + "max": 199, + "price": 13.14 + }, + { + "min": 200, + "max": null, + "price": 12.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5204/upb-2755-autumn-clear-tds-dt20231130183907819956.pdf?1701369549", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5689/autumn-clear-upb-2755-dt20220301153726659531-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2755/autumn-clear", + "scraped_at": "2026-05-02T00:46:10.179Z" + }, + { + "sku": "UPB-2802", + "color_name": "RUBY SPARKLE", + "description": "Ruby Sparkle is a deep transparent red, with a silver sparkle. This color is a polyurethane top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning CREATIONS MADE WITH RUBY SPARKLE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.3 + }, + { + "min": 50, + "max": 199, + "price": 16.44 + }, + { + "min": 200, + "max": null, + "price": 15.57 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7894/upb-2802-ruby-sparkle-dt20260102205814450044.pdf?1767387496", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5691/ruby-sparkle-upb-2802-dt20211202235850652-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2802/ruby-sparkle", + "scraped_at": "2026-05-02T00:46:23.627Z" + }, + { + "sku": "UPB-2855", + "color_name": "GLAMOUR GOLD", + "description": "Glamour Gold is a shining gold top coat. This color is a polyurethane top coat powder coat and has a glossy finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.74 + }, + { + "min": 50, + "max": 199, + "price": 17.8 + }, + { + "min": 200, + "max": null, + "price": 16.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5205/upb-2855-glamour-gold-tds-dt20231130184108556151.pdf?1701369671", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5693/glamour-gold-upb-2855-dt20220321165143070855-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2855/glamour-gold", + "scraped_at": "2026-05-02T00:46:37.495Z" + }, + { + "sku": "UPB-2856", + "color_name": "KNIGHTS GOLD", + "description": "Knights Gold is a clear metallic with a large gold flake. This color is a polyurethane top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH KNIGHTS GOLD View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.59 + }, + { + "min": 50, + "max": 199, + "price": 15.76 + }, + { + "min": 200, + "max": null, + "price": 14.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5206/upb-2856-knights-gold-tds-dt20231130184501334996.pdf?1701369903", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5695/knights-gold-upb-2856-dt20210421195543065-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2856/knights-gold", + "scraped_at": "2026-05-02T00:46:54.293Z" + }, + { + "sku": "UPB-2858", + "color_name": "New Teal", + "description": "New Teal is a rich teal top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH NEW TEAL View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.95 + }, + { + "min": 50, + "max": 199, + "price": 17.05 + }, + { + "min": 200, + "max": null, + "price": 16.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7911/upb-2858-new-teal-dt20260102211600427299.pdf?1767388562", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5697/new-teal-upb-2858-dt20210115225928352-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2858/new-teal", + "scraped_at": "2026-05-02T00:47:10.372Z" + }, + { + "sku": "UPB-2907", + "color_name": "Heavy Satin Blue", + "description": "Heavy Satin Blue is a vivid classic blue polyester transparent and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.27 + }, + { + "min": 50, + "max": 199, + "price": 17.36 + }, + { + "min": 200, + "max": null, + "price": 16.44 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9583/heavy-satin-blue-upb-2907-dt2026010920540259032-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2907/heavy-satin-blue", + "scraped_at": "2026-05-02T00:47:25.685Z" + }, + { + "sku": "UPB-2908", + "color_name": "Schwinn Saturn Blue", + "description": "Schwinn Saturn Blue is a transparent aqua blue with a fine silver metallic. This color is a polyurethane top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.33 + }, + { + "min": 50, + "max": 199, + "price": 16.46 + }, + { + "min": 200, + "max": null, + "price": 15.6 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5699/schwinn-saturn-blue-upb-2908-dt20181227165345956-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2908/schwinn-saturn-blue", + "scraped_at": "2026-05-02T00:47:40.993Z" + }, + { + "sku": "UPB-2940", + "color_name": "MARMALADE", + "description": "Marmalade is a deep marmalade top coat. This color is a polyurethane top coat powder coat with a glossy finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH MARMALADE View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.42 + }, + { + "min": 50, + "max": 199, + "price": 13.7 + }, + { + "min": 200, + "max": null, + "price": 12.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5208/upb-2940-marmalade-tds-dt20231130184954001948.pdf?1701370195", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5701/marmalade-upb-2942-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2940/marmalade", + "scraped_at": "2026-05-02T00:47:56.646Z" + }, + { + "sku": "UPB-2950", + "color_name": "SPICY BERRY", + "description": "Spicy Berry is a medium magenta with a heavy pearlescent appearance. This color is a polyurethane transparent top coat powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.83 + }, + { + "min": 50, + "max": 199, + "price": 17.89 + }, + { + "min": 200, + "max": null, + "price": 16.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7781/upb-2950-spicy-berry-dt20251229224518859615.pdf?1767048320", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5703/spicy-berry-upb-2950-dt20260126190059637765-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2950/spicy-berry", + "scraped_at": "2026-05-02T00:48:10.848Z" + }, + { + "sku": "UPB-2952", + "color_name": "SUPER DUST TANTALUM", + "description": "Super Dust Tantalum is a heavy sparkling silver/grey top coat with hints of blue. This color is a polyester top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.4 + }, + { + "min": 50, + "max": 199, + "price": 14.63 + }, + { + "min": 200, + "max": null, + "price": 13.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5705/super-dust-tantalum-upb-2952-dt20260326163950424035-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2952/super-dust-tantalum", + "scraped_at": "2026-05-02T00:48:22.929Z" + }, + { + "sku": "UPB-2961", + "color_name": "CARROT TOP", + "description": "Carrot Top is a bronze/orange top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH CARROT TOP View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.87 + }, + { + "min": 50, + "max": 199, + "price": 12.23 + }, + { + "min": 200, + "max": null, + "price": 11.58 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5209/upb-2961-carrot-top-tds-dt20231130185135395859.pdf?1701370297", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5707/carrot-top-upb-2963-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2961/carrot-top", + "scraped_at": "2026-05-02T00:48:36.890Z" + }, + { + "sku": "UPB-2992", + "color_name": "Clearly Luscious", + "description": "Clearly Luscious is a deep luscious blue. This color is a polyurethane top coat powder coat with a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.01 + }, + { + "min": 50, + "max": 199, + "price": 14.26 + }, + { + "min": 200, + "max": null, + "price": 13.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5210/upb-2992-clearly-luscious-tds-dt20231130185321702936.pdf?1701370403", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5711/clearly-luscious-upb-2992-dt2020080321011131-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2992/clearly-luscious", + "scraped_at": "2026-05-02T00:48:49.874Z" + }, + { + "sku": "UPB-2999", + "color_name": "TRANSLUCENT FIASCO", + "description": "Translucent Fiasco is a reddish bronze top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH TRANSLUCENT FIASCO View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.87 + }, + { + "min": 50, + "max": 199, + "price": 14.13 + }, + { + "min": 200, + "max": null, + "price": 13.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7621/upb-2999-translucent-fiasco-dt20251015162739926686.pdf?1760545661", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5713/translucent-fiasco-upb-2999-dt20200414145614325-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2999/translucent-fiasco", + "scraped_at": "2026-05-02T00:49:03.118Z" + }, + { + "sku": "UPB-3033", + "color_name": "KING MIDAS", + "description": "King Midas is a clear coat with heavy amounts of small gold and copper metallic flakes. This color is a polyurethane top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH KING MIDAS View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.4 + }, + { + "min": 50, + "max": 199, + "price": 14.63 + }, + { + "min": 200, + "max": null, + "price": 13.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5212/upb-3033-king-midas-tds-dt20231130185810126606.pdf?1701370692", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5715/king-midas-upb-3033-dt20200326211826252-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-3033/king-midas", + "scraped_at": "2026-05-02T00:49:14.326Z" + }, + { + "sku": "UPB-3050", + "color_name": "Mislead Red", + "description": "Mislead Red is a transparent, bright fuchsia with a fine metallic flake. This color is a polyurethane top coat powder coat and has a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.23 + }, + { + "min": 50, + "max": 199, + "price": 14.47 + }, + { + "min": 200, + "max": null, + "price": 13.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5717/mislead-red-upb-3050-dt20181221162721862-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-3050/mislead-red", + "scraped_at": "2026-05-02T00:49:25.657Z" + }, + { + "sku": "UPB-3054", + "color_name": "EIDOLON", + "description": "Eidolon is a warm polyester transparent clear metallic and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.33 + }, + { + "min": 50, + "max": 199, + "price": 14.56 + }, + { + "min": 200, + "max": null, + "price": 13.8 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5345/upb-3054-eidolon-tds-dt2023120523222405789.pdf?1701818546", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9585/eidolon-upb-3054-dt20260116220410445649-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-3054/eidolon", + "scraped_at": "2026-05-02T00:49:39.721Z" + }, + { + "sku": "UPB-3068", + "color_name": "Yellow Spice", + "description": "Yellow Spice is a yellow gold with a silver sparkle. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH YELLOW SPICE View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.42 + }, + { + "min": 50, + "max": 199, + "price": 13.7 + }, + { + "min": 200, + "max": null, + "price": 12.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7573/upb-3068-yellow-spice-dt20251006205116716557.pdf?1759783880", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5719/yellow-spice-upb-3068-dt2020051521100322-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-3068/yellow-spice", + "scraped_at": "2026-05-02T00:49:54.188Z" + }, + { + "sku": "UPB-4342", + "color_name": "NUGGET GOLD PLUS", + "description": "Nugget Gold Plus is a gold/bronze top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.6 + }, + { + "min": 50, + "max": 199, + "price": 13.87 + }, + { + "min": 200, + "max": null, + "price": 13.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5213/upb-4342-nugget-gold-plus-tds-dt20231130190106213123.pdf?1701370868", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5723/nugget-gold-plus-upb-4344-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4342/nugget-gold-plus", + "scraped_at": "2026-05-02T00:50:08.709Z" + }, + { + "sku": "UPB-4426", + "color_name": "Sable Brown", + "description": "Sable Brown is a light to medium brown top coat. This color is a urethane top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.56 + }, + { + "min": 50, + "max": 199, + "price": 17.63 + }, + { + "min": 200, + "max": null, + "price": 16.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5727/sable-brown-upb-4426-dt20200521215337382-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4426/sable-brown", + "scraped_at": "2026-05-02T00:50:18.247Z" + }, + { + "sku": "UPB-4488", + "color_name": "KING MIDAS II", + "description": "King Midas II is a bright and fine gold pearlescent flake with some copper undertones. This color is a polyurethane top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Due to the size and density of the metallic flake, a slight texture may occur in the finish. If a textured effect is not desired, a clear top coat may be added over top. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH KING MIDAS II View Details View Details PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. Question: Do I do a full cure of the base coat with this top coat? - Pcm Coatings 03/13/19 08:01 pm Answer: The only time you would fully cure the base coat is if your base coat is Super Chrome or Ultra Black Chrome, all our other powders would only require a partial cure for the base coat. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.4 + }, + { + "min": 50, + "max": 199, + "price": 14.63 + }, + { + "min": 200, + "max": null, + "price": 13.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5215/upb-4488-king-midas-ii-tds-dt2023113019051141624.pdf?1701371113", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5729/king-midas-ii-upb-4488-dt20191114225218869-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4488/king-midas-ii", + "scraped_at": "2026-05-02T00:50:30.120Z" + }, + { + "sku": "UPB-4524", + "color_name": "COPPER DUST", + "description": "Copper Dust is a coppery red clear metallic. This color is a polyurethane top coat powder coat and has a glossy finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. Gloss: 71-85 Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.42 + }, + { + "min": 50, + "max": 199, + "price": 13.7 + }, + { + "min": 200, + "max": null, + "price": 12.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5216/upb-4524-copper-dust-tds-dt20231130190658689539.pdf?1701371220", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5731/copper-dust-upb-4524-dt20211116213636666-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4524/copper-dust", + "scraped_at": "2026-05-02T00:50:42.426Z" + }, + { + "sku": "UPB-4560", + "color_name": "PASTEL COPPER", + "description": "Pastel Copper is a transparent pastel copper. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.42 + }, + { + "min": 50, + "max": 199, + "price": 13.7 + }, + { + "min": 200, + "max": null, + "price": 12.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5218/upb-4560-pastel-copper-tds-dt2023113019154404815.pdf?1701371746", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5733/pastel-copper-upb-4560-dt20201216182234328-thumbnail.jpg?1608142955&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4560/pastel-copper", + "scraped_at": "2026-05-02T00:50:59.189Z" + }, + { + "sku": "UPB-4561", + "color_name": "PASTEL BRONZE", + "description": "Pastel Bronze is a light bronze top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerRefined Metals PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.42 + }, + { + "min": 50, + "max": 199, + "price": 13.7 + }, + { + "min": 200, + "max": null, + "price": 12.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5219/upb-4561-pastel-bronze-tds-dt2023113019213237275.pdf?1701372094", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5735/pastel-bronze-upb-4561-dt20210504215112351-thumbnail.jpg?1620165073&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4561/pastel-bronze", + "scraped_at": "2026-05-02T00:51:14.299Z" + }, + { + "sku": "UPB-4562", + "color_name": "PASTEL ANTIQUE BRONZE", + "description": "Pastel Antique Bronze is a bronze transparent clear metallic polyester and has a high gloss finish. High Gloss: 85+ Gloss Units This color is not recommended for exterior exposure without applying a UV-resistant top coat. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. Apply the base coat and top coat according to the recommended mil thickness listed. Wait until the part has thoroughly cooled before applying the top coat. After the top coat has been applied, fully cure according to the topcoat's recommended cure schedule. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.6 + }, + { + "min": 50, + "max": 199, + "price": 12.92 + }, + { + "min": 200, + "max": null, + "price": 12.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7536/upb-4562-pastel-antique-bronze-dt20250912183207311193.pdf?1757701929", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8930/pastel-antique-bronze-upb-4562-dt20251222212758148893-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4562/pastel-antique-bronze", + "scraped_at": "2026-05-02T00:51:28.202Z" + }, + { + "sku": "UPB-4566", + "color_name": "Pastel Black", + "description": "Pastel Black is a black/bronze top coat. This color is polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH PASTEL BLACK View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.6 + }, + { + "min": 50, + "max": 199, + "price": 13.87 + }, + { + "min": 200, + "max": null, + "price": 13.14 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5737/pastel-black-upb-4566-dt20181226165123296-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4566/pastel-black", + "scraped_at": "2026-05-02T00:51:39.676Z" + }, + { + "sku": "UPB-4568", + "color_name": "Magic Teal", + "description": "Magic Teal is a bright teal top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH MAGIC TEAL View Details View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.06 + }, + { + "min": 50, + "max": 199, + "price": 19.06 + }, + { + "min": 200, + "max": null, + "price": 18.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7910/upb-4568-magic-teal-dt20260102211344869199.pdf?1767388426", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5739/magic-teal-upb-4568-dt20201117183202207-thumbnail.jpg?1605637925&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4568/magic-teal", + "scraped_at": "2026-05-02T00:51:52.267Z" + }, + { + "sku": "UPB-4579", + "color_name": "Pastel Red", + "description": "Pastel Red is a rich red top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.42 + }, + { + "min": 50, + "max": 199, + "price": 16.55 + }, + { + "min": 200, + "max": null, + "price": 15.68 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5743/pastel-red-upb-4579-dt20181221164523492-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4579/pastel-red", + "scraped_at": "2026-05-02T00:52:05.970Z" + }, + { + "sku": "UPB-4582", + "color_name": "Pastel Dark Blue", + "description": "Pastel Dark Blue is a dark cobalt blue with a bit of shimmer. This color is a polyurethane top coat powder coat with a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.98 + }, + { + "min": 50, + "max": 199, + "price": 17.08 + }, + { + "min": 200, + "max": null, + "price": 16.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3583/upb-4582-pastel-dark-blue-tds-dt20230918224221737503.pdf?1695076944", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9590/pastel-dark-blue-upb-4582-dt20220309172341792848-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4582/pastel-dark-blue", + "scraped_at": "2026-05-02T00:52:21.672Z" + }, + { + "sku": "UPB-4650", + "color_name": "CASHMERE COPPER", + "description": "Cashmere Copper is a transparent penny copper. This color is a polyurethane top coat powder coat and has a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): DesignerRusset EleganceRefined Metals CREATIONS MADE WITH CASHMERE COPPER View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.25 + }, + { + "min": 50, + "max": 199, + "price": 17.34 + }, + { + "min": 200, + "max": null, + "price": 16.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4279/upb-4650-cashmere-copper-tds-dt20231009145158837922.pdf?1696863120", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5747/cashmere-copper-upb-4650-dt20200728184857491-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4650/cashmere-copper", + "scraped_at": "2026-05-02T00:52:31.633Z" + }, + { + "sku": "UPB-4664", + "color_name": "RASPBERRY SPICE II", + "description": "Raspberry Spice II is a transparent fuchsia with a fine silver metallic flake. This color is a polyurethane top coat powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Do you have any samples of colors so I will not have to buy pounds of powder to see the finish? - Alan Clark 04/09/19 06:46 am Answer: We offer color swatches for our powders. There is a button on the product page for each powder where you can order the swatches. Also keep in mind that our powder order minimum is only one pound, you don't have to buy 25 or 50 pounds, you can simply order what you need. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.73 + }, + { + "min": 50, + "max": 199, + "price": 14.94 + }, + { + "min": 200, + "max": null, + "price": 14.16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7782/upb-4664-raspberry-spice-ii-dt20251229224610132595.pdf?1767048371", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5749/raspberry-spice-ii-upb-4664-dt20260126192739581173-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4664/raspberry-spice-ii", + "scraped_at": "2026-05-02T00:52:46.885Z" + }, + { + "sku": "UPB-4677", + "color_name": "Pizzazz Blue", + "description": "Pizzazz Blue is a deep blue with a light sparkle. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.63 + }, + { + "min": 50, + "max": 199, + "price": 17.7 + }, + { + "min": 200, + "max": null, + "price": 16.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5751/pizzazz-blue-upb-4677-dt20210811172754462-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4677/pizzazz-blue", + "scraped_at": "2026-05-02T00:53:04.558Z" + }, + { + "sku": "UPB-4684", + "color_name": "Super Dust Slate", + "description": "Super Dust Slate is a slate silver/grey top coat. This color is a polyester transparent clear metallic top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.21 + }, + { + "min": 50, + "max": 199, + "price": 13.5 + }, + { + "min": 200, + "max": null, + "price": 12.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5223/upb-4684-super-dust-15-tds-dt20231130193624298981.pdf?1701372986", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5753/super-dust-slate-upb-4684-dt20260326164121945822-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4684/super-dust-slate", + "scraped_at": "2026-05-02T00:53:19.458Z" + }, + { + "sku": "UPB-4696", + "color_name": "Wild Red", + "description": "Wild Red is a bright red shimmering top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.74 + }, + { + "min": 50, + "max": 199, + "price": 16.85 + }, + { + "min": 200, + "max": null, + "price": 15.97 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5755/wild-red-upb-4696-dt20190102212206196-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4696/wild-red", + "scraped_at": "2026-05-02T00:53:32.969Z" + }, + { + "sku": "UPB-4842", + "color_name": "Wilder Red", + "description": "Wilder Red is a rich transparent red with scattered silver metallic flakes. This color is a polyurethane top coat powder coat with a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.35 + }, + { + "min": 50, + "max": 199, + "price": 16.48 + }, + { + "min": 200, + "max": null, + "price": 15.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5757/wilder-red-upb-4842-dt20190102212734948-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4842/wilder-red", + "scraped_at": "2026-05-02T00:53:46.082Z" + }, + { + "sku": "UPB-4898", + "color_name": "Satin Red", + "description": "Satin Red is a vivid deep red polyester transparent and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.59 + }, + { + "min": 50, + "max": 199, + "price": 21.46 + }, + { + "min": 200, + "max": null, + "price": 20.33 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9592/satin-red-upb-4898-dt20260109204606554777-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4898/satin-red", + "scraped_at": "2026-05-02T00:53:55.903Z" + }, + { + "sku": "UPB-4922", + "color_name": "Satin Blue", + "description": "Satin Blue is a medium blue polyester transparent and has a matte finish. Matte: 7-20 Gloss Units Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.5 + }, + { + "min": 50, + "max": 199, + "price": 18.53 + }, + { + "min": 200, + "max": null, + "price": 17.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9593/satin-blue-upb-4922-dt20240603221727973601-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4922/satin-blue", + "scraped_at": "2026-05-02T00:54:09.198Z" + }, + { + "sku": "UPB-4945", + "color_name": "Star Blue", + "description": "Star Blue is a transparent blue with a silver flake. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.12 + }, + { + "min": 50, + "max": 199, + "price": 15.31 + }, + { + "min": 200, + "max": null, + "price": 14.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5843/upb-4945-star-blue-tds-dt20240320164804280892.pdf?1710953286", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5761/star-blue-upb-4947-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4945/star-blue", + "scraped_at": "2026-05-02T00:54:21.313Z" + }, + { + "sku": "UPB-5019", + "color_name": "Diamond Red", + "description": "Diamond Red is a bright sparkling red. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.23 + }, + { + "min": 50, + "max": 199, + "price": 15.42 + }, + { + "min": 200, + "max": null, + "price": 14.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5763/diamond-red-upb-5019-dt20181213213005529-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5019/diamond-red", + "scraped_at": "2026-05-02T00:54:34.226Z" + }, + { + "sku": "UPB-5079", + "color_name": "Lollypop Rose", + "description": "Lollypop Rose is a transparent magenta. This color is a polyurethane top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.58 + }, + { + "min": 50, + "max": 199, + "price": 17.65 + }, + { + "min": 200, + "max": null, + "price": 16.72 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3751/upb-5079-lollypop-rose-tds-dt20230922181556935414.pdf?1695406559", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5765/lollypop-rose-upb-5079-dt20181219174222298-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5079/lollypop-rose", + "scraped_at": "2026-05-02T00:54:51.387Z" + }, + { + "sku": "UPB-5233", + "color_name": "Violet Sparkle", + "description": "Violet Sparkle is a sparkling bright violet. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.42 + }, + { + "min": 50, + "max": 199, + "price": 13.7 + }, + { + "min": 200, + "max": null, + "price": 12.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5767/violet-sparkle-upb-5233-dt20250702223145133307-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5233/violet-sparkle", + "scraped_at": "2026-05-02T00:55:00.850Z" + }, + { + "sku": "UPB-5262", + "color_name": "Spike Blue", + "description": "Spike Blue is a deep blue top coat with a light sparkle. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.57 + }, + { + "min": 50, + "max": 199, + "price": 14.79 + }, + { + "min": 200, + "max": null, + "price": 14.01 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6403/upb-5262-spike-blue-tds-dt20240501182224949391.pdf?1714587749", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5769/spike-blue-upb-5262-dt20181228161802828-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5262/spike-blue", + "scraped_at": "2026-05-02T00:55:14.042Z" + }, + { + "sku": "UPB-5271", + "color_name": "Yellow Gold", + "description": "Yellow Gold is a yellowish gold sparkling top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Miami PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Does Yellow Gold UPB-5271 need to have a clear coat applied ? - Rick's Auto Clinic 11/28/20 03:49 pm Answer: Yellow Gold UPB-5271 is considered a top coat so depending on application you do not need to apply an additional clear coat. However, transparent top coats like Yellow Gold UPB-5271 have limited UV stability and can fade fairly quickly with enough sun exposure. If using in an outdoor environment adding our Clear Vision PPS-2974 would provide long term UV stability as well as additional protection from other elements but could darken the finish slightly. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.42 + }, + { + "min": 50, + "max": 199, + "price": 13.7 + }, + { + "min": 200, + "max": null, + "price": 12.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5771/yellow-gold-upb-5271-dt2025052320245592206-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5271/yellow-gold", + "scraped_at": "2026-05-02T00:55:31.704Z" + }, + { + "sku": "UPB-5273", + "color_name": "Taurus Brown", + "description": "Taurus Brown is a copper brown polyester transparent and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.94 + }, + { + "min": 50, + "max": 199, + "price": 18.94 + }, + { + "min": 200, + "max": null, + "price": 17.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9597/taurus-brown-upb-5273-dt20240123221921932706-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5273/taurus-brown", + "scraped_at": "2026-05-02T00:55:46.951Z" + }, + { + "sku": "UPB-5289", + "color_name": "SUNRISE VIOLET", + "description": "Sunrise Violet is a deep purple transparent polyester and has a high gloss finish. High Gloss: 85+ Gloss Units Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.78 + }, + { + "min": 50, + "max": 199, + "price": 16.89 + }, + { + "min": 200, + "max": null, + "price": 16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5479/upb-5289-sunrise-violet-tds-dt20240108162153874536.pdf?1704730915", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9598/sunrise-violet-upb-5289-dt20231201211747018185-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5289/sunrise-violet", + "scraped_at": "2026-05-02T00:56:01.185Z" + }, + { + "sku": "UPB-5307", + "color_name": "Starry Red", + "description": "Starry Red is a brilliant ruby red top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.08 + }, + { + "min": 50, + "max": 199, + "price": 15.28 + }, + { + "min": 200, + "max": null, + "price": 14.47 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5773/starry-red-upb-5309-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5307/starry-red", + "scraped_at": "2026-05-02T00:56:11.602Z" + }, + { + "sku": "UPB-5317", + "color_name": "TANGELO MIST", + "description": "Tangelo Mist is a transparent, medium-dark orange with a fine orange metallic. This color is a polyurethane top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.94 + }, + { + "min": 50, + "max": 199, + "price": 18.94 + }, + { + "min": 200, + "max": null, + "price": 17.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5775/tangelo-mist-upb-5317-dt20181228182556915-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5317/tangelo-mist", + "scraped_at": "2026-05-02T00:56:25.244Z" + }, + { + "sku": "UPB-5477", + "color_name": "Midnight Frost", + "description": "Midnight Frost is a transparent black. This color is a polyurethane top coat powder coat and has a satin finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.66 + }, + { + "min": 50, + "max": 199, + "price": 17.73 + }, + { + "min": 200, + "max": null, + "price": 16.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7649/upb-5477-midnight-frost-dt20251030210557593235.pdf?1761858359", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5779/midnight-frost-upb-5477-dt20201209234602833-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5477/midnight-frost", + "scraped_at": "2026-05-02T00:56:36.015Z" + }, + { + "sku": "UPB-5489", + "color_name": "DUSTED YELLOW", + "description": "Dusted Yellow is a warm yellow with orange undertones polyester transparent and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.59 + }, + { + "min": 50, + "max": 199, + "price": 15.76 + }, + { + "min": 200, + "max": null, + "price": 14.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7812/upb-5489-dusted-yellow-dt2025123122232037874.pdf?1767219801", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9600/dusted-yellow-upb-5489-dt20260109195019009312-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5489/dusted-yellow", + "scraped_at": "2026-05-02T00:56:47.416Z" + }, + { + "sku": "UPB-5492", + "color_name": "SWEET CHERRY PLUS", + "description": "Sweet Cherry Plus is a sparkling red top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH SWEET CHERRY PLUS View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.91 + }, + { + "min": 50, + "max": 199, + "price": 21.76 + }, + { + "min": 200, + "max": null, + "price": 20.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5781/sweet-cherry-plus-upb-5492-dt20190115173429854-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5492/sweet-cherry-plus", + "scraped_at": "2026-05-02T00:56:58.074Z" + }, + { + "sku": "UPB-5500", + "color_name": "Starlight Red", + "description": "Starlight Red is a transparent red with a silver metallic flake. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.23 + }, + { + "min": 50, + "max": 199, + "price": 15.42 + }, + { + "min": 200, + "max": null, + "price": 14.61 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5783/starlight-red-upb-5500-dt20181228163802138-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5500/starlight-red", + "scraped_at": "2026-05-02T00:57:09.555Z" + }, + { + "sku": "UPB-5514", + "color_name": "Twisted Wizard Red", + "description": "Twisted Wizard Red is a bright red top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH TWISTED WIZARD RED View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.39 + }, + { + "min": 50, + "max": 199, + "price": 19.37 + }, + { + "min": 200, + "max": null, + "price": 18.35 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5785/twisted-wizard-red-upb-5514-dt20210420175529596-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5514/twisted-wizard-red", + "scraped_at": "2026-05-02T00:57:23.161Z" + }, + { + "sku": "UPB-5519", + "color_name": "SMOKED NUGGET", + "description": "Smoked Nugget is a transparent, light pastel brass. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.55 + }, + { + "min": 50, + "max": 199, + "price": 15.72 + }, + { + "min": 200, + "max": null, + "price": 14.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7364/upb-5519-smoked-nugget-dt20250520232401097023.pdf?1747783443", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5787/smoked-nugget-upb-5519-dt20181227171101998-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5519/smoked-nugget", + "scraped_at": "2026-05-02T00:57:38.106Z" + }, + { + "sku": "UPB-5523", + "color_name": "RASPBERRY SPLASH", + "description": "Raspberry Splash is a lower gloss transparent red with a pink hue. This color is a polyurethane top coat powder coat and has a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.91 + }, + { + "min": 50, + "max": 199, + "price": 14.16 + }, + { + "min": 200, + "max": null, + "price": 13.42 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5789/raspberry-splash-upb-5523-dt20180710222023448-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5523/raspberry-splash", + "scraped_at": "2026-05-02T00:57:53.619Z" + }, + { + "sku": "UPB-5540", + "color_name": "Flat Trans Blue", + "description": "Flat Trans Blue is a transparent medium blue. This color is a polyurethane top coat powder coat with a flat finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Anodized PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.87 + }, + { + "min": 50, + "max": 199, + "price": 14.13 + }, + { + "min": 200, + "max": null, + "price": 13.38 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7620/upb-5540-flat-transparent-blue-dt20251015162621164798.pdf?1760545583", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5791/flat-trans-blue-upb-5540-dt20181213215639672-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5540/flat-trans-blue", + "scraped_at": "2026-05-02T00:58:09.419Z" + }, + { + "sku": "UPB-5553", + "color_name": "Fuchsia Mist", + "description": "Fuchsia Mist is a strawberry red. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.14 + }, + { + "min": 50, + "max": 199, + "price": 14.38 + }, + { + "min": 200, + "max": null, + "price": 13.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3458/upb-5553-fuchsia-mist-tds-dt20230915175205988018.pdf?1694800327", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5793/fuchsia-mist-upb-5553-dt20190109164130104-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5553/fuchsia-mist", + "scraped_at": "2026-05-02T00:58:23.596Z" + }, + { + "sku": "UPB-5741", + "color_name": "Powerhouse Red", + "description": "Powerhouse Red is a red transparent candy. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 20.36 + }, + { + "min": 50, + "max": 199, + "price": 19.34 + }, + { + "min": 200, + "max": null, + "price": 18.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7891/upb-5741-powerhouse-red-dt2026010220553596691.pdf?1767387337", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5795/powerhouse-red-upb-5741-dt20201002153116835-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5741/powerhouse-red", + "scraped_at": "2026-05-02T00:58:35.781Z" + }, + { + "sku": "UPB-5772", + "color_name": "STRAWBERRY FUSION", + "description": "Strawberry Fusion is a bright red with a heavy sparkle top coat. This color is a polyurethane top coat powder coat and has a glossy finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.67 + }, + { + "min": 50, + "max": 199, + "price": 20.59 + }, + { + "min": 200, + "max": null, + "price": 19.5 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5797/strawberry-fusion-upb-5774-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5772/strawberry-fusion", + "scraped_at": "2026-05-02T00:58:53.327Z" + }, + { + "sku": "UPB-5812", + "color_name": "Red Gold Dust", + "description": "Red Gold Dust is a rich red with a light sparkle. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH RED GOLD DUST View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.01 + }, + { + "min": 50, + "max": 199, + "price": 17.11 + }, + { + "min": 200, + "max": null, + "price": 16.21 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5799/red-gold-dust-upb-5812-dt20210218223027522-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5812/red-gold-dust", + "scraped_at": "2026-05-02T00:59:09.241Z" + }, + { + "sku": "UPB-5963", + "color_name": "TURQUOISE CLEAR", + "description": "Turquoise Clear is a turquoise blue top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Which Transparent Teal can be applied over a black coating without turning the transparent teal into a blue? - 4wheelbuy 09/16/20 05:36 pm Answer: Transparent Powders like our large line-up of Teals are meant to be applied over a bright shiny substrate. Applying this to a darker base will change that teal into what looks like a solid tone coating. In this case, apparently a blue which is the result of a Teal transparent over Black. The only way to achieve a teal color over a black base would be to apply a Teal Metallic or Solid Tone. Keep in mind that even a solid tone powder will have a darker tint than our swatch sample when the powder is applied over a black base coat. Our color swatches are coated over a bright shiny aluminum substrate. Masking those areas so that the teal is over the shiny metal substrate instead of the black base-coat will give the transparent teal the look as shown on our site. We have a wide variety of Teal metallic and solid tone swatches available in order to do in-hand comparisons. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 26.96 + }, + { + "min": 50, + "max": 199, + "price": 25.61 + }, + { + "min": 200, + "max": null, + "price": 24.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7909/upb-5963-turquoise-clear-dt20260102211250675745.pdf?1767388372", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5801/turquoise-clear-upb-5963-dt20181231223254267-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5963/turquoise-clear", + "scraped_at": "2026-05-02T00:59:22.900Z" + }, + { + "sku": "UPB-5992", + "color_name": "MIXED BERRY", + "description": "Mixed Berry is a rich red top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.84 + }, + { + "min": 50, + "max": 199, + "price": 18.85 + }, + { + "min": 200, + "max": null, + "price": 17.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5803/mixed-berry-upb-5992-dt20210204153339616-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5992/mixed-berry", + "scraped_at": "2026-05-02T00:59:35.606Z" + }, + { + "sku": "UPB-6000", + "color_name": "SPARKS GOLD/GREEN", + "description": "Sparks Gold/Green is a green and gold sparkling two coat. The color is a polyurethane top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.52 + }, + { + "min": 50, + "max": 199, + "price": 17.59 + }, + { + "min": 200, + "max": null, + "price": 16.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6271/upb-6000-sparks-gold-green-tds-dt20240422214629217888.pdf?1713822391", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5805/sparks-gold-green-upb-6002-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6000/sparks-gold-green", + "scraped_at": "2026-05-02T00:59:47.433Z" + }, + { + "sku": "UPB-6007", + "color_name": "Alpine Blue", + "description": "Alpine Blue is a twinkling blue metallic. This color is a polyurethane top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.69 + }, + { + "min": 50, + "max": 199, + "price": 16.81 + }, + { + "min": 200, + "max": null, + "price": 15.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6181/upb-6007-alpine-blue-tds-dt20240418204418282488.pdf?1713473060", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5807/alpine-blue-upb-6007-dt20220126171136226-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6007/alpine-blue", + "scraped_at": "2026-05-02T01:00:01.498Z" + }, + { + "sku": "UPB-6011", + "color_name": "Bates Green/Violet", + "description": "Bates Green/Violet is a sparkling violet/green two coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.45 + }, + { + "min": 50, + "max": 199, + "price": 16.58 + }, + { + "min": 200, + "max": null, + "price": 15.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5225/upb-6011-bates-greenviolet-tds-dt20231130194415670724.pdf?1701373458", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5809/bates-green-violet-upb-6013-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6011/bates-green-violet", + "scraped_at": "2026-05-02T01:00:18.714Z" + }, + { + "sku": "UPB-6012", + "color_name": "Canby Green/Red", + "description": "Canby Green/Red is a sparkling green and red top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.45 + }, + { + "min": 50, + "max": 199, + "price": 16.58 + }, + { + "min": 200, + "max": null, + "price": 15.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6269/upb-6012-canby-green-red-tds-dt20240422214210464926.pdf?1713822132", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5811/canby-green-red-upb-6014-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6012/canby-green-red", + "scraped_at": "2026-05-02T01:00:34.044Z" + }, + { + "sku": "UPB-6013", + "color_name": "Culver Gold/Red", + "description": "Culver Gold/Red is a sparkling gold and red color. This color is a polyurethane top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.45 + }, + { + "min": 50, + "max": 199, + "price": 16.58 + }, + { + "min": 200, + "max": null, + "price": 15.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5227/upb-6013-culver-goldred-tds-dt20231130194745576702.pdf?1701373668", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5813/culver-gold-red-upb-6013-dt20191114222609239-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6013/culver-gold-red", + "scraped_at": "2026-05-02T01:00:51.639Z" + }, + { + "sku": "UPB-6018", + "color_name": "Biggs Silver", + "description": "Biggs Silver is a scattered silver metallic. This color is a polyurethane top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS CREATIONS MADE WITH BIGGS SILVER View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.77 + }, + { + "min": 50, + "max": 199, + "price": 14.03 + }, + { + "min": 200, + "max": null, + "price": 13.29 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5228/upb-6018-biggs-silver-tds-dt20231130194925593053.pdf?1701373767", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5815/biggs-silver-upb-6018-dt2020052921383568-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6018/biggs-silver", + "scraped_at": "2026-05-02T01:01:05.578Z" + }, + { + "sku": "UPB-6020", + "color_name": "Corbet Green/Silver", + "description": "Corbet Green/Silver is a glittering green and silver two coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.52 + }, + { + "min": 50, + "max": 199, + "price": 17.59 + }, + { + "min": 200, + "max": null, + "price": 16.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6267/upb-6020-corbet-green-silver-tds-dt20240422213812928012.pdf?1713821896", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5817/corbet-green-silver-upb-6022-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6020/corbet-green-silver", + "scraped_at": "2026-05-02T01:01:21.004Z" + }, + { + "sku": "UPB-6021", + "color_name": "Burns Gold/Red", + "description": "Burns Gold/Red is a sparkling red/gold top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Clear Metallic Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Our clear top coats are designed to enhance the appearance of each base coat. However, on some occasions the clear top coat will also change the appearance of the color it is being applied over. We recommend that you spray a test panel to ensure the final color before applying it to your project. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.52 + }, + { + "min": 50, + "max": 199, + "price": 17.59 + }, + { + "min": 200, + "max": null, + "price": 16.67 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5230/upb-6021-burns-goldred-tds-dt2023113019525176486.pdf?1701373973", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5819/burns-gold-red-upb-6021-dt20220307154658486953-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6021/burns-gold-red", + "scraped_at": "2026-05-02T01:01:36.665Z" + }, + { + "sku": "UPB-6024", + "color_name": "GASTON RED", + "description": "Gaston Red is a pink and red metallic. This color is a polyurethane top coat powder coat and has a high gloss finish. Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. High Gloss: 85+ Gloss Units Proposition 65 Warning RELATED PRODUCTS HIGH GLOSS BLACK PSS-11248 CLICK FOR DETAILS PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can I spray a clear over a lightly sanded aluminum frame to seal the aluminum, will it hold up or will it need a base color sprayed first ? Thanks - Keith Rice 11/23/21 09:12 am Answer: Yes, you absolutely can spray the clear on by itself to the aluminum surface as you intend to. This will definitely add some protection to the aluminum as well as showcase the workmanship involved with the frame. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.67 + }, + { + "min": 50, + "max": 199, + "price": 18.69 + }, + { + "min": 200, + "max": null, + "price": 17.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5231/upb-6024-gaston-red-tds-dt20231130195442846356.pdf?1701374085", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5821/gaston-red-upb-6026-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6024/gaston-red", + "scraped_at": "2026-05-02T01:01:48.057Z" + }, + { + "sku": "UPB-6379", + "color_name": "Racing Red", + "description": "Racing Red is a bright sparkling red top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH RACING RED View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.98 + }, + { + "min": 50, + "max": 199, + "price": 20.88 + }, + { + "min": 200, + "max": null, + "price": 19.78 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5825/racing-red-upb-6379-dt20200512164431738-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6379/racing-red", + "scraped_at": "2026-05-02T01:02:04.094Z" + }, + { + "sku": "UPB-6610", + "color_name": "Racing Raspberry", + "description": "Racing Raspberry is a bright pink/raspberry top coat with a silver metallic flake. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Would you recommend a clear over top coats that contain metal flake? - Specialty Powder Coating, Llc 08/31/21 01:15 pm Answer: Applying a clear coat to a color with metallic flake isn't a must, but depending on the application the recommendation can vary. If the application is going to spend extended periods of time exposed to light or touched a clear coat is recommended. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.4 + }, + { + "min": 50, + "max": 199, + "price": 18.43 + }, + { + "min": 200, + "max": null, + "price": 17.46 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7786/upb-6610-racing-raspberry-dt20251229225759767667.pdf?1767049081", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5827/racing-raspberry-upb-6610-dt20250520202452217595-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6610/racing-raspberry", + "scraped_at": "2026-05-02T01:02:21.139Z" + }, + { + "sku": "UPB-6719", + "color_name": "GOLD FOIL", + "description": "Gold Foil is a light gold top coat. This color is a polyurethane top coat powder coat and has a semi-gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: How would this turn out if shot over wrinkle black? Any available photos over black or swatches available? - John Barr 12/27/18 07:58 pm Answer: It is not recommended to top coat over wrinkle finish powders, chemical reactions can occur between the wrinkle powder and the top coat which can cause finish inconsistencies. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.13 + }, + { + "min": 50, + "max": 199, + "price": 18.17 + }, + { + "min": 200, + "max": null, + "price": 17.22 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5829/gold-foil-upb-6719-dt20210330152502815-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6719/gold-foil", + "scraped_at": "2026-05-02T01:02:35.520Z" + }, + { + "sku": "UPB-6743", + "color_name": "Dusted Candy Blue", + "description": "Dusted Candy Blue is a bright, candy blue top coat. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH DUSTED CANDY BLUE View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Would it be advisable to put this over PMB-5701 (dark blue metallic) ? - Kv Shaffer 02/23/19 01:06 am Answer: You can if you like, there is not problem with that combination, just be advised that it will be a dark blue color. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.78 + }, + { + "min": 50, + "max": 199, + "price": 16.89 + }, + { + "min": 200, + "max": null, + "price": 16 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/49/urethane-top-coat-application-guide-dt20181017182651049.pdf?1583522783", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5831/dusted-candy-blue-upb-6743-dt20210428150138176-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6743/dusted-candy-blue", + "scraped_at": "2026-05-02T01:02:47.084Z" + }, + { + "sku": "UPB-8086", + "color_name": "Beryl Green", + "description": "Beryl Green is a kelly green polyester transparent and has a high gloss finish. High Gloss: 85+ Gloss Units Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. Florescent colors have limited UV stability, flexibility, and impact resistance. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.06 + }, + { + "min": 50, + "max": 199, + "price": 20.96 + }, + { + "min": 200, + "max": null, + "price": 19.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6137/upb-8086-beryl-green-tds-dt20240416182445628569.pdf?1713291888", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9602/beryl-green-upb-8086-dt20240419222433663315-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-8086/beryl-green", + "scraped_at": "2026-05-02T01:02:57.970Z" + }, + { + "sku": "UPS-11636", + "color_name": "Retroreflective Clear", + "description": "Retroreflective Clear is a warm transparent urethane with fine retroreflective particles throughout and has a matte finish. Retroreflective powder coating is a cutting-edge finish that incorporates highly reflective particles designed to bounce light directly back to its source—even across wide viewing angles. When illuminated, these coatings shine brilliantly, far outpacing the visibility of glow-in-the-dark powders or traditional reflective surfaces. Matte: 7-20 Gloss Units Two Coat Information: To achieve this color as shown, High Gloss Black PSS-11248 must be applied as a base coat. Retroreflective Clear has been applied to the left side for comparison. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Retroreflective PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 45.28 + }, + { + "min": 50, + "max": 199, + "price": 43.02 + }, + { + "min": 200, + "max": null, + "price": 40.75 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6981/ups-11636-retroreflective-clear-dt20241121224718312891.pdf?1732229241", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/18036/retroreflective-clear-ups-11636-dt20251022183229803462-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPS-11636/retroreflective-clear", + "scraped_at": "2026-05-02T01:03:08.821Z" + }, + { + "sku": "UPS-1506", + "color_name": "Lollypop Red", + "description": "Lollypop Red is a rich transparent red. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.7 + }, + { + "min": 50, + "max": 199, + "price": 15.87 + }, + { + "min": 200, + "max": null, + "price": 15.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2882/ups-1506-lollypop-red-tds-dt2023082214335179894.pdf?1692714833", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5834/lollypop-red-ups-1506-dt20250306200153040108-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPS-1506/lollypop-red", + "scraped_at": "2026-05-02T01:03:23.442Z" + }, + { + "sku": "UPS-1509", + "color_name": "LOLLYPOP BERRY", + "description": "Lollypop Berry is a transparent fuchsia. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH LOLLYPOP BERRY View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.01 + }, + { + "min": 50, + "max": 199, + "price": 16.16 + }, + { + "min": 200, + "max": null, + "price": 15.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7794/ups-1509-lollypop-berry-dt20251230172154502131.pdf?1767115316", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5836/lollypop-berry-ups-1509-dt2025040920311121338-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPS-1509/lollypop-berry", + "scraped_at": "2026-05-02T01:03:40.078Z" + }, + { + "sku": "UPS-1511", + "color_name": "Lollypop Grape", + "description": "Lollypop Grape is a transparent medium purple. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.7 + }, + { + "min": 50, + "max": 199, + "price": 15.87 + }, + { + "min": 200, + "max": null, + "price": 15.03 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7890/ups-1511-lollypop-grape-dt20260102205441478744.pdf?1767387283", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5838/lollypop-grape-ups-1511-dt20250409201214699345-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPS-1511/lollypop-grape", + "scraped_at": "2026-05-02T01:03:49.514Z" + }, + { + "sku": "UPS-1680", + "color_name": "Aqua Clear", + "description": "Aqua Clear is a transparent light teal. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH AQUA CLEAR View Details View Details View Details View Details PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.82 + }, + { + "min": 50, + "max": 199, + "price": 17.88 + }, + { + "min": 200, + "max": null, + "price": 16.94 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7907/ups-1680-aqua-clear-dt20260102211106468281.pdf?1767388268", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5840/aqua-clear-ups-1680-dt2020122319035579-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPS-1680/aqua-clear", + "scraped_at": "2026-05-02T01:04:05.459Z" + }, + { + "sku": "UPS-2502", + "color_name": "Lollypop Blue", + "description": "Lollypop Blue is a deep transparent blue. This color is a polyester top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH LOLLYPOP BLUE View Details View Details View Details View Details PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Hello I am French, I would like to know how much time in total must it bake the room once painted with the powder so that it is hard? 10 minutes or 20 minutes? Thank you. - Damien Speedy 06/17/19 07:29 am Answer: The total bake time will completely depend on the material type (steel, aluminum etc.) and thickness of the material being coated. The \"cure schedule\" for each product is based off of part metal temp. Once the part reaches the cure temp required, the curing timer can be started. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.32 + }, + { + "min": 50, + "max": 199, + "price": 14.55 + }, + { + "min": 200, + "max": null, + "price": 13.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2475/ups-2502-lollypop-blue-tds-dt2023080720162090944.pdf?1691439383", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5842/lollypop-blue-ups-2502-dt20250819203753894555-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPS-2502/lollypop-blue", + "scraped_at": "2026-05-02T01:04:14.877Z" + }, + { + "sku": "UPS-4540", + "color_name": "Transparent Raspberry", + "description": "Transparent Raspberry is a transparent neon fuchsia. This color is a polyurethane top coat powder coat and has a high gloss finish. Top Coat Information: Top coats are transparent. The color and brightness of the substrate (surface) under a top coat will affect the finished appearance. To achieve results similar to the S panel image, the top coat must be applied over a bright silver substrate. Super Chrome Plus UMS-10671 can be used as a base coat to simulate the appearance of a chrome-like substrate when one is not present. As always, shoot a test piece first to determine if your desired results will be achieved. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Miami PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.43 + }, + { + "min": 50, + "max": 199, + "price": 14.66 + }, + { + "min": 200, + "max": null, + "price": 13.89 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7636/ups-4540-transparent-raspberry-dt20251015165553909858.pdf?1760547356", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5844/transparent-raspberry-ups-4542-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UPS-4540/transparent-raspberry", + "scraped_at": "2026-05-02T01:04:29.593Z" + }, + { + "sku": "URB-0191", + "color_name": "Hickory Beige", + "description": "Hickory Beige is a very light beige color. This color is a polyurethane river powder coat and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.29 + }, + { + "min": 50, + "max": 199, + "price": 13.58 + }, + { + "min": 200, + "max": null, + "price": 12.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/50/urethane-river-application-guide-dt20181017182721987.pdf?1539800843", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5846/hickory-beige-urb-0191-dt2021102820185937-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/URB-0191/hickory-beige", + "scraped_at": "2026-05-02T01:04:41.478Z" + }, + { + "sku": "URB-1540", + "color_name": "Yellowstone River", + "description": "Yellowstone River is a bright yellow. This color is a polyurethane river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.92 + }, + { + "min": 50, + "max": 199, + "price": 20.82 + }, + { + "min": 200, + "max": null, + "price": 19.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/50/urethane-river-application-guide-dt20181017182721987.pdf?1539800843", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5847/yellowstone-river-urb-1540-dt20180702173735673-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/URB-1540/yellowstone-river", + "scraped_at": "2026-05-02T01:04:56.651Z" + }, + { + "sku": "URB-1850", + "color_name": "Autumn River", + "description": "Autumn River is a very light grey river. This color is a polyurethane river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.64 + }, + { + "min": 50, + "max": 199, + "price": 16.76 + }, + { + "min": 200, + "max": null, + "price": 15.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3423/urb-1850-autumn-river-tds-dt20230914162348230889.pdf?1694708630", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5849/autumn-river-urb-1850-dt20180702182312439-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/URB-1850/autumn-river", + "scraped_at": "2026-05-02T01:05:10.320Z" + }, + { + "sku": "URB-1914", + "color_name": "Woodlin Beige", + "description": "Woodlin Beige is a light tan/beige. This color is a polyurethane river powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.7 + }, + { + "min": 50, + "max": 199, + "price": 11.12 + }, + { + "min": 200, + "max": null, + "price": 10.53 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/50/urethane-river-application-guide-dt20181017182721987.pdf?1539800843", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5851/woodlin-beige-urb-1914-dt20260402165917452047-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/URB-1914/woodlin-beige", + "scraped_at": "2026-05-02T01:05:22.603Z" + }, + { + "sku": "URB-4722", + "color_name": "Wendys Gold River", + "description": "Wendys Gold River is a muted tan gold polyester river and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.05 + }, + { + "min": 50, + "max": 199, + "price": 18.1 + }, + { + "min": 200, + "max": null, + "price": 17.15 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3424/urb-4722-wendys-gold-river-tds-dt20230914162551268252.pdf?1694708753", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9605/wendys-gold-river-urb-4722-dt20251222210934866496-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/URB-4722/wendys-gold-river", + "scraped_at": "2026-05-02T01:05:36.207Z" + }, + { + "sku": "URB-6109", + "color_name": "Tan River", + "description": "Tan River is a light tan with a smooth and mild texture. This color is a polyurethane river powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.28 + }, + { + "min": 50, + "max": 199, + "price": 13.57 + }, + { + "min": 200, + "max": null, + "price": 12.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/50/urethane-river-application-guide-dt20181017182721987.pdf?1539800843", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5855/tan-river-urb-6109-dt20211007210750696-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/URB-6109/tan-river", + "scraped_at": "2026-05-02T01:05:52.061Z" + }, + { + "sku": "URB-6111", + "color_name": "Greystone River", + "description": "Greystone River is a cream color with a smooth and mild texture. This color is a polyurethane river powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.09 + }, + { + "min": 50, + "max": 199, + "price": 20.04 + }, + { + "min": 200, + "max": null, + "price": 18.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/50/urethane-river-application-guide-dt20181017182721987.pdf?1539800843", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5856/greystone-river-urb-6111-dt20200409184141876-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/URB-6111/greystone-river", + "scraped_at": "2026-05-02T01:06:04.659Z" + }, + { + "sku": "USB-10218", + "color_name": "Satin Plush Mauve", + "description": "Satin Plush Mauve is a light, warm blush pink. This color is a polyurethane solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.67 + }, + { + "min": 50, + "max": 199, + "price": 18.69 + }, + { + "min": 200, + "max": null, + "price": 17.7 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/51/glaze-application-guide-dt20181017182755736.pdf?1579619210", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10675/satin-plush-mauve-usb-10218-dt20201106235603678-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USB-10218/satin-plush-mauve", + "scraped_at": "2026-05-02T01:06:18.843Z" + }, + { + "sku": "USB-10222", + "color_name": "SWEET TEA", + "description": "Sweet Tea is a very light nude pink. This color is a polyurethane solid tone powder coat with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.48 + }, + { + "min": 50, + "max": 199, + "price": 17.56 + }, + { + "min": 200, + "max": null, + "price": 16.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6457/usb-10222-sweet-tea-tds-dt20240507212137192053.pdf?1715116899", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/10708/sweet-tea-usb-10222-dt20201106235836874-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USB-10222/sweet-tea", + "scraped_at": "2026-05-02T01:06:31.943Z" + }, + { + "sku": "USB-10546", + "color_name": "Charcoal Chrome", + "description": "Charcoal Chrome is a smoky chrome grey. This color is a polyurethane solid tone powder coat with a glossy finish. A clear top coat can be applied to enhance the appearance of this color and may improve UV resistance and overall durability of the finish. The image shown displays Charcoal Chrome with Clear Vision PPS-2974 as a top coat over the left side. Gloss: 71-85 Gloss Units PRODUCT COLLECTIONS This is included in the following collection(s): Chrome", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.79 + }, + { + "min": 50, + "max": 199, + "price": 15.95 + }, + { + "min": 200, + "max": null, + "price": 15.11 + } + ], + "safety_data_sheet_url": "https://www.prismaticpowders.com/documents", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4809/usb-10546-charcoal-chrome-tds-dt20231121180631068689.pdf?1700589993", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12551/charcoal-chrome-usb-10546-dt20211012203436895-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USB-10546/charcoal-chrome", + "scraped_at": "2026-05-02T01:06:48.537Z" + }, + { + "sku": "USB-11307", + "color_name": "Rusted Iron", + "description": "Rusted Iron is a red brown polyester polyurethane solid tone and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.18 + }, + { + "min": 50, + "max": 199, + "price": 11.57 + }, + { + "min": 200, + "max": null, + "price": 10.96 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6121/usb-11307-rusted-iron-tds-dt2024041516030668604.pdf?1713196989", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16821/rusted-iron-usb-11307-dt20240826211821479346-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USB-11307/rusted-iron", + "scraped_at": "2026-05-02T01:07:02.245Z" + }, + { + "sku": "USB-11308", + "color_name": "Cayenne Spice", + "description": "Cayenne Spice is a medium brown orange clay polyester solid tone and has a semi-gloss finish. Semi Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.53 + }, + { + "min": 50, + "max": 199, + "price": 12.85 + }, + { + "min": 200, + "max": null, + "price": 12.18 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16823/cayenne-spice-usb-11308-dt20240805204103891884-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USB-11308/cayenne-spice", + "scraped_at": "2026-05-02T04:02:07.823Z" + }, + { + "sku": "USB-11309", + "color_name": "Pumpkin Pie", + "description": "Pumpkin Pie is a dark orange brown polyester solid tone and has a semi-gloss finish. Semi Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.23 + }, + { + "min": 50, + "max": 199, + "price": 12.57 + }, + { + "min": 200, + "max": null, + "price": 11.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16825/pumpkin-pie-usb-11309-dt20240805204317805063-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USB-11309/pumpkin-pie", + "scraped_at": "2026-05-02T04:02:18.733Z" + }, + { + "sku": "USB-11310", + "color_name": "Dark Roast", + "description": "Dark Roast is a speckled brown polyester polyurethane solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.77 + }, + { + "min": 50, + "max": 199, + "price": 14.98 + }, + { + "min": 200, + "max": null, + "price": 14.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6118/usb-11310-dark-roast-tds-dt20240415154939167733.pdf?1713196181", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16827/dark-roast-usb-11310-dt20240826212211005382-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USB-11310/dark-roast", + "scraped_at": "2026-05-02T04:02:30.066Z" + }, + { + "sku": "USB-11561", + "color_name": "VW Tornado Red", + "description": "VW Tornado Red is an OEM matched red polyester solid tone and has a gloss finish. Gloss: 71-85 Gloss Units Color Match: Volkswagen Tornado Red LY3D Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): VolkswagenAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.03 + }, + { + "min": 50, + "max": 199, + "price": 17.13 + }, + { + "min": 200, + "max": null, + "price": 16.23 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6766/usb-11561-volkswagen-tornado-red-dt20240802163017617097.pdf?1722616219", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17573/volkswagen-tornado-red-usb-11561-dt20241014211914042014-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USB-11561/vw-tornado-red", + "scraped_at": "2026-05-02T04:02:41.672Z" + }, + { + "sku": "USB-1632", + "color_name": "Chinese Red", + "description": "Chinese Red is a bright red polyurethane solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.55 + }, + { + "min": 50, + "max": 199, + "price": 15.72 + }, + { + "min": 200, + "max": null, + "price": 14.9 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/51/glaze-application-guide-dt20181017182755736.pdf?1579619210", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7528/chinese-red-usb-1632-dt20190321211823375-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USB-1632/chinese-red", + "scraped_at": "2026-05-02T04:02:57.403Z" + }, + { + "sku": "USB-1653", + "color_name": "Snow Shoe Blue", + "description": "Snow Shoe Blue is a dark blue with a smooth appearance. This color is a polyurethane solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.21 + }, + { + "min": 50, + "max": 199, + "price": 13.5 + }, + { + "min": 200, + "max": null, + "price": 12.79 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/51/glaze-application-guide-dt20181017182755736.pdf?1579619210", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/9994/snow-shoe-blue-usb-1653-dt20191114232733983-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USB-1653/snow-shoe-blue", + "scraped_at": "2026-05-02T04:03:10.724Z" + }, + { + "sku": "USB-1823", + "color_name": "LACEY YELLOW", + "description": "Lacey Yellow is a smooth, light yellow. This color is a polyurethane solid tone powder coat and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Pastels", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 27.48 + }, + { + "min": 50, + "max": 199, + "price": 26.11 + }, + { + "min": 200, + "max": null, + "price": 24.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/51/glaze-application-guide-dt20181017182755736.pdf?1579619210", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7636/lacey-yellow-usb-1823-dt20180928171641308-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USB-1823/lacey-yellow", + "scraped_at": "2026-05-02T04:03:22.784Z" + }, + { + "sku": "USB-5398", + "color_name": "LIMOGE TAN", + "description": "Limoge Tan is a light grey. This color is a polyurethane solid tone powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.61 + }, + { + "min": 50, + "max": 199, + "price": 14.83 + }, + { + "min": 200, + "max": null, + "price": 14.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6124/usb-5398-limoge-tan-tds-dt20240415172329901775.pdf?1713201811", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5858/limoge-tan-usb-5398-dt20210429155116203-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USB-5398/limoge-tan", + "scraped_at": "2026-05-02T04:03:38.027Z" + }, + { + "sku": "USB-5962", + "color_name": "ULTRA BEIGE", + "description": "Ultra Beige is a light beige polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.24 + }, + { + "min": 50, + "max": 199, + "price": 15.43 + }, + { + "min": 200, + "max": null, + "price": 14.62 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7662/usb-5962-ultra-beige-dt20251125181814189231.pdf?1764094695", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8972/ultra-beige-usb-5962-dt20251126161921592127-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USB-5962/ultra-beige", + "scraped_at": "2026-05-02T04:03:49.982Z" + }, + { + "sku": "USB-6535", + "color_name": "Henry Blue", + "description": "Henry Blue is a very dark blue black polyester solid tone and has a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.13 + }, + { + "min": 50, + "max": 199, + "price": 11.52 + }, + { + "min": 200, + "max": null, + "price": 10.92 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3256/usb-6535-henry-blue-tds-dt20230911150859411687.pdf?1694444941", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7716/henry-blue-usb-6535-dt20231005191037047916-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USB-6535/henry-blue", + "scraped_at": "2026-05-02T04:04:04.684Z" + }, + { + "sku": "USB-6656", + "color_name": "Sandman Tan", + "description": "Sandman Tan is a warn tan polyester solid tone and has a satin finish. Satin: 21-36 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.92 + }, + { + "min": 50, + "max": 199, + "price": 18.92 + }, + { + "min": 200, + "max": null, + "price": 17.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7816/usb-6656-sandman-tan-dt2025123122295345773.pdf?1767220195", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8973/sandman-tan-usb-6656-dt2026010920051257463-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USB-6656/sandman-tan", + "scraped_at": "2026-05-02T04:04:17.483Z" + }, + { + "sku": "USB-6718", + "color_name": "Flat Burgundy", + "description": "Flat Burgundy is a deep red polyester solid tone and has a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 22.53 + }, + { + "min": 50, + "max": 199, + "price": 21.4 + }, + { + "min": 200, + "max": null, + "price": 20.28 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6204/usb-6718-flat-burgundy-tds-dt20240419155313706045.pdf?1713541996", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8974/flat-burgundy-usb-6718-dt20240502214217040514-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USB-6718/flat-burgundy", + "scraped_at": "2026-05-02T04:04:31.905Z" + }, + { + "sku": "USS-0238", + "color_name": "Whisper White", + "description": "Whisper White is a true white. This color is a polyurethane solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.12 + }, + { + "min": 50, + "max": 199, + "price": 12.46 + }, + { + "min": 200, + "max": null, + "price": 11.81 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/51/glaze-application-guide-dt20181017182755736.pdf?1579619210", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5860/whisper-white-uss-0238-dt20250617193642755584-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-0238/whisper-white", + "scraped_at": "2026-05-02T04:04:46.648Z" + }, + { + "sku": "USS-1028", + "color_name": "CAMERON BEIGE", + "description": "Cameron Beige is a light pink/beige solid tone. This color is a polyurethane solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 24.65 + }, + { + "min": 50, + "max": 199, + "price": 23.42 + }, + { + "min": 200, + "max": null, + "price": 22.19 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4162/uss-1028-cameron-beige-tds-dt2023100319511905815.pdf?1696362681", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5863/cameron-beige-uss-1028-dt20210428145959724-thumbnail.jpg?1619622001&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-1028/cameron-beige", + "scraped_at": "2026-05-02T04:04:59.012Z" + }, + { + "sku": "USS-10648", + "color_name": "Can-Am Magma Red", + "description": "Can-Am Magma Red is our closest match to Can-Am's Maverick X3 2017-2021 Magma Red. This color is a polyurethane solid tone powder coat with a glossy finish. High Gloss: 85+ Gloss Units PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsCan-Am", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.5 + }, + { + "min": 50, + "max": 199, + "price": 17.58 + }, + { + "min": 200, + "max": null, + "price": 16.65 + } + ], + "safety_data_sheet_url": "https://www.prismaticpowders.com/documents", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2399/uss-10648-magma-red-tds-dt20230710231903109299.pdf?1689031145", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12815/can-am-magma-red-uss-10648-dt20250623150041409345-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-10648/can-am-magma-red", + "scraped_at": "2026-05-02T04:05:15.787Z" + }, + { + "sku": "USS-10665", + "color_name": "Yama Orange", + "description": "Prismatic Powders Yama Orange is our closest match to Yamaha Orange. This color is a polyurethane solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units PRODUCT COLLECTIONS This is included in the following collection(s): PowersportsYamaha", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.03 + }, + { + "min": 50, + "max": 199, + "price": 18.08 + }, + { + "min": 200, + "max": null, + "price": 17.13 + } + ], + "safety_data_sheet_url": "https://www.prismaticpowders.com/documents", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2398/uss-10665-yama-orange-tds-dt20230710231733388774.pdf?1689031055", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12827/yama-orange-uss-10665-dt20210520143719305-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-10665/yama-orange", + "scraped_at": "2026-05-02T04:05:31.196Z" + }, + { + "sku": "USS-10723", + "color_name": "Subalpine", + "description": "Subalpine is a warm white polyester solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.03 + }, + { + "min": 50, + "max": 199, + "price": 12.38 + }, + { + "min": 200, + "max": null, + "price": 11.73 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13042/subalpine-uss-10723-dt20231110233629687116-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-10723/subalpine", + "scraped_at": "2026-05-02T04:05:42.251Z" + }, + { + "sku": "USS-10926", + "color_name": "Semi Gloss Black", + "description": "Semi Gloss Black, formerly known as Matte Black, is a true dark black. This color is a polyurethane solid tone powder coat with a semi-gloss finish. Semi-Gloss: 36-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.07 + }, + { + "min": 50, + "max": 199, + "price": 11.47 + }, + { + "min": 200, + "max": null, + "price": 10.86 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2396/uss-10926-semi-gloss-black-tds-dt20230710231134413236.pdf?1689030696", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13762/semi-gloss-black-uss-10926-dt20250616182746522106-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-10926/semi-gloss-black", + "scraped_at": "2026-05-02T04:05:54.787Z" + }, + { + "sku": "USS-11164", + "color_name": "Black Out", + "description": "Black Out is a sleek, matte black. This color is a polyurethane solid tone powder with a matte finish. Matte: 7-20 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.81 + }, + { + "min": 50, + "max": 199, + "price": 11.22 + }, + { + "min": 200, + "max": null, + "price": 10.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7874/uss-11164-black-out-dt20260102203352824525.pdf?1767386034", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/14365/black-out-uss-11164-dt20250714145750570991-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-11164/black-out", + "scraped_at": "2026-05-02T04:06:10.830Z" + }, + { + "sku": "USS-1120", + "color_name": "DEEP ROSE", + "description": "Deep Rose is a deep rose red solid tone. This color is a polyurethane solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.98 + }, + { + "min": 50, + "max": 199, + "price": 14.23 + }, + { + "min": 200, + "max": null, + "price": 13.48 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3747/uss-1120-deep-rose-tds-dt20230922180825728466.pdf?1695406108", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5867/deep-rose-uss-1120-dt20181106221106791-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-1120/deep-rose", + "scraped_at": "2026-05-02T04:06:19.870Z" + }, + { + "sku": "USS-11326", + "color_name": "Bat Black", + "description": "Bat Black is a black polyurethane solid tone and has a matte finish. Matte: 7-20 Gloss Units +/-5 Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.38 + }, + { + "min": 50, + "max": 199, + "price": 10.81 + }, + { + "min": 200, + "max": null, + "price": 10.24 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7069/uss-11326-bat-black-dt20250218211450815878.pdf?1739913293", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16992/bat-black-uss-11326-dt20240530182537161732-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-11326/bat-black", + "scraped_at": "2026-05-02T04:06:32.047Z" + }, + { + "sku": "USS-11366", + "color_name": "Jeep Punk N Orange", + "description": "Jeep Punk N Orange is a classic orange OEM matched polyester solid tone and has a high gloss finish. Color Match: Jeep Punkn PE4 High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): JeepAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 19.18 + }, + { + "min": 50, + "max": 199, + "price": 18.22 + }, + { + "min": 200, + "max": null, + "price": 17.26 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5813/uss-11366-jeep-punk-n-orange-tds-dt20240314192117481467.pdf?1710444079", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16574/jeep-punk-n-orange-uss-11366-dt20240325161726352329-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-11366/jeep-punk-n-orange", + "scraped_at": "2026-05-02T04:06:46.180Z" + }, + { + "sku": "USS-11433", + "color_name": "Chevy Hugger Orange", + "description": "Chevy Hugger Orange is a classic orange OEM matched polyester solid tone and has a high gloss finish. Color Match: Chevy Hugger Orange High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ChevroletAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.57 + }, + { + "min": 50, + "max": 199, + "price": 20.49 + }, + { + "min": 200, + "max": null, + "price": 19.41 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16751/chevy-hugger-orange-uss-11433-dt20240418204514639561-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-11433/chevy-hugger-orange", + "scraped_at": "2026-05-02T04:06:59.506Z" + }, + { + "sku": "USS-11480", + "color_name": "Snap-on Candy Apple Red", + "description": "Snap-on Candy Apple Red is an OEM matched red urethane solid tone and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 23.68 + }, + { + "min": 50, + "max": 199, + "price": 22.5 + }, + { + "min": 200, + "max": null, + "price": 21.31 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/16996/snap-on-candy-apple-red-uss-11480-dt20240712180010526471-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-11480/snap-on-candy-apple-red", + "scraped_at": "2026-05-02T04:07:08.503Z" + }, + { + "sku": "USS-11548", + "color_name": "Ferrari Giallo Modena", + "description": "Ferrari Giallo Modena is an OEM matched yellow polyester solid tone and has a gloss finish. Color Match: Ferrari Giallo Modena 4305 229211 Gloss: 71-85 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): FerrariAutomotive-OEM", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 34.92 + }, + { + "min": 50, + "max": 199, + "price": 33.17 + }, + { + "min": 200, + "max": null, + "price": 31.43 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6729/uss-11548-ferrari-giallo-modena-dt20240708220413180232.pdf?1720476255", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/17483/ferrari-giallo-modena-uss-11548-dt20240906164533963603-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-11548/ferrari-giallo-modena", + "scraped_at": "2026-05-02T04:07:19.250Z" + }, + { + "sku": "USS-1493", + "color_name": "EVERBEIGE", + "description": "Everbeige is a light beige. This color is a polyurethane solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.01 + }, + { + "min": 50, + "max": 199, + "price": 19.96 + }, + { + "min": 200, + "max": null, + "price": 18.91 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/51/glaze-application-guide-dt20181017182755736.pdf?1579619210", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5869/everbeige-uss-1493-dt20181107220545887-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-1493/everbeige", + "scraped_at": "2026-05-02T04:07:32.168Z" + }, + { + "sku": "USS-1522", + "color_name": "Black Jack", + "description": "Black Jack is a soft, low gloss black. This color is a polyurethane solid tone powder coat with a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.27 + }, + { + "min": 50, + "max": 199, + "price": 11.66 + }, + { + "min": 200, + "max": null, + "price": 11.04 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7946/uss-1522-black-jack-dt20260102215155968067.pdf?1767390717", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5871/black-jack-uss-1522-dt20250530165158704491-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-1522/black-jack", + "scraped_at": "2026-05-02T04:07:43.909Z" + }, + { + "sku": "USS-1571", + "color_name": "Daffodil Yellow", + "description": "Daffodil Yellow is a bright taxi cab yellow. This color is a polyurethane solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 21.72 + }, + { + "min": 50, + "max": 199, + "price": 20.63 + }, + { + "min": 200, + "max": null, + "price": 19.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7524/uss-1571-daffodil-yellow-dt20250825184449940627.pdf?1756147492", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5873/daffodil-yellow-uss-1571-dt20211101162424506-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-1571/daffodil-yellow", + "scraped_at": "2026-05-02T04:07:59.234Z" + }, + { + "sku": "USS-1630", + "color_name": "Orange Blossom", + "description": "Orange Blossom is a light shade of burnt orange. This color is a polyurethane solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Pastels", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.02 + }, + { + "min": 50, + "max": 199, + "price": 16.17 + }, + { + "min": 200, + "max": null, + "price": 15.32 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/5611/uss-1630-orange-blossom-tds-dt2024012919320727164.pdf?1706556729", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5875/orange-blossom-uss-1630-dt20250902194434567278-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-1630/orange-blossom", + "scraped_at": "2026-05-02T04:08:10.958Z" + }, + { + "sku": "USS-1814", + "color_name": "Mushroom White", + "description": "Mushroom White is white a solid tone with a slight grey hue. This color is a polyurethane solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.08 + }, + { + "min": 50, + "max": 199, + "price": 12.43 + }, + { + "min": 200, + "max": null, + "price": 11.77 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4837/uss-1814-mushroom-white-tds-dt20231121210859176733.pdf?1700600941", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5877/mushroom-white-uss-1814-dt20201210223922744-thumbnail.jpg?1607639964&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-1814/mushroom-white", + "scraped_at": "2026-05-02T04:08:23.666Z" + }, + { + "sku": "USS-1824", + "color_name": "Vanilla Lace", + "description": "Vanilla Lace is a creamy banana yellow. This color is a polyurethane solid tone powder coat with a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 28.16 + }, + { + "min": 50, + "max": 199, + "price": 26.75 + }, + { + "min": 200, + "max": null, + "price": 25.34 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4836/uss-1824-vanilla-lace-tds-dt20231121210730329684.pdf?1700600852", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8853/vanilla-lace-uss-1824-dt20190621183039823-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-1824/vanilla-lace", + "scraped_at": "2026-05-02T04:08:34.611Z" + }, + { + "sku": "USS-2242", + "color_name": "ORIENT BEIGE", + "description": "Orient Beige is a dark cream/beige. This color is a polyurethane solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.17 + }, + { + "min": 50, + "max": 199, + "price": 12.51 + }, + { + "min": 200, + "max": null, + "price": 11.85 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3380/uss-2242-orient-beige-tds-dt20230913213833466987.pdf?1694641115", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5879/orient-beige-uss-2242-dt20210416150816257-thumbnail.jpg?1618585697&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-2242/orient-beige", + "scraped_at": "2026-05-02T04:08:46.058Z" + }, + { + "sku": "USS-2603", + "color_name": "Gloss Black", + "description": "Gloss Black is a rich dark black. This color is a polyurethane solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning CREATIONS MADE WITH GLOSS BLACK View Details View Details PRODUCT SUPPORT Q&As 7 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Why would Gloss Black USS-2603 powder coat turn foggy when curing? - All Metal Customs 12/11/20 02:27 pm Answer: There are a couple of scenarios that may lead to a foggy or hazy finish when applying Gloss Black USS-2603 or any powder for that matter. 1) Burn-off gasses curing into the finish because of poor oven ventilation 2) Too thick of application: looking to apply 2-3 mil thickness (can check this at flow-out once cooled) 3) Slow Ramp-up of oven temperature: Place your coated piece into an oven that has been pre-heated to the curing temperature. - Prismatic Support Question: What temperature and how long should I cure Gloss Black USS-2603 and should I hot coat it? - Anthony Riso 11/05/19 11:43 am Answer: Thank you for your inquiry, Gloss Black USS-2603 should be cured at 400 Degrees F. for 10 minutes. Remember that the 10 minute timer should NOT start until the thickest part of the substrate reaches cure temperature. You can use an infrared gun like the one available on our website https://www.prismaticpowders.com/shop/powder-coating-equipment/SE-422/prismatic-infrared-thermometer to check status of the substrate temperature. We never recommend applying our powders hot or Hot-Flocking. All of our powder application guides are located on our website. For Gloss Black USS-2603 you begin by searching from our Shop tab for Gloss Black. https://www.prismaticpowders.com/shop/powder-coating-colors/USS-2603/gloss-black Select the Application Guide link and download the pdf file. If applying additional coats you will only want to partially cure the base coat then cure the finalized piece based on the top coat's application guide instructions. - Prismatic Support Question: Is this tribo gun compatible? - Travis Hamilton 04/17/19 10:01 pm Answer: Yes it should work with your tribo gun. - Prismatic Support Question: At what temp and time should we use to apply to aluminium wheels? - C G 04/10/19 11:12 am Answer: Gloss Black has a cure schedule of 12 mins at 400F (see Application Guide on product page). We only suggest apply to parts that have cooled to around room temp (up to 150F is okay). Remember cure times are based off of part metal temp, so the parts (wheels) must reach the full curing temp before starting the cure timer. - Prismatic Support Question: Do I need to clear coat this black? - Watson Custom Metals 03/20/19 08:41 pm Answer: No, a clear is not required but can be applied for increased overall durability. - Prismatic Support Question: Difference between this and Ink Black? - Mike Difilippo 02/22/19 07:33 pm Answer: Ink Black is a slightly glossier finish and is a slightly deeper black. - Prismatic Support Question: What temperature is this powder good to? - Thomas Braun 12/09/18 12:26 pm Answer: We don't recommend subjecting powder coating to sustained temperatures higher than 250F but it can handle brief spikes in temp up to 350-400F. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 10.71 + }, + { + "min": 50, + "max": 199, + "price": 10.17 + }, + { + "min": 200, + "max": null, + "price": 9.64 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/6912/uss-2603-gloss-black-dt20241017213112604652.pdf?1729200674", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5881/gloss-black-uss-2603-dt20250530164011491152-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-2603/gloss-black", + "scraped_at": "2026-05-02T04:08:59.280Z" + }, + { + "sku": "USS-2996", + "color_name": "Computer Beige", + "description": "Computer Beige is a medium beige. This color is a polyurethane solid tone powder coat and has a glossy finish. Gloss: 71-85 Gloss Units Proposition 65 Warning", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.01 + }, + { + "min": 50, + "max": 199, + "price": 14.26 + }, + { + "min": 200, + "max": null, + "price": 13.51 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7887/uss-2996-computer-beige-dt20260102205042407771.pdf?1767387044", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5885/computer-beige-uss-2996-dt20210215160019594-thumbnail.jpg?1613404821&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-2996/computer-beige", + "scraped_at": "2026-05-02T04:09:11.551Z" + }, + { + "sku": "USS-4085", + "color_name": "FIBER", + "description": "Fiber is a medium-light beige. This color is a polyurethane solid tone powder coat with a semi-gloss finish. Semi-Gloss: 37-70 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Cerakote® Color Matches", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.53 + }, + { + "min": 50, + "max": 199, + "price": 13.8 + }, + { + "min": 200, + "max": null, + "price": 13.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2404/uss-4085-fiber-tds-dt20230710232658571775.pdf?1689031620", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/7164/fiber-uss-4085-dt20200918211157582-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-4085/fiber", + "scraped_at": "2026-05-02T04:09:23.660Z" + }, + { + "sku": "USS-4709", + "color_name": "Cloud Black", + "description": "Cloud Black is a dull black. This color is a polyurethane solid tone powder coat and has a matte finish. Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Can you apply clear vision over this color to achieve a semi gloss finish? - George Dominguez 05/11/22 06:17 pm Answer: Yes, you can apply this over our Cloud Black and achieve a High-Gloss finish! This can be a popular option with our other low gloss black options if you're looking to create a high-gloss black finish. - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.28 + }, + { + "min": 50, + "max": 199, + "price": 11.67 + }, + { + "min": 200, + "max": null, + "price": 11.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2403/uss-4709-cloud-black-tds-dt20230710232526631465.pdf?1689031528", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5889/cloud-black-uss-4709-dt20250523195628782339-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-4709/cloud-black", + "scraped_at": "2026-05-02T04:09:38.953Z" + }, + { + "sku": "USS-5063", + "color_name": "ROSEMONT TAN", + "description": "Rosemont Tan is a light beige with a hint of pink. This color is a polyurethane solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.31 + }, + { + "min": 50, + "max": 199, + "price": 12.64 + }, + { + "min": 200, + "max": null, + "price": 11.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2402/uss-5063-rosemont-tan-tds-dt20230710232358352216.pdf?1689031440", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5891/rosemont-tan-uss-5063-dt20200810171353391-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-5063/rosemont-tan", + "scraped_at": "2026-05-02T04:09:53.577Z" + }, + { + "sku": "USS-5204", + "color_name": "Ultra Black Chrome", + "description": "Ultra Black Chrome is a unique one of a kind deep charcoal. This color is a polyurethane solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units NOTE: This color has special application instructions please view the Application Guide.*A clear top coat is recommended for exterior use* Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): ChromeDesignerMajestic ShadowsExquisite Spaces", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.29 + }, + { + "min": 50, + "max": 199, + "price": 14.53 + }, + { + "min": 200, + "max": null, + "price": 13.76 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2401/uss-5204-ultra-black-chrome-tds-dt20230710232208542283.pdf?1689031330", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5893/ultra-black-chrome-uss-5204-dt20251124210700195437-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-5204/ultra-black-chrome", + "scraped_at": "2026-05-02T04:10:04.121Z" + }, + { + "sku": "USS-6790", + "color_name": "Plush Mauve", + "description": "Plush Mauve is a soft mauve solid tone. This color is a polyurethane solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 18.36 + }, + { + "min": 50, + "max": 199, + "price": 17.44 + }, + { + "min": 200, + "max": null, + "price": 16.52 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4833/uss-6790-plush-mauve-tds-dt20231121205346084652.pdf?1700600027", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5895/plush-mauve-uss-6790-dt2018112618312912-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-6790/plush-mauve", + "scraped_at": "2026-05-02T04:10:18.514Z" + }, + { + "sku": "USS-6868", + "color_name": "Hot Rod Orange", + "description": "Hot Rod Orange is a bright orange solid tone. This color is a polyurethane solid tone powder coat and has a high gloss finish. High Gloss: 85+ Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.53 + }, + { + "min": 50, + "max": 199, + "price": 15.7 + }, + { + "min": 200, + "max": null, + "price": 14.88 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/2400/uss-6868-hot-rod-orange-tds-dt20230710232031349487.pdf?1689031233", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/13677/hot-rod-orange-uss-6868-dt20220415210739084553-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/USS-6868/hot-rod-orange", + "scraped_at": "2026-05-02T04:10:32.730Z" + }, + { + "sku": "UTB-1986", + "color_name": "Brownwood Brown", + "description": "Brownwood Brown is a dark bronze texture with a slight sparkle. This color is a polyurethane texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.63 + }, + { + "min": 50, + "max": 199, + "price": 16.75 + }, + { + "min": 200, + "max": null, + "price": 15.87 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4830/utb-1986-brownwood-brown-tds-dt20231121204833918348.pdf?1700599715", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5899/brownwood-brown-utb-1986-dt20210510150136366-thumbnail.jpg?1620658897&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-1986/brownwood-brown", + "scraped_at": "2026-05-02T04:10:41.969Z" + }, + { + "sku": "UTB-2123", + "color_name": "Weeping Silver", + "description": "Weeping Silver is a medium shade of grey with a fine dark grey speckle and a slight texture. This color is a polyester texture powder coat and has a semi-gloss finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Semi-Gloss: 37-70 Gloss Units This color is not recommended for exterior exposure. Applying a clear top coat may improve UV resistance, weather stability, and the finish's overall durability. It is important to note that a top coat can alter the appearance, color, and/or finish of the base coat. Inconsistent mil thickness of the base coat or top coat can lead to uneven color results. We strongly recommend spraying a test panel before applying any top coat, or additional base coats to your project. This ensures the final color meets your specifications and allows you to be fully prepared for any potential color or finish changes. Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.26 + }, + { + "min": 50, + "max": 199, + "price": 12.6 + }, + { + "min": 200, + "max": null, + "price": 11.93 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7733/utb-2123-weeping-silver-dt20251229200017475961.pdf?1767038419", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5901/weeping-silver-utb-2123-dt20251208163833543539-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-2123/weeping-silver", + "scraped_at": "2026-05-02T04:10:55.033Z" + }, + { + "sku": "UTB-2467", + "color_name": "Dusk Grey", + "description": "Dusk Grey is a fine stone grey. This color is a polyurethane texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.44 + }, + { + "min": 50, + "max": 199, + "price": 11.82 + }, + { + "min": 200, + "max": null, + "price": 11.2 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3778/utb-2467-dusk-grey-tds-dt20230925153553148556.pdf?1695656155", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5905/dusk-grey-utb-2467-dt20200518224254828-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-2467/dusk-grey", + "scraped_at": "2026-05-02T04:11:10.786Z" + }, + { + "sku": "UTB-2522", + "color_name": "Blue Steel Texture", + "description": "Blue Steel Texture is a dark steely blue. This color is a polyurethane texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.56 + }, + { + "min": 50, + "max": 199, + "price": 11.93 + }, + { + "min": 200, + "max": null, + "price": 11.3 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4827/utb-2522-blue-steel-texture-tds-dt20231121204246206687.pdf?1700599368", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5907/blue-steel-texture-utb-2522-dt20210630165322113-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-2522/blue-steel-texture", + "scraped_at": "2026-05-02T04:11:21.687Z" + }, + { + "sku": "UTB-4832", + "color_name": "Weeping Silver II", + "description": "Weeping Silver II is a white and silver speckled contrast with a soft sandpaper feel. This color is a polyurethane texture powder coat and has a satin finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 17.46 + }, + { + "min": 50, + "max": 199, + "price": 16.59 + }, + { + "min": 200, + "max": null, + "price": 15.71 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7493/utb-4832-weeping-silver-ii-dt20250728203703707537.pdf?1753735026", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5909/weeping-silver-ii-utb-4832-dt20190208185120931-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-4832/weeping-silver-ii", + "scraped_at": "2026-05-02T04:11:36.307Z" + }, + { + "sku": "UTB-5223", + "color_name": "Rustic Texture", + "description": "Rustic Texture is a reddish/brick colored fine texture. This color is a polyurethane texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-20 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.74 + }, + { + "min": 50, + "max": 199, + "price": 14 + }, + { + "min": 200, + "max": null, + "price": 13.27 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7877/utb-5223-rustic-texture-dt20260102203738550019.pdf?1767386260", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5911/rustic-texture-utb-5223-dt20250530165900808846-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-5223/rustic-texture", + "scraped_at": "2026-05-02T04:11:46.930Z" + }, + { + "sku": "UTB-5671", + "color_name": "Black Iron II", + "description": "Black Iron II is a dark charcoal, and has fine specks of white. It also has a slightly rough and mild texture. This color is a polyurethane texture powder coat and has a matte finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Matte: 7-10 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 12.83 + }, + { + "min": 50, + "max": 199, + "price": 12.19 + }, + { + "min": 200, + "max": null, + "price": 11.55 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7378/utb-5671-black-iron-ii-dt20250605213532281934.pdf?1749159334", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5913/black-iron-ii-utb-5671-dt20210106185431588-thumbnail.jpg?1609959272&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-5671/black-iron-ii", + "scraped_at": "2026-05-02T04:12:00.329Z" + }, + { + "sku": "UTB-5726", + "color_name": "Brown Texture", + "description": "Brown Texture is a dark brown texture with a reddish hue. This color is a polyurethane texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 13.31 + }, + { + "min": 50, + "max": 199, + "price": 12.64 + }, + { + "min": 200, + "max": null, + "price": 11.98 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4825/utb-5726-brown-texture-tds-dt20231121203549952909.pdf?1700598951", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5917/brown-texture-utb-5726-dt20201020144637738-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-5726/brown-texture", + "scraped_at": "2026-05-02T04:12:17.628Z" + }, + { + "sku": "UTB-7101", + "color_name": "MIDNIGHT", + "description": "Midnight is a dark navy blue with a sandpaper-like texture. This color is a polyurethane texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.03 + }, + { + "min": 50, + "max": 199, + "price": 13.33 + }, + { + "min": 200, + "max": null, + "price": 12.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/52/cast-application-guide-dt20181017182831333.pdf?1539800915", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5919/midnight-utb-7101-dt20190206173252992-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-7101/midnight", + "scraped_at": "2026-05-02T04:12:28.561Z" + }, + { + "sku": "UTB-7113", + "color_name": "BURGUNDY TEXTURE", + "description": "Burgundy Texture is a dark burgundy. This color is a polyurethane texture powder coat and has a flat finish. Flat: 0-6 Gloss Units We recommend the use of a primer base coat under ALL texture and cast finishes. Burgundy Texture is a dark burgundy. This color is a polyurethane texture powder coat and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.03 + }, + { + "min": 50, + "max": 199, + "price": 13.33 + }, + { + "min": 200, + "max": null, + "price": 12.63 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4822/utb-7113-burgundy-texture-tds-dt20231121202809605942.pdf?1700598491", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5921/burgundy-texture-utb-7113-dt20210624223156953-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-7113/burgundy-texture", + "scraped_at": "2026-05-02T04:12:44.542Z" + }, + { + "sku": "UTS-1269", + "color_name": "PEWTER TEXTURE", + "description": "Pewter Texture is a medium silver/grey texture. This color is a polyurethane texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Do you have a real photo of this color (uts-1269)? - Herman T 07/29/19 10:55 am Answer: Photographs or our swatch samples are generally not a good representation due to varying ambient light and accuracy of the camera used. I highly recommend ordering a swatch sample of the color you are looking to purchase to make sure you are receiving an accurate color representation. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 14.53 + }, + { + "min": 50, + "max": 199, + "price": 13.8 + }, + { + "min": 200, + "max": null, + "price": 13.08 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7496/uts-1269-pewter-texture-dt20250728203949996998.pdf?1753735192", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5922/pewter-texture-uts-1269-dt20201209171316534-thumbnail.jpg?1607533997&size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UTS-1269/pewter-texture", + "scraped_at": "2026-05-02T04:12:58.523Z" + }, + { + "sku": "UTS-1527", + "color_name": "Black Diamond", + "description": "Black Diamond is a rich black color with a sandpaper texture. This color is a polyester texture powder coat with a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 11.07 + }, + { + "min": 50, + "max": 199, + "price": 10.52 + }, + { + "min": 200, + "max": null, + "price": 9.96 + } + ], + "safety_data_sheet_url": "https://www.prismaticpowders.com/documents", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7442/uts-1527-black-diamond-dt20250725161511325785.pdf?1753460114", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5924/black-diamond-uts-1527-dt20250616175224877289-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UTS-1527/black-diamond", + "scraped_at": "2026-05-02T04:13:15.386Z" + }, + { + "sku": "UTS-5433", + "color_name": "Weathered Rust", + "description": "Weathered Rust is a rust colored texture. This color is a polyurethane texture powder coat and has a flat finish. We recommend the use of a primer base coat under ALL texture and cast finishes. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Natural Stone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 15.61 + }, + { + "min": 50, + "max": 199, + "price": 14.83 + }, + { + "min": 200, + "max": null, + "price": 14.05 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/3782/uts-5433-weathered-rust-tds-dt20230925154204708169.pdf?1695656527", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5926/weathered-rust-uts-5433-dt20250627180508347674-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UTS-5433/weathered-rust", + "scraped_at": "2026-05-02T04:13:29.955Z" + }, + { + "sku": "UVB-1227", + "color_name": "Red/Gold", + "description": "Red/Gold is a reddish gold color. This color is a polyurethane vein powder coat and has a satin finish. Satin: 21-35 Gloss Units Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.77 + }, + { + "min": 50, + "max": 199, + "price": 15.93 + }, + { + "min": 200, + "max": null, + "price": 15.09 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/4820/uvb-1227-red-gold-tds-dt20231121192106556491.pdf?1700594468", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/5928/red-gold-uvb-1227-dt2021040821173937-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UVB-1227/red-gold", + "scraped_at": "2026-05-02T04:13:43.178Z" + }, + { + "sku": "UVB-2152", + "color_name": "Imperial Silver", + "description": "Imperial Silver is a medium silver polyester vein with a gloss finish. Gloss: 71-85 Gloss Units Notes: A clear top coat is recommended for exterior use. While a clear top coat may improve UV resistance and the overall durability of the finish, it can occasionally change the appearance of the color it is being applied over. We recommend spraying a test panel before applying it to your project to ensure the final color meets your specifications. Proposition 65 Warning PRODUCT COLLECTIONS This is included in the following collection(s): Hammertone PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 16.05 + }, + { + "min": 50, + "max": 199, + "price": 15.25 + }, + { + "min": 200, + "max": null, + "price": 14.45 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/8099/prismatic-powders-p-series-sds-dt20260126212318272746.pdf?1769462600", + "technical_data_sheet_url": "https://www.prismaticpowders.com/documents", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/8977/imperial-silver-uvb-2152-dt20240417174929122934-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UVB-2152/imperial-silver", + "scraped_at": "2026-05-02T04:13:55.333Z" + }, + { + "sku": "UWS-11721", + "color_name": "Alligator Wrinkle", + "description": "Alligator Wrinkle is a black urethane wrinkle with alligator texture and has a flat finish. Flat: 0-6 Gloss Units Proposition 65 Warning PRODUCT SUPPORT Q&As 0 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 49, + "price": 29.94 + }, + { + "min": 50, + "max": 199, + "price": 28.44 + }, + { + "min": 200, + "max": null, + "price": 26.95 + } + ], + "safety_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/1057/prismatic-powders-u-series-sds-dt20211215181403251.pdf?1673299450", + "technical_data_sheet_url": "https://images.nicindustries.com/prismatic/documents/7587/uws-11721-alligator-wrinkle-dt20251014144229524618.pdf?1760452951", + "application_guide_url": "https://images.nicindustries.com/prismatic/documents/2274/prismatic-powders-application-guide-dt20230508192819506132.pdf?1683574101", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/19021/alligator-wrinkle-uws-11721-dt20251014155501148038-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/UWS-11721/alligator-wrinkle", + "scraped_at": "2026-05-02T04:14:10.074Z" + }, + { + "sku": "WN203QF", + "color_name": "99-7023 INT HT 450 BLACK IRON", + "description": "WN203QF 99-7023 HT450 BLK IRON/7402/25KG Interpon HT 450 - Designed for high service temperature (high heat) applications, product retains its film integrity and offers substrate protection during continuous or intermittent exposure to elevated service temperatures ranging from about 600°F to 800°F. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 39.32 + }, + { + "min": 1, + "max": 99999999, + "price": 39.32 + }, + { + "min": 100000000, + "max": null, + "price": 39.32 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12046/99-7023-int-ht-450-black-iron-wn203qf-dt20201029165748504-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/WN203QF/99-7023-int-ht-450-black-iron", + "scraped_at": "2026-05-02T04:14:25.194Z" + }, + { + "sku": "WN304QF", + "color_name": "99-71003 ACE 600 HT BLK 1E2397", + "description": "WN304QF 99-71003 HT BLK 1E2397/7402/25KG Interpon ACE 600 HT - Silicone based powder coating developed for the agricultural and construction equipment market. Provides corrosion protection and appearance integrity on components such as exhaust manifolds and mufflers that require extreme high heat temperatures up to 510°C. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 2 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. Question: How much powder would be required to apply 99-71003 ACE 600 High Temp Black to a motorcycle cylinder head and What would be the shipping timeframe to Alberta Canada ? - Terry Couturier 02/24/21 09:37 am Answer: A set of twin-cylinder motorcycle heads should only need our purchase minimum of 1 lb. of powder. 99-71003 ACE 600 High Temp Black is rated to 510 Celsius or 950 degrees Fahrenheit. Normally a priority shipment to Canada with no delays due to weather or other un-foreseen event is around 2-3 business days. - Prismatic Support CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 22.67 + }, + { + "min": 1, + "max": 99999999, + "price": 22.67 + }, + { + "min": 100000000, + "max": null, + "price": 22.67 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12048/99-71003-ace-600-ht-blk-1e2397-wn304qf-dt20201028154818513-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/WN304QF/99-71003-ace-600-ht-blk-1e2397", + "scraped_at": "2026-05-02T04:14:38.910Z" + }, + { + "sku": "YD000QF", + "color_name": "YD000QF INT ACE 2010 POWER TAN", + "description": "YD000QF INT ACE 2010 POWER TAN/7402/25KG Interpon ACE 2010 - Superior UV and weather resistant TGIC-free polyester powder coating designed for exterior exposure for agricultural and construction equipment and components. Tested against the most severe specifications, provides significantly improved gloss retention and resistance to color change. Additionally, possesses outstanding transfer efficiency and faraday cage penetration. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.27 + }, + { + "min": 1, + "max": 99999999, + "price": 11.27 + }, + { + "min": 100000000, + "max": null, + "price": 11.27 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12049/yd000qf-int-ace-2010-power-tan-yd000qf-dt20201029165919373-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/YD000QF/yd000qf-int-ace-2010-power-tan", + "scraped_at": "2026-05-02T04:14:50.987Z" + }, + { + "sku": "YG003QF", + "color_name": "YG003QF INT ACE 2010 CASE RED", + "description": "YG003QF INT ACE 2010 CASE RED/7402/20KG Interpon ACE 2010 - Superior UV and weather resistant TGIC-free polyester powder coating designed for exterior exposure for agricultural and construction equipment and components. Tested against the most severe specifications, provides significantly improved gloss retention and resistance to color change. Additionally, possesses outstanding transfer efficiency and faraday cage penetration. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 14.77 + }, + { + "min": 1, + "max": 99999999, + "price": 14.77 + }, + { + "min": 100000000, + "max": null, + "price": 14.77 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12051/yg003qf-int-ace-2010-case-red-yg003qf-dt20201029170157041-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/YG003QF/yg003qf-int-ace-2010-case-red", + "scraped_at": "2026-05-02T04:15:01.451Z" + }, + { + "sku": "YJ000QF", + "color_name": "YJ000QF INT ACE 2010 NH BLUE", + "description": "YJ000QF INT ACE 2010 NH BLUE/7402/20KG Interpon ACE 2010 - Superior UV and weather resistant TGIC-free polyester powder coating designed for exterior exposure for agricultural and construction equipment and components. Tested against the most severe specifications, provides significantly improved gloss retention and resistance to color change. Additionally, possesses outstanding transfer efficiency and faraday cage penetration. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 11.27 + }, + { + "min": 1, + "max": 99999999, + "price": 11.27 + }, + { + "min": 100000000, + "max": null, + "price": 11.27 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12052/yj000qf-int-ace-2010-nh-blue-yj000qf-dt20201029170311747-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/YJ000QF/yj000qf-int-ace-2010-nh-blue", + "scraped_at": "2026-05-02T04:15:16.479Z" + }, + { + "sku": "YL003QF", + "color_name": "YL003QF INT ACE2010 CNH DK GRY", + "description": "YL003QF INT ACE2010 CNH DK GRY/7402/20KG Interpon ACE 2010 - Superior UV and weather resistant TGIC-free polyester powder coating designed for exterior exposure for agricultural and construction equipment and components. Tested against the most severe specifications, provides significantly improved gloss retention and resistance to color change. Additionally, possesses outstanding transfer efficiency and faraday cage penetration. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": null, + "price": 10.5 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12054/yl003qf-int-ace2010-cnh-dk-gry-yl003qf-dt20201029170455978-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/YL003QF/yl003qf-int-ace2010-cnh-dk-gry", + "scraped_at": "2026-05-02T04:15:28.269Z" + }, + { + "sku": "YN101QF", + "color_name": "YN101QF INT ACE2010 CNH BLK SD", + "description": "YN101QF INT ACE2010 CNH BLK SD/7402/25KG Interpon ACE 2010 - Superior UV and weather resistant TGIC-free polyester powder coating designed for exterior exposure for agricultural and construction equipment and components. Tested against the most severe specifications, provides significantly improved gloss retention and resistance to color change. Additionally, possesses outstanding transfer efficiency and faraday cage penetration. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 8.89 + }, + { + "min": 1, + "max": 99999999, + "price": 8.89 + }, + { + "min": 100000000, + "max": null, + "price": 8.89 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12055/yn101qf-int-ace2010-cnh-blk-sd-yn101qf-dt20201029170605053-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/YN101QF/yn101qf-int-ace2010-cnh-blk-sd", + "scraped_at": "2026-05-02T04:15:39.926Z" + }, + { + "sku": "YN1117", + "color_name": "YN1117 INTERPON VOLVO BLACK", + "description": "YN1117 INT A2000 VOLVO BLACK/7402/20KG Interpon A2000 - Performance engineered powder coating designed for the highest automotive OEM standards for exterior coatings. Ideal for applications where a high level of aesthetic finish is required and designed to meet the performance requirements for automotive applications. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 10.13 + }, + { + "min": 1, + "max": 99999999, + "price": 10.13 + }, + { + "min": 100000000, + "max": null, + "price": 10.13 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12056/yn1117-interpon-volvo-black-yn1117-dt20201029150050148-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/YN1117/yn1117-interpon-volvo-black", + "scraped_at": "2026-05-02T04:15:49.772Z" + }, + { + "sku": "YN208Q", + "color_name": "YN208Q INT A2000 YN50KD BLACK", + "description": "YN208Q INT A2000 YN50KD BLACK/7402/20KG Interpon A2000 - Performance engineered powder coating designed for the highest automotive OEM standards for exterior coatings. Ideal for applications where a high level of aesthetic finish is required and designed to meet the performance requirements for automotive applications. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 12.52 + }, + { + "min": 1, + "max": 99999999, + "price": 12.52 + }, + { + "min": 100000000, + "max": null, + "price": 12.52 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12057/yn208q-int-a2000-yn50kd-black-yn208q-dt20201029170656181-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/YN208Q/yn208q-int-a2000-yn50kd-black", + "scraped_at": "2026-05-02T04:16:04.637Z" + }, + { + "sku": "ZN202QF", + "color_name": "ZN202QF 810 BLACK FLNA 40912", + "description": "ZN202QF 810 BLACK FLNA 40912/7402/20KG Interpon 810 LG - High durability matte powder coatings formulated withouth TGIC and designed for exterior exposure. Tested against the most severe specifications, Interpon 810 LG gives significantly improved gloss retention and resistance to color change. To order more than 50 lbs. of this color, or for AkzoNobel specific Terms, Conditions and Warranty, click here to go to AkzoNobel/Interpon PRODUCT COLLECTIONS This is included in the following collection(s): AkzoNobel PRODUCT SUPPORT Q&As 1 FAQs 17 Articles 0 HAVE QUESTIONS ABOUT THIS PRODUCT? ASK A QUESTION Question: Are we able to order a color swatch of this? - Viator Design And Construction 04/28/22 08:02 am Answer: Unfortunately, we do not offer swatches for the AkzoNobel products we carry…I would recommend contacting AkzoNobel to see if a small sample/swatch can be purchased directly from them! - Nic Industries Inc. CUSTOMER SERVICE Returns Shipping & Delivery Contact Us Terms & Policies ABOUT US Who we are Careers Customer Testimonials Announcement Hub RESOURCES Shop Powder Coating Colors Color Match Applicator Projects Find an Applicator Near You Knowledge Base Documents & Downloads Videos WE'RE WORLDWIDE See Locations INNOVATIONS OF NIC Cerakote® NIC Industries Inc.® Performance Materials WE'RE ALWAYS LOOKING TO IMPROVE TELL US WHAT YOU LOVE OR WHAT WE NEED TO FIX. GIVE FEEDBACK Need Help? Call us at: 1-866-774-7628 PRISMATIC POWDERS NEWSLETTER SUBSCRIBE TO RECEIVE EXCLUSIVE PROMOS AND DISCOUNTS! * indicates required GOT SOCIAL? FOLLOW US © 2026 PRISMATIC POWDERS®. All Rights Reserved. Terms of Use", + "price_tiers": [ + { + "min": 1, + "max": 0, + "price": 15.53 + }, + { + "min": 1, + "max": 99999999, + "price": 15.53 + }, + { + "min": 100000000, + "max": null, + "price": 15.53 + } + ], + "safety_data_sheet_url": "", + "technical_data_sheet_url": "", + "application_guide_url": "", + "sample_image_url": "https://images.nicindustries.com/prismatic/products/12068/zn202qf-810-black-flna-40912-zn202qf-dt20201029170800913-thumbnail.jpg?size=600", + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/ZN202QF/zn202qf-810-black-flna-40912", + "scraped_at": "2026-05-02T04:16:17.572Z" + } + ], + "errors": [ + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JN213QF/30-7233-c-cor-hp-dull-blk-f9t", + "error": "page.goto: Timeout 60000ms exceeded.\nCall log:\n\u001b[2m - navigating to \"https://www.prismaticpowders.com/shop/powder-coating-colors/JN213QF/30-7233-c-cor-hp-dull-blk-f9t\", waiting until \"domcontentloaded\"\u001b[22m\n", + "scraped_at": "2026-04-30T14:26:18.915Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JN216QF/30-7262-corvel-raven-black", + "error": "page.goto: Timeout 60000ms exceeded.\nCall log:\n\u001b[2m - navigating to \"https://www.prismaticpowders.com/shop/powder-coating-colors/JN216QF/30-7262-corvel-raven-black\", waiting until \"domcontentloaded\"\u001b[22m\n", + "scraped_at": "2026-04-30T14:27:27.549Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/JN252QF/jn252qf-interpon-600-on-x08-bl", + "error": "page.goto: Timeout 60000ms exceeded.\nCall log:\n\u001b[2m - navigating to \"https://www.prismaticpowders.com/shop/powder-coating-colors/JN252QF/jn252qf-interpon-600-on-x08-bl\", waiting until \"domcontentloaded\"\u001b[22m\n", + "scraped_at": "2026-04-30T14:28:35.394Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10354/neutron-star", + "error": "Could not find SKU or title on product page.", + "scraped_at": "2026-04-30T15:26:16.013Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10356/wild-mulberry", + "error": "Could not find SKU or title on product page.", + "scraped_at": "2026-04-30T15:26:57.553Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10367/prismatic-universe", + "error": "Could not find SKU or title on product page.", + "scraped_at": "2026-04-30T15:27:41.214Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10368/sand-dollar-pearl", + "error": "Could not find SKU or title on product page.", + "scraped_at": "2026-04-30T15:28:21.567Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10388/nixon-grey", + "error": "Could not find SKU or title on product page.", + "scraped_at": "2026-04-30T15:29:00.050Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10405/feeling-blue-sparkle", + "error": "Could not find SKU or title on product page.", + "scraped_at": "2026-04-30T15:29:42.892Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10409/rhodamine-sparkle", + "error": "Could not find SKU or title on product page.", + "scraped_at": "2026-04-30T15:30:23.212Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10417/cotton-candy-blue-sparkle", + "error": "Could not find SKU or title on product page.", + "scraped_at": "2026-04-30T15:31:01.701Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1042/misty-burgundy", + "error": "Could not find SKU or title on product page.", + "scraped_at": "2026-04-30T15:31:40.960Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1047/fuchsia-pearl", + "error": "Could not find SKU or title on product page.", + "scraped_at": "2026-04-30T15:32:21.071Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10505/copper-russet-step-1", + "error": "Could not find SKU or title on product page.", + "scraped_at": "2026-04-30T15:33:01.804Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10507/burnt-reynolds", + "error": "Could not find SKU or title on product page.", + "scraped_at": "2026-04-30T15:33:41.038Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10512/interstellar-ai", + "error": "Could not find SKU or title on product page.", + "scraped_at": "2026-04-30T15:34:20.160Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10513/pixie-blood", + "error": "Could not find SKU or title on product page.", + "scraped_at": "2026-04-30T15:35:03.256Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10517/midsummer-nights", + "error": "Could not find SKU or title on product page.", + "scraped_at": "2026-04-30T15:35:47.223Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10518/smurftastic", + "error": "Could not find SKU or title on product page.", + "scraped_at": "2026-04-30T15:36:25.911Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10520/glitterazzi", + "error": "Could not find SKU or title on product page.", + "scraped_at": "2026-04-30T15:37:09.742Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10523/illusion-ruby", + "error": "Could not find SKU or title on product page.", + "scraped_at": "2026-04-30T15:37:50.548Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10755/denim-metallic", + "error": "404 Not Found returned by site.", + "scraped_at": "2026-04-30T17:26:21.932Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10757/graphite-plum", + "error": "404 Not Found returned by site.", + "scraped_at": "2026-04-30T17:26:35.497Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10758/peach-mimosa", + "error": "404 Not Found returned by site.", + "scraped_at": "2026-04-30T17:26:46.562Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4040/mcbluegal", + "error": "404 Not Found returned by site.", + "scraped_at": "2026-04-30T20:51:58.861Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4042/diamond-blue", + "error": "404 Not Found returned by site.", + "scraped_at": "2026-04-30T20:52:16.617Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4043/earl-grey", + "error": "404 Not Found returned by site.", + "scraped_at": "2026-04-30T20:52:28.585Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4047/shannons-bronze", + "error": "404 Not Found returned by site.", + "scraped_at": "2026-04-30T20:52:40.224Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6404/extruded-brass", + "error": "404 Not Found returned by site.", + "scraped_at": "2026-05-01T01:46:05.391Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10404/matte-feeling-blue", + "error": "404 Not Found returned by site.", + "scraped_at": "2026-05-01T03:21:16.534Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11404/ford-torch-red", + "error": "404 Not Found returned by site.", + "scraped_at": "2026-05-01T15:17:35.810Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4041/mortar", + "error": "404 Not Found returned by site.", + "scraped_at": "2026-05-01T16:33:00.213Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4045/just-orange", + "error": "404 Not Found returned by site.", + "scraped_at": "2026-05-01T16:33:15.938Z" + }, + { + "product_url": "https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4048/banana-boat", + "error": "404 Not Found returned by site.", + "scraped_at": "2026-05-01T16:33:27.815Z" + } + ] +} \ No newline at end of file diff --git a/scripts/Web Scraping/product-urls.txt b/scripts/Web Scraping/product-urls.txt new file mode 100644 index 0000000..bf659a8 --- /dev/null +++ b/scripts/Web Scraping/product-urls.txt @@ -0,0 +1,5192 @@ +https://www.prismaticpowders.com/shop/powder-coating-colors/AA002QF/10-1002-corvel-appliance-white +https://www.prismaticpowders.com/shop/powder-coating-colors/AA004QF/10-1013-corvl-cool-wht-u1555-4 +https://www.prismaticpowders.com/shop/powder-coating-colors/AA101QF/10-1008-corvel-almond +https://www.prismaticpowders.com/shop/powder-coating-colors/AE001QF/10-2045a-corvel-sunflower-ylw +https://www.prismaticpowders.com/shop/powder-coating-colors/AE101Q/ae101q-int-100-pmt-ylw-primer +https://www.prismaticpowders.com/shop/powder-coating-colors/AG001QF/10-4003-corvel-alert-red +https://www.prismaticpowders.com/shop/powder-coating-colors/AG400QF/12-4001-corvel-robin-red-ul +https://www.prismaticpowders.com/shop/powder-coating-colors/AJ002QF/10-5017-cor-cobalt-blu-u1555-4 +https://www.prismaticpowders.com/shop/powder-coating-colors/AJ400QF/12-5003-corvel-mil-blu-u1556 +https://www.prismaticpowders.com/shop/powder-coating-colors/AJ402QF/12-5004-corvel-lag-blu-u1556 +https://www.prismaticpowders.com/shop/powder-coating-colors/AM400QF/12-8005-cor-chatea-brn-u1556 +https://www.prismaticpowders.com/shop/powder-coating-colors/AN001QF/10-7008-cor-hi-gls-blk-u1555-4 +https://www.prismaticpowders.com/shop/powder-coating-colors/AN005QF/10-7017-corvel-black-ul1555-4 +https://www.prismaticpowders.com/shop/powder-coating-colors/AN010Q/an010q-interpon-black +https://www.prismaticpowders.com/shop/powder-coating-colors/AN012QF/10-7086-corvel-black +https://www.prismaticpowders.com/shop/powder-coating-colors/AN016QF/an016qf-10-7428-black-u1555-4 +https://www.prismaticpowders.com/shop/powder-coating-colors/AN110QF/10-7589-cor-strlng-blk-u1585-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/AN208QF/10-7003-corvel-matte-black +https://www.prismaticpowders.com/shop/powder-coating-colors/AN211QF/10-7011-corvel-black +https://www.prismaticpowders.com/shop/powder-coating-colors/AN221QF/10-7068-corvel-vista-black +https://www.prismaticpowders.com/shop/powder-coating-colors/AN245QF/10-7665-corvel-pac-black +https://www.prismaticpowders.com/shop/powder-coating-colors/AN251QF/80-7001-corvel-solar-black +https://www.prismaticpowders.com/shop/powder-coating-colors/AN301QF/11-7001-corvel-asphalt-blk-tex +https://www.prismaticpowders.com/shop/powder-coating-colors/AN303QF/11-7015-corvel-belgian-blk-tex +https://www.prismaticpowders.com/shop/powder-coating-colors/AN400QF/12-7001-corvl-mdnt-blk-u1556 +https://www.prismaticpowders.com/shop/powder-coating-colors/APS-11224/acrylic-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/AZ104QF/13-9028-corvel-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/EA001QF/40-1012-corvel-snow-white +https://www.prismaticpowders.com/shop/powder-coating-colors/EA004QF/40-1042-corvel-fda-wht-u1585 +https://www.prismaticpowders.com/shop/powder-coating-colors/EA107QF/40-1260-corvel-k175-oyster-wht +https://www.prismaticpowders.com/shop/powder-coating-colors/EA213QF/41-1003-corvel-linear-white +https://www.prismaticpowders.com/shop/powder-coating-colors/EA231QF/ea231qf-plaster-smooth-tr-pls +https://www.prismaticpowders.com/shop/powder-coating-colors/EA301QF/41-1043-textra-frost-white +https://www.prismaticpowders.com/shop/powder-coating-colors/EA311Q/ea311q-int-f2010-plaster-tr-tw +https://www.prismaticpowders.com/shop/powder-coating-colors/ED111QF/ed111qf-40-8578-pebble-42 +https://www.prismaticpowders.com/shop/powder-coating-colors/EE002QF/40-2016-corvel-sunbrst-u1585 +https://www.prismaticpowders.com/shop/powder-coating-colors/EJ001QF/40-5031-corvel-blue-u1585 +https://www.prismaticpowders.com/shop/powder-coating-colors/ELB-1797/salem-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-1046/tomic-black +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-1066/osbourne-black +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-2573/gold-smith +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-2592/black-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-2945/beautiful-dreamer +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4080/burk-boiler-black +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4110/subtle-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4127/steel-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4175/gold-medallion +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4186/graphite-black-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4210/charcoal-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4233/iris-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4448/tomic-gold-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-4979/decor-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/EMB-6736/penny-flakes +https://www.prismaticpowders.com/shop/powder-coating-colors/EMS-0940/spanish-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/EN011QF/40-7739-corvel-halloween-blk +https://www.prismaticpowders.com/shop/powder-coating-colors/EN044Q/en044q-interpon-a4701-black +https://www.prismaticpowders.com/shop/powder-coating-colors/EN104QF/40-7483-corvel-65-gloss-black +https://www.prismaticpowders.com/shop/powder-coating-colors/EN2007/en2007-interpon-f2010-blk-tr-f +https://www.prismaticpowders.com/shop/powder-coating-colors/EN200QF/40-7055-c-corvel-flat-black +https://www.prismaticpowders.com/shop/powder-coating-colors/EN2017/en2017-interpon-charcoal-tr-k +https://www.prismaticpowders.com/shop/powder-coating-colors/EN204QF/40-7194-corvel-very-jet-black +https://www.prismaticpowders.com/shop/powder-coating-colors/EN305QF/41-7184-textra-vador-black +https://www.prismaticpowders.com/shop/powder-coating-colors/EN309QF/41-7253-textra-black +https://www.prismaticpowders.com/shop/powder-coating-colors/EN350U/en350u-f2010-black +https://www.prismaticpowders.com/shop/powder-coating-colors/EPB-0563/so-super-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/EPB-0966/super-dust-mithril +https://www.prismaticpowders.com/shop/powder-coating-colors/EPB-2002/burk-epoxy-stainless +https://www.prismaticpowders.com/shop/powder-coating-colors/EPB-4318/burk-stainless-cloud +https://www.prismaticpowders.com/shop/powder-coating-colors/EPB-5102/super-dust-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/EPS-5138/oh-so-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/ERB-1566/elkwood-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/ESS-0762/malibu-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/ESS-11150/epoxy-primer +https://www.prismaticpowders.com/shop/powder-coating-colors/ESS-11152/anti-gas-primer +https://www.prismaticpowders.com/shop/powder-coating-colors/ESS-11154/epoxy-white-primer +https://www.prismaticpowders.com/shop/powder-coating-colors/ESS-2953/black-stallion +https://www.prismaticpowders.com/shop/powder-coating-colors/ESS-4441/flatter-black +https://www.prismaticpowders.com/shop/powder-coating-colors/ESS-4916/domestic-white +https://www.prismaticpowders.com/shop/powder-coating-colors/EVS-1512/grecian-gold-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/EVS-4485/us-penny-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/EW102QF/43-9087a-britebond-tarjai-slvr +https://www.prismaticpowders.com/shop/powder-coating-colors/EW121QF/43-9436-britbnd-faux-stainless +https://www.prismaticpowders.com/shop/powder-coating-colors/EW204Q/ew204q-int-f2010-gunmetl-tr-mg +https://www.prismaticpowders.com/shop/powder-coating-colors/EW302QF/41-9124-textra-slick-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-0681/oil-rubbed-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-0856/spencer-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-0867/rockwell-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-0868/ironsides +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-1071/princeton +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-1470/imperial-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-1513/designer-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-1890/black-kranberry +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-2084/mahogany-fleck +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-2244/robust-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-2284/harshaw-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-5562/frosted-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-6472/hamden-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-6681/medium-grey-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9100/taupe +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9101/cocoa +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9102/copper +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9103/emerald-green +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9104/blue-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9105/lake-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9106/charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9108/ruby-red +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9109/dusty-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9110/plum-navy +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9111/bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9112/graphite-black +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9113/mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9114/silvas-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9115/midnight-blue-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9116/rose-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9117/silver-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9118/plum +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9119/burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9120/mauve-lite +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9123/iced-blue-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9124/iced-purple-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9125/phone-red +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9126/plum-pretty +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9127/blue-print +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9128/ozotech-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9131/hearty-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9132/old-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9133/black-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9134/aged-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9135/old-style-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9136/dark-bronze-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9137/golden-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9138/lite-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9139/aged-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9140/black-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9141/hotsy-red +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9142/dye-blue-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9143/blue-fish +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9146/tanker-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9148/silvas-mauve-lite +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9150/silk-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/EWB-9151/whale-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/EWS-0274/red-wrinkle-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/EWS-0516/ash-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/EWS-0531/rainbow-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/EWS-2751/spider-blue-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/EWS-9107/coal-black +https://www.prismaticpowders.com/shop/powder-coating-colors/HA000Q/ha000q-int-100-white-primer +https://www.prismaticpowders.com/shop/powder-coating-colors/HLB-2076/adobe-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/HLB-4961/golden-rock-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/HLB-4964/copper-rock-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/HLB-5015/soft-copper-rock-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-1559/creamy-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-1589/alloy-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-1741/sunrise-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-1900/skylark-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-2001/buckingham-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-2105/gt-tile-pink-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-2225/gold-bar-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-2524/flat-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-4137/prismatic-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-4232/pearlized-white +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-5032/regency-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-5970/hamden-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-6580/agoldszio +https://www.prismaticpowders.com/shop/powder-coating-colors/HMB-6871/ct-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/HNF35QF/17-7005-crvl-ecb1363a-blk +https://www.prismaticpowders.com/shop/powder-coating-colors/HRB-4682/flat-bronze-river +https://www.prismaticpowders.com/shop/powder-coating-colors/HRB-4990/black-rock-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/HRB-4995/alloy-gold-river +https://www.prismaticpowders.com/shop/powder-coating-colors/HRB-6113/pearl-river +https://www.prismaticpowders.com/shop/powder-coating-colors/HSB-10722/verdant +https://www.prismaticpowders.com/shop/powder-coating-colors/HSB-6761/frozen-white +https://www.prismaticpowders.com/shop/powder-coating-colors/HSS-0500/dew-white +https://www.prismaticpowders.com/shop/powder-coating-colors/HSS-1336/silk-satin-black +https://www.prismaticpowders.com/shop/powder-coating-colors/HSS-2345/polished-aluminum +https://www.prismaticpowders.com/shop/powder-coating-colors/HSS-4086/wright-whale +https://www.prismaticpowders.com/shop/powder-coating-colors/HSS-5033/fda-white +https://www.prismaticpowders.com/shop/powder-coating-colors/HSS-5097/antique-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/HTB-7087/toasted-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/HTB-8008/burnt-coconut +https://www.prismaticpowders.com/shop/powder-coating-colors/HTS-10098/shadowed-black-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/HTS-8170/platinum-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/JA008QF/30-1007-corvel-white-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JA022QF/30-11007-corvel-ral9016-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JA025QF/30-11011-corvel-ral9003-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JA029QF/30-11013-corvel-ral9010-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JA035QF/30-11048-corvel-w2-white +https://www.prismaticpowders.com/shop/powder-coating-colors/JA03EQF/ja03eqf-ral9018-papyrus-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JA04EQF/ja04eqf-ral9002-gry-wht-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JA054QF/30-1112-corvel-choice-white +https://www.prismaticpowders.com/shop/powder-coating-colors/JA059QF/30-1159-corvel-sky-white +https://www.prismaticpowders.com/shop/powder-coating-colors/JA062QF/30-1167-crvl-hi-reflectanc-wht +https://www.prismaticpowders.com/shop/powder-coating-colors/JA0647/ja0647-interpon-800-white +https://www.prismaticpowders.com/shop/powder-coating-colors/JA074QF/30-1388-corvel-parchment +https://www.prismaticpowders.com/shop/powder-coating-colors/JA079QF/30-1466-corvel-classic-white +https://www.prismaticpowders.com/shop/powder-coating-colors/JA301QF/31-1037-txtra-weatherable-wht +https://www.prismaticpowders.com/shop/powder-coating-colors/JD004QF/30-11015-corvel-ral9001-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JD006QF/30-11018-corvel-ral1013-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JD014QF/30-81013-corvel-ral1015-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JD016QF/30-81014-corvel-ral1019-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JD018QF/30-81017-corvel-ral1001-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JD033QF/30-8286-corvel-uni-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/JD048QF/30-8427-corvel-candlestick +https://www.prismaticpowders.com/shop/powder-coating-colors/JD091QF/jd091qf-ral-1014-ivory-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JD311QF/31-8134-textra-wheat +https://www.prismaticpowders.com/shop/powder-coating-colors/JE001QF/30-2044-corvel-buttercup +https://www.prismaticpowders.com/shop/powder-coating-colors/JE005QF/30-21002-corvel-ral1003-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE007QF/30-21003-corvel-ral1023-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE00AQF/je00aqf-ral-1024-ochre-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE00BQF/je00bqf-ral1034-pas-ylw-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE010QF/30-21005-corvel-ral1032-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE019QF/30-2126-cor-industrial-ylwf9la +https://www.prismaticpowders.com/shop/powder-coating-colors/JE01AQF/je01aqf-ral-1005-honey-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE01BQF/je01bqf-ral1018-znc-ylw-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE025QF/30-2168-corvel-safety-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/JE02AQF/je02aqf-ral1007-daf-ylw-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE02BQF/je02bqf-ral1016-sulfur-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE0317/je0317-interpon-600-ral-1021 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE033QF/30-2199-corvel-cub-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/JE03AQF/je03aqf-ral1028-yellow-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE05AQF/je05aqf-ral1004-golden-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE066QF/30-2171c-corvel-ag-yellow-f9h +https://www.prismaticpowders.com/shop/powder-coating-colors/JE06AQF/je06aqf-ral1033-dahlia-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE07AQF/je07aqf-ral-1012-lemon-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE08AQF/je08aqf-ral1017-saffron-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE098QF/je098qf-ral-1002-ylw-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE099QF/je099qf-ral1006-maize-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE09AQF/je09aqf-ral1037-sun-ylw-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JE103QF/je103qf-30-21032-yellow-primer +https://www.prismaticpowders.com/shop/powder-coating-colors/JF017QF/30-31003-corvel-ral2004-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JF028QF/jf028qf-int-600-kubota-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/JF030QF/30-3108-corvel-safety-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/JF065QF/jf065qf-ral2011-dp-orng-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JF066QF/jf066qf-ral2000-y-orng-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JF067QF/jf067qf-ral-2003-pastel-orng +https://www.prismaticpowders.com/shop/powder-coating-colors/JF069QF/jf069qf-ral2008-rd-orng-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JF070QF/jf070qf-ral2012-orange-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JF071QF/jf071qf-ral2009-orange-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JF072QF/jf072qf-ral-2001-orng-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JF104QF/30-31007-cor-home-depot-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/JG001QF/30-4021-soda-red-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG00DQF/jg00dqf-ral4003-violet-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG00EQF/jg00eqf-ral3007-blk-red-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG011QF/30-41005-corvel-ral3020-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG013QF/30-41007-corvel-ral3005-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG015QF/30-41008-corvel-ral3001-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG017QF/30-41009-corvel-ral3009-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG01CQF/jg01cqf-ral-3014-pink-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG01DQF/jg01dqf-ral-3017-rose-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG01EQF/jg01eqf-ral-3031-red-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG027QF/jg027qf-interpon600-safety-red +https://www.prismaticpowders.com/shop/powder-coating-colors/JG02DQF/jg02dqf-ral-3016-red-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG031QF/30-4200-corvel-ms-3-red +https://www.prismaticpowders.com/shop/powder-coating-colors/JG034QF/30-4213-corvel-red-baron +https://www.prismaticpowders.com/shop/powder-coating-colors/JG03DQF/jg03dqf-ral3018-strwbry-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG04DQF/jg04dqf-ral4010-telemag-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG05DQF/jg05dqf-ral3003-red-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG06CQF/jg06cqf-ral2002-vermil-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG06DQF/jg06dqf-ral-3004-red-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG074QF/jg074qf-interpon-600-ral-3000 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG075QF/jg075qf-interpon-600-ral-3002 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG07CQF/jg07cqf-ral3027-raspbry-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG07DQF/jg07dqf-ral3012-bge-red-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG08CQF/jg08cqf-ral3022-salmon-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG08DQF/jg08dqf-ral4002-violet-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG09CQF/jg09cqf-ral3011-brn-red-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JG09DQF/jg09dqf-ral3013-tomato-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JH004QF/jh004qf-ral4009-violet-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JH005QF/jh005qf-ral4008-violet-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JH006QF/jh006qf-ral4004-violet-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JH007QF/jh007qf-ral-4005-lilac-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JH008QF/jh008qf-ral-4001-lilac-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JH009QF/jh009qf-ral4006-purple-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JH010QF/jh010qf-ral4007-violet-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ001QF/30-5033-corvl-dark-blu-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ005QF/30-5306-corvel-ral5003-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ008QF/30-51005-corvel-ral5002-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ00CQF/jj00cqf-ral5007-brilblu-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ00DQF/jj00dqf-ral5011-stl-blu-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ010QF/30-51006-corvel-ral5005-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ01CQF/jj01cqf-ral-5023-blue-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ01DQF/jj01dqf-ral5022-blue-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ02CQF/jj02cqf-ral5001-grn-blu-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ02DQF/jj02dqf-ral5024-pas-blu-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ034QF/30-5274-corvel-blue-streak-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ03CQF/jj03cqf-ral5014-pignblu-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ03DQF/jj03dqf-ral5010-gentian-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ04CQF/jj04cqf-ral5018-turqblu-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ04DQF/jj04dqf-ral-5009-azure-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ05CQF/jj05cqf-ral6034-turqus-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ068QF/30-5467-corvel-ral5015-hg-2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ07AQF/jj07aqf-ral5000-vio-blu-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ07CQF/jj07cqf-ral5020-blue-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ08BQF/jj08bqf-ral-5021-water-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ08CQF/jj08cqf-ral-5013-blue-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ090QF/jj090qf-int-600-safety-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ091QF/jj091qf-interpon-600-ral-5004 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ092QF/jj092qf-interpon-600-ral-5012 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ093QF/jj093qf-interpon-600-ral-5017 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ094QF/jj094qf-interpon-600-ral-5019 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ09BQF/jj09bqf-ral5008-gry-blu-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JJ303QF/31-5056-textra-thunder-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/JK02CQF/jk02cqf-ral6033-turqus-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JK02DQF/jk02dqf-ral6014-ylwoliv-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JK03CQF/jk03cqf-ral-6013-green-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JK03EQF/jk03eqf-ral6015-olive-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JK04CQF/jk04cqf-ral6027-lt-grn-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JK04EQF/jk04eqf-ral1020-olv-ylw-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JK05BQF/jk05bqf-ral6004-blu-grn-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JK05DQF/jk05dqf-ral-1027-curry-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JK06CQF/jk06cqf-ral6008-brn-grn-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JK079QF/30-6513-corvel-ral6012-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JK07DQF/jk07dqf-ral-6022-olive-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JK09CQF/jk09cqf-ral1000-grn-bge-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JL009QF/30-71013-corvel-ral7032-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JL00DQF/jl00dqf-ral7034-ylw-gry-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JL012QF/30-71015-corvel-ral7044-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JL014QF/30-71016-corvel-ral7046-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JL018QF/30-71018-corvel-ral7015-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JL01FQF/jl01fqf-ral7008-khaki-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JL03DQF/jl03dqf-ral7006-bge-gry-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JL03EQF/jl03eqf-ral-7016-gray-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JL04EQF/jl04eqf-ral7021-blk-gry-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JL04FQF/jl04fqf-ral-7011-iron-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JL06EQF/jl06eqf-ral7031-blu-gry-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JL070QF/33-9110-corvel-silver-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/JL08DQF/jl08dqf-ral7002-olivgry-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM002QF/30-81012-corvel-ral8019-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM005QF/30-81018-corvel-ral8016-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM007QF/30-81020-corvel-ral8017-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM009QF/30-81021-corvel-ral8028-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM011QF/30-81022-corvel-ral8025-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM035QF/jm035qf-interpon-600-ral-8002 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM036QF/jm036qf-interpon-600-ral-7013 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM037QF/jm037qf-interpon-600-ral-8001 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM038QF/jm038qf-600-ral8015-chestnt-br +https://www.prismaticpowders.com/shop/powder-coating-colors/JM062QF/jm062qf-ral8024-bge-brn-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM063QF/jm063qf-ral8008-olivbrn-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM064QF/jm064qf-ral8011-nut-brn-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM066QF/jm066qf-ral8022-bk-brn-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM069QF/jm069qf-ral8023-orngbrn-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM070QF/jm070qf-ral1011-brn-bge-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM071QF/jm071qf-ral8004-coprbrn-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM072QF/jm072qf-ral8012-red-brn-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM073QF/jm073qf-ral-8014-sepia-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM074QF/jm074qf-ral-8007-fawn-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/JM075QF/jm075qf-ral8000-grn-brn-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM076QF/jm076qf-ral-8003-clay-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JM306QF/31-8135-textra-chestnut +https://www.prismaticpowders.com/shop/powder-coating-colors/JN002QF/30-7048-corvel-bumper-black +https://www.prismaticpowders.com/shop/powder-coating-colors/JN007QF/30-71021-corvel-ral9005-hg2603 +https://www.prismaticpowders.com/shop/powder-coating-colors/JN013QF/30-7214-hi-gloss-blk-u1578-1a +https://www.prismaticpowders.com/shop/powder-coating-colors/JN019QF/30-7490-corvel-bike-black +https://www.prismaticpowders.com/shop/powder-coating-colors/JN056QF/jn056qf-ral-9017-black-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JN057QF/jn057qf-ral9004-sig-blk-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JN058QF/jn058qf-ral9011-graph-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/JN103QF/30-7018-corvel-comet-black +https://www.prismaticpowders.com/shop/powder-coating-colors/JN109QF/30-7074-c-cor-med-gls-blk-f9tr +https://www.prismaticpowders.com/shop/powder-coating-colors/JN115QF/jn115qf-30-71065-jdm-f9tr-blk +https://www.prismaticpowders.com/shop/powder-coating-colors/JN125QF/jn125qf-30-7137-int-600-black +https://www.prismaticpowders.com/shop/powder-coating-colors/JN128QF/30-7344-corvel-satin-black +https://www.prismaticpowders.com/shop/powder-coating-colors/JN137QF/30-7727-corvel-comp-satin-blk +https://www.prismaticpowders.com/shop/powder-coating-colors/JN139QF/30-7728a-corvel-gen-gloss-blk +https://www.prismaticpowders.com/shop/powder-coating-colors/JN213QF/30-7233-c-cor-hp-dull-blk-f9t +https://www.prismaticpowders.com/shop/powder-coating-colors/JN216QF/30-7262-corvel-raven-black +https://www.prismaticpowders.com/shop/powder-coating-colors/JN252QF/jn252qf-interpon-600-on-x08-bl +https://www.prismaticpowders.com/shop/powder-coating-colors/JN301QF/31-7091-textra-black-sand +https://www.prismaticpowders.com/shop/powder-coating-colors/JN405QF/31-7232-corvel-black-river +https://www.prismaticpowders.com/shop/powder-coating-colors/JW090QF/jw090qf-int-600-ral9006-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/JW091QF/jw091qf-int-600-ral9007-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/JW10FQF/33-9386-vms3630ld-golden-gauge +https://www.prismaticpowders.com/shop/powder-coating-colors/JW11CQF/33-9684-britebond-soft-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/JW12AQF/33-9740-bb-stardust-silver-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/JW16BQF/33-9765-corvel-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/JW197QF/33-9675-britebond-soft-nickel +https://www.prismaticpowders.com/shop/powder-coating-colors/JW310QF/33-9431a-corvel-architect-brw +https://www.prismaticpowders.com/shop/powder-coating-colors/JW415QF/33-9759-corvel-penny-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/JW416QF/33-9766-corvel-gold-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/JZ001Q/jz001q-interpon-a4741-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/KA005QF/30-1402-c-low-e-ultimate-white +https://www.prismaticpowders.com/shop/powder-coating-colors/KD403QF/31-8164-600-low-e-beige-river +https://www.prismaticpowders.com/shop/powder-coating-colors/KN000QF/30-71038-low-e-black +https://www.prismaticpowders.com/shop/powder-coating-colors/KN008QF/30-7778-low-e-ral-9005-jet-blk +https://www.prismaticpowders.com/shop/powder-coating-colors/KN108QF/39-7004-low-e-semi-gloss-black +https://www.prismaticpowders.com/shop/powder-coating-colors/KN309QF/kn309qf-600-hr-on-x59-black +https://www.prismaticpowders.com/shop/powder-coating-colors/KN400QF/31-71007-low-e-black-river +https://www.prismaticpowders.com/shop/powder-coating-colors/MA208U/ma208u-interpon-matte-white +https://www.prismaticpowders.com/shop/powder-coating-colors/MA2107/ma2107-interpon-610-white +https://www.prismaticpowders.com/shop/powder-coating-colors/MM2247/mm2247-int810-southern-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/MN306QF/mn306qf-int610-black-bird-bk01 +https://www.prismaticpowders.com/shop/powder-coating-colors/MNX007/mnx007-lava-black-grip-tex +https://www.prismaticpowders.com/shop/powder-coating-colors/MW2897/mw2897-int810-anodized-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PA001QF/20-1007hy-25-hysq-furnitur-wht +https://www.prismaticpowders.com/shop/powder-coating-colors/PA003QF/20-1012hy-25-hysq-hi-rflct-wht +https://www.prismaticpowders.com/shop/powder-coating-colors/PA006QF/20-1028hy-25-hysq-wet-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PA032Q/pa032q-gloss-white-155w174-u +https://www.prismaticpowders.com/shop/powder-coating-colors/PA060QF/pa060qf-200-markerboard-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PA100QF/20-1015-corvel-sky-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PA400QF/22-1001-corvel-arc-wht-ul +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1100/silver-cast +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1102/oil-rubbed-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1103/burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1104/emeryboard-grey-iii +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1105/bronze-cast +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1106/plum-cast +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1107/copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1108/brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1110/midnight-blue-cast +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1111/rose-cast +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1112/coal +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1117/gamblers-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1118/gamblers-pewter +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1119/gamblers-steel-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1120/gamblers-gun-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1121/gamblers-black-hat +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1126/silver-nickel +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1127/dye-blue-cast +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1130/montego-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-1131/black-hills-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-2093/aged-penny +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-2446/blue-cast +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-2456/bluer-blue-cast +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-2512/lite-copper-cast +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-4074/bronze-twin +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-4333/oil-rubbed-bronze-light +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-5285/blue-cast-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-5517/super-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PCB-6967/black-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PCS-4721/black-cast +https://www.prismaticpowders.com/shop/powder-coating-colors/PD000QF/20-8021hy-25-hysq-design-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PD002QF/20-8247hy-25-hysq-beechwood +https://www.prismaticpowders.com/shop/powder-coating-colors/PD004QF/20-8256hy-25-hysq-sandstone +https://www.prismaticpowders.com/shop/powder-coating-colors/PD212QF/22-8002-victorian-lace-u1576-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PE000QF/20-2076hy-25-hysq-buttercup +https://www.prismaticpowders.com/shop/powder-coating-colors/PE002QF/20-2078hy-25-hysq-safty-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PF001QF/20-3043-corvel-non-emisve-orng +https://www.prismaticpowders.com/shop/powder-coating-colors/PF002QF/20-3025hy-25-hysq-pumpkin +https://www.prismaticpowders.com/shop/powder-coating-colors/PG000QF/20-4064hy-25-hysq-blood-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PG005QF/20-4115-corvel-non-emsv-mwr-rd +https://www.prismaticpowders.com/shop/powder-coating-colors/PG100QF/20-4016hy-25-hysq-crim-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PJ206QF/22-5002-thunder-blue-u1576-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-11221/ridgerock-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-1257/pollywog-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-1567/teal-leatherette +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-1572/peacock-leather +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-1744/cosmic-silver-satin +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-1938/ginger-spice +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-1945/charcoal-leather +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2026/swedish-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2038/grecian-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2039/grecian-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2063/leatherwood +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2077/ironstone-root +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2097/us-bronze-leather +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2263/freckled-peach +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2452/lilac-leather +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2509/almond-latte +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2557/copperdale +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2865/charcoal-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-2894/karls-bedrock +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3010/black-bronze-hammer +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3110/vibrant-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3131/ironstone-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3132/ironstone-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3133/ironstone-marmalade +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3135/ironstone-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3136/ironstone-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3137/ironstone-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3138/ironstone-blueberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3139/ironstone-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3140/ironstone-elderberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3141/ironstone-blackberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3142/ironstone-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3143/ironstone-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3144/ironstone-silver-satin +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3145/ironstone-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-3147/ironstone-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-4678/ironstone-rootbeer +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-6789/antique-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PLB-6990/ironstone-gonzio +https://www.prismaticpowders.com/shop/powder-coating-colors/PLS-2334/hilltop-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PM002QF/20-8002hy-25-hysq-walnut +https://www.prismaticpowders.com/shop/powder-coating-colors/PM105QF/20-8249hy-25-hysq-brnz-u1579-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PM210QF/22-8004-corvel-chicory-u1576-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0113/maxi-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0195/black-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0223/heavy-black-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0297/aztec-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0310/peacock-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0315/rosebud-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0512/silver-metallic-i +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0513/silver-metallic-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0548/titanium-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0565/lazer-navy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0566/easter-lavender +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0574/magenta-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0578/sail-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0593/soft-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0621/mellow-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0642/us-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0644/wild-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0647/plum-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0659/lazer-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0676/catalina-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0680/albatross +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0684/golden-saddle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0685/copper-sunset +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0729/misty-lilac +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0736/lite-peacock +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0741/seascape-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0750/peacock-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0766/mediterranean-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0770/brazil-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0776/rooster-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0783/stoneware-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0784/shadowmaker-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0791/cool-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0803/bayside-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0806/rocky-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0827/cherry-slush +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0846/metropolitan-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0847/silverstone +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0850/british-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0865/midnight-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0869/limelite +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0878/moody-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0889/hot-springs +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0902/hollyburn +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0907/steelhead-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0920/wild-strawberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0932/sage-teal-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0942/sage-teal-twilight +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0956/modoc-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0963/sunburst-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0964/brentwood-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0967/hot-pink-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0968/magenta-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0970/sage-teal-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0979/kat-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-0986/midnight-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10002/roadster-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10003/flat-caddy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10009/vintage-bling +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10015/cosmic-sassy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10016/cosmic-passion +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10017/cosmic-pretty-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10018/refined-elegance +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10019/tasonic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10021/avery-metallic-blue-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10023/blue-gunmetal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10029/luxury-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10032/razzle-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10034/faint-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10038/finish-line-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10040/lt-pearl-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10041/stingray-blue-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10048/steel-leaf +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10058/mint-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1006/misty-emerald +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10066/midnight-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10067/marmalade-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10077/white-platinum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10079/cashmere-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10084/silver-mint +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10088/lite-goldtastic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10100/black-iridium +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10102/dirty-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10105/kopa-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10111/pearl-sludge +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10121/dragonfly-blue-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10126/henry-stone +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10136/frosted-mud +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10138/crimson-fire-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10159/mulberry-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10182/satin-bronze-chrome +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10193/shadowed-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10195/livid-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10196/cherry-plum-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10199/dusted-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10205/franken-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10206/cuda +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10216/cloud-veil +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10234/anchovy-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10237/rose-platinum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10241/surf-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10250/mayan-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10262/ember-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10266/peacock-ore +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10278/lightning-opal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10279/frosted-indigo +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10289/gamma-burst +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10291/illusion-blueblood +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1031/cambridge-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10324/sunstorm-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10328/forged-charcoal-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10337/event-horizon +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10338/mwar +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10339/astro-creep +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10344/golden-hemlock +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10345/garnet-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10346/infused-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10347/aqualust +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10348/treasure-island +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10349/fire-newt +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10350/bluebelly +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10351/mermaid-tail +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10352/beetle-juice +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10353/rusty-rufis +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10354/neutron-star +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10356/wild-mulberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10367/prismatic-universe +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10368/sand-dollar-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10388/nixon-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10405/feeling-blue-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10409/rhodamine-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10417/cotton-candy-blue-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1042/misty-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1047/fuchsia-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10505/copper-russet-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10507/burnt-reynolds +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10512/interstellar-ai +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10513/pixie-blood +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10517/midsummer-nights +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10518/smurftastic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10520/glitterazzi +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10523/illusion-ruby +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10537/blast-off-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10550/red-delicious +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10551/illusion-scarlet +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10554/ruby-vroom +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10556/red-rum-237 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10557/lipstick-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10562/rubellite +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10563/bronze-penny +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10565/maroon-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10566/sangria +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10567/golden-currant +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10568/ron-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10570/calypsos-fantasy-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10574/retro-peach +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10575/golden-peach +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10583/basalt +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10584/black-platinum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10588/iron-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10589/silver-dollar +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10591/stamped-concrete +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10595/south-beach-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10600/opus-orange-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10604/ivory-sabotage-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10606/oyster-cult-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10609/caramellow-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10611/scutter-botch-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10626/royal-ruby-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10635/volkan-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10639/orange-madness +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10643/polaris-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10644/polaris-radar-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10647/can-am-gold-17 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10655/accurate-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10657/yama-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10658/impact-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1067/hartford-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10673/illusion-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10675/bossanova-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10676/laredo-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10677/na-pali-dreams +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10678/north-shore-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10693/kona-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10694/jackpot-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10695/honey-bucket +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10702/pink-malawi +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10703/yellow-tang +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10704/holy-snapper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10712/ka-chow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10715/maximum-steel +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10728/infused-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10729/illusion-red-velvet +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1073/geyser-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10730/mountain-air +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10733/rustic-rose-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10735/draco-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10737/arctic-fox-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1074/modesto-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10744/cuprum-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10747/majestic-gem-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10752/yellow-iris-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10754/crystal-castle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10755/denim-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10757/graphite-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10758/peach-mimosa +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10760/spiced-clove-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10762/cinnamon-girl-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10789/prismatic-cosmos +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1080/copper-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10800/american-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10802/cosmic-chartreuse +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1081/misty-rootbeer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10836/golden-eagle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1084/california-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10879/prismatic-gold-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10885/before-the-storm +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10888/miners-gold-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10889/apollo-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10890/samson-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10891/valhalla-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10892/emperors-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10893/vintage-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10894/grand-royale +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10895/gold-medal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10896/conquistador-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10897/dark-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10898/true-dark-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10899/vintage-platinum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10902/whiskey-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10913/precious-platinum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10917/bronze-medallion +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10924/wraith-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10940/metallic-beige-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-10941/winter-silver-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1098/misty-iris +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11004/final-frontier-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11005/flat-shimmer-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11006/ritzy-glitter-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11007/dark-silver-metallic-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11008/national-gold-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11009/arizona-beige-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11010/roman-bronze-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11011/sandy-gold-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11012/lithia-gold-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11013/cashmere-gold-iii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11015/ford-adobe-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11016/titanium-gold-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11017/stage-pass-bronze-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11018/champagne-shimmer-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11028/poly-gold-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11029/bismark-gold-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1109/lazer-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1110/alpine-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11127/crystal-grey-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11128/bmw-silver-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11130/crushed-silver-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11153/pewter-bronze-iii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11157/honey-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11161/precious-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11163/silver-glisten +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11167/matte-clementine-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11168/matte-matrix-blue-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11180/irish-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11197/cola-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11200/ford-antimatter-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11201/azure-crystal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11208/pewter-bronze-ii-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11225/toyota-sunset-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1123/fantasy-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11230/bingham-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11234/helix-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1125/rosebud-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11261/ford-peak-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11265/white-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11268/ford-blue-ember +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11275/mercury-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11292/wild-berry-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11296/midnight-sun +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11297/copper-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11299/blue-blush +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1130/royal-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11300/blueshift +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11301/laguna-blue-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11311/cobre-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11334/ford-star-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11339/ford-galvanized-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11340/ford-hot-pepper-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11348/ford-pristine-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11349/lincoln-pristine-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11350/lincoln-signature-navy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11358/ford-darkened-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11387/hawaiian-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11391/yamaha-arsenal-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11413/chevy-mosaic-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11434/dodge-walnut-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11435/jeep-walnut-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11441/ford-grabber-blue-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11443/range-rover-santorini-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11444/land-rover-santorini-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11445/ford-absolute-black-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11455/ford-white-platinum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11456/dodge-brilliant-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11457/jeep-brilliant-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11458/chrysler-brilliant-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11459/lincoln-white-platinum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11460/yamaha-racing-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1147/kirtland-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11475/dodge-diamond-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11476/jeep-diamond-black-crystal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11489/dark-vapor-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11497/subaru-dark-gray +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11498/acura-majestic-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11499/toyota-coastal-gray +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11513/golden-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11515/acura-platinum-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11516/honda-platinum-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11517/suzuki-shiny-white-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11518/honda-white-orchid +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11519/acura-white-orchid +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11520/toyota-blizzard-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11521/lexus-blizzard-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11522/lexus-eminent-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11526/chevy-switchblade +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11527/gmc-quicksilver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11528/cadillac-radiant-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11529/chevy-silver-ice +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11530/ford-ingot-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11531/lincoln-ingot-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11532/toyota-magnetic-gray +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11540/bmw-black-sapphire +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11541/mercedes-obsidian-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11549/jeep-bright-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11550/dodge-bright-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11551/mercedes-iridium-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11553/jeep-maximum-steel +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11554/ford-kodiak-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11562/toyota-classic-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11563/chevy-hydro-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11564/royal-gamma +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11568/ford-redfire +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11569/chevy-sonoma-jewel +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11570/ford-cyber-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11572/vw-habanero-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11578/audi-glacier-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11579/lincoln-redfire +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11580/gmc-sonoma-jewel +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11582/hummer-sonoma-jewel +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11586/dodge-patriot-blue-ppx +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11587/jeep-patriot-blue-ppx +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11589/lambo-arancio-borealis +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11591/audi-phantom-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11592/toyota-inferno-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11593/toyota-wind-chill +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11594/dodge-night-moves +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11595/chevy-inferno-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11596/mercedes-diamond-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11597/chevy-iridescent-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11599/toyota-white-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11600/toyota-solar-octane +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11602/jeep-gecko +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11603/lexus-wind-chill +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11604/maybach-diamond-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11605/gmc-white-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11606/cadillac-crystal-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11607/lexus-white-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11608/jeep-midnight-sky +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11609/gmc-inferno-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11610/ford-velocity-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11612/ford-lightning-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11613/toyota-cutting-edge +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11614/toyota-silver-sky +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11615/ford-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11618/audi-panther-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11621/jeep-baltic-gray +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11622/lincoln-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11623/lincoln-sterling-gray +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11624/lincoln-magnetic-gray +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11634/ford-medium-chestnut +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11635/autumn-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11638/porsche-carrara-white-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11639/can-am-timeless-black-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1164/misty-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11641/polaris-bronson-rock-smoke +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11642/can-am-triple-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11644/espresso-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11646/nightshade +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11648/silver-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11649/silver-lining +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11654/smart-grey-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11660/ford-caribou +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11663/precision-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11664/ford-arizona-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11666/toyota-midnight-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11668/gmc-sharkskin +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11670/fruity-punch +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11673/jazz-blue-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11675/suzuki-attitude-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11676/cadillac-argent-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11678/luxe-ice +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11679/luxe-graphite +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11680/luxe-timberwolf +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11682/luxe-crystal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11683/luxe-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11684/luxe-nightfall +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11685/luxe-antique +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11686/luxe-champagne +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11687/luxe-copper-flame +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11688/luxe-driftwood +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11689/luxe-sandalwood +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11690/luxe-dark-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11691/luxe-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11692/luxe-dark-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11693/luxe-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11694/luxe-platinum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11695/luxe-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11696/luxe-oil-rubbed-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11697/luxe-evergreen +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11698/luxe-cosmos +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11699/luxe-voodoo +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11700/luxe-galaxy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11701/luxe-brambleberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11702/luxe-garnet +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11703/luxe-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11704/luxe-fire +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11705/luxe-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11706/luxe-zinc +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11707/luxe-iron +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11708/luxe-lithium +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11719/rainbows-end-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11724/duststorm +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11730/nissan-black-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11732/crimson-twilight +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11733/moonlit-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11734/violet-grape-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11735/maple-glaze-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11739/violet-steel +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11742/pale-champagne +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11743/white-christmas +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11744/candy-cane-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11746/santa-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11748/golden-bell +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11750/copper-brew +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11751/monarch-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11752/hearth-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11753/antique-pewter +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11755/cobalt-storm +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11756/obsidian-slate +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11757/cypress-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11765/barn-door-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11771/crystal-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11777/tidal-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11779/misty-golden-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11780/evening-sky +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11781/pacific-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-11785/ford-orange-fury +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1179/blue-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1185/brunken-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1186/par-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1192/satin-black-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1222/dark-silver-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1223/aqua-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1237/pearlized-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1244/jalopy-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1250/tahitian-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1270/maxi-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1273/sandy-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1276/frosty-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1277/southwest-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1278/strawberry-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1298/satin-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1315/southern-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1322/fine-pewter +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1328/hansen-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1335/hunters-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1341/brazil-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1362/mystical-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1371/cherry-blossom-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1385/plum-jam +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1387/misty-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1409/houston-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1415/sable-too +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1416/anderson-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1424/dark-iris-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1442/hawaiian-fuchsia +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1454/lazer-iris +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1465/colorcoat-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1466/arctic-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1476/iridescent-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1484/sea-green-moss +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1528/bohemian-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1534/amburg-silver-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1544/crushed-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1551/shredded-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1562/burgundy-bliss +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1573/conway-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1575/sterling-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1585/orange-soda +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1592/southwest-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1602/indigo-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1603/winter-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1607/calypso-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1609/lazer-black-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1615/winter-mint +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1617/autumn-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1620/sable-black-jade +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1626/sierra-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1634/rexford-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1637/walker-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1639/clearwater-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1645/plum-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1648/mocha-almond +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1652/plum-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1657/honda-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1658/woodberry-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1665/sterling-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1668/ceramic-pearl-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1669/confection-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1677/dixie-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1681/rambling-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1683/baltic-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1690/mystic-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1708/misty-black-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1710/reflex-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1711/magnetic-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1725/plum-iris +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1737/wet-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1742/cosmic-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1753/docker-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1756/cosmic-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1757/winchester-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1770/old-timer-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1774/satin-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1776/weston-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1779/stucco-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1787/raspberry-rush +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1798/redford-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1802/fountain-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1803/cosmic-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1804/jasper-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1808/performance-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1812/windsor-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1837/golden-ginger +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1842/speedway-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1857/diamond-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1864/lazer-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1868/rio-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1870/truck-n-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1871/navy-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1872/fairway-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1878/black-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1881/sassy-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1882/spencer-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1884/franklin-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1893/texas-sage +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1898/bayliner-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1925/streaking-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1941/cosmic-navy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1951/modesto-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1952/spanish-mocha +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1955/autumn-woodberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1956/ridgeway-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1957/wild-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1958/imperial-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1961/calypso-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1965/horizon-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1966/hollywood-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1970/rosebud-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1972/palestine-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1974/golden-glazed-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1978/electro-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1979/bright-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1981/radio-wave-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1982/pro-cosmic-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1990/winter-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-1997/jefferson-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2007/worthington-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2015/bismark-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2019/puritan-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2028/purple-bliss +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2033/stanton-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2049/h-d-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2051/misty-wave-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2054/crimson-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2081/foundry-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2086/rainier-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2106/stone-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2131/cosmic-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2132/cosmic-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2136/pinch-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2137/sash-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2139/silver-thaw +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2145/blue-haven +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2146/sable-royal-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2148/highland-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2153/savannah-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2159/cosmic-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2162/cosmic-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2166/orange-spice +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2172/golden-moss +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2176/brewer-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2179/puritan-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2181/crystal-gold-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2182/golden-mustard +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2189/snowbird-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2190/harbor-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2191/jesters-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2205/lazer-bluebird +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2208/nightmute-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2209/cold-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2212/wickerton-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2214/hd-white-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2218/soft-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2227/purple-mint +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2228/cosmic-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2237/cosmic-lilac +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2240/lemon-lime +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2248/lemon-meringue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2253/coral-peach +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2264/sunbeam-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2267/cascade-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2282/tangelo-lite +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2283/elwood-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2302/golden-rosebud-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2304/lime-juice-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2317/cream-soda-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2323/iced-black-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2327/valley-hi-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2335/maple-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2340/lazer-polka-dot-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2349/champagne-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2359/stanton-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2361/lazer-bing-cherry-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2390/pixie-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2392/westside-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2395/ridge-top-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2399/blueberry-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2401/club-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2409/golden-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2410/galaxy-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2414/new-york-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2416/blue-bird-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2423/rustic-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2426/cosmic-valentine +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2430/misty-penny +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2433/bluefrost-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2454/adobe-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2468/shasta-jade +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2478/misty-caramel +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2480/poly-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2481/lazer-us-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2492/misty-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2495/sable-woodberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2497/galaxy-wave +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2500/blackberry-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2510/galaxy-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2513/penny-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2528/copper-glaze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2529/star-white-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2531/sterling-green-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2535/lilac-glitter +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2536/fuchsia-glitter +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2547/sterling-gold-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2556/sexy-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2562/copper-jacket +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2572/pine-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2574/jamaican-sun +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2575/magic-fog +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2580/purple-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2593/majestic-bronze-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2597/starry-night +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2598/atomic-night +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2601/jpm-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2609/slippery-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2619/kosmic-kari +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2628/pirates-treasure +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2630/purple-shadow-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2631/new-road +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2632/raider-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2642/mozs-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2650/vw-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2654/wild-orchid +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2656/way-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2658/fish-tank-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2670/cocoa-surprise +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2671/copper-eye-shadow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2674/orange-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2679/snowflake-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2684/geyser-teal-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2685/cosmic-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2686/ripe-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2689/city-lights +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2691/rainbows-end +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2692/glowing-aura +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2698/sparkle-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2703/fairy-dust-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2704/whisper-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2706/fresh-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2707/lite-autumn-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2715/celestial-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2716/great-pumpkin +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2723/purple-dream +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2730/almost-grey-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2733/granny-smith-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2735/golden-treasure-island +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2741/satin-titanium-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2749/black-bronze-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2750/dark-grey-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2753/toreador-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2754/autumn-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2776/copper-glaze-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2782/pearlized-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2795/sugar-grape-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2798/white-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2806/blue-nova +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2807/pale-mint +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2808/anodized-bronze-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2809/wondering-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2811/pacific-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2821/fine-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2822/aqua-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2828/kicker-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2829/harley-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2831/harley-orange-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2836/snowcone-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2843/city-sparks +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2845/purple-sugar +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2848/cosmetic-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2849/cosmic-lilac-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2852/burk-poly-silver-stainless +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2853/galaxy-grey-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2854/apc-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2862/galaxy-grey-iii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2863/willet-yeller +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2864/wheel-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2869/gold-coast +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2871/perma-beige-plus +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2872/fuchsia-madness +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2875/shadow-blue-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2877/orange-lite +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2886/strawberry-sugar +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2887/victory-grey-iii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2890/robust-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2893/cream-soda-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2896/copper-lipstick +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2897/wet-copper-lipstick +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2898/cosmic-red-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2909/trailer-truck-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2939/burley-man-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2941/madurple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2942/oatmeal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2948/hog-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2951/class-b-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2956/blue-gill +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2957/purple-underside +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2958/amethyst +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2962/uh-oh-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2963/hypnotic-twilight +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2964/melded-maroon +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2966/auroras-apple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2968/white-mirage +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2969/yellow-mirage +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2985/purple-mirage +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2986/blue-mirage +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2988/orange-mirage +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-2997/bamboozled-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3000/nocturnal-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3001/cinnamon-roll +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3020/transfusion +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3027/skyway +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3028/mad-hatter +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3030/brown-trout +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3036/nester +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3045/blue-gold-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3071/gearhead-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3072/poncho-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3075/orange-mythos +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3078/bullseye +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3082/alex-the-grape +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3087/chrome-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3091/desmo +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3093/pearl-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-3096/polar-anxiety +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4024/bombastic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4036/lavender-haze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4040/mcbluegal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4042/diamond-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4043/earl-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4047/shannons-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4050/tangerine +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4053/walts-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4055/limited-edition +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4059/blue-jeans +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4065/blue-skies +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4093/orange-blast +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4100/gallant-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4101/gorange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4102/brass-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4103/purple-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4104/moss-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4105/black-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4106/burgundy-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4107/rootbeer-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4108/bronze-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4109/black-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4112/red-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4113/crystal-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4114/frosty-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4115/pearl-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4116/sparkling-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4117/baby-blue-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4118/burgundy-stardust +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4119/raspberry-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4120/double-bronzed +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4121/garnet-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4122/sable-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4123/misty-kranberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4124/bronze-chrome +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4128/red-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4129/pearl-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4130/pearl-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4131/sparkling-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4132/pumpkin-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4134/gold-leaf +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4135/rustic-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4139/slate-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4141/cream-soda-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4142/lazer-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4143/glamour-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4144/raspberry-torte +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4145/lazer-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4147/lazer-emerald +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4149/lazer-marmalade +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4150/lazer-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4151/lazer-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4152/lazer-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4155/lazer-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4156/lazer-diamond +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4157/blueberry-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4158/anodized-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4159/silver-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4160/cherokee-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4161/wild-fuchsia +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4162/wild-lilac +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4163/wild-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4164/sparkling-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4165/kranberry-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4167/lazer-crystal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4168/cameo +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4169/plum-lilac +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4170/outrageous-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4173/purple-fury +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4174/plum-crazy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4176/iced-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4179/galens-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4180/golden-valentine +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4181/lazer-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4183/porsche-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4185/black-metallic-i +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4187/graphite-black-iii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4188/graphite-black-i +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4190/fuchsia-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4192/nugget-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4194/sunburst-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4195/fire-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4196/blue-moon +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4197/snow-storm +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4198/lazer-kranberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4200/maroon-spice +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4202/class-a-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4203/cold-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4204/hot-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4205/hottest-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4207/lazer-aquarius +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4208/valentine-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4209/new-tucker-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4211/poly-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4212/emerald-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4213/lazer-aqua-marine +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4214/lazer-peacock +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4215/ford-blue-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4216/misty-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4217/misty-lava +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4218/crystal-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4219/black-jade-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4221/cherry-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4222/lazer-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4224/lazer-blueberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4225/lazer-rootbeer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4226/blue-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4227/lazer-wintergreen +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4228/raspberry-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4234/misty-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4235/scuba-blue-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4236/us-golden-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4237/lazer-black-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4238/misty-black-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4239/misty-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4240/lazer-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4241/rally-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4242/dark-teal-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4244/pearlized-white-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4245/misty-aquarius +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4246/misty-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4247/misty-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4248/lazer-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4249/black-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4250/mataza-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4253/sable-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4254/soft-misty-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4255/golden-frost-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4300/gargomel-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4301/light-olive +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4303/vegas-nutmeg +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4322/fly-boy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4326/almond-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4331/cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4336/mayan-turquoise +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4337/harley-birch-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4338/bomber-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4357/orange-plus +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4358/fog-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4363/gm-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4364/pearl-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4388/venus-i +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4389/venus-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4390/mars-i +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4391/mars-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4400/blackberry-mauve-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4424/solar-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4425/american-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4430/spiced-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4454/vegas-lights +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4465/white-valentine +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4475/cascade-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4476/cascade-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4504/dusted-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4508/ornwood-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4525/arizona-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4532/light-blue-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4533/mesa-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4543/golden-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4546/cascade-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4575/mercedes-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4591/feather-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4592/misty-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4613/satin-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4631/orange-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4649/misty-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4652/sunrise-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4657/dull-steel +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4659/fuchsia-slush +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4663/soft-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4665/sunrise-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4671/wizard-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4674/sleet-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4689/dynamic-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4697/jammin-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4712/starlight-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4714/captain-silver-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4718/tusk-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4724/diamond-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4739/spiced-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4758/base-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4772/anodized-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4782/champagne-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4784/galaxy-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4797/tan-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4798/canfield-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4799/orange-delight +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4804/cj-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4811/roman-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4816/champagne-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4823/white-silver-plus +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4825/misty-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4840/galaxy-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4846/sparks-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4847/jpm-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4848/bristol-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4849/emblem-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4850/bay-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4851/highlight-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4866/baltic-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4868/coral-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4869/charger-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4870/western-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4875/diego-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4876/blue-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4881/edgemont-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4911/speedway-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4921/cortez-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4925/patina-lavender +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4932/clad-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4933/burton-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4934/fireside-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4936/galaxy-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4938/mist-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4940/southern-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4949/golden-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4951/astatic-red-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4956/medium-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4957/island-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4963/copper-leaf +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4989/raven-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4992/jazzy-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-4999/grey-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5001/charcoal-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5003/sweet-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5008/basin-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5014/copper-delight +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5017/mocha-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5018/solar-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5020/mystery-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5027/kingsport-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5028/golden-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5031/lazer-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5037/beige-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5039/indy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5043/illusion-copper-plus +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5052/gold-watch +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5057/ultra-white-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5058/cold-maroon +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5062/mystic-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5068/burgundy-flare +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5070/frosted-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5087/sweet-cocoa +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5095/illusion-copper-moon +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5201/pro-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5208/steel-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5212/comet-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5227/russet-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5244/royal-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5254/greystone-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5259/hampton-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5264/colonial-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5274/victory-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5275/funco-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5278/onickel-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5280/silver-glaze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5286/burgundy-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5287/dodger-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5291/v-l-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5306/corona-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5308/boltz-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5313/southern-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5320/flare-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5322/sunstorm-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5323/ashley-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5324/exotic-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5342/aztec-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5344/flair-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5345/purple-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5346/ultra-illusion-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5347/pearl-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5350/eclipse-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5359/altered-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5364/illusion-wild-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5365/burnt-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5368/sunset-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5373/eldorado-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5395/shadow-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5408/charcoal-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5454/mystic-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5456/maroon-bliss +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5458/graphite-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5461/sierra-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5462/rainier-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5470/lazer-penny +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5478/montana-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5485/lunar-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5488/alien-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5494/bend-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5495/greenland-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5503/brown-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5504/cosmic-blue-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5505/blue-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5506/tucson-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5509/illusion-orange-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5512/sprint-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5518/southwest-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5521/base-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5522/base-dark-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5527/chestnut-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5530/nitro-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5531/ultra-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5535/classy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5537/suzuki-titanium +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5552/pearlized-plum-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5554/orange-aid +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5565/pacific-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5567/champagne-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5570/copper-medallion +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5588/lonestar-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5590/copper-knox +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5592/utility-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5598/saratoga-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5607/lincoln-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5610/rustic-penny +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5611/elegant-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5623/ford-midnight-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5624/spectacular-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5632/metallic-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5634/two-tone-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5637/silver-dawn +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5643/copper-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5644/performance-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5646/orbit-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5654/yamaha-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5656/lincoln-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5657/mallfront-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5662/hypo-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5663/flat-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5672/sparkle-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5679/national-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5685/glokzin-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5688/tropical-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5696/forest-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5701/dark-blue-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5705/citrus-splash +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5708/bilyeu-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5712/reality-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5717/ocean-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5742/royal-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5752/starnight-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5755/southwest-champagne +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5758/sunkist-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5765/charcoal-night +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5771/silver-bling +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5773/hustler-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5793/grey-gun +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5796/harley-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5809/olive-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5810/sun-burnt +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5811/chocolate-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5824/orange-whip +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5829/miller-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5844/midnight-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5849/mohave-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5856/pacific-sunset +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5860/highland-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5861/mauve-cappuccino +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5862/zodiac-suede +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5865/devil-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5872/dark-almond-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5874/nuclear-sunset-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5882/rodeo-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5887/sparkle-maroon +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5889/sonoma +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5892/jmc-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5902/flat-lazer-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5903/east-side-pearl-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5912/crown-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5913/crystal-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5915/cobra-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5926/precision-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5928/texas-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5938/fire-engine-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5940/ivory-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5941/racing-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5943/canyon-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5956/honey-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5969/evo-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5976/storm-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5977/escalade-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5981/not-so-raven +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5984/four-winds-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5993/eggplant +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5996/purple-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-5998/clearwater-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6303/ritzy-glitter +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6304/bright-lime-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6305/arcade-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6306/pewter-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6308/gm-pewter +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6311/hot-orange-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6324/ash-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6326/phoenix-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6328/forest-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6329/champagne-forest +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6333/manilla-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6335/super-rootbeer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6336/creamy-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6340/steel-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6343/rosarita-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6350/dana-sage +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6351/1-coat-whiffle-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6353/dark-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6358/tan-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6360/green-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6369/mist-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6370/granite-mint +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6371/rb-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6377/cadillac-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6389/barcelona-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6391/just-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6393/jag-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6396/toxic-blueberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6397/pearl-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6407/antique-bronze-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6416/inferno-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6417/richard-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6418/dark-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6446/rusty-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6458/pearl-lavender-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6463/fire-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6467/shimmer-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6468/truth-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6469/slate-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6475/russet-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6477/highend-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6480/wet-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6482/bronze-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6487/satin-poly-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6488/ford-adobe +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6490/golden-fawn +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6491/arizona-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6493/blue-tropic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6495/antique-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6503/yamaha-blue-steel +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6512/hope-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6514/indy-base +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6517/columbia-pewter +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6519/champagne +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6521/menlo-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6525/bmw-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6526/greystone-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6527/flat-crystal-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6547/stealth-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6558/acura-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6561/infiniti-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6572/dune-galaxy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6574/hd-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6579/silver-titanium +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6590/snowy-white-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6593/forged-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6600/heavy-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6603/black-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6604/avalanche-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6611/shimmer-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6614/pearl-taupe +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6619/avalanche-copper-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6625/goldtastic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6632/flat-vegas-nutmeg +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6633/manning-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6642/nitro-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6648/bazzinga +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6651/sandy-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6653/yauch-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6664/beige-tape +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6686/seaoly-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6688/dodge-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6697/ariel-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6703/lexus-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6704/dirty-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6706/spiced-cinnamon +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6712/dark-shadow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6714/pearlized-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6717/grape-slurpee +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6722/travertine-suede +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6723/mocha-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6732/sputtered-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6742/banana-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6744/titan-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6748/infused-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6749/blue-granite +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6752/kail-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6760/sharpie-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6762/alloy-glitter +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6766/metallic-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6768/navy-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6769/deep-blue-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6773/khaki-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6774/carmine-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6781/arcene-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6782/kenyan-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6791/light-putty +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6792/tropical-blue-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6795/pearl-turquoise +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6796/penny-chips +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6797/sea-foam-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6805/caribbean-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6808/aged-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6812/southbay-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6816/black-pizzazz +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6822/mocha-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6824/gold-haze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6831/mega-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6845/sputtered-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6863/black-pewter +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6866/cobalt-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6867/silver-flop +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6869/cherry-bliss-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6878/forever-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6880/murky-water +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6881/mustard-nugget +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6889/midnight-shadow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6891/charcoal-haze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6901/buggy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6903/merlot +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6905/illusion-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6906/illusion-malbec +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6907/illusion-berry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6908/illusion-blueberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6909/illusion-smurf +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6910/illusion-blue-berg +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6911/illusion-pacific +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6912/illusion-crabapple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6913/illusion-sour-apple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6915/illusion-apple-sugar +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6916/illusion-gambler +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6917/illusion-money +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6918/illusion-lime-time +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6919/illusion-tropical-fusion +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6920/illusion-spanish-fly +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6921/illusion-dorado +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6923/illusion-cinnamon +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6924/illusion-rootbeer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6933/seeniy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6943/lavender-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6944/pearl-mint +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6952/blued-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6965/quad-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6968/mystic-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6971/dirty-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6979/mocha-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6982/silver-sage +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6994/ford-tuxedo +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-6998/hidden-blue-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7013/aged-white-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7022/yellow-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7025/illusion-green-ice +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7031/chocolate-lover +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7054/bisque +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7056/beaver-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7064/5-oclock-shadow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7065/mud-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7070/pearlized-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7073/gateway-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7075/impact-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7076/speedster-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7081/schneiderwyzen +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7084/power-bait +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7093/century-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7094/bluesicle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7095/orangesicle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7096/forged-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-7098/chopper-red-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8001/golden-hue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8004/hydro-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8010/fusion-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8013/burnt-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8017/shaded-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8019/emerald-sky-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8020/dirty-pumpkin +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8022/pearl-lace-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8030/tainted-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8032/pearl-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8037/canyon-copper-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8039/crushed-starlight-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8046/golden-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8056/dragons-blood-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8058/antique-chaos +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8063/blue-zircon +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8065/frosted-mocha-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8067/enchanted-sparkle-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8069/burnt-umber +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8074/iridium-crystals +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8083/paradise-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8084/light-walnut-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8091/rich-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8095/burly-wood +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8098/deep-coal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8099/golden-frosted-tan-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8101/pecan-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8102/flat-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8103/mocha-steel +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8109/light-elm-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8111/mermaid-sparkle-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8116/pearls-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8119/phantom-iceberg +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8126/tin-can +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8130/highlight-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8134/crimson-candy-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8145/blazed-charcoal-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8155/midnight-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8157/stage-pass-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8168/pearled-turquoise +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8169/burnt-rootbeer +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8172/old-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PMB-8173/platinum-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-0439/porsche-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-0517/heavy-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-0688/shaft-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-0946/new-england-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-10637/polaris-nuke-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-10739/golden-glitter-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-10781/super-durable-golden-amber +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-10784/super-durable-shakiso +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-10785/illusion-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-10786/illusion-ice +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11273/illusion-sweet-berry-wine +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11376/jeep-hydro-blue-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11377/dodge-hydro-blue-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11472/chevy-bright-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11473/chevy-glacier-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11474/gmc-dynamic-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11514/illusion-gold-prize +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11661/illusion-copper-flame +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11665/illusion-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11723/illusion-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11758/illusion-crush +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-11759/illusion-shocker-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-1366/heavy-steel +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-1438/satin-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-2555/cool-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-2569/alien-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-2899/silver-oar +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-2912/armor-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4025/johnny-5-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4317/brown-finish +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4515/illusion-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4516/illusion-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4620/illusion-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4621/illusion-lite-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4622/illusion-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4645/alpine-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4780/trojan-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-4983/alloy-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-5453/rh-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-5481/capitol-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-5563/pearl-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-5677/shimmer-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-6374/gold-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-6576/super-durable-golden-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-6925/illusion-royal +https://www.prismaticpowders.com/shop/powder-coating-colors/PMS-6964/illusion-tangerine-twist +https://www.prismaticpowders.com/shop/powder-coating-colors/PN006QF/20-7137hy-25-hysq-mirror-blk +https://www.prismaticpowders.com/shop/powder-coating-colors/PN100QF/20-7014hy-25-hysq-sable-blk +https://www.prismaticpowders.com/shop/powder-coating-colors/PN103QF/20-7028hy-25-hysq-jet-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PN111QF/20-7450-corvel-truck-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PN119QF/23-9435-britebond-black-chrome +https://www.prismaticpowders.com/shop/powder-coating-colors/PN207QF/20-7015-cor-raven-blk-u1575 +https://www.prismaticpowders.com/shop/powder-coating-colors/PN211QF/20-7037hy-25-hysq-ebony-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PN214QF/20-7042hy-25-hysq-lava-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PN230QF/20-7399-corvel-hd-flat-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PN233QF/20-7513-corvel-tuscan-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PN236Q/pn236q-interpon-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-0639/super-dust-coal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-0761/golden-sands +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-0779/mirror-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-0945/sapphire-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-0949/apple-spice +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-0971/electric-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10006/barbies-dream +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10022/avery-metallic-blue-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10033/blue-crystals +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1004/performance-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10042/stingray-blue-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10063/blue-yota +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10064/glitter-bomb +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10069/keen-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10114/matte-penny-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10115/blackened-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10122/dragonfly-blue-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10139/crimson-fire-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10141/flat-corkey-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10167/extreme-adams-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10192/leveled-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1020/o-zone-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10242/tower-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10245/devils-punchbowl +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10251/mayan-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10254/blue-candy-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10255/transparent-brown-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10258/purple-spectrolite +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10259/hydra-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10260/proton-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10261/golden-scarab +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10264/gojira +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10265/peacock-sapphire +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10303/max-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10304/supernatural-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10305/supernatural-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10306/supernatural-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10307/supernatural-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10308/supernatural-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10323/super-crazy-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10333/blue-quartz +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10340/frosted-shamrock +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10341/frosted-phoenix +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10342/frosted-tanzanite +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10343/frosted-caspian +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10357/shimmering-pyrite +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10369/sand-dollar-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10370/lost-atlantis +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10371/martian-sunset +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10372/gypsy-tears +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10506/copper-russet-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10531/golden-buddha +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10532/satin-sable +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10538/third-place +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10539/bronze-star +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10553/nyx-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10571/calypsos-fantasy-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10587/golden-eye +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10596/south-beach-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10601/opus-orange-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10605/ivory-sabotage-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10607/oyster-cult-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10610/caramellow-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10612/scutter-botch-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10613/matte-monaco-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10618/flat-extruded-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10619/brushed-nickel +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10627/royal-ruby-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10674/brass-monkey +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10696/goldie-luxe +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10697/bel-aire +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10698/ringer-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10699/crystal-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10700/brut +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10701/funky-monkey +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10713/space-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10731/tuvalu-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10732/mariana-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10734/rustic-rose-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10740/golden-glitter-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10742/gobi-gold-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10745/cuprum-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10748/majestic-gem-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10749/sparkling-champagne +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10750/smoky-quartz +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10753/yellow-iris-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10765/cedar-shimmer-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10767/firethorn-red-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10769/kodiak-brown-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10777/vintage-glitter +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10819/sparkling-amethyst +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10820/robotic-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10822/scooby-snack +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10823/gold-fish +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10824/diablo-candy +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10825/dirty-magic +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10827/smurf-stew +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10828/merlins-potions +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10829/gin-blossom +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10830/mystic-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10835/seattle-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10838/sheer-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10839/sheer-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10840/sheer-platinum +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10841/sheer-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10880/griswolds-christmas +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10901/lambo-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10903/juniper-berry +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10904/halla-halla-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10905/sunglow +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10906/dune +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10907/earharts-vega +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10910/blue-morpho +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10911/alexandrite +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10912/mystics-crystal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10914/gummi-berry-juice +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10915/aqua-fire +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10916/wired-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-10923/tuscan-sun +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11158/prosecco-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11192/golden-mistake +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11212/supernova-island +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11213/supernova-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11214/supernova-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11215/supernova-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11216/supernova-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11217/supernova-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11218/supernova-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11219/supernova-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11260/teal-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11277/ruby-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1128/micro-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11284/confetti-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11285/deep-sea-kelp +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11286/strawberry-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11287/cherry-twist +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11288/saturn-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11295/deep-sea-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11298/rootbeer-candy +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11312/mellow-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11327/magenta-madness +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1133/blackberry-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11510/purple-crush +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11650/pink-champagne +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11651/rose-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11769/deep-space-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-11775/velvet-nebula +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1224/bright-aquamarine +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1342/archery-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1500/anodized-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1530/office-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1532/glazed-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1591/golden-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1686/aqua-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1745/cran-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1782/cool-purple-1998 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1828/softer-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1829/lite-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1844/true-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1849/antiqued-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1873/ultra-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1875/brilliant-gold-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1895/execulamp-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1917/electro-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-1954/silky-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2035/super-dust-sable +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2088/burk-soft-poly-stainless +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2114/tranquil-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2116/soft-musk +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2144/majestic-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2149/jockey-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2203/chic-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2238/emerald-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2260/electro-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2262/anodized-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2308/purple-wine +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2324/orange-tangelo +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2331/candy-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2366/psycho-lemon +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2388/anodized-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2398/anodized-blueberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2448/psycho-lime +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2450/sweet-tangelo +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2470/mountain-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2488/lemon-sunshine +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2493/golden-tangelo +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2498/tangy-tangelo +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2511/anodized-indigo +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2545/fantasy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2586/starry-indigo +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2610/brake-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2757/booty-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2794/popsicle-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2796/candy-grape-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2797/hardly-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2813/blue-mood +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2823/coppersun +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2824/coppertone +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2846/purple-glaze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2889/spot-light +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2981/twinkle-toes +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2991/sneaky-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-2994/counterfeit-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-3007/broom-sticks +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-3012/crystal-praxis +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-3032/golden-dusk +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-3046/sandstorm +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-3057/bad-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-3067/liquid-sunshine +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-3080/sea-sick +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-3084/golden-fragment +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4010/sparkling-aqueous +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4020/tangelo-glaze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4021/brass-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4031/ozmotiar +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4091/tinted-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4314/fancy-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4323/cosmic-light +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4329/dazzling-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4345/carls-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4359/blue-madness +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4373/black-chrome-i +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4437/rose-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4443/pearl-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4446/hawaiian-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4450/transparent-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4457/golden-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4462/red-ox +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4474/intense-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4487/tappin-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4499/gold-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4502/gem-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4507/golden-brass-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4509/matte-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4520/monaco-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4522/star-gaze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4536/oxblood-hues +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4537/oxblood-ransom +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4572/star-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4576/super-dust-tungsten +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4585/empire-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4617/glowbee-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4623/black-chrome-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4651/galaxy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4658/psycho-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4676/stardust-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4686/amazing-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4694/super-red-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4698/flaming-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4706/altered-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4707/dusted-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4711/bentley-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4727/silver-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4755/super-dust-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4757/clearwater-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4759/glowing-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4761/fog-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4769/apple-spice-20 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4788/gold-dust-4 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4828/ultra-red-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4853/ultra-gold-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4858/flattop-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4859/tropic-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4864/clear-lights +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4872/misty-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4878/bentley-blue-plus +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4892/satin-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4903/hot-roll-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4948/psycho-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4952/super-dust-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-4982/crown-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5004/ultra-blue-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5009/charm-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5013/super-dust-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5021/formosa-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5030/sierra-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5036/frosted-dust-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5038/star-dust-16 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5044/chance-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5049/twinkle-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5051/pearl-flair +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5060/satin-tangelo +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5066/hoc-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5067/copper-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5078/magnum-blue-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5092/olive-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5093/vette-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5094/phazer-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5100/super-dust-russian-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5101/super-dust-storm +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5103/brilliant-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5104/star-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5105/moon-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5106/whiffle-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5107/kranberry-krackle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5108/penny-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5109/cherry-crunch +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5110/dazzling-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5111/orange-marmalade +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5113/burple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5114/purplescent +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5115/purplescent-dbl +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5116/blue-twilight +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5117/raspberry-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5119/fools-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5120/fools-penny +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5121/gold-rush +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5122/super-dust-graphite +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5123/golden-whiffle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5125/super-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5126/super-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5127/super-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5128/blue-diamond +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5129/penny-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5130/crater-lake-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5131/royal-burple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5132/kranberry-glaze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5134/nugget-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5135/glitter-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5142/blue-star +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5143/twilight-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5145/ultra-aqua +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5146/purplescent-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5147/glazed-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5150/ultra-blue-twilight +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5151/ultra-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5152/cherry-crunch-double +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5153/ultra-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5154/harley-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5155/pearlized-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5156/glazed-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5158/teal-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5160/mariner-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5163/ultra-rootbeer +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5166/antique-gold-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5210/maui-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5228/gold-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5232/burk-p-s-stainless +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5239/westco-lavender-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5245/bassboat-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5248/frosted-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5267/copper-tint +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5298/phase-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5299/deepwater-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5341/gold-dust-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5349/brass-flair +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5363/comet-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5369/titan-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5371/sailor-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5378/russet-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5383/dazzling-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5388/saxon-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5396/golden-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5409/green-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5411/fire-lights +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5417/express-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5419/aztec-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5484/deluxe-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5497/oyster-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5539/rust-glaze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5542/cady-glaze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5571/flat-black-chrome-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5579/wazoo-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5583/shattered-glass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5593/glimmering-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5595/copper-nugget +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5625/diamond-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5630/plue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5633/tinted-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5635/tommy-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5648/cherry-splash +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5667/purple-nugget +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5670/broadway-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5680/tinted-clear-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5704/aurora-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5706/glitter-dust-4 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5715/midnight-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5730/chameleon-violet-sapphire +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5731/chameleon-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5732/chameleon-sapphire-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5733/chameleon-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5734/chameleon-cherry-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5735/chameleon-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5744/royal-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5759/transparent-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5761/palomino-starlight +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5767/blue-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5770/blue-odyssey +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5774/whiffle-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5782/cedar-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5786/stunner-grape +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5789/shocker-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5795/oil-slick +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5802/platinum-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5803/gypsy-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5823/tequila-sunrise +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5826/jazz-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5835/rockstar-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5837/barely-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5839/tranquil-copper-lite +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5842/frosted-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5846/hayden-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5854/gold-glitter +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5863/deep-cobalt +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5890/tnt-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5901/fire-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5918/safety-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5921/spun-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5924/oasis-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5929/thompson-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5932/clear-american-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5934/gold-drizzle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5935/candy-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5936/anodized-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5939/polar-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5957/copper-glitter +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5972/sable-brown-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5974/wizard-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5983/memphis-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5985/flat-sable-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-5997/bassboat-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6001/jamaica-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6003/adams-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6005/aloha-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6006/aurora-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6008/brooks-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6009/alsea-gold-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6010/amity-gold-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6014/dodson-gold-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6015/elgin-blue-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6016/elmira-green-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6017/bend-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6019/banks-green-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6022/carlton-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6025/crescent-blue-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6026/dexter-gold-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6028/chicago-lights +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6045/seattle-lights +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6314/lightly-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6317/rancher-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6325/metallic-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6331/mediterranean-ice +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6341/maroon-glitter +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6344/crazy-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6361/striker-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6381/smoked-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6382/satin-penny +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6384/pearl-lavender +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6386/anodized-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6387/clear-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6388/corrupted-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6390/barcelona-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6392/liquid-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6398/maroon-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6404/extruded-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6409/transparent-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6415/rancher-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6420/tinted-steel +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6439/striker-gold-deluxe +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6447/red-rock +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6470/flat-trans-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6508/antique-rootbeer +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6513/indy-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6523/willys-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6524/flat-shocker-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6528/something-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6539/lighter-smoke +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6554/liberty-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6559/chandler-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6586/fixture-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6598/flat-rockstar-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6601/brassy-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6607/dirty-penny-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6613/bmw-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6615/shimmer-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6617/lp-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6624/jr-rockstar-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6627/baby-rockstar-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6631/diamond-pearl-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6640/magnum-gold-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6646/copper-fit +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6647/lighter-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6652/moonlight-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6659/light-shattered-glass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6662/pearlescent-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6673/teal-water-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6677/black-chrome-iii +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6680/matte-tinted-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6684/frosted-nugget +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6721/stardust-galaxy +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6724/transparent-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6759/frosted-tangerine +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6763/light-trans-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6764/14-ct-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6793/tropical-blue-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6799/razzle-dazzle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6800/zerrin-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6802/whipped-pearl-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6815/cheater-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6820/shimmer-glass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6823/flat-psycho +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6830/transparent-pewter-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6851/ackbar-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6883/liquid-suede +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6888/pixie-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6890/flat-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6894/golden-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6904/grape-fizz +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6927/satin-black-chrome-i +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6930/flash-rust +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6934/transparent-red-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6935/rancher-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6946/frosty-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6951/pearl-sage +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6955/lite-anodized-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6956/pink-glitter +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6958/aqua-marine +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6988/frosted-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-6999/hidden-blue-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7003/pure-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7004/flat-black-chrome-i +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7005/flat-trans-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7006/supernova-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7009/copper-coin +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7017/elite-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7023/pink-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7024/peeka-flakes +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7027/flat-gold-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7033/disco-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7034/disco-lavender +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7035/disco-fuchsia +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7036/disco-sky +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7037/disco-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7038/disco-aqua +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7039/disco-peeka +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7040/disco-royal +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7041/disco-emerald +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7042/disco-moss +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7043/disco-lemon-drop +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7044/disco-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7045/disco-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7046/disco-tangerine +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7047/disco-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7048/disco-nugget +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7049/disco-dunes +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7050/disco-pewter +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7051/disco-platinum +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7055/disco-nights +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7061/golden-whisper +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7063/christmas-spirit +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7080/glazed-butterscotch-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7086/iced-candy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7091/satin-top-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-7099/chopper-red-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8016/shaded-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8018/dancing-sparkles +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8034/melted-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8036/shaded-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8040/crushed-starlight-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8042/orange-sherbert-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8044/orange-sherbert +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8050/murky-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8057/dragons-blood-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8064/trans-black-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8066/frosted-mocha-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8068/enchanted-sparkle-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8072/transparent-murk +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8093/navy-pearl-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8094/pure-elegance +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8100/golden-frosted-tan-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8112/mermaid-sparkle-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8117/pearls-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8131/raw-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8135/crimson-candy-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8146/blazed-charcoal-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPB-8167/trans-glitter-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-10282/phantom-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-10736/draco-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-10738/arctic-fox-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-10761/spiced-clove-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-10763/cinnamon-girl-step-2 +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-11331/gloss-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-11720/high-performance-sc-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-1334/soft-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-1505/lollypop-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-1547/buttered-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-2291/lollypop-tangelo +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-2313/psycho-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-2618/trans-copper-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-2888/soft-red-candy +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-2974/clear-vision +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-3081/liquid-smoke +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-3095/corkey-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4005/casper-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4351/peeka-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4431/top-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4442/candy-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4483/hawaii-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4491/deep-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4690/wizard-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4750/striker-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-4765/shocker-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5090/flat-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5137/poly-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5139/transparent-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5140/transparent-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5159/transparent-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5161/transparent-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5162/transparent-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5628/lollypop-lime +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-5875/corkey-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-6530/brassy-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PPS-6931/super-flat-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-0509/creamy-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1009/white-head-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10112/hush-puppy-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1015/bing-cherry-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1019/black-rock +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10283/sea-foam-green-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10395/can-am-tan-21 +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10403/feeling-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10407/rhodamine-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10415/cotton-candy-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10428/lima-green-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10431/creamy-almond-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10434/wheatland-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10437/caterpillar-yellow-ii-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10440/sunrise-yellow-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10443/mustard-green-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10446/dijon-yellow-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10449/sudden-yellow-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10452/western-beige-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10455/citron-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10458/porcelain-white-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10461/sad-beige-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10464/file-folder-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10467/lemon-peel-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10470/saffron-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10473/sunshine-yellow-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10476/edgewood-beige-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10479/yellow-olive-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10482/yes-yellow-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10485/hot-yellow-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10488/vintage-leather-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10491/sage-yellow-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10494/olde-yeller-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10497/sunflower-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10500/school-bus-yellow-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10503/cascade-peach-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10510/candle-orange-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10558/taupe-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10559/mocha-beige-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10798/dark-autumn-orange-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10799/melon-orange-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1082/ivory-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10869/flag-orange-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10870/stark-orange-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10871/just-orange-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10872/juju-orange-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10874/really-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10876/ritzy-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-10877/vampire-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11021/guava-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11022/washed-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11023/rose-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11024/hawaiian-flower-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11025/hot-orange-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11026/orange-guava-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11027/china-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11035/dark-mauve-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11039/rosette-pink-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11043/magenta-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11047/orchid-lavender-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11051/whimsy-pink-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11055/grape-ape-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11059/sweet-plum-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11063/spring-purple-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11067/passion-pink-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11071/sultan-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11080/southwest-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11085/pro-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11089/pinelake-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11093/bruski-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11099/harbor-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11103/boron-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11113/island-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11117/china-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11121/skiers-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11293/eris-dream +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11448/native-turquoise-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11449/quater-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11450/dunbar-teal-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11451/sail-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11452/danny-boy-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11453/captive-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-11511/shimmer-rose-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1199/camel-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1203/villain-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1213/statuary-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1369/klamath-ridge +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1502/shimmer-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1508/riverton-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1552/faithful-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1692/sailor-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1717/captive-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1731/liberty-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1733/texas-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1821/orbit-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1831/riverhill-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1862/cobalt-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1891/light-cherry-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1920/mocha-peach-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1942/dusty-rose-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-1999/wichita-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2021/diablo-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2053/suddenly-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2098/blizzard-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2101/sienna-brown-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2183/aged-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2245/aztec-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2314/frontier-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2347/hydro-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2348/light-grey-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2534/deep-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2549/ducky-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2647/turquoise-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2682/hay-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2729/cobblestone-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2777/bayberry-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2788/tucker-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2826/coppersun-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2841/low-gloss-black-rock +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2844/low-gloss-conroy-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2874/oh-so-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2903/ashley-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2967/blue-dimples +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2972/roses-r-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-2989/copper-head +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-3073/blue-ripples +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4022/neon-green-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4067/sunrise-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4078/lazy-daisy +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4079/tomato-sauce-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4096/barbie-pink-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4306/eminent-ripple +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4332/plum-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4417/light-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4421/robin-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4432/matte-black-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4460/gold-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4539/purple-mirage-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4550/class-a-silver-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4554/cadet-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4573/hawaiian-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4593/scarlet-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4596/truck-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4612/decor-white-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4626/purple-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4653/overcast-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4743/yosemite-green-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4822/claret-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4838/perma-beige-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4913/stormy-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-4968/mill-white-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5061/ebony-rock +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5081/flame-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5218/astatic-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5222/rainbows-end-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5246/aspen-grey-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5261/pearl-white-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5263/sky-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5270/light-lavender-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5362/pretty-pink-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5381/cream-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5382/orient-beige-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5406/goldstone-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5460/very-white-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5475/sky-white-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5541/imperial-white-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5557/blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5622/international-orange-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5629/internal-white-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5645/dune-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5673/blue-ripples-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5709/dull-vienna +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5775/passion-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5831/fuchsia-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5877/mason-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-5991/powder-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6100/blue-paradise +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6103/almond-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6104/blue-hawaiian-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6105/yellow-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6106/fuchsia-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6108/white-river-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6114/feather-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6115/vienna-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6119/canary-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6334/cadet-blue-ii-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6338/federation-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6501/loafer-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6622/sandy-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6833/melted-chocolate +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6938/destroyer-blue-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-6976/kelly-green-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-7085/neon-yellow-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-8007/m-m-orange-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRB-8108/suddenly-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRS-5390/arctic-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PRS-6107/ruby-red-river +https://www.prismaticpowders.com/shop/powder-coating-colors/PRS-6118/black-river-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-0392/light-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-0412/truck-turquoise +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-0443/sandstone-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-0849/eldorado-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-0969/houston-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10001/warm-stone +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10004/soft-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10005/wild-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10025/flat-mayham-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10031/smooth-cement +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10036/army-mud +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10043/rust-clay +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10049/flat-vampire-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10052/soft-cloud-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10055/mud +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10056/dark-process-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10057/sugar-cookie +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10061/blm-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10070/lada-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10071/vesta-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10072/can-am-yellow-18 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10076/robins-egg-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10083/flat-just-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10091/blue-bomber +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10093/flat-deep-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10104/haines-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10106/robins-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10116/matte-sinbad-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10118/satin-hawaiian-flower +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10129/rotten-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10144/morning-mallow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10151/camo-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10153/flat-bright-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10155/flat-troll-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10166/satin-china-mint +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10169/satin-hot-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1017/amazon-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10170/satin-light-cherry-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10174/satin-orange-guava +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10178/carob-mocha +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10183/racer-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10189/dark-cyan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10190/rosemallows +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10200/chiffon-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10209/satin-chartreuse +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10210/satin-very-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10211/satin-astatic-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10212/satin-playboy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10213/satin-neon-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10217/kurts-khakis +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10219/satin-red-clay +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10221/shock-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10235/milano-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10244/keppel-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10246/911-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10247/natural-cotton +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10248/dry-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10257/flat-spring-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10280/newport-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10290/navy-suede +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10299/appalachian-trail +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10310/screamin-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10311/screamin-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10312/screamin-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10313/screamin-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10314/screamin-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10315/screamin-coral +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10334/fire-brick-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10359/agave-forrest +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10376/flat-dumbell-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10387/matte-ford-dark-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10396/bang-bang +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10397/cornflower-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10404/matte-feeling-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10408/matte-rhodamine +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10416/matte-cotton-candy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10427/matte-lima-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10430/matte-creamy-almond +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10433/matte-wheatland +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10436/matte-caterpillar-yellow-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10439/matte-sunrise-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10442/matte-mustard-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10445/matte-dijon-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10448/matte-sudden-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10451/matte-western-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10454/matte-citron +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10457/matte-porcelain-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10460/matte-sad-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10463/matte-file-folder +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10466/matte-lemon-peel +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10469/matte-saffron +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10475/matte-edgewood-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10478/matte-yellow-olive +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10481/matte-yes-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10484/matte-hot-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10487/matte-vintage-leather +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10490/matte-sage-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10493/matte-olde-yeller +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10496/matte-sunflower +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10499/matte-school-bus-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10502/matte-cascade-peach +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10509/matte-candle-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10522/matte-red-clay +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10524/matte-hematite-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10527/bull-rock-gravel +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10534/pebble-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10535/kobicha +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10536/russet-sepia +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10540/country-mustard +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10543/matte-amber +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10544/matte-walnut +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10548/acapulco-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10552/lemon-sherbert +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10555/matte-proulx-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10560/red-jasper +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10561/matte-orangish-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10569/floral-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10573/mock-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10576/blue-spruce +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10577/matte-brownstone +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10578/moody-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10580/bark-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10581/bamboo-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10590/matte-onyx-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10592/magma-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10593/poison-spyder-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10594/pumpkin-spice +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10597/dolphin-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10598/flipper-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10599/dark-charcoal-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10620/matte-nic-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10621/matte-grey-day +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10624/matte-nude +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10625/canvas-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10633/strawberries-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10636/voodoo-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10650/ktm-orange-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10653/flash-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10662/husky-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10666/octane-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10668/sandpiper +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10669/grey-jay +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10681/og-white-chocolate +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10682/can-am-tan-21-gloss +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10683/matte-can-am-tan-21 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10690/midori-sour +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10691/blinding-lime +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10692/rebel-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10707/vintage-case +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10708/vintage-peche +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10709/vintage-dozer +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10725/royal-battle-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10756/hassan-granite +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10779/white-heron +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10832/matte-stark-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10833/matte-cannon-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10842/matte-flag-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10843/matte-dark-autumn-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10844/matte-melon-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10845/matte-just-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10846/matte-m-m-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10847/matte-international-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10848/matte-juju-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10849/matte-red-devil +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10850/matte-really-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10851/matte-very-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10852/matte-ritzy-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10853/matte-light-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10854/matte-bing-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10856/matte-loafer-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10857/matte-vampire-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10858/matte-peach-ice-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10859/matte-tomato-sauce-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10860/matte-guava +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10861/matte-pretty-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10862/matte-washed-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10863/matte-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10864/matte-hawaiian-flower +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10866/matte-orange-guava +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10867/matte-barbie-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10868/matte-china-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10881/matte-truck-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10886/matte-snowcone-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-10925/egyptian-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11003/matte-nude-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11030/matte-grapesicle +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11034/matte-dark-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11038/matte-rosette-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11042/matte-magenta-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11046/matte-orchid-lavender +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11050/matte-whimsy-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11054/matte-grape-ape +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11058/matte-sweet-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11062/matte-spring-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11066/matte-passion-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11076/matte-cadet-blue-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11079/matte-southwest-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11088/matte-pinelake-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11092/matte-bruski-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11096/matte-destroyer-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11098/matte-harbor-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11102/matte-boron-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11109/matte-oh-so-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11116/matte-china-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11120/matte-skiers-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11124/matte-skyline-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11139/chase-blue-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11141/rancher-army-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11159/beijing-beige-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11176/purple-lilac +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11177/blue-shadow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11205/trolley-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11206/strawberry-smoothie +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11209/cobra-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11228/matte-dark-charcoal-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11231/matte-cabot-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11233/farmhouse-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11236/matte-matrix-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11237/matte-clementine +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11241/potters-clay +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11243/iron-oxide +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11244/honey-amber +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11245/ivory-stone +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11247/night-fury +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11250/sandstone-granite +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11251/rough-sodalite +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11255/millstone-greige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11256/mudstone-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11257/uluru-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11258/hearthstone +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11259/black-granite +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11262/heavy-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11263/carrot-curry +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11269/creative-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11336/ford-oxford-white-yz +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11351/brown-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11352/ford-white-yz +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11353/ford-cloud-9-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11354/lincoln-oxford-white-yz +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11355/lincoln-white-yz +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1136/boston-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11392/jeep-high-velocity-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11410/ford-screaming-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11411/dodge-viper-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11412/chevy-velocity-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11425/toyota-quicksand +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11469/porsche-racing-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11478/ford-frozen-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1148/mohawk-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11483/plaza-taupe +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11534/porsche-pure-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11535/porsche-miami-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11544/lambo-rosso-mars +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11601/toyota-cavalry-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11652/french-roast +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11655/sandstorm-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11659/private-gray +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11671/farrow-ammonite +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11672/bmw-chili-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11731/pantone-3015-c +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11740/matte-violet-grape +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11741/matte-maple-glaze +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11749/benjamin-moore-silhouette +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11763/nightcap +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11766/ocean-horizon +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11767/midnight-fleet +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11768/tidal-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11770/quiet-night +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11786/golden-nectar +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11787/dusty-lavender +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11790/soft-coral-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11791/highlighter-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-11792/peachy-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1358/venice-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1748/suddenly-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1755/tapioca-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1785/crisp-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1793/tidbit-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1805/classic-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1901/amazing-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1960/bad-boy-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-1992/pretty-peach +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2004/stanton-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2104/gt-aqua-marine +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2173/deep-mandarin +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2346/black-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2543/off-white-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2565/creamy-latte +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2652/royal-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2666/teal-granite +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2676/totally-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2731/ground-cinnamon +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2740/texaco-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2742/faded-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2758/casper-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2759/green-bean +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2778/coast-guard-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2800/deco-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2825/2000-oxford-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2866/cinderblock-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2905/red-drop +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2949/buttercup +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-2954/stump-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-3065/inline-4 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-3070/butterscotch +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4002/carolina-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4015/yellow-wheel +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4019/sludge +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4034/butter-pecan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4075/redwood-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4304/reef-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4307/pacific-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4315/tomato-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4324/straw-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4366/beach-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4367/beach-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4372/cloud-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4407/flat-mint-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4413/inca-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4434/stormy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4439/juicy-fruit-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4458/flat-lucky-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4464/rustic-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4512/tempest-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4549/cv-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4567/aged-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4589/02-vette-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4594/bamboo-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4624/ford-dark-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4629/illusion-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4632/plateau-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4642/sierra-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4643/glacial-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4644/sunset-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4654/pacific-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4666/cherry-punch +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4667/empire-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4673/myan-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4675/benton-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4681/benton-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4687/ringer-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4688/crimson-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4719/sierra-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4738/flat-reedy-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4751/grey-sky +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4763/hunters-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4766/almond-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4777/flat-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4785/deere-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4787/davis-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4792/ridge-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4807/tacoma-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4812/flat-dunbar-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4813/colonial-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4817/flat-java-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4818/mohave-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4824/nevada-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4841/crescent-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4845/sahara-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4852/lemon-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4880/alpine-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4882/rustler-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4884/coastal-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4885/iris-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4887/montana-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4893/sandy-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4896/hotrod-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4909/cement-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4912/frosted-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4914/brick-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4926/patina-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4928/patina-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4930/patina-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4944/army-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4953/magnum-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4974/iris-maroon +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4978/tempest-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4984/fallbrook-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-4996/latte-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5005/flat-mason-red-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5023/beachwood-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5069/streetrod-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5072/satin-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5076/royal-maroon +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5085/mojave-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5089/mason-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5202/marlin-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5205/grey-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5217/beach-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5219/cera-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5220/cera-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5223/space-caramel +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5250/southern-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5251/soft-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5256/manilla-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5284/lancair-lace +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5290/boulevard-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5294/shady-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5305/flat-lentel-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5310/cream-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5315/aspen-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5321/wild-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5328/woods-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5329/york-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5332/frail-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5334/saginaw-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5336/santana-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5352/beachstone-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5367/flat-dark-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5385/dark-blue-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5386/winter-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5431/almond-crest +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5449/cove-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5465/maroon +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5472/ref-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5473/chablis-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5474/pale-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5476/greystone-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5491/hedge-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5499/blah-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5516/pale-olive +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5520/rich-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5525/whitestone +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5526/creamish-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5532/silly-putty +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5548/sand-dunes +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5566/necco-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5578/gloomy-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5580/lear-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5587/milkweed +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5589/viking-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5591/space-sand +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5594/semi-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5599/flat-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5606/mallard-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5608/flat-snow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5615/vine-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5676/saddle-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5687/ibm-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5694/moonlight-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5698/desert-leather +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5710/marble-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5714/clay-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5718/burgundy-wine +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5719/rust-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5720/beachcomber-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5721/stone-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5736/bimini-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5750/chocolate-bar +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5756/vaider-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5757/getty-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5762/dark-toffee +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5766/dark-water +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5784/camel-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5787/military-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5794/river-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5800/dark-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5807/press-on-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5816/steam-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5817/caribbean-sand +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5818/llama-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5819/omega-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5821/affordable-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5827/matte-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5828/flat-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5830/golden-oatmeal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5832/resa-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5838/ultra-cream-suede +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5847/olive-leaf +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5848/sierra-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5851/dynamic-turquoise +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5852/plymouth-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5858/hidden-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5864/frosted-butterscotch +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5888/sandpit-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5893/everyday-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5896/oxblood-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5898/hemi-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5904/miller-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5905/richard-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5906/abc-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5908/cascade-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5914/accurate-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5922/frosted-grape +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5937/mushroom +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5944/flat-hot-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5945/bright-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5946/autumn-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5947/beckers-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5952/swamp-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5953/barley-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5966/bellflower-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5967/mushroom-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5973/frosted-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5979/caramel-kiss +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5980/ivory-charm +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5982/mocha-brown-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5986/bend-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5990/red-vine +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-5994/creative-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6302/ups-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6309/sandy-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6310/quality-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6316/spectrum-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6319/cielo-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6321/falcon-sand +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6322/dijon-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6323/low-gloss-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6348/ultra-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6354/british-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6355/terra-cotta +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6356/frosted-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6357/matte-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6375/flat-pot-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6380/white-chocolate +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6401/bright-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6402/muddy-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6411/sahara-sands +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6412/olive-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6413/flat-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6414/ivory-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6438/vintage-wicker +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6441/flat-powder-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6442/colonial-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6456/grey-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6457/gun-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6465/rc-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6466/matte-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6471/orange-clay +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6473/mint-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6483/corduroy-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6485/extreme-ivory +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6486/corsair-mint +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6494/excell-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6496/zodiac-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6500/firecracker-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6506/baja-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6515/lorge-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6516/plum-wine +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6520/cw-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6532/miami-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6537/classy-dark-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6542/sahara-fawn +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6543/custom-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6548/yucca-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6551/puchsia +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6556/pac-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6562/chevy-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6564/flat-coach-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6565/tile-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6569/white-linen +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6570/flat-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6573/peachy-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6577/stone-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6581/shady-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6582/gm-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6587/aflac-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6605/stem-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6606/dirty-penny-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6616/leather-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6623/dull-dark-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6641/satin-eggshell +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6645/kwik-trip-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6649/watson-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6657/ultra-leather +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6661/almost-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6663/dry-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6665/flat-wheat +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6668/blue-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6669/energy-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6670/canvas-brown-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6672/light-brown-sugar +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6685/gyoung-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6690/dark-chocolate +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6691/dark-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6698/banana-smoothie +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6710/lucky-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6711/swamp-mud +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6725/stucco-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6727/gloomy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6733/pasty-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6734/greyson-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6737/bad-chocolate +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6741/retro-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6747/grey-poupon +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6751/butter-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6757/native-stone +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6758/gremlin-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6765/elephant-hide +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6767/dark-turquoise +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6770/urban-stealth +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6776/sea-water-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6778/mayham-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6779/tainted-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6783/burgundy-blast +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6785/beta-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6786/satin-mystery +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6787/charcoal-suede +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6788/pale-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6810/pink-lipstick +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6811/gutter-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6813/dkana-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6814/graphite-stone +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6817/sunkissed-peach +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6818/toffee-latte +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6819/fired-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6834/luxury-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6835/frosted-cappuccino +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6836/red-dirt +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6838/navajo-nugget +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6840/grumpy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6843/frost-bite +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6852/fired-amaranth +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6855/kango +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6856/bambi +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6861/caramelink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6862/seal-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6865/blackboard +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6872/sand-box +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6873/organic-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6874/frosted-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6875/gingerbread +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6877/teddy-bear-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6879/vintage-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6893/white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6895/brighter-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6896/sweet-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6897/musket-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6900/burnt-forrest +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6932/bic-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6936/bauer-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6939/taffy-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6945/just-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6947/vintage-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6960/dark-butterscotch +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6961/flat-sassy +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6963/chase-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6969/peppered-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6973/abyss +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6974/maple-bar +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6978/flat-buckskin +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6980/coastal-sand +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6981/beach-house-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6983/aged-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6984/flat-barbie-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6985/wheat-field +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6986/cheeseburger +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6989/burnt-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6995/glazed-pudding +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-6996/flat-banana-smoothie +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7000/flat-iron-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7001/zombie-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7007/lariat-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7020/dried-mustard +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7030/hot-mustard +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7053/maroogundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7057/racing-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7060/glazed-cantaloupe +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7067/fallow-buff +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7077/sandy-beach +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7079/glazed-butterscotch-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-7089/bitter-sweet-honey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8000/rustic-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8003/dreary-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8006/yeti-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8009/navy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8035/shaded-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8038/snow-buster +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8043/apricot +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8049/flat-file-folder +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8051/dirty-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8052/satin-crimson +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8054/satin-chevy +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8055/yellow-jasper +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8060/nostalgic-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8080/flat-willow-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8081/hot-mud +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8085/lemon-drop +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8087/marsh-mud +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8088/thatch-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8090/snow-bunny +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8092/navy-pearl-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8096/satin-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8097/thunder-clouds +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8105/matte-tundra-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8106/flat-currant +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8107/matte-papaya +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8113/retro-avocado +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8115/rawhide +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8118/battleship +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8125/matte-quater-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8127/coo-coo-coat +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8128/flat-thunder +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8137/raw-stone +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8147/burgundy-icing +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8152/black-bruise +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8153/blizzard +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8156/designer-slate +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8162/flat-very-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8164/salted-caramel +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8166/cozy-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSB-8171/cotton-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0105/flag-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0106/ink-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0116/tacate-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0118/spring-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0163/chevy-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0385/634-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0408/cloud-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0474/1922-page-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0579/harbor-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0589/pro-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0645/bing-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0822/dumbell-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0845/southwest-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0874/whimsy-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0875/grape-ape +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0879/bright-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0892/savannah-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0950/dunbar-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0961/orchid-lavender +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0991/wheatland +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-0995/light-oak +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10154/spring-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10249/vermillion-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1025/cat-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10284/sunflower +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10285/vintage-leather +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10292/vulcan-salute +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10390/citron +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10391/rose +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10392/jet-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10393/feeling-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10394/rhodamine +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10398/white-smoke +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10399/cotton-candy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1040/rowden-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10521/black-mamba +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1054/sweet-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10638/evasive-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10641/spectra-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10642/velocity-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10645/manta-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10646/maverick-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10649/ktm-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10651/honda-passion +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10652/fighting-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10654/tahitian-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10656/zuki-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10659/yz-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10660/yz-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10661/ski-doo-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10664/kawi-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10672/electric-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1070/sweet-pea-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10706/super-durable-vintage-mint +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10724/realtree-edge +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10764/cedar-shimmer-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10766/firethorn-red-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-10768/kodiak-brown-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1086/sienna-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1101/manzanita-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1104/neon-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11136/super-durable-tiki-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11175/vintage-snowmobile-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11181/super-durable-matte-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11182/super-durable-gloss-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11186/super-durable-ansi-61-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11188/super-durable-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11189/super-durable-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11191/super-durable-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11198/high-reflectance-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11202/obsidian-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11207/whiteboard +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11227/black-soot +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11239/ams-fed-33446 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11248/high-gloss-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11249/super-durable-olympic-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1126/truck-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11333/ford-code-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11335/ford-oxford-white-z1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11337/ford-shadow-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11338/ford-race-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11345/ford-lithium-gray +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11346/ford-absolute-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11347/lincoln-black-velvet +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11361/ford-white-z1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11362/lincoln-oxford-white-z1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11363/chrysler-flame-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11364/jeep-flame-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11365/dodge-flame-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11367/ford-vermillion +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11368/jeep-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11369/dodge-venom-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11370/dodge-pitch-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11371/jeep-firecracker-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11372/jeep-colorado-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11373/fiat-rovente-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11378/alfa-romeo-nero +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11379/fiat-nero-puro +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11380/fiat-nero-cinema +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11381/fiat-pure-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11388/super-durable-high-gloss-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11394/chrysler-pitch-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11395/chevy-summit-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11396/dodge-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11398/chevy-olympic-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11400/chevy-blue-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11401/chevy-red-hot +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11402/gmc-cardinal-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11403/cadillac-velocity-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11404/ford-torch-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11405/chevy-victory-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11406/gmc-victory-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11407/cadillac-victory-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11408/jeep-solar-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11409/dodge-detonator-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11414/dodge-go-mango +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11415/toyota-black-onyx +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11416/lexus-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11417/cadillac-black-raven +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11418/gmc-onyx-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11419/hummer-void-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11420/chevy-torch-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11421/gmc-summit-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11422/cadillac-summit-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11423/gmc-olympic-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11424/cadillac-olympic-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11426/ford-performance-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11429/toyota-radiant-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11430/porsche-guards-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11431/genesis-super-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11432/mazda-true-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11436/chevy-crush-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11440/ford-grabber-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11442/chevy-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11470/toyota-sun-fusion +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11477/toyota-ice-cap +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11482/usps-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11486/briggs-stratton-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11487/briggs-stratton-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11488/kubota-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11491/ford-competition-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11493/cummins-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11494/toyota-absolutely-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11495/subaru-pure-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11496/bmw-alpine-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11500/suzuki-fire-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11501/honda-rallye-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11502/acura-rallye-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11503/toyota-super-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11504/dodge-torred +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11505/dodge-high-performance-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11506/ford-colorado-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11507/dodge-bright-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11508/ford-performance-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11509/toyota-super-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11524/chevy-rapid-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11536/tesla-solid-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11539/porsche-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11542/bmw-imola-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11543/lambo-deep-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11545/bmw-jet-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11546/ferrari-rosso-corsa-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11547/mercedes-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11556/ferrari-rosso-scuderia-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11557/audi-ibis-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11558/mercedes-polar-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11559/porsche-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1156/sierra-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11560/albino +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11566/audi-solar-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11567/ford-wimbledon-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11573/porsche-carrara-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11574/chrysler-bright-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11577/porsche-lava-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11581/dodge-bright-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11583/jeep-bright-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1159/edgewood-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11590/chevy-amplify-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11629/lambo-bianco-monocerus +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11632/porsche-speed-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11640/polaris-sky-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11657/ams-fed-27038 +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1167/snowbird +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1168/stone-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11714/maple-glaze +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11715/violet-grape +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11722/sw-in-the-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11725/sw-forget-me-not +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11726/sw-coral-bells +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11727/pantone-4525-c +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-11729/ford-ebony-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1210/quater-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1221/neon-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1236/edgewood-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1249/old-town-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1260/trapper-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1353/soft-satin-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1377/vista-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1395/federation-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1414/smoke-house-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1423/light-cherry-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1429/cabot-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1452/china-mint +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1464/pinelake-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1474/sage-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1523/card-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1546/hawaiian-flower +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1577/highland-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1584/blue-velvet +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1605/claret +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1610/hunter-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1623/hot-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1627/hot-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1670/rosette-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1676/sinbad-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1715/playboy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1718/captive-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1738/astatic-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1750/willow-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1777/burnt-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1791/juju-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1846/heritage-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-1896/tangy-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2094/porcelain-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2111/internal-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2127/sudden-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2128/bonnie-sue-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2243/harbor-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2287/honey-mustard +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2337/tomato-sauce-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2356/crest-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2380/traffic-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2550/caterpillar-yellow-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2600/sunshine-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2622/olive-drab +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2625/texas-grey-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2638/note-pad-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2643/almond-delight +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2657/troll-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2694/red-wheel +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2708/dark-autumn-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2712/red-devil +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2724/lucky-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2725/vanilla-ice-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2732/peach-ice-cream +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2743/creamy-almond +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2748/cannon-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2760/patrick-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2779/international-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2790/saffron +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2791/native-turquoise +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2834/electric-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2847/highlight-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2873/ultramarine-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2876/orange-glow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2902/buckskin +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2937/grapesicle +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2965/oh-so-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2980/olde-yeller +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2984/sand-castle +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-2993/ritzy-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3013/vampire-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3019/sad-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3026/destroyer-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3041/boron-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3042/bubba +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3043/tusk +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3047/poseidon-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3061/file-folder +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3063/sassy +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3089/hush-puppy +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3090/loafer-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-3092/stout-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4008/jewel-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4009/powder-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4035/lemon-peel +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4041/mortar +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4045/just-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4048/banana-boat +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4063/sea-foam-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4076/flag-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4084/overcast +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4090/sunrise-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4094/bud-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4095/cobalt-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4099/eminent-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4103/white-out +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4311/grey-day +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4316/lima-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4320/box-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4325/red-clay +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4328/island-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4334/school-bus-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4350/rust-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4360/danny-boy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4361/bruski-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4362/metal-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4369/snowcone-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4371/basic-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4412/very-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4415/lentel-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4416/really-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4419/candle-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4423/tritan-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4466/kelly-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4479/pretty-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4484/castle-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4486/frog-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4500/crest-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4503/crest-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4510/sail-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4513/illusion-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4514/illusion-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4517/tractor-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4530/brentwood-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4531/racer-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4552/pea-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4553/cadet-blue-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4571/honey-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4577/cascade-peach +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4598/mustard-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4610/cherry-bliss +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4615/dove-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4627/nutmeg-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4628/sandal-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4633/western-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4646/very-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4647/beach-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4679/passion-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4680/arizona-turquoise +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4735/moccasin-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4753/skiers-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4767/china-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4774/alpine-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4779/coastal-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4783/passion-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4815/winter-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4827/forest-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4874/light-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4886/evergreen +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4894/sage-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4915/candy-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4924/magenta-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4950/clean-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4970/skyline-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4971/very-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4972/melon-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-4991/delta-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5000/sultan-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5010/stone-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5053/polar-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5075/stark-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5080/thunder-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5082/flame-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5207/highland-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5225/moss-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5236/lava-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5312/chocolate-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5314/barbie-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5337/flag-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5340/gardner-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5353/autumn-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5355/bowman-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5366/po-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5394/hard-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5401/dijon-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5463/farm-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5468/sleek-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5480/caramel-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5547/yellow-olive +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5584/beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5642/corsair-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5649/racer-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5666/kiwi-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5678/m-m-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5690/gloss-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5691/yes-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5695/brown-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5768/sublime +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5780/green-olive +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5806/hurricane-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5930/washed-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-5933/jungle-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6339/perfect-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6372/sports-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6443/guava +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6455/orange-guava +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6492/proulx-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6560/dark-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6568/mustard-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6608/burnt-chocolate +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6626/greenish-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6728/brown-haze +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6837/tropical-breeze +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6844/throw-back-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6853/yak-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-6954/pink-chalk +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-7011/rs-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-7012/suzuki-yellow-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PSS-7068/chartreuse-sherbert +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10026/shimmer-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10053/plum-violet-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10054/brown-bronze-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10060/arizona-turquoise-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10074/destroyer-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10075/southwest-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10081/iced-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10094/lucys-toast +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10120/thatch-brown-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10127/uv-burnt-coconut +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10133/golden-charcoal-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10134/speedway-grey-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10135/flat-beige-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10148/sleek-white-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10160/manhattan-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10161/wizard-black-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10163/victory-silver-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10164/patina-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10253/frosted-grape-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10301/goldtastic-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10336/prismadelic +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10358/sedona-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10362/pink-chalk-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10363/tropical-breeze-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10365/chartreuse-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10366/throw-back-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10373/super-grip-tiger +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10374/super-grip-grape +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10375/super-grip-turquoise +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10378/overcast-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10379/deep-rose-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10382/bright-orange-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10383/dumbell-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10384/sinbad-purple-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10386/orange-glow-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10389/steel-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10402/feeling-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10406/rhodamine-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10414/cotton-candy-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10426/can-am-tan-21-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10429/lima-green-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10432/creamy-almond-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10435/wheatland-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10438/caterpillar-yellow-ii-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10441/sunrise-yellow-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10444/mustard-green-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10447/dijon-yellow-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10450/sudden-yellow-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10453/western-beige-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10456/citron-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10459/porcelain-white-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10462/sad-beige-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10465/file-folder-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10468/lemon-peel-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10471/saffron-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10474/sunshine-yellow-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10477/edgewood-beige-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10480/yellow-olive-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10483/yes-yellow-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10486/hot-yellow-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10489/vintage-leather-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10492/sage-yellow-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10495/olde-yeller-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10498/sunflower-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10501/school-bus-yellow-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10504/cascade-peach-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10508/astatic-red-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10511/candle-orange-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10547/alps-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10608/super-grip-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10628/flat-lucky-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10632/brown-stache +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10663/neon-kawi-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10679/super-grip-starlight +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10684/super-grip-elderberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10685/super-grip-galaxy +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10686/super-grip-kaleidoscope +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10687/super-grip-grold +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10688/ski-doo-yellow-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10710/matte-fde-tan-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10711/matte-od-green-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10717/electric-yellow-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10790/flag-orange-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10792/dark-autumn-orange-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10793/just-orange-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10794/melon-orange-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10795/m-m-orange-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10796/international-orange-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10797/juju-orange-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10803/electrified-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10804/electrified-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10805/electrified-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10807/electrified-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10808/electrified-coral +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10809/super-grip-dirty-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10810/super-grip-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10811/super-grip-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10882/super-grip-granite +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10984/red-devil-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10985/very-red-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10986/ritzy-red-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10987/light-cherry-red-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10988/bing-cherry-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10989/claret-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10990/loafer-red-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10991/vampire-red-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10992/peach-ice-cream-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10993/tomato-sauce-red-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10994/guava-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10995/pretty-pink-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10996/washed-red-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10997/rose-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10998/hawaiian-flower-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-10999/hot-orange-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11000/orange-guava-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11001/barbie-pink-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11002/china-red-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11032/grapesicle-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11036/dark-mauve-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11040/rosette-pink-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11044/magenta-red-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11048/orchid-lavender-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11052/whimsy-pink-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11057/burnt-red-texture-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11060/sweet-plum-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11064/spring-purple-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11068/passion-pink-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11072/sultan-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11075/matte-snowbird-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11077/cadet-blue-ii-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11082/truck-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11086/pro-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11094/bruski-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11100/harbor-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11107/deep-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11110/oh-so-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11114/island-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11118/china-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11122/skiers-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11125/skyline-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11134/plumburg-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11137/navy-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11138/maroon-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11140/sand-pebble-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11144/dark-lavender-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11165/basic-white-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11178/cw-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11193/solar-ore +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11194/blazing-ore +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11195/golden-ore +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11196/lunar-ore +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11220/black-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11229/etched-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11315/super-grip-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11317/classic-brown-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11360/anthracite-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11454/clay-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11466/super-grip-brown-stache +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11512/anthracite-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11627/chevy-orange-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11736/violet-grape-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11737/maple-glaze-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11760/pantone-grey-2-c-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-11793/toptica-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-1927/gm-silver-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-1937/rustic-red-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2091/pearlized-white-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2134/peppernut +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2199/cocoa-nut +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2309/pewter-glitter +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2310/dazzling-pewter +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2486/granite-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2614/river-stone +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2640/hammer-strength +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2667/emory-board-grey-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2683/wrought-iron-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-2970/prune-roughneck +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-4355/dull-black-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-4435/pewter-bronze-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-4551/gold-dust-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-4574/mossberg-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-4844/seaside-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-4883/ultra-silver-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-4923/airtech-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-5267/stapleton-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-5604/golden-champagne +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-5682/designers-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-5746/silver-graphite +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-5878/rusty-sandpaper +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-5964/caldera-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6419/super-grip-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6451/coal-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6461/silver-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6557/vertex-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6563/grey-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6596/starcraft-nickel +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6674/lakeview-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6687/antogan-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6696/teridium-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6726/light-grey-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6771/texture-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6794/bronze-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6803/zollie-lite +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6804/zollie-dark +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6821/coal-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6882/old-navy +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6884/burnt-rust +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6886/hazy-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6948/tan-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-6953/autumn-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7019/brick-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7021/frosted-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7069/periwinkle-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7102/black-satin-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7103/tin-foil-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7107/gold-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7109/charcoal-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7111/wesgar-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-7114/purple-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8073/lacey +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8075/paradise-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8078/tucker-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8120/powder-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8122/grape-ape-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8123/kingsport-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8124/pea-green-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8139/white-out-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8140/sage-green-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8141/stark-orange-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8142/sea-foam-pearl-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTB-8151/tuff-gold-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-10782/super-durable-dusted-coral +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-10783/super-durable-carob-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-11266/classic-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-11267/brookings-blue-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-11318/rust-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-11319/dark-brown-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-11357/asphalt-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-11389/chantilly-white-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-1539/caveman-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-2960/rust-bucket +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4026/moby-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4071/burnt-toast +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4310/strikers +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4411/soft-beige-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4453/light-beige-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4456/soft-white-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4749/walnut-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4778/fountain-green-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-4793/sand-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-5792/charcoal-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-6422/burnt-red-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-6729/bunch-grey-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PTS-7092/champagne-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-0264/blueberry-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-0809/turquoise-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10156/hana-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10157/baja-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10158/alvord-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10191/goldtastic-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10236/black-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10239/purple-rain +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10240/leviathan +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10268/dark-palleon-fire +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10269/dark-palleon-panther +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10270/dark-palleon-paradise +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10271/palleon-golden-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10272/palleon-fire +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10273/palleon-panther +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10274/palleon-paradise +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10293/fractured-illusion-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10294/fractured-illusion-apple +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10295/fractured-illusion-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10296/fractured-illusion-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10297/fractured-illusion-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10298/fractured-illusion-green +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10316/nuclear-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10317/nuclear-pink +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10318/nuclear-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10320/nuclear-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10321/nuclear-coral +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10514/loch-ness +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10515/the-kraken +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10525/gypsum +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10630/bronze-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10741/gobi-gold-step-1 +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10908/abba +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10919/moscow-mule +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10920/hammered-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10921/hammered-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10922/hammered-platinum +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10927/lima-green-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10928/creamy-almond-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10929/wheatland-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10930/caterpillar-yellow-ii-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10931/sunrise-yellow-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10932/mustard-green-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10933/dijon-yellow-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10934/sudden-yellow-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10935/western-beige-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10936/citron-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10937/porcelain-white-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10938/sad-beige-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10939/file-folder-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10942/lemon-peel-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10943/saffron-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10944/sunshine-yellow-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10945/edgewood-beige-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10946/yellow-olive-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10947/yes-yellow-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10948/hot-yellow-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10949/vintage-leather-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10950/sage-yellow-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10951/olde-yeller-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10952/sunflower-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10953/school-bus-yellow-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10954/cascade-peach-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10955/candle-orange-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10956/flag-orange-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10957/stark-orange-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10958/dark-autumn-orange-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10959/just-orange-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10960/melon-orange-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10961/m-m-orange-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10962/international-orange-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10963/juju-orange-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10964/red-devil-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10965/really-red-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10966/very-red-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10967/ritzy-red-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10968/light-cherry-red-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10969/bing-cherry-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10970/claret-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10971/loafer-red-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10972/vampire-red-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10973/peach-ice-cream-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10974/tomato-sauce-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10975/guava-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10976/pretty-pink-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10977/washed-red-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10978/rose-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10980/hot-orange-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10981/orange-guava-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10982/barbie-pink-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-10983/china-red-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11033/grapesicle-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11037/dark-mauve-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11041/rosette-pink-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11045/magenta-red-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11049/orchid-lavender-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11053/whimsy-pink-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11056/grape-ape-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11061/sweet-plum-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11065/spring-purple-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11069/passion-pink-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11073/sultan-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11078/cadet-blue-ii-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11081/southwest-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11083/truck-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11087/pro-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11091/pinelake-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11095/bruski-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11097/destroyer-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11101/harbor-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11105/boron-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11108/deep-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11111/oh-so-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11115/island-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11119/china-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11123/skiers-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11126/skyline-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11306/decomposed-granite +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11328/cetus +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11329/megalodon +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11677/palleon-white +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11710/palleon-ice +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11711/palleon-sky-fire +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11712/palleon-aftershock +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1176/purple-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11788/amethyst-ore +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-11789/blush-ore +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1226/white-silver-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1239/black-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1240/green-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1241/blue-gold-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1524/lemon-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1702/brownboro-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1707/antique-steel +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1826/bronze-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1827/brownstone-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1835/spanish-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1888/phoenix-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-1903/shady-green-copper-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2003/misty-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2058/wolf-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2105/cream-soda-fizz +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2121/robin-blue-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2133/cherry-fizz +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2177/foundation-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2186/turquoise-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2258/gold-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2374/hot-orange-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2438/rust-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2460/penny-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2475/ginger-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2479/cherry-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2504/avocado-copper-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2564/cream-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2595/white-gold-ii-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2726/black-copper-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2789/tucker-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-2921/cobalt-blue-special +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-4305/spider-red-i +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-4480/western-saddle +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-4587/misty-silver-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-4607/cypress-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-4695/ocala-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-4708/lavender-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-4710/spider-white-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-4768/aqua-blue-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5006/golden-copper-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5213/golden-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5276/weathered-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5357/shredded-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5543/sparkle-blue-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5550/surf-blue-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5739/orange-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5740/pumpkin-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5777/diamond-pearl-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-5825/vibrant-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-6376/hammered-cedar +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-6459/red-pearl-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-6584/hubberdton-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-6715/sassy-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-7071/soothing-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-7097/platinum-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8011/gail-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8100/red-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8101/white-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8102/blue-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8103/green-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8104/black-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8105/grey-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8109/jade-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8110/navajo-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8113/navy-blue-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8114/yellow-glow-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8115/lavender-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8116/grey-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8117/aqua-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8118/pink-silver-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8119/dark-red-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8120/raspberry-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8121/burgundy-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8122/sandstone-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8123/white-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8125/nickel-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8128/us-gold-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVB-8129/us-copper-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVS-11272/ash-water +https://www.prismaticpowders.com/shop/powder-coating-colors/PVS-3014/silver-artery +https://www.prismaticpowders.com/shop/powder-coating-colors/PVS-3083/black-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/PVS-4347/brown-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/PVS-4775/grey-black-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVS-5214/atlas-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PVS-5469/empire-copper-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PVS-5764/double-blue-vein +https://www.prismaticpowders.com/shop/powder-coating-colors/PW008QF/23-9429-britebond-chrome +https://www.prismaticpowders.com/shop/powder-coating-colors/PW101QF/23-9430-britebond-stardst-slvr +https://www.prismaticpowders.com/shop/powder-coating-colors/PW116QF/23-9431-britebond-aluminm-base +https://www.prismaticpowders.com/shop/powder-coating-colors/PW118QF/23-9434-britebond-anodized-slv +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-10181/brick-red-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-10629/desert-lights +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-10788/cosmic-space +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11271/fairlady-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11294/mahogany-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11302/chameleon-sapphire-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11303/chameleon-teal-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11304/chameleon-cherry-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11305/chameleon-violet-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11313/titanium-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11314/foil-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11320/seaweed +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11321/red-flash-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11322/scarlet-fever +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11324/silver-rain +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-11325/winters-night +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-1795/chantilly-lace +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2343/wetstone-rock-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2463/wetstone-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2476/poly-peach-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2485/wetstone-kranberry +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2490/old-wetstone-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2491/wetstone-graphite +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2508/wetstone-aged-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2539/wetstone-black-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2553/wetstone-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2563/wetstone-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2589/wetstone-midnight-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2604/victorias-lace +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2634/wetstone-lite-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2639/wetstone-softer-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2702/wetstone-style-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2766/desert-mauve-lite +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2767/desert-charcoal-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2768/desert-aged-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2769/desert-graphite +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2770/desert-black-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2771/desert-aged-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2772/desert-gold-ore +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2773/desert-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2774/desert-sage +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2775/desert-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2785/desert-plum-navy +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2787/desert-dark-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2792/ironsides-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2793/wetstone-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2799/desert-softer-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2814/peticoat-peach +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2878/splatter-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2879/splatter-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2880/splatter-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2881/splatter-plum +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2883/splatter-rockwell-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2884/splatter-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2885/splatter-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-2901/wetstone-robust-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-3044/silver-splatter +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-3045/inland-charcoal-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-4051/valmont-softer-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-4077/thompson-softer-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-4438/wetstone-copper-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-5034/custom-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-5065/desert-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-6450/hacienda-red-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-6464/cargo-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-6497/rusty-ronnie-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-6638/splatter-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-6699/desert-crimson-red +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-8029/wetstone-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-9153/wetstone-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-9156/wetstone-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-9157/wetstone-gold-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/PWB-9158/wetstone-aqua +https://www.prismaticpowders.com/shop/powder-coating-colors/PWS-11490/yellow-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWS-2232/wetstone-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PWS-2762/desert-red-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWS-2763/desert-white-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWS-2859/desert-nite-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PWS-4057/copper-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/PWS-4344/splatter-black +https://www.prismaticpowders.com/shop/powder-coating-colors/PWS-6566/venetian-lace +https://www.prismaticpowders.com/shop/powder-coating-colors/PX200QF/23-9178-corvel-weatherd-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/PX208QF/23-9191-corvel-earth +https://www.prismaticpowders.com/shop/powder-coating-colors/PX210QF/23-9192-corvel-rust +https://www.prismaticpowders.com/shop/powder-coating-colors/PX217QF/23-9407-corvel-dark-roast +https://www.prismaticpowders.com/shop/powder-coating-colors/PZ002QF/23-9030-corvel-clear-u1575 +https://www.prismaticpowders.com/shop/powder-coating-colors/Q3112Q/q3112q-interpon-trim-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/QA004QF/30-1540-corvel-sd-sky-white +https://www.prismaticpowders.com/shop/powder-coating-colors/QA104QF/30-1532-cor-regal-ult-bone-wht +https://www.prismaticpowders.com/shop/powder-coating-colors/QD114QF/30-8743-cor-regal-ult-sndstone +https://www.prismaticpowders.com/shop/powder-coating-colors/QD116QF/30-8745-cor-regl-ult-siera-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/QE008QF/30-2218-corvel-cat-yellow-a +https://www.prismaticpowders.com/shop/powder-coating-colors/QM000QF/30-8466-corvel-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/QM108QF/30-8741-cor-regal-ult-drk-brnz +https://www.prismaticpowders.com/shop/powder-coating-colors/QM110QF/30-8749-corvel-super-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/QN001U/qn001u-interpon-a2000-black +https://www.prismaticpowders.com/shop/powder-coating-colors/QN005QF/30-7534-cor-high-gloss-sd-blk +https://www.prismaticpowders.com/shop/powder-coating-colors/QN008QF/qn008qf-30-7637-hi-gloss-blk-j +https://www.prismaticpowders.com/shop/powder-coating-colors/QN009Q/qn009q-interpon-a2201-black +https://www.prismaticpowders.com/shop/powder-coating-colors/QN014QF/qn014qf-a4701-black-qn009q-og +https://www.prismaticpowders.com/shop/powder-coating-colors/QN101QF/30-7452-cor-med-gloss-sd51-blk +https://www.prismaticpowders.com/shop/powder-coating-colors/QN102QF/30-7452a-med-gls-blk-h-u1578 +https://www.prismaticpowders.com/shop/powder-coating-colors/QN117QF/30-7967a-corvel-super-black-sd +https://www.prismaticpowders.com/shop/powder-coating-colors/QN201U/qn201u-interpon-black +https://www.prismaticpowders.com/shop/powder-coating-colors/QN300QF/31-7212-textra-167a-ebony +https://www.prismaticpowders.com/shop/powder-coating-colors/QN302QF/31-7259-textra-black +https://www.prismaticpowders.com/shop/powder-coating-colors/QN303U/qn303u-interpon-a2000-black +https://www.prismaticpowders.com/shop/powder-coating-colors/QN304U/qn304u-interpon-a2000-black +https://www.prismaticpowders.com/shop/powder-coating-colors/QW135QF/qw135qf-a2203-732r-silvn-metal +https://www.prismaticpowders.com/shop/powder-coating-colors/QW307QF/qw307qf-int-800-silver-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1000-MATTE/ral-1000-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1000-RIVER/ral-1000-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1000/ral-1000 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1001-MATTE/ral-1001-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1001-RIVER/ral-1001-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1001/ral-1001 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1002-MATTE/ral-1002-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1002-RIVER/ral-1002-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1002/ral-1002 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1003-MATTE/ral-1003-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1003-RIVER/ral-1003-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1003/ral-1003 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1004-MATTE/ral-1004-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1004-RIVER/ral-1004-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1004/ral-1004 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1005-MATTE/ral-1005-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1005-RIVER/ral-1005-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1005/ral-1005 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1006-MATTE/ral-1006-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1006/ral-1006 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1007-MATTE/ral-1007-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1007/ral-1007 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1011-MATTE/ral-1011-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1011-RIVER/ral-1011-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1011/ral-1011 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1012-MATTE/ral-1012-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1012-RIVER/ral-1012-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1012/ral-1012 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1013-MATTE/ral-1013-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1013-RIVER/ral-1013-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1013/ral-1013 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1014-MATTE/ral-1014-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1014-RIVER/ral-1014-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1014/ral-1014 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1015-MATTE/ral-1015-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1015-RIVER/ral-1015-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1015/ral-1015 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1016-MATTE/ral-1016-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1016-RIVER/ral-1016-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1016/ral-1016 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1017-MATTE/ral-1017-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1017-RIVER/ral-1017-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1017/ral-1017 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1018-MATTE/ral-1018-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1018-RIVER/ral-1018-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1018/ral-1018 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1019-MATTE/ral-1019-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1019-RIVER/ral-1019-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1019/ral-1019 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1020-MATTE/ral-1020-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1020-RIVER/ral-1020-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1020/ral-1020 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1021-MATTE/ral-1021-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1021-RIVER/ral-1021-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1021/ral-1021 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1023-MATTE/ral-1023-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1023-RIVER/ral-1023-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1023/ral-1023 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1024-MATTE/ral-1024-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1024-RIVER/ral-1024-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1024/ral-1024 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1027-MATTE/ral-1027-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1027-RIVER/ral-1027-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1027/ral-1027 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1028-MATTE/ral-1028-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1028-RIVER/ral-1028-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1028/ral-1028 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1032-MATTE/ral-1032-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1032-RIVER/ral-1032-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1032/ral-1032 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1033-MATTE/ral-1033-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1033-RIVER/ral-1033-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1033/ral-1033 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1034-MATTE/ral-1034-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1034-RIVER/ral-1034-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-1034/ral-1034 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2000-MATTE/ral-2000-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2000-RIVER/ral-2000-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2000/ral-2000 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2001-MATTE/ral-2001-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2001-RIVER/ral-2001-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2001/ral-2001 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2002-MATTE/ral-2002-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2002/ral-2002 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2003-RIVER/ral-2003-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2003/ral-2003 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2004-MATTE/ral-2004-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2004/ral-2004 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2008/ral-2008 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2009-MATTE/ral-2009-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2009-RIVER/ral-2009-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2009/ral-2009 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2010-MATTE/ral-2010-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2010-RIVER/ral-2010-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2010/ral-2010 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2011-MATTE/ral-2011-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-2011/ral-2011 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3000-MATTE/ral-3000-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3000-RIVER/ral-3000-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3000/ral-3000 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3001-RIVER/ral-3001-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3001/ral-3001 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3002-RIVER/ral-3002-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3002/ral-3002 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3003-RIVER/ral-3003-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3003/ral-3003 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3004-RIVER/ral-3004-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3004/ral-3004 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3005-RIVER/ral-3005-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3005/ral-3005 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3007-RIVER/ral-3007-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3007/ral-3007 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3009-RIVER/ral-3009-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3009/ral-3009 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3011-RIVER/ral-3011-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3011/ral-3011 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3012-MATTE/ral-3012-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3012-RIVER/ral-3012-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3012/ral-3012 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3013-RIVER/ral-3013-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3013/ral-3013 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3014-RIVER/ral-3014-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3014/ral-3014 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3015-MATTE/ral-3015-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3015-RIVER/ral-3015-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3015/ral-3015 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3016-MATTE/ral-3016-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3016-RIVER/ral-3016-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3016/ral-3016 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3017-MATTE/ral-3017-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3017-RIVER/ral-3017-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3017/ral-3017 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3018-MATTE/ral-3018-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3018-RIVER/ral-3018-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3018/ral-3018 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3020-RIVER/ral-3020-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3020/ral-3020 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3022-MATTE/ral-3022-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3022-RIVER/ral-3022-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3022/ral-3022 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3027-RIVER/ral-3027-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3027/ral-3027 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3031-RIVER/ral-3031-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-3031/ral-3031 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4001-MATTE/ral-4001-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4001-RIVER/ral-4001-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4001/ral-4001 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4002-MATTE/ral-4002-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4002-RIVER/ral-4002-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4002/ral-4002 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4003-MATTE/ral-4003-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4003-RIVER/ral-4003-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4003/ral-4003 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4004-RIVER/ral-4004-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4004/ral-4004 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4005-MATTE/ral-4005-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4005-RIVER/ral-4005-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4005/ral-4005 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4006-RIVER/ral-4006-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4006/ral-4006 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4007-RIVER/ral-4007-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4007/ral-4007 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4008-MATTE/ral-4008-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4008-RIVER/ral-4008-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4008/ral-4008 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4009-RIVER/ral-4009-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4009/ral-4009 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4010-MATTE/ral-4010-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4010-RIVER/ral-4010-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-4010/ral-4010 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5000-MATTE/ral-5000-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5000-RIVER/ral-5000-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5000/ral-5000 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5001-MATTE/ral-5001-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5001-RIVER/ral-5001-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5001/ral-5001 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5002-MATTE/ral-5002-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5002-RIVER/ral-5002-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5002/ral-5002 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5003-RIVER/ral-5003-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5003/ral-5003 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5004-RIVER/ral-5004-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5004/ral-5004 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5005-RIVER/ral-5005-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5005/ral-5005 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5007-MATTE/ral-5007-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5007-RIVER/ral-5007-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5007/ral-5007 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5008-RIVER/ral-5008-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5008/ral-5008 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5009-MATTE/ral-5009-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5009-RIVER/ral-5009-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5009/ral-5009 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5010-RIVER/ral-5010-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5010/ral-5010 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5011-MATTE/ral-5011-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5011-RIVER/ral-5011-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5011/ral-5011 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5012-RIVER/ral-5012-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5012/ral-5012 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5013-RIVER/ral-5013-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5013/ral-5013 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5014-MATTE/ral-5014-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5014-RIVER/ral-5014-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5014/ral-5014 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5015-MATTE/ral-5015-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5015-RIVER/ral-5015-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5015/ral-5015 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5017-MATTE/ral-5017-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5017-RIVER/ral-5017-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5017/ral-5017 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5018-MATTE/ral-5018-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5018-RIVER/ral-5018-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5018/ral-5018 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5019-MATTE/ral-5019-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5019-RIVER/ral-5019-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5019/ral-5019 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5020-RIVER/ral-5020-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5020/ral-5020 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5021-RIVER/ral-5021-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5021/ral-5021 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5022-RIVER/ral-5022-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5022/ral-5022 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5023-MATTE/ral-5023-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5023-RIVER/ral-5023-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5023/ral-5023 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5024-MATTE/ral-5024-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5024-RIVER/ral-5024-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-5024/ral-5024 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6000-RIVER/ral-6000-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6000/ral-6000 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6001/ral-6001 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6002/ral-6002 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6003/ral-6003 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6004/ral-6004 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6005/ral-6005 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6006-RIVER/ral-6006-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6007/ral-6007 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6008-RIVER/ral-6008-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6008/ral-6008 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6009/ral-6009 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6010/ral-6010 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6011/ral-6011 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6012/ral-6012 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6013-RIVER/ral-6013-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6013/ral-6013 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6014-MATTE/ral-6014-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6014-RIVER/ral-6014-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6016/ral-6016 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6017/ral-6017 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6018/ral-6018 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6019/ral-6019 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6020/ral-6020 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6021/ral-6021 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6022-RIVER/ral-6022-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6022/ral-6022 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6024/ral-6024 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6025/ral-6025 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6026/ral-6026 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6027-MATTE/ral-6027-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6027-RIVER/ral-6027-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6027/ral-6027 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6028/ral-6028 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6029/ral-6029 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6032/ral-6032 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6033-RIVER/ral-6033-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6033/ral-6033 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6034-MATTE/ral-6034-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6034-RIVER/ral-6034-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-6034/ral-6034 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7000/ral-7000 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7001/ral-7001 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7002-MATTE/ral-7002-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7002-RIVER/ral-7002-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7002/ral-7002 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7003/ral-7003 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7004/ral-7004 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7005/ral-7005 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7006-MATTE/ral-7006-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7006-RIVER/ral-7006-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7006/ral-7006 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7008-MATTE/ral-7008-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7008-RIVER/ral-7008-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7008/ral-7008 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7009/ral-7009 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7010/ral-7010 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7011/ral-7011 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7012/ral-7012 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7013-MATTE/ral-7013-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7013/ral-7013 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7015/ral-7015 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7016/ral-7016 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7021/ral-7021 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7022/ral-7022 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7023/ral-7023 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7024/ral-7024 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7030/ral-7030 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7031/ral-7031 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7032-MATTE/ral-7032-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7032-RIVER/ral-7032-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7032/ral-7032 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7033/ral-7033 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7034-MATTE/ral-7034-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7034-RIVER/ral-7034-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7034/ral-7034 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7035/ral-7035 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7036/ral-7036 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7037/ral-7037 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7038/ral-7038 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7039/ral-7039 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7040/ral-7040 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7042/ral-7042 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7043/ral-7043 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7044-MATTE/ral-7044-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7044-RIVER/ral-7044-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7044/ral-7044 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7045/ral-7045 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7046/ral-7046 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7047-RIVER/ral-7047-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-7047/ral-7047 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8000-MATTE/ral-8000-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8000-RIVER/ral-8000-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8000/ral-8000 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8001-MATTE/ral-8001-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8001-RIVER/ral-8001-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8001/ral-8001 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8002-RIVER/ral-8002-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8002/ral-8002 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8003-RIVER/ral-8003-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8003/ral-8003 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8004-MATTE/ral-8004-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8004-RIVER/ral-8004-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8004/ral-8004 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8007-MATTE/ral-8007-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8007-RIVER/ral-8007-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8007/ral-8007 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8008-MATTE/ral-8008-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8008-RIVER/ral-8008-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8008/ral-8008 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8011/ral-8011 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8012-RIVER/ral-8012-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8012/ral-8012 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8014-MATTE/ral-8014-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8014-RIVER/ral-8014-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8014/ral-8014 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8015-MATTE/ral-8015-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8015-RIVER/ral-8015-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8015/ral-8015 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8016-MATTE/ral-8016-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8016-RIVER/ral-8016-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8016/ral-8016 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8017-MATTE/ral-8017-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8017-RIVER/ral-8017-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8017/ral-8017 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8019-MATTE/ral-8019-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8019-RIVER/ral-8019-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8019/ral-8019 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8022-RIVER/ral-8022-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8022/ral-8022 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8023-MATTE/ral-8023-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8023-RIVER/ral-8023-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8023/ral-8023 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8024-MATTE/ral-8024-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8024-RIVER/ral-8024-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8024/ral-8024 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8025-MATTE/ral-8025-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8025-RIVER/ral-8025-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8025/ral-8025 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8028-MATTE/ral-8028-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8028-RIVER/ral-8028-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-8028/ral-8028 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9001-MATTE/ral-9001-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9001-RIVER/ral-9001-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9001/ral-9001 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9002-MATTE/ral-9002-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9002-RIVER/ral-9002-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9002/ral-9002 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9003-MATTE/ral-9003-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9003-RIVER/ral-9003-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9003/ral-9003 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9004-RIVER/ral-9004-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9004/ral-9004 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9005-RIVER/ral-9005-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9005/ral-9005 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9010-MATTE/ral-9010-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9010-RIVER/ral-9010-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9010/ral-9010 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9016-MATTE/ral-9016-matte +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9016-RIVER/ral-9016-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9016/ral-9016 +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9018-RIVER/ral-9018-river +https://www.prismaticpowders.com/shop/powder-coating-colors/RAL-9018/ral-9018 +https://www.prismaticpowders.com/shop/powder-coating-colors/STS-10743/black-cauldron +https://www.prismaticpowders.com/shop/powder-coating-colors/STS-11185/high-temp-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-0678/copperette +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-10123/le-reve-bronze-leather +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-10152/autumn-black-leather +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-1345/irondale-98 +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-1858/golden-rock +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-1883/copper-rock +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-1913/aqua-bliss +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-1921/bronze-rock +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-3122/fountain-green +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-4736/soft-copper-rock +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-4969/bronze-rock-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-8148/antique-bronze-rock +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-8149/charcoal-rock +https://www.prismaticpowders.com/shop/powder-coating-colors/ULB-8150/red-copper-rock +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0177/soft-lazer-black +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0336/metallic-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0492/us-burnt-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0493/us-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0498/soft-misty-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0499/dark-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0605/us-black-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0650/captain-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0663/black-hills-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0664/soft-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0677/us-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0728/bronze-titanium +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0730/soft-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0802/las-vegas-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-0888/miners-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10000/og-antique-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10185/og-autumn-black +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10329/galactic-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10330/galactic-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10331/galactic-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10332/galactic-black +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1039/smokey-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10545/smokey-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10585/tungsten-black +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10622/og-stealth-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10714/shugga-thrillz +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10759/pollywog-stew +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10787/thunderkiss +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10791/matte-peacock-ore +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10801/matte-devils-punchbowl +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10813/rose-chrome +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10814/blush-chrome +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10815/brass-chrome +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10816/copper-chrome +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10817/aqua-chrome +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-10818/emerald-chrome +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11019/flat-crystal-grey-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11199/retroreflective-black +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11278/retroreflective-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11279/retroreflective-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11280/retroreflective-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11281/retroreflective-twilight +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11291/boysenberry-shimmer +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1145/sutters-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1146/jamaican-ice +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11575/toyota-supersonic-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-11637/tuscan-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1193/champion-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1195/santana-black +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1204/sterling-black +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1211/soft-satin-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1214/dark-titanium +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1231/tropical-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1232/gumdrop-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1233/soft-touch-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1266/pearl-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1289/shasta-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1326/soft-rubbed-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1344/soft-lazer-aquarius +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1352/soft-misty-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1364/soft-misty-blueberry +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1391/soft-misty-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1392/soft-lazer-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1441/titanium-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1536/pearlized-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1580/crater-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1621/cashmere-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1629/zesty-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1638/roman-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1672/gm-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1685/arizona-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1807/yankee-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1809/sparks-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1810/belair-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1811/vegas-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1839/cosmic-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1840/lithia-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1841/cosmic-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1851/autumn-black +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1860/satin-titanium +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1863/sour-punch +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1930/manhattan-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1969/liberation-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1976/slick-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1989/stateside-chestnut +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-1995/winfree-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2018/french-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2062/shimmer-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2108/polar-frosty-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2163/mocha-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2180/soft-misty-kranberry +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2194/sonic-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2204/cocoa-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2229/burgundy-iris +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2270/star-crest-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2294/blue-satin +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2297/garwood-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2300/cosmic-crystal +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2453/edible-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2538/sable-speck +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2587/soft-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2599/extreme-purple +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2607/snuffer-water +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2646/safe-white +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2714/cashmere-gold-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-2744/gum-drop-orange-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-3069/grey-clay +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-4133/golden-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-4469/gold-rubbed-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-4548/triple-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-4656/brown-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-4871/aztec-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-4937/matte-black-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-4965/dark-bronze-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5002/yukon-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5045/star-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5279/altered-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5293/soft-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5376/le-reve-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5397/49r-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5693/gm-silver-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5804/anodex-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5959/matte-misty-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-5965/chai-tea +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-6536/hallister-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-6578/forged-charcoal +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-6675/vandoozy-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-6738/flat-black-metallic +https://www.prismaticpowders.com/shop/powder-coating-colors/UMB-8143/rb-elegance +https://www.prismaticpowders.com/shop/powder-coating-colors/UMS-10671/super-chrome-plus +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-0643/plum-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-0905/super-dust-shadows +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-0921/exotic-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-10027/dancing-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1030/tera-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1075/tango-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-10826/malibu-barbie +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-10831/sea-glass +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-10834/mermaid-candy +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1099/ultra-iris +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1103/teal-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1163/crimson-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1169/strawberry-glaze +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1178/wineberry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1190/midnight-aqua +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1198/sweet-cherry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1209/pearl-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1242/sweet-explosion +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1243/ritzy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1292/plum-passion +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1320/royal-midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1356/spangler-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1394/anodized-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1425/baltimore-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1426/super-aqua +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1453/dazzling-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1455/saturn-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1510/anodized-grape +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1542/anodized-sugar-grape +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1590/honey-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1593/champagne-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1597/taffy-berry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1606/golden-emerald +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1641/spiced-berry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1644/violet-blossom +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1662/redstone-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1673/polar-frost-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1674/violet-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1675/viola-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1689/pizzazz-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1712/whimsy-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1736/hawaiian-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1759/summer-punch +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1763/grape-madness +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1825/magic-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1847/redberry-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1848/hd-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1861/virginia-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1907/silverstone-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1977/telegraphic-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1987/penny-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-1998/micro-pearl +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2008/aqua-emerald +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2010/anodized-strawberry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2012/ureth-stainless +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2037/burgundy-grape +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2043/jamaican-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2082/royalton-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2135/heavenly-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2158/tranquil-copper-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2165/orange-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2178/samoan-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2202/penny-glaze +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2221/bootys-berry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2367/warm-brass +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2391/dixie-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2465/cosmic-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2501/blue-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2576/dream-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2578/sapphire-delight +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2645/orchid-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2755/autumn-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2802/ruby-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2855/glamour-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2856/knights-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2858/new-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2907/heavy-satin-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2908/schwinn-saturn-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2940/marmalade +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2950/spicy-berry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2952/super-dust-tantalum +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2961/carrot-top +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2992/clearly-luscious +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-2999/translucent-fiasco +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-3033/king-midas +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-3050/mislead-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-3054/eidolon +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-3068/yellow-spice +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4342/nugget-gold-plus +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4426/sable-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4488/king-midas-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4524/copper-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4560/pastel-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4561/pastel-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4562/pastel-antique-bronze +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4566/pastel-black +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4568/magic-teal +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4579/pastel-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4582/pastel-dark-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4650/cashmere-copper +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4664/raspberry-spice-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4677/pizzazz-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4684/super-dust-slate +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4696/wild-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4842/wilder-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4898/satin-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4922/satin-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-4945/star-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5019/diamond-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5079/lollypop-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5233/violet-sparkle +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5262/spike-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5271/yellow-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5273/taurus-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5289/sunrise-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5307/starry-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5317/tangelo-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5477/midnight-frost +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5489/dusted-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5492/sweet-cherry-plus +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5500/starlight-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5514/twisted-wizard-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5519/smoked-nugget +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5523/raspberry-splash +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5540/flat-trans-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5553/fuchsia-mist +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5741/powerhouse-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5772/strawberry-fusion +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5812/red-gold-dust +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5963/turquoise-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-5992/mixed-berry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6000/sparks-gold-green +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6007/alpine-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6011/bates-green-violet +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6012/canby-green-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6013/culver-gold-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6018/biggs-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6020/corbet-green-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6021/burns-gold-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6024/gaston-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6379/racing-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6610/racing-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6719/gold-foil +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-6743/dusted-candy-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPB-8086/beryl-green +https://www.prismaticpowders.com/shop/powder-coating-colors/UPS-11636/retroreflective-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/UPS-1506/lollypop-red +https://www.prismaticpowders.com/shop/powder-coating-colors/UPS-1509/lollypop-berry +https://www.prismaticpowders.com/shop/powder-coating-colors/UPS-1511/lollypop-grape +https://www.prismaticpowders.com/shop/powder-coating-colors/UPS-1680/aqua-clear +https://www.prismaticpowders.com/shop/powder-coating-colors/UPS-2502/lollypop-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/UPS-4540/transparent-raspberry +https://www.prismaticpowders.com/shop/powder-coating-colors/URB-0191/hickory-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/URB-1540/yellowstone-river +https://www.prismaticpowders.com/shop/powder-coating-colors/URB-1850/autumn-river +https://www.prismaticpowders.com/shop/powder-coating-colors/URB-1914/woodlin-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/URB-4722/wendys-gold-river +https://www.prismaticpowders.com/shop/powder-coating-colors/URB-6109/tan-river +https://www.prismaticpowders.com/shop/powder-coating-colors/URB-6111/greystone-river +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-10218/satin-plush-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-10222/sweet-tea +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-10546/charcoal-chrome +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-11307/rusted-iron +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-11308/cayenne-spice +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-11309/pumpkin-pie +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-11310/dark-roast +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-11561/vw-tornado-red +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-1632/chinese-red +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-1653/snow-shoe-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-1823/lacey-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-5398/limoge-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-5962/ultra-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-6535/henry-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-6656/sandman-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/USB-6718/flat-burgundy +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-0238/whisper-white +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-1028/cameron-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-10648/can-am-magma-red +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-10665/yama-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-10723/subalpine +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-10926/semi-gloss-black +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-11164/black-out +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-1120/deep-rose +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-11326/bat-black +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-11366/jeep-punk-n-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-11433/chevy-hugger-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-11480/snap-on-candy-apple-red +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-11548/ferrari-giallo-modena +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-1493/everbeige +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-1522/black-jack +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-1571/daffodil-yellow +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-1630/orange-blossom +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-1814/mushroom-white +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-1824/vanilla-lace +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-2242/orient-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-2603/gloss-black +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-2996/computer-beige +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-4085/fiber +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-4709/cloud-black +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-5063/rosemont-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-5204/ultra-black-chrome +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-6790/plush-mauve +https://www.prismaticpowders.com/shop/powder-coating-colors/USS-6868/hot-rod-orange +https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-1986/brownwood-brown +https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-2123/weeping-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-2467/dusk-grey +https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-2522/blue-steel-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-4832/weeping-silver-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-5223/rustic-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-5671/black-iron-ii +https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-5726/brown-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-7101/midnight +https://www.prismaticpowders.com/shop/powder-coating-colors/UTB-7113/burgundy-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/UTS-1269/pewter-texture +https://www.prismaticpowders.com/shop/powder-coating-colors/UTS-1527/black-diamond +https://www.prismaticpowders.com/shop/powder-coating-colors/UTS-5433/weathered-rust +https://www.prismaticpowders.com/shop/powder-coating-colors/UVB-1227/red-gold +https://www.prismaticpowders.com/shop/powder-coating-colors/UVB-2152/imperial-silver +https://www.prismaticpowders.com/shop/powder-coating-colors/UWS-11721/alligator-wrinkle +https://www.prismaticpowders.com/shop/powder-coating-colors/WN203QF/99-7023-int-ht-450-black-iron +https://www.prismaticpowders.com/shop/powder-coating-colors/WN304QF/99-71003-ace-600-ht-blk-1e2397 +https://www.prismaticpowders.com/shop/powder-coating-colors/YD000QF/yd000qf-int-ace-2010-power-tan +https://www.prismaticpowders.com/shop/powder-coating-colors/YG003QF/yg003qf-int-ace-2010-case-red +https://www.prismaticpowders.com/shop/powder-coating-colors/YJ000QF/yj000qf-int-ace-2010-nh-blue +https://www.prismaticpowders.com/shop/powder-coating-colors/YL003QF/yl003qf-int-ace2010-cnh-dk-gry +https://www.prismaticpowders.com/shop/powder-coating-colors/YN101QF/yn101qf-int-ace2010-cnh-blk-sd +https://www.prismaticpowders.com/shop/powder-coating-colors/YN1117/yn1117-interpon-volvo-black +https://www.prismaticpowders.com/shop/powder-coating-colors/YN208Q/yn208q-int-a2000-yn50kd-black +https://www.prismaticpowders.com/shop/powder-coating-colors/ZN202QF/zn202qf-810-black-flna-40912